MediaWiki:Common.css
Aparença
Nota: Després de publicar, possiblement necessitareu refrescar la memòria cau del vostre navegador per a veure'n els canvis.
- Firefox / Safari: Premeu Majús i alhora cliqueu el botó Actualitzar, o pressioneu Ctrl+F5 o Ctrl+R (⌘+R en un Mac)
- Google Chrome: Premeu Ctrl+Majús+R (⌘+Shift+R en un Mac)
- Edge: Premeu Ctrl i alhora cliqueu a Actualitza o pressioneu Ctrl+F5
/* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */
/*============================
1. Navegació
============================*/
/* Standard Navigationsleisten,
(aka box hiding thing from .de. Documentation at Wikipedia:NavFrame.) */
div.Boxmerge,
div.NavFrame { margin: 0px; padding: 4px;
border: 1px solid #aaa; text-align: center;
border-collapse: collapse; font-size: 95%; }
div.Boxmerge div.NavFrame { border-style: none; border-style: hidden; }
div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; }
div.NavPic { background-color: #fff; margin: 0px;
padding: 2px; float: left; }
div.NavFrame div.NavHead { height: 1.6em; font-weight: bold;
background-color: #ccccff; position:relative; }
div.NavFrame p { font-size: 100%; }
div.NavFrame div.NavContent { font-size: 100%; }
div.NavFrame div.NavContent p { font-size: 100%; }
div.NavEnd { margin: 0px; padding: 0px; line-height: 1px; clear: both; }
a.NavToggle { position:absolute; top:0px; font-weight:normal; font-size:smaller; }
/* Folding Multi Wiki Tabs by Splarka (http://www.wikia.com/wiki/User:Splarka/tricks) */
.foldtabSet { position: relative; margin: 1.5em 0 1em; }
.foldtabBox { position: relative; padding: 0.5em; background-color:#FFF;
overflow: auto; border: 1px solid #AAA; z-index: 1; }
.foldtabHead a { position: relative; left: 0.5em; border: 1px solid #AAA;
padding: 0.13em 1em; font-size: 150%;
text-decoration: none; color: #00A; background-color: #E0E0FF;
background-color: #F0F0F0; z-index: 0; }
.foldtabHead a.selected { top: -0.15em; border-width: 2px; border-bottom: none;
background-color: #FFF; z-index: 2; }
.foldtabHead p { margin: 0; padding: 0; }
/*============================
2. Altres
============================*/
/* Tabber: poder posar encapçalaments */
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { display:block !important; }