Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
| (No se muestran 6 ediciones intermedias del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | /* 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"); | ||
| + | @import url("https://office.fruttmac.com/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:FilterForms.css"); | ||
.ns-6 h1 { display: none; } | .ns-6 h1 { display: none; } | ||
| + | .ns-0 h1 { display: none; } | ||
| + | .ns-4 h1 { display: none; } | ||
| + | |||
| + | li#ca-talk { display: none; } | ||
| + | |||
| + | .ns-2 li#ca-talk, | ||
| + | .ns-3 li#ca-talk { display: block; } | ||
| + | |||
| + | .logo { | ||
| + | width: 70%; | ||
| + | height: auto; | ||
| + | float: right; | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | .gallery-packed { | ||
| + | display: none; | ||
| + | } | ||
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 33: | Línea 67: | ||
.toc{ | .toc{ | ||
float:left; | float:left; | ||
| − | |||
margin-right: 4px; | margin-right: 4px; | ||
margin-bottom: 4px; | margin-bottom: 4px; | ||
| Línea 39: | Línea 72: | ||
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; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| Línea 66: | Línea 92: | ||
.accesion_title { | .accesion_title { | ||
background: #FFA412; | background: #FFA412; | ||
| − | font-size: | + | font-size: 18px; |
} | } | ||
| Línea 80: | Línea 106: | ||
display: block; | display: block; | ||
margin: 0; | margin: 0; | ||
| + | } | ||
| + | |||
| + | ul.gallery.mw-gallery-slideshow .mw-gallery-slideshow-buttons { | ||
| + | padding: 0.5em 0; | ||
| + | } | ||
| + | |||
| + | .oo-ui-iconElement-icon { | ||
| + | min-width: 15px; | ||
| + | min-height: 15px; | ||
| + | width: 1em; | ||
| + | } | ||
| + | |||
| + | .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; | ||
} | } | ||
Revisión actual - 09:07 6 nov 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");
@import url("https://office.fruttmac.com/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:FilterForms.css");
.ns-6 h1 { display: none; }
.ns-0 h1 { display: none; }
.ns-4 h1 { display: none; }
li#ca-talk { display: none; }
.ns-2 li#ca-talk,
.ns-3 li#ca-talk { display: block; }
.logo {
width: 70%;
height: auto;
float: right;
display: none;
}
.gallery-packed {
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;
margin-right: 4px;
margin-bottom: 4px;
}
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;
}
ul.gallery.mw-gallery-slideshow .mw-gallery-slideshow-buttons {
padding: 0.5em 0;
}
.oo-ui-iconElement-icon {
min-width: 15px;
min-height: 15px;
width: 1em;
}
.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;
}