Skip to content

Commit

Permalink
Finished adding support for all maps.
Browse files Browse the repository at this point in the history
Refactored.
  • Loading branch information
immortius committed Sep 5, 2018
1 parent 97bcb75 commit c85223c
Show file tree
Hide file tree
Showing 11 changed files with 5,027 additions and 5,596 deletions.
92 changes: 62 additions & 30 deletions continuumsplit/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,37 +123,43 @@ textarea {
}

.replay-detail-table {
display: table;
width: 100%;
}

.replay-detail-name-column {
width: 50%;
.replay-detail-name {
width: 175px;
}

.replay-detail-cleave-dps-column {
width: 25%;
.replay-detail-cleave-dps-column,
.replay-detail-cleave {
width: 95px;
text-align: left;
}

.replay-detail-boss-dps-column {
width: 25%;
.replay-detail-boss-dps-column ,
.replay-detail-dps {
width: 95px;
text-align: left;
}

.replay-detail-player-rows {
display: table-row-group;
height: 20px;
}

.replay-detail-header-row {
display: table-header-group;
display: flex;
}

.replay-detail-row {
display: table-row;
display: flex;
flex-wrap: wrap;
}

.replay-detail-player-column {
width: 195px;
}

.replay-detail-item {
display: table-cell;
vertical-align: middle;
padding-right: 5px;
}
Expand Down Expand Up @@ -181,6 +187,18 @@ textarea {
margin-left: 10px;
}

.replay-detail-bossinfo {
margin-bottom: 10px;
}

.replay-boss-name {
font-size: 22px;
}

.replay-selected {
font-weight: bold;
}

.replay-class-necromancer {
width: 20px;
height: 20px;
Expand Down Expand Up @@ -272,7 +290,7 @@ textarea {
background-position: -80px -32px;
}

.replay-class-chrono {
.replay-class-chronomancer {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
Expand All @@ -286,109 +304,123 @@ textarea {
background-position: -80px -72px;
}

.replay-class-mesmer {
.replay-class-elementalist {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -100px -32px;
}

.replay-class-chronomancer {
.replay-class-tempest {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -100px -52px;
}

.replay-class-mirage {
.replay-class-weaver {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -100px -72px;
}

.replay-class-elementalist {
.replay-class-revenant {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -120px -32px;
}

.replay-class-tempest {
.replay-class-herald {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -120px -52px;
}

.replay-class-weaver {
.replay-class-renegade {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -120px -72px;
}

.replay-class-revenant {
.replay-class-warrior {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -140px -32px;
}

.replay-class-herald {
.replay-class-berserker {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -140px -52px;
}

.replay-class-renegade {
.replay-class-spellbreaker {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -140px -72px;
}

.replay-class-warrior {
.replay-class-guardian {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -160px -32px;
}

.replay-class-berserker {
.replay-class-dragonhunter {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -160px -52px;
}

.replay-class-spellbreaker {
.replay-class-firebrand {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -160px -72px;
}

.replay-class-guardian {
.replay-buff-fury {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -180px -32px;
background-position: 0px -92px;
}

.replay-class-dragonhunter {
.replay-buff-aegis {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -180px -52px;
background-position: -20px -92px;
}

.replay-class-firebrand {
.replay-buff-alacrity {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -40px -92px;
}

.replay-buff-might {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -60px -92px;
}

.replay-buff-protection {
width: 20px;
height: 20px;
background-image: url('../img/icons.png');
background-position: -180px -72px;
background-position: -80px -92px;
}

/* ==========================================================================
Expand Down
1 change: 1 addition & 0 deletions continuumsplit/dhuum.json

Large diffs are not rendered by default.

Binary file modified continuumsplit/img/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified continuumsplit/img/kc_arena.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9,222 changes: 4,241 additions & 4,981 deletions continuumsplit/img/kc_arena.pdn

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions continuumsplit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- Place favicon.ico in the root directory -->

<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css?5">
<link rel="stylesheet" href="css/main.css?7">

</head>

Expand Down Expand Up @@ -41,8 +41,8 @@
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/continuumsplit.js?13"></script>
<script src="js/main.js?8"></script>
<script src="js/continuumsplit.js?15"></script>
<script src="js/main.js?10"></script>

<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
Expand Down
Loading

0 comments on commit c85223c

Please sign in to comment.