Usuari:Joanjoc/monobook.css
De Viquipèdia
Notau: Després de desar, heu de posar al dia la memòria cau del vostre navegador per veure els canvis: Mozilla: pitgeu reload(or ctrl-r), IE / Opera: ctrl-f5, Safari: cmd-r, Konqueror ctrl-r.
/* <pre><nowiki> */ /***************************************************************************** // // Nou esquema de colors per a la nova metacaixa // // border: top, right, bottom, left //****************************************************************************/ /************************ Configuració per defecte en lila ******************* Tons de color usats, del més fosc al més clar 1; 7050a0 2; 9070c0 3; b090e0 4; d0b0ff 5; f0d0ff */ .mcBoto { background-color: #d0b0ff; /* 4 */ border: 0.15em solid #000000; border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff; /* 5 3 3 5 */ border-radius-topleft: .5em; border-radius-topright: .5em; -moz-border-radius: .5em .5em 0em 0em; cursor:pointer; display: inline; margin-right: 0.1em; padding: 0.2em 0.3em 0.2em 0.3em; position: relative; } .mcBoto a { background: none !important; color:#7050a0 !important; /* 1 */ font-size: 90%; font-weight: bold; padding: 0 !important; text-decoration: none !important; } .mcBoto a:hover { color: black !important; text-decoration: underline !important; } .mcBotoSel { background-color: #9070c0; /* 2 */ border: 0.15em solid #000000; border-color: #b090e0 #7050a0 #9070c0 #b090e0; /* 3 1 2 3 */ border-radius-topleft: .5em; border-radius-topright: .5em; -moz-border-radius: .5em .5em 0em 0em; cursor: default; display: inline; margin-right: 0.1em; padding: 0.2em 0.3em 0.2em 0.3em; position: relative; color:white; } .mcBotoSel a { background: none !important; color:white !important; cursor: default; font-size: 90%; font-weight: bold; padding: 0 !important; text-decoration: none !important; } .mcContingut { background-color: #f8f8ff; border: 0.2em solid #9070c0; /* 2 */ border-color: #9070c0 #7050a0 #7050a0 #9070c0 ; /* 2 1 1 2 */ -moz-border-radius: 0em .5em .5em 0em; border-radius-topright: .5em; border-radius-bottomright: .5em; padding: 1em; position: static; /* Si hi posem relative falla amb MSIE */ } .mcPestanya { background-color: #f8f8ff; border-color: #7050a0 #b090e0 #b090e0 #7050a0; /* 1 3 3 1 */ width: 100%; } /* Configuració del Verd 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */ .mcVerd .mcBoto { background-color: #a5e085; /* 4 */ border-color: #c0f090 #90d060 #75c045 #c0f090; /* 5 3 2 5 */} .mcVerd .mcBoto a { color:#60b030 !important; /* 1 */} .mcVerd .mcBoto a:hover { color: black !important;} .mcVerd .mcBotoSel { background-color: #75c045; /* 2 */ border-color: #90d060 #60b030 #75c045 #90d060; /* 3 1 2 3 */} .mcVerd .mcContingut { background-color: #f5fffa; border-color: #75c045 #60b030 #60b030 #75c045 ; /* 2 1 1 2 */} .mcVerd .mcPestanya { background-color: #f5fffa; border-color: #60b030 #90d060 #90d060 #60b030; /* 1 3 3 1 */} /* Configuració del Vermell 1;CC0000 2;FF0000 3;FF8888 4;FFAAAA 5;FFCCCC */ .mcVermell .mcBoto { background-color: #FFAAAA; /* 4 */ border-color: #FFCCCC #FF8888 #FF0000 #FFCCCC; /* 5 3 2 5 */} .mcVermell .mcBoto a { color:#CC0000 !important; /* 1 */} .mcVermell .mcBoto a:hover { color: black !important;} .mcVermell .mcBotoSel { background-color: #FF0000; /* 2 */ border-color: #FF8888 #CC0000 #FF0000 #FF8888; /* 3 1 2 3 */} .mcVermell .mcContingut { background-color: #fffafa; border-color: #FF0000 #CC0000 #CC0000 #FF0000; /* 2 1 1 2 */} .mcVermell .mcPestanya { background-color: #fffafa; border-color: #CC0000 #FF0000 #FF0000 #CC0000; /* 1 3 3 1 */} /* </nowiki></pre> */