MediaWiki:Common.css
De Lembiotech Wiki
(Diferença entre revisões)
| (54 edições intermediárias de um usuário não apresentadas) | |||
| 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 */ | ||
| + | blockquote { | ||
| + | margin:10px 0 10px 100px; | ||
| + | font-style:italic; | ||
| + | } | ||
| + | pre { | ||
| + | margin:0 0 0 15px; | ||
| + | } | ||
#BreadCrumbsTrail { | #BreadCrumbsTrail { | ||
margin:5px 0 0 0; | margin:5px 0 0 0; | ||
| Linha 8: | Linha 15: | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | } | ||
| + | #bodyContent p { | ||
| + | text-indent:20px; | ||
| + | } | ||
| + | |||
/* | /* | ||
div#bodyContent a.external { | div#bodyContent a.external { | ||
| Linha 59: | Linha 70: | ||
#bodyContent h5 { | #bodyContent h5 { | ||
margin: 20px 0px 15px 0px; | margin: 20px 0px 15px 0px; | ||
| − | padding: | + | padding: 1px 0 1px 70px; |
color: #fff; | color: #fff; | ||
background-color: #666; | background-color: #666; | ||
| − | font: | + | font: 12pt Georgia,"Times New Roman",Times,serif; |
} | } | ||
#toc, .toc, .mw-warning { | #toc, .toc, .mw-warning { | ||
| Linha 88: | Linha 99: | ||
} | } | ||
| − | + | table { | |
| − | # | + | background:#dff970; |
| − | + | border:2px solid #679b00; | |
| + | border-top:none; | ||
| + | |||
} | } | ||
| − | + | ||
| − | + | caption { | |
| − | padding: 0 | + | background:#94b62d; |
| + | padding:3px 0; | ||
| + | color: #fff; | ||
| + | font: 12pt Georgia,"Times New Roman",Times,serif; | ||
| + | border:2px solid #679b00; | ||
| + | border-bottom:none; | ||
} | } | ||
| − | + | table td { | |
| − | padding:2px 0; | + | padding:2px |
| + | } | ||
| + | |||
| + | tr:first-child { | ||
| + | background:#fff; | ||
| + | font-weight:bold; | ||
| + | margin:2px 0; | ||
} | } | ||
| − | |||
Edição atual tal como 10h45min de 18 de outubro de 2011
/** o código CSS colocado aqui será aplicado a todos os temas */
blockquote {
margin:10px 0 10px 100px;
font-style:italic;
}
pre {
margin:0 0 0 15px;
}
#BreadCrumbsTrail {
margin:5px 0 0 0;
}
#bodyContent {
line-height: 1.5em;
}
#bodyContent p {
text-indent:20px;
}
/*
div#bodyContent a.external {
text-decoration: none;
color: #333;
background-color: #ffff22;
padding: 1px 6px 1px 6px;
margin: 4px;
}
div#bodyContent a.external:hover {
color: #fff;
background-color: #aa0000;
text-decoration: underline;
}
*/
#bodyContent h1 {
margin: 20px 0px 20px 0px;
border-bottom: 2px solid #444;
text-transform: uppercase;
background-color: #333;
color: #fff;
padding: 0 0 0 20px;
font: 36pt Georgia,"Times New Roman",Times,serif;
}
#bodyContent h2 {
margin: 30px 0px 25px 0px;
border-bottom: 1px solid #666;
border-top: 1px solid #666;
background-color: #fff;
padding: 0 0 0 20px;
color: #111;
font: 26pt Georgia,"Times New Roman",Times,serif;
}
#bodyContent h3 {
margin: 25px 0px 15px 0px;
padding: 2px 0 2px 30px;
color: #111;
background-color: #fff;
border-bottom: 1px solid #666;
font: 16pt Georgia,"Times New Roman",Times,serif;
}
#bodyContent h4 {
margin: 20px 0px 15px 0px;
padding: 2px 0 2px 50px;
color: #111;
background-color: #f6f6f6;
border-bottom: 1px dotted #666;
font: 14pt Georgia,"Times New Roman",Times,serif;
}
#bodyContent h5 {
margin: 20px 0px 15px 0px;
padding: 1px 0 1px 70px;
color: #fff;
background-color: #666;
font: 12pt Georgia,"Times New Roman",Times,serif;
}
#toc, .toc, .mw-warning {
border: 1px solid #999;
background-color: #fff;
padding: 5px;
font-size: 95%;
}
#toctitle h2 {
margin:0;
border-bottom: 0;
border: none;
padding: 0;
background-color: #fff;
padding: 0;
color: #111;
font: 12pt Georgia,"Times New Roman",Times,serif;
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
table {
background:#dff970;
border:2px solid #679b00;
border-top:none;
}
caption {
background:#94b62d;
padding:3px 0;
color: #fff;
font: 12pt Georgia,"Times New Roman",Times,serif;
border:2px solid #679b00;
border-bottom:none;
}
table td {
padding:2px
}
tr:first-child {
background:#fff;
font-weight:bold;
margin:2px 0;
}