Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
Línea 28: | Línea 28: | ||
h3 {border-bottom:1px solid navy;} | h3 {border-bottom:1px solid navy;} | ||
h4 {border-bottom:1px dotted 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'); | ||
+ | } | ||
+ | |||
+ | .webhostal-title, .webhostal-subtitle { | ||
+ | font: 300 italic "Source Sans Pro", Tahoma, sans-serif; | ||
+ | font-size: 60px; | ||
+ | font-weight: bold; | ||
+ | line-height: 1; | ||
+ | margin: 0; | ||
+ | padding: 58px 0 10px; | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
+ | .webhostal-subtitle { | ||
+ | font-size: 36px; | ||
+ | margin: 28px 0; | ||
+ | } |
Revisión del 01:13 4 oct 2013
/* El CSS colocado en esta página será aplicado a todas las apariencias */ /* Tablas */ 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; } h1.firstHeading { display:none!important; } div#mw-head { display:none!important; } div#p-tb { display:none!important; } div#content {margin-top: -70px;} 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'); } .webhostal-title, .webhostal-subtitle { font: 300 italic "Source Sans Pro", Tahoma, sans-serif; font-size: 60px; font-weight: bold; line-height: 1; margin: 0; padding: 58px 0 10px; color: #000; } .webhostal-subtitle { font-size: 36px; margin: 28px 0; }