mirror of
https://github.com/seigler/bl2skills.com
synced 2025-07-27 09:46:09 +00:00
Rename skill-action to actionSkill to conform with current coding style
This commit is contained in:
parent
24e5ec9494
commit
a24eb638d9
2 changed files with 9 additions and 9 deletions
16
main.css
16
main.css
|
@ -186,7 +186,7 @@ body.choicePage .wrapper {
|
||||||
height: 53px;
|
height: 53px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skill-action {
|
.actionSkill {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -205,7 +205,7 @@ body.choicePage .wrapper {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skill-action .points {
|
.actionSkill .points {
|
||||||
visibility: initial;
|
visibility: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -214,7 +214,7 @@ body.choicePage .wrapper {
|
||||||
}
|
}
|
||||||
|
|
||||||
.skill.full .points,
|
.skill.full .points,
|
||||||
.skill-action .points {
|
.actionSkill .points {
|
||||||
color: #0B0;
|
color: #0B0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -255,7 +255,7 @@ legend {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree .description,
|
.tree .description,
|
||||||
.skill-action .description
|
.actionSkill .description
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -277,7 +277,7 @@ legend {
|
||||||
right: 110%;
|
right: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skill-action .description {
|
.actionSkill .description {
|
||||||
top: 10%;
|
top: 10%;
|
||||||
left: 105%;
|
left: 105%;
|
||||||
}
|
}
|
||||||
|
@ -298,7 +298,7 @@ legend {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree .description h2,
|
.tree .description h2,
|
||||||
.skill-action .description h2 {
|
.actionSkill .description h2 {
|
||||||
padding: 0.15em 0;
|
padding: 0.15em 0;
|
||||||
margin-bottom: 0.15em;
|
margin-bottom: 0.15em;
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
|
@ -381,11 +381,11 @@ legend {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skill-action:hover .description {
|
.actionSkill:hover .description {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skill-action:hover .description:hover {
|
.actionSkill:hover .description:hover {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
</div>
|
</div>
|
||||||
<img unselectable="on" class="portrait" src="mechromancerPortrait.png">
|
<img unselectable="on" class="portrait" src="mechromancerPortrait.png">
|
||||||
<div>
|
<div>
|
||||||
<div class="skill-action"><img src="icons/mechromancer-actionskill.png" />
|
<div class="actionSkill"><img src="icons/mechromancer-actionskill.png" />
|
||||||
<div class="description"><h2>Summon Deathtrap</h2>Action Skill. Summon Deathtrap to fight for you. Cooldown: 60 seconds</div>
|
<div class="description"><h2>Summon Deathtrap</h2>Action Skill. Summon Deathtrap to fight for you. Cooldown: 60 seconds</div>
|
||||||
<div class="points">1/1</div>
|
<div class="points">1/1</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue