MediaWiki:Common.css: diferenças entre revisões
Saltar para a navegação
Sem resumo de edição |
Sem resumo de edição |
||
Linha 65: | Linha 65: | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 93%; | font-size: 93%; | ||
} | |||
#document-wrapper | |||
{ | |||
max-width: 1200px; | |||
} | |||
.tribal-button | |||
{ | |||
background-color: black; | |||
} | |||
.tribal-borderbox #contentheader #pt-logout a | |||
{ margin-right: 2px; | |||
} | |||
.tribal-borderbox .with-button .tribal-button | |||
{ width: 21%; | |||
} | |||
#toc, #toctitle | |||
{ width: 98%; | |||
} | |||
.toc | |||
{ | |||
width: 98%; | |||
} | } |
Revisão das 13h06min de 23 de novembro de 2018
/* Código CSS colocado aqui será aplicado a todos os temas */ .rssRow { list-style-type: none; list-style-image: none; padding: 0px; margin: 0px; } .rssBody ul { padding: 0px; margin: 0px; } .even { background-color:#FFE1A1; } .odd { background-color:#E5CB90; } div.mvisto:hover { opacity:0.7; filter:alpha(opacity=70); } div.NavFrame { margin: 0; padding: 1px; border: 2px solid #322618; text-align: center; border-collapse: collapse; font-size: 95%; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #fff; margin: 0; padding: 2px; float: left; } div.NavFrame div.NavHead { height: 1.9em; font-weight: bold; background-color: #C0A875; position: relative; } div.NavFrame p, div.NavFrame div.NavContent, div.NavFrame div.NavContent p { font-size: 12px; } div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; } a.NavToggle { position: absolute; top: 0; right: 3px; font-weight: normal; font-size: 93%; } #document-wrapper { max-width: 1200px; } .tribal-button { background-color: black; } .tribal-borderbox #contentheader #pt-logout a { margin-right: 2px; } .tribal-borderbox .with-button .tribal-button { width: 21%; } #toc, #toctitle { width: 98%; } .toc { width: 98%; }