User:J Di/monobook.css

From Simple English Wikipedia, the free encyclopedia

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.

#selectionPreview { display: none }

#file img, .gallerybox .thumb img { background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; }

/* CSS per a tots els usuaris amb l'aparença Monobook */

/* Avís per als administradors!! Qualsevol canvi que es faça a 
Monobook.css o a Common.css s'hauria de proposar primer a [[Viquipèdia:La taverna]]. Gràcies.

La majoria de la configuració CSS hauria d'anar a [[MediaWiki:Common.css]]. Reserveu aquesta pàgina només per allò que allà no funcioni. */

/* <pre><nowiki> */

pre { overflow: auto; }

/* Display "De Viquipèdia, l'enciclopèdia lliure"
#siteSub {
    font-size: 100%;
    font-weight: normal;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
} */

p.error {
  font-weight: bold;
}

/* fenetre arrondi (pour les navigateurs moz/firefox/gecko) */
.pBody 
{
   padding: 0.3em 0.1em;
}

div.pBody {
  border-left:none;
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

.portlet h5 
{
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 1em;
   border-radius-topright: 1em;
}

#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 1em;
/*  border-radius-topleft: 1em; */
  border-radius-topright: 1em;
/*  -moz-border-radius-topleft: 1em; */
}

#p-cactions #ca-edit-0 a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}

#p-cactions a {
   filter: alpha(opacity=75); -moz-opacity: .75; opacity: .75;
}

#p-cactions a:hover, #p-cactions .selected a {
   filter: none; -moz-opacity: 1; opacity: 1;
}

#content
{
  -moz-border-radius-topleft: 0em;
  border-radius-topleft: 0em;
}

div.BoxenVerschmelzen,
div.NavFrame,
div.Fullejador  {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}

div.BoxenVerschmelzen div.NavFrame {
        border-style: none;
        border-style: hidden;
}

div.Fullejador + div.Fullejador,
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}

div.NavPic,
div.ImatgeFullejador {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}

div.NavFrame div.NavHead,
div.Fullejador div.EncapFullejador {
        height: 1.6em;
        font-weight: bold;
        background-color: #efefef;
}

div.Fullejador p,
div.NavFrame p {
        font-size: 100%;
}

div.Fullejador div.ContingutFullejador,
div.NavFrame div.NavContent {
        font-size: 100%;
}

div.Fullejador div.ContingutFullejador p,
div.NavFrame div.NavContent p {
        font-size: 100%;
}

div.FiFullejador,
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}

.ActivaFullejador,
.NavToggle {
    font-size: x-small;
    float:right;
}

#p-personal ul {
  filter: alpha(opacity=60); -moz-opacity: .60; opacity: .60;  -moz-border-radius-bottomleft:1em;
  border-radius-bottomleft:1em;
  border-color:rgb(250, 189, 35);
  border-width:1px;
  border-style:solid;
  /* if it weren't for this, that tool bar would stretch itself across the entire screen. */
  float:right;
  padding:0;
  padding-bottom:.3em;
  padding-right:3px;
  border-top:none;
  border-right:none;
  margin:0;
  /* overrides 3px p-r that's above */
  padding-right:3px;
  font-size: 80%;
}

#p-personal a:hover {
  background:#FFF none;
}

#p-personal a {
  padding:.5em;
  margin:0;
}

#p-personal li {
  margin:0;
  border-right:1px dotted rgb(170, 170, 170);
  background-image: none;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background:  url('http://ca.wikipedia.org/skins-1.5/monobook/user.gif') top left no-repeat;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-transform: none;
}

/* Datos personales */
table.metadata {
        border: 1px solid #aaaaaa;
        display: none; /* A definir por cada usuario */
}
.metadata-label {
        color: #aaaaaa;
}

pre {
    padding: 1em;
    border: 1px solid #003399;
    color: #003399;
    background-color: #F4F6FE;
    line-height: 1.1em;
}

#p-logo {
    margin-top: 5px;
}

#p-navigation {
    margin-top: 5px;
}

/*</nowiki></pre>