MediaWiki:Common.css
Warning: preg_match() [function.preg-match]: Compilation failed: group name must start with a non-digit at offset 8 in /home/storage/7/4e/c9/tongai/public_html/wiki/includes/MagicWord.php on line 739
De TACOM - Produtos p/ Pesca Esportiva
| 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 */ | ||
| + | |||
| + | #f-poweredbyico { display: none; } | ||
| + | /** remove o logo media wiki*/ | ||
| + | |||
| + | h1{ | ||
| + | clear:both; | ||
| + | } | ||
div.specs{ | div.specs{ | ||
| Linha 15: | Linha 22: | ||
border-collapse:separate; | border-collapse:separate; | ||
text-align:center; width: 500px; clear:both; | text-align:center; width: 500px; clear:both; | ||
| + | float: right; | ||
} | } | ||
Edição atual tal como 15h20min de 5 de abril de 2012
/** o código CSS colocado aqui será aplicado a todos os temas */
#f-poweredbyico { display: none; }
/** remove o logo media wiki*/
h1{
clear:both;
}
div.specs{
float:right;
clear:both
}
table.tabela_reel{
font-family: "Trebuchet MS", sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 1.4em;
font-style: normal;
border-collapse:separate;
text-align:center; width: 500px; clear:both;
float: right;
}
.tabela_reel thead th{
padding:15px;
color:#fff;
text-shadow:1px 1px 1px #568F23;
border:1px solid #93CE37;
border-bottom:3px solid #9ED929;
background-color:#9DD929;
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.02, rgb(123,192,67)),
color-stop(0.51, rgb(139,198,66)),
color-stop(0.87, rgb(158,217,41))
);
background: -moz-linear-gradient(
center bottom,
rgb(123,192,67) 2%,
rgb(139,198,66) 51%,
rgb(158,217,41) 87%
);
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius:5px 5px 0px 0px;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.tabela_reel thead th:empty{
background:transparent;
border:none;
}
.tabela_reel tfoot td{
color: #9CD009;
font-size:32px;
text-align:center;
padding:10px 0px;
text-shadow:1px 1px 1px #444;
}
.tabela_reel tfoot th{
color:#666;
}
.tabela_reel tbody td{
padding:10px;
text-align:center;
background-color:#DEF3CA;
border: 2px solid #E7EFE0;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
color:#666;
text-shadow:1px 1px 1px #fff;
}