// <pre>
/* ==============================
[[Template:Barra de ação]]
============================== */
ul {
&.actionbar,
&.actionbar-revolution {
.box-sizing( border-box );
padding: 39px 0 0 6px;
margin: 0;
width: 530px;
height: 76px;
li {
list-style: none;
float: left;
margin: 0;
padding: 0;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
margin-right: 4px;
}
}
&.actionbar {
background: url('filepath://Template_action_bar.png');
.mw-empty-elt {
display: block;
}
}
&.actionbar-revolution {
background: url('filepath://Template_action_bar_revolution.png');
}
}
/* ==============================
[[Template:Ability rotation]]
============================== */
.ability-rotation {
border-width: 1px;
border-style: solid;
border-radius: 2px;
line-height: 40px;
padding: 0.5em 1em;
display: inline-block;
margin-top: 0.2em;
background-color: @mystic;
border-color: @loblolly;
}