MediaWiki:Common.css
De WikiCafe
Revisión del 21:56 15 mar 2021 de Lesther Giron (discusión | contribs.)
Nota: tras guardar, quizás necesites actualizar la caché de tu navegador para ver los cambios.
- Firefox/Safari: Mantén presionada la tecla Mayús mientras pulsas el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
- Google Chrome: presiona Ctrl+Shift+R (⌘+Mayús+R en Mac)
- Internet Explorer: mantén presionada Ctrl mientras pulsas Actualizar, o presiona Ctrl+F5
- Opera: dirígete a Menú → Configuración (Opera → Preferencias en Mac) y luego a Privacidad y seguridad → Borrar datos de navegación → Imágenes y archivos en caché.
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/*Contenido*/
#mw-content {
background: #f8f9fa;
border: solid #eaecf0;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-width: 1px 1px 0.2em;
padding: 1.25em 1.75em;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
background: #ffffff;
padding: 1em 2em 3em;
margin-top: 10%;
}
#mw-content-container {
background: #e4e4e4;
border-bottom: solid 4px #681a27;
background-image: url(http://wikicafe.promecafe.net/skins/Timeless/resources/images/Coffeebkgfond.svg?16711);
background-repeat: repeat;
background-size: 1700px, 800px;
background-position-x: 85%;
background-position-y: 0%;
}
/*Contenedor con usuario y busqueda*/
container {
height: 0;
position: fixed;
z-index: 100;
top: 0;
width: 100%;
background: #ffffff;
color: #000000;
padding: 0.5em 0 0;
min-height: 3.125em;
box-sizing: border-box;
margin-top: 5%;
}
/*Nombre de usuario*/
#user-tools {
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-flex: 0;
-moz-box-flex: 0;
width: auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-ms-flex-order: 3;
order: 3;
display: inline-block;
margin-right: -6%;
}
/*Navegación derfecha*/
#mw-related-navigation .sidebar-chunk {
background: #f8f9fa;
border: solid #eaecf0;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-width: 1px 1px 0.2em;
padding: 1.25em 1.75em;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
padding: 1.5em 1.5em 0;
margin: 1em 0;
margin-top: 1em;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
margin-top: 75%;
}
/*Texto con nombre*/
#p-logo-text a {
padding: 0.1em 1em 0.2em;
color: #fff;
font-family: 'Linux Libertine', 'Times New Roman', 'Liberation Serif', 'Nimbus Roman', 'Noto Serif', 'Times', serif;
font-variant: small-caps;
font-size: 1.85em;
display: block;
z-index: auto;
margin-right: -5;
}
/*Segundo ajuste encabezado*/
#mw-header {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
margin-left: -50%;
}
/*Colores de afuera*/
html,
body {
margin: 0;
padding: 0;
background-color: #e4e4e4;
}
/*Barra divisora*/
.color-left {
height: 0.35em;
background: #b32424;
width: 50%;
float: left;
display: none;
}
#mw-header-nav-hack,
#mw-header-hack {
position: fixed;
z-index: 97;
display: none;
box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.075), 0 0 2px rgba(0, 0, 0, 0.2);
}
/*Logotipo*/
.mw-wiki-logo.fallback {
content: '';
width: 200px;
height: 95px;
background-repeat: no-repeat;
background-position: center center;
margin-top: -3%;
position:absolute;
z-index:1;
}
.mw-wiki-logo {
background-image: url(http://wikicafe.promecafe.net/resources/assets/logored1.png?86a63);
}
#p-logo-text {
min-width: 14em;
visibility: hidden;
}
#mw-header-container {
height: 0;
position: absolute;
z-index: 100;
top: 0;
width: 40%;
background: #e4e4e4;
color: #000000;
padding: 0.5em 0 0;
min-height: 3.125em;
box-sizing: border-box;
margin-top: 5%;
float: right;
margin-left: 50%;
}
#searchInput {
margin: 0;
height: 2.1em;
padding: 0.4em 4.5em 0.2em 2em;
box-shadow: none;
background: transparent;
width: 100%;
min-height: 0;
font-family: inherit;
border: #717171;
}
/*Fondo total*/
/*Ver inicio*/
/*Adornos busqsueda y usuario*/
#simpleSearch {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
background: #ffffff;
position: relative;
border: solid 20px #71717163;
margin-top: -8%;
margin-left: 45%;
margin-right: -20%;
}
/*Herramientas personales*/
#personal {
display: inline-block;
position: relative;
padding-left: 1.5em;
line-height: 1;
margin-left: 45%;
margin-top: -25%;
}
/*Bonton de busqueda*/
#searchButton,
#mw-searchButton {
position: absolute;
top: 0;
margin: 0;
margin-right: 0px;
padding: 0;
right: 1.5em;
width: 3.5em;
height: 2.1em;
text-indent: -99999px;
border: 0;
background-color: #609c42;
background-repeat: no-repeat;
background-image: url(/mediawiki/skins/Timeless/resources/images/search-ltr.png?2f518);
background-image: linear-gradient(transparent, transparent), url(/mediawiki/skins/Timeless/resources/images/search-ltr.svg?26600);
background-position: center 40%;
box-shadow: none;
margin-right: -10%;
}
/*Barra*/
.mw-body h1.firstHeading {
margin: 0.25em 0 0.5em;
border-bottom: solid 4px #b88c43;
}
/*Links*/
a {
color: #681a27;
}
a:hover {
color: #563c2d;
}
a:visited {
color: #b88c43;
}
.mw-parser-output a.external {
color: #681a27;
}
.tools-inline li.selected {
border-bottom-color: #b88c43;
}
#mw-site-navigation .sidebar-chunk {
background: #f8f9fa;
border: solid #eaecf0;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-width: 1px 1px 0.2em;
padding: 1.25em 1.75em;
box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
padding: 1.5em 1.5em 0;
margin: 1em 0;
margin-top: 1em;
line-height: 1.125;
word-wrap: break-word;
font-size: 0.95em;
margin-top: 55%;
}