Diferencia entre revisiones de «MediaWiki:Common.css»

De WebHostal
Ir a la navegación Ir a la búsqueda
Línea 29: Línea 29:
  
 
div#mw-panel div.portal div.body {background-image: none;}
 
div#mw-panel div.portal div.body {background-image: none;}
div.portal div.body {border-top: 1px solid navy;}
+
div.portal {border-top: 1px solid navy;}
  
 
h1 {border-bottom:3px solid navy; padding-top:0px;}
 
h1 {border-bottom:3px solid navy; padding-top:0px;}
Línea 86: Línea 86:
  
 
div#mw-panel {top: 236px;}
 
div#mw-panel {top: 236px;}
#mv-panel div.body {border:0;}
 
 
#mw-panel li, #mw-panel h3 {padding: 16px 0 0 0 !important; border-bottom:2px solid orange !important;}
 
#mw-panel li, #mw-panel h3 {padding: 16px 0 0 0 !important; border-bottom:2px solid orange !important;}
 
#mw-panel h3 {font-weight:800;}
 
#mw-panel h3 {font-weight:800;}

Revisión del 20:52 16 jun 2016

/* El CSS colocado en esta página será aplicado a todas las apariencias */
/* Tablas */
table.tbcab {width:85%; min-width:780px; max-width:1400px;}

table.mitb, table.mitbb, table.mitb2 { background-color: transparent; }
table.mitb th, table.mitb td { padding: 5px; }
table.mitb th, table.mitbb th { text-align: left; font-size: 130%; color: white; font-weight: bold; font-style: italic; font-family: monospace, sans-serif; background-color: #33cc66; }
table.mitb tr { background-color: #F0F0F0; }
table.mitb tr:hover { background-color: #C6E1F0; }
table.mitbb th, table.mitbb td { padding: 5px; margin: 5px; }
table.mitbb tr { background-color: #fafafa; }
table.mitbb tr:hover { background-color: #efefef; }

table.mitb2 th, table.mitb2 td { text-align: center; padding: 5px; }
table.mitb2 th { font-size: 90%; color: white; font-weight: bold; font-style: italic; font-family: monospace, sans-serif; background-color: #A07EC2; }
table.mitb2 tr { font-size: 140%; background-color: #EECCFF; }
table.mitb2 tr:hover { background-color: #DDBBEE; }

#ca-talk { display: none!important; }
#ca-history { display: none!important; }
#ca-viewsource { display: none!important; }
#footer { display: none!important; }

h1.firstHeading, div#mw-head, div#p-tb, #footer-info, #footer-poweredbyico, .sysop-show, #contentSub { display:none!important; }
div#content a.external {background:transparent;padding-right:0px;}

div#content {margin-top: -90px;}
body.vector-animateLayout #mw-panel {top: 240px;}

div#mw-panel div.portal div.body {background-image: none;}
div.portal {border-top: 1px solid navy;}

h1 {border-bottom:3px solid navy; padding-top:0px;}
h2 {border-bottom:2px solid navy;}
h3 {border-bottom:1px solid navy;}
h4 {border-bottom:1px dotted navy;}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v6/toadOcfmlt9b38dHJxOBGIPZSf8Ud0kNoe3bGnF7K24.woff) format('woff');
}

@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: local('Bitter-Bold'), url(http://themes.googleusercontent.com/static/fonts/bitter/v4/JGVZEP92dXgoQBG1CnQcfD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

.webhostal-title {
 font-family: Bitter, Georgia, serif;
 font-size: 60px;
 font-weight: bold;
 line-height: 1;
 padding-left:40px;
 margin: 0px;
 color: #000;
}

.webhostal-subtitle { 
 font-family: "Source Sans Pro", Tahoma, sans-serif;
 font-size: 24px;
 font-style:italic;
 font-weight: lighter;
 line-height: 1;
 padding-left: 40px;
 margin: 0px;
 color: #000;
}

.webhostal-encabezado {
 position: relative;
 left:-200px;
 top:-10px;
 background: url(http://webhostal.es/wp-content/themes/twentythirteen/images/headers/star.png) no-repeat scroll top;
 background-size: 1600px auto;
 height:230px;
 width:1600px;
}

.webhostal-menu-usuario {
 z-index: 1000;
}

div#mw-panel {top: 236px;}
#mw-panel li, #mw-panel h3 {padding: 16px 0 0 0 !important; border-bottom:2px solid orange !important;}
#mw-panel h3 {font-weight:800;}
#p-Men\.C3\.BA_principal {display: none;}

/* Móviles ********************************************************************** */
@media only screen and (max-device-width:480px) {
    #mw-panel, #p-logo { display:none!important; }
    div#content {font-size:180%;line-height:1,5em;margin-left:0px;}
    table.tbcab {width:100%; min-width:780px; max-width:1400px;}
    h1 {line-height:1,5em;}
}