MediaWiki: Common.css
De Task Wiki
| (12 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 1: | Linha 1: | ||
/** o código CSS colocado aqui será aplicado a todos os temas */ | /** o código CSS colocado aqui será aplicado a todos os temas */ | ||
| − | @import url( | + | @import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,300); |
html, body{ | html, body{ | ||
| Linha 6: | Linha 6: | ||
} | } | ||
| − | h1, h2, h3 | + | h1, h2, h3 { color: #737373; font-weight: 400; } h5, h6, h7 { font-weight: 400; color: #333; } |
#firstHeading{ font-size: 32px; } | #firstHeading{ font-size: 32px; } | ||
h2{ font-size: 26px; } | h2{ font-size: 26px; } | ||
| Linha 12: | Linha 12: | ||
#p-logo{ | #p-logo{ | ||
float: left; | float: left; | ||
| + | } | ||
| + | |||
| + | .row-m-t{ | ||
| + | margin-top: 20px; | ||
} | } | ||
| Linha 28: | Linha 32: | ||
.well.lista-categoria-home{ | .well.lista-categoria-home{ | ||
| − | height: | + | height: 200px; |
font-family: 'Titillium Web', sans-serif; | font-family: 'Titillium Web', sans-serif; | ||
} | } | ||
| Linha 35: | Linha 39: | ||
div#toc ul { margin-left: 20px; } | div#toc ul { margin-left: 20px; } | ||
| + | #mw-content-text table { width: 100%; } | ||
#mw-content-text table tr { background-color: #f5f5f5 !important; } | #mw-content-text table tr { background-color: #f5f5f5 !important; } | ||
#mw-content-text table tr td { border: 1px solid #E0E0E0 !important; } | #mw-content-text table tr td { border: 1px solid #E0E0E0 !important; } | ||
| − | #mw-content-text table tr td ul li { margin: | + | #mw-content-text table tr td ul li { margin: 10px 0; } |
| − | #mw-content-text table tr td | + | #mw-content-text table tr td h3 { margin-top: 45px; } |
| + | |||
| + | .cabecalho { | ||
| + | color: white; | ||
| + | font-size: 3em; | ||
| + | font-weight: 600; | ||
| + | text-align: center; | ||
| + | margin: -15px -15px 15px; | ||
| + | height: 130px; | ||
| + | } | ||
| + | |||
| + | .cabecalho p { | ||
| + | position: relative; | ||
| + | top: 50%; | ||
| + | transform: translateY(-50%); | ||
| + | -webkit-transform: translateY(-50%); | ||
| + | } | ||
| + | |||
| + | .cabecalho p span { vertical-align: middle; } | ||
| + | |||
| + | #ca-viewsource { display:none!important; } | ||
Edição atual tal como às 11h57min de 18 de fevereiro de 2022
/** o código CSS colocado aqui será aplicado a todos os temas */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,300);
html, body{
font-family: 'Titillium Web', sans-serif !important;
}
h1, h2, h3 { color: #737373; font-weight: 400; } h5, h6, h7 { font-weight: 400; color: #333; }
#firstHeading{ font-size: 32px; }
h2{ font-size: 26px; }
#p-logo{
float: left;
}
.row-m-t{
margin-top: 20px;
}
#p-logo img{
width: 142px;
padding-top: 10px;
}
#p-logo a:hover{
background-color: transparent;
}
.img-categoria-home img{
width: 100%;
}
.well.lista-categoria-home{
height: 200px;
font-family: 'Titillium Web', sans-serif;
}
span.toctext b{ font-weight: 400; }
div#toc ul { margin-left: 20px; }
#mw-content-text table { width: 100%; }
#mw-content-text table tr { background-color: #f5f5f5 !important; }
#mw-content-text table tr td { border: 1px solid #E0E0E0 !important; }
#mw-content-text table tr td ul li { margin: 10px 0; }
#mw-content-text table tr td h3 { margin-top: 45px; }
.cabecalho {
color: white;
font-size: 3em;
font-weight: 600;
text-align: center;
margin: -15px -15px 15px;
height: 130px;
}
.cabecalho p {
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.cabecalho p span { vertical-align: middle; }
#ca-viewsource { display:none!important; }
