Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
Línea 6: | Línea 6: | ||
table { | table { | ||
− | |||
border-collapse: collapse; | border-collapse: collapse; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
margin-top: 1em; | margin-top: 1em; | ||
background: white; | background: white; | ||
+ | table-layout: fixed; | ||
+ | } | ||
+ | |||
+ | table.data { | ||
+ | width: 750px; | ||
+ | min-width: 750px; | ||
} | } | ||
th { | th { | ||
background: #B4C7DC; | background: #B4C7DC; | ||
− | font-weight: bold; | + | font-weight: bold; |
+ | } | ||
+ | |||
+ | td, th { | ||
+ | padding: 6px; | ||
+ | border: 1px solid #ccc; | ||
+ | text-align: left; | ||
+ | vertical-align: top; | ||
+ | overflow: hidden; | ||
} | } | ||
.first_column { | .first_column { | ||
− | width: | + | width: 250px; |
+ | min-width: 250px; | ||
+ | max-width: 250px; | ||
background: #FFA412; | background: #FFA412; | ||
} | } | ||
− | . | + | .columns { |
− | |||
background: #FFA412; | background: #FFA412; | ||
} | } | ||
− | . | + | .second_column { |
− | width: | + | min-width: 250px; |
background: #FFA412; | background: #FFA412; | ||
} | } | ||
Línea 35: | Línea 49: | ||
.toc{ | .toc{ | ||
float:left; | float:left; | ||
− | display: block; | + | display:inline-block; |
margin-right: 4px; | margin-right: 4px; | ||
margin-bottom: 4px; | margin-bottom: 4px; | ||
+ | } | ||
+ | |||
+ | .card_area { | ||
+ | display:inline-block; | ||
} | } | ||
table.card { | table.card { | ||
− | width: | + | width: 500px; |
+ | min-width: 500px; | ||
margin-right: 0px; | margin-right: 0px; | ||
margin-left: auto; | margin-left: auto; | ||
− | |||
} | } | ||
.clearfix{ | .clearfix{ | ||
clear: both; | clear: both; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revisión del 15:10 8 mar 2023
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ @import url("https://office.fruttmac.com/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:PaginaPrincipal.css"); .ns-6 h1 { display: none; } .ns-0 h1 { display: none; } table { border-collapse: collapse; margin-bottom: 1em; margin-top: 1em; background: white; table-layout: fixed; } table.data { width: 750px; min-width: 750px; } th { background: #B4C7DC; font-weight: bold; } td, th { padding: 6px; border: 1px solid #ccc; text-align: left; vertical-align: top; overflow: hidden; } .first_column { width: 250px; min-width: 250px; max-width: 250px; background: #FFA412; } .columns { background: #FFA412; } .second_column { min-width: 250px; background: #FFA412; } .toc{ float:left; display:inline-block; margin-right: 4px; margin-bottom: 4px; } .card_area { display:inline-block; } table.card { width: 500px; min-width: 500px; margin-right: 0px; margin-left: auto; } .clearfix{ clear: both; } .separator { width: 50%; } .card th { text-align: center; } .accesion_title { background: #FFA412; font-size: 18px; } .passport { background: #B4C7DC; } .columns_accesion{ width: 25%; } ul.gallery.mw-gallery-slideshow { display: block; margin: 0; } .pageTitle { margin: 0; padding: 0; font-family: 'Linux Libertine','Georgia','Times',serif; line-height: 1.3; font-size: 29px; } .mw-body-content p { margin: 0.5em 0 0 0; } .titleArea { margin-bottom: 1.5em; }