Diferencies ente revisiones de «MediaWiki:Common.css»
De Softastur
Llinia 83: | Llinia 83: | ||
table.prettytable { | table.prettytable { | ||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
− | background: # | + | background: #f9f9f9; |
− | border: 1px # | + | border: 1px #aaaaaa solid; |
border-collapse: collapse; | border-collapse: collapse; | ||
− | |||
} | } | ||
− | + | ||
table.wikitable th, table.wikitable td, | table.wikitable th, table.wikitable td, | ||
table.prettytable th, table.prettytable td { | table.prettytable th, table.prettytable td { | ||
− | border: 1px # | + | border: 1px #aaaaaa solid; |
− | padding: 0. | + | padding: 0.2em; |
} | } | ||
− | + | ||
table.wikitable th, | table.wikitable th, | ||
table.prettytable th { | table.prettytable th { | ||
− | background: # | + | background: #f2f2f2; |
− | + | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | + | ||
table.wikitable caption, | table.wikitable caption, | ||
table.prettytable caption { | table.prettytable caption { | ||
Llinia 107: | Llinia 105: | ||
margin-right: inherit; | margin-right: inherit; | ||
} | } | ||
+ | |||
/*</nowiki></pre>*/ | /*</nowiki></pre>*/ |
Revisión a fecha de 22:50, 19 xineru 2010
/* <pre><nowiki> */ @import "http://wiki.altuxa.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css&smaxage=18000"; #caxa_color{ width: 95%; background: #fff2ea; border: 1px solid #d93600; border-left: 1em solid #d93600; padding: 0.5em; } #caxa_color .titulu { text-align: left; margin:-0.5em; margin-bottom:0.5em; padding: 6px 10px; font-weight: bold; color: #fff; background: #d93600; } #caxa_color table { text-align: center; border-collapse: collapse; } #caxa_color table th { background: #ffdfca } #caxa_color table th, #caxa_color table td { padding: 0.5em; width: 20%; border: 1px solid #d93600; } .tabla_guapa_2columnes, .tabla_guapa_3columnes, .tabla_guapa_4columnes, .tabla_guapa_5columnes { text-align: center; border-collapse: collapse; width: 100%; } .tabla_guapa_2columnes th, .tabla_guapa_3columnes th, .tabla_guapa_4columnes th, .tabla_guapa_5columnes th { background: #ffdfca } .tabla_guapa_2columnes th, .tabla_guapa_2columnes td, .tabla_guapa_3columnes th, .tabla_guapa_3columnes td, .tabla_guapa_4columnes th, .tabla_guapa_4columnes td, .tabla_guapa_5columnes th, .tabla_guapa_5columnes td { padding: 0.5em; border: 1px solid #d93600; } .tabla_guapa_2columnes th, .tabla_guapa_2columnes td { width: 50%; } .tabla_guapa_3columnes th, .tabla_guapa_3columnes td { width: 33%; } .tabla_guapa_4columnes th, .tabla_guapa_4columnes td { width: 25%; } .tabla_guapa_5columnes th, .tabla_guapa_5columnes td { width: 20%; } .right { text-align: right; } #nav li#n-Llista-de-corréu a, #nav li#n-Estandarización-de-términos a, #nav li#n-Foros a, #nav li#n-Plantíes-de-translatewiki a { display: block; padding: 8px 10px; text-decoration: none; background: #ffdfca; border-right: 1px solid #d93600; border-left: 1px solid #d93600; } #nav li#n-Llista-de-corréu a:hover, #nav li#n-Estandarización-de-términos a:hover, #nav li#n-Foros a:hover, #nav li#n-Plantíes-de-translatewiki a:hover { background: #fff2ea; } #nav li li#n-Llista-de-corréu a, #nav li li#n-Estandarización-de-términos a, #nav li li#n-Foros a, #nav li li#n-Plantíes-de-translatewiki a{ padding: 6px 8px 6px 20px; } table.wikitable, table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa solid; border-collapse: collapse; } table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border: 1px #aaaaaa solid; padding: 0.2em; } table.wikitable th, table.prettytable th { background: #f2f2f2; text-align: center; } table.wikitable caption, table.prettytable caption { margin-left: inherit; margin-right: inherit; } /*</nowiki></pre>*/