Mudanças entre as edições de "MediaWiki:Common.css"
Ir para navegação
Ir para pesquisar
| Linha 14: | Linha 14: | ||
.SprInfo { display: none; position:absolute; width:140px; height: 140px; z-index: 1; background-repeat:no-repeat;} | .SprInfo { display: none; position:absolute; width:140px; height: 140px; z-index: 1; background-repeat:no-repeat;} | ||
| + | |||
| + | |||
| + | /* This applies to all buttons */ | ||
| + | a.ext-audiobutton { | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | /* This applies to "play" buttons */ | ||
| + | a.ext-audiobutton[ data-state='play' ]:before { | ||
| + | color: #000; | ||
| + | content: '\f04b'; | ||
| + | } | ||
| + | /* This applies to "pause" buttons */ | ||
| + | a.ext-audiobutton[ data-state='pause' ]:before { | ||
| + | color: #8b0000; | ||
| + | content: '\f04c'; | ||
| + | } | ||
| + | /* This applies to hovered "play" buttons */ | ||
| + | a.ext-audiobutton[ data-state='play' ]:hover:before { | ||
| + | color: #8b0000; | ||
| + | } | ||
| + | /* This applies to hovered "pause" buttons */ | ||
| + | a.ext-audiobutton[ data-state='pause' ]:hover:before { | ||
| + | color: #8b0000; | ||
| + | } | ||
Edição das 18h36min de 16 de março de 2020
/** o código CSS colocado aqui será aplicado a todos os temas */
.icon { padding: 6px 8px 4px 24px; position:relative; width:28px; height:24px; background-color: transparent; border:none; background-repeat:no-repeat; background-position:2px 2px;}
.icon .text { font-size:11px; bottom:-11px; text-align:center; color: #FAFEFD; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }
.icon a { color:#000000; }
.ItemInfo { font-family:Tahoma; font-size:12px; display: none; position:absolute; width:280px; background-repeat:no-repeat; background-color:white; z-index: 1; border-radius: 8px; border: 1px solid #828282; box-shadow: 0px 0px 36px rgba(0,0,0,0.3);}
.ItemInfo .collection { position:absolute; top:11px; left:10px; width:75px; height:100px; background-repeat:no-repeat; background-color:transparent; }
.ItemInfo .title { position:absolute; top:3px; left:86px; width:185px; height:14px; padding-left:4px; padding-top:6px; font-size:12px; text-shadow:1px 1px 0px white; white-space:nowrap; }
.ItemInfo .description { position:absolute; top:35px; left:100px; line-height:18px; width:170px; }
.MapIcon { width:5px; height:5px; position: absolute; display:none; border:none; z-index: 1; background-repeat:no-repeat; }
.MapMin { height: 64px; width: 64px; background-size: contain; background-repeat:no-repeat; }
.MapInfo { display: none; position:absolute; height: 160px; width: 160px; z-index: 1; background-size: contain; background-repeat:no-repeat; }
.SprInfo { display: none; position:absolute; width:140px; height: 140px; z-index: 1; background-repeat:no-repeat;}
/* This applies to all buttons */
a.ext-audiobutton {
font-weight: bold;
}
/* This applies to "play" buttons */
a.ext-audiobutton[ data-state='play' ]:before {
color: #000;
content: '\f04b';
}
/* This applies to "pause" buttons */
a.ext-audiobutton[ data-state='pause' ]:before {
color: #8b0000;
content: '\f04c';
}
/* This applies to hovered "play" buttons */
a.ext-audiobutton[ data-state='play' ]:hover:before {
color: #8b0000;
}
/* This applies to hovered "pause" buttons */
a.ext-audiobutton[ data-state='pause' ]:hover:before {
color: #8b0000;
}