|
|
Line 1: |
Line 1: |
| /* edit this file to customize the monobook skin for the entire site */ | | /* edit this file to customize the monobook skin for the entire site */ |
| /* <pre> */ | | /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ |
| | | #p-cactions ul li, #p-cactions ul li a { |
| /********************************************
| | -moz-border-radius-topleft: .5em; |
| ** **
| | -moz-border-radius-topright: .5em; |
| ** F O S F O R I V E R D I **
| |
| ** **
| |
| ** Skin creata da [[Utente:Kormoran]] **
| |
| ** **
| |
| ** Versione 1.1a, 30 Ottobre 2005 **
| |
| ** **
| |
| ********************************************/
| |
| | |
| /* Colori di default */ | |
| body {
| |
| background: Black;
| |
| color: #00FF00;
| |
| } | | } |
| #content { background : #000000; } | | #content { |
| #content { color : #00FF00; }
| | -moz-border-radius-topleft: 1em; |
| #content { border: 1px solid #008000; }
| | -moz-border-radius-bottomleft: 1em; |
| /* Colore dei link */
| |
| a { color: #7070FF; }
| |
| a:visited { color: #9090D0; }
| |
| a:active, a.new { color: #FF4040; }
| |
| a.interwiki, a.external { color: #5386DB; }
| |
| a.stub { color: #974253; }
| |
| /* Colori della textbox di edit dei testi */
| |
| textarea { color: #90FF90; }
| |
| textarea { background : #001000; }
| |
| /* Casella user (quella con i link alle preferenze, alla pagina utente personale ecc.) */
| |
| | |
| .autocomment { color: #008000; }
| |
| fieldset {
| |
| background: transparent;
| |
| border: 1px solid #004000;
| |
| } | | } |
| legend {
| | div.pBody { |
| background: transparent;
| | -moz-border-radius-topright: 1em; |
| border: 1px solid #004000;
| | -moz-border-radius-bottomright: 1em; |
| } | | } |
| | | #footer { margin-top: -0.1em; } |
| hr {
| |
| color: #004000;
| |
| background-color: #000000;
| |
| }
| |
| | |
| /************************
| |
| * STILI PER I TEMPLATE *
| |
| * (SOLO PER IT.WIKI) *
| |
| ************************/
| |
| | |
| .itwiki_template_avviso {
| |
| clear:both;
| |
| display:block; /* per allargare anche le tabelle (se servissero) alla
| |
| larghezza della pagina (NON specificare "width"!) */
| |
| text-align:left;
| |
| background-color: #000010;
| |
| }
| |
| | |
| .itwiki_template_avviso_v {
| |
| clear:both;
| |
| float:right;
| |
| width:16em;
| |
| background-color: #000010;
| |
| }
| |
| | |
| .itwiki_template_avviso .intestazione, .itwiki_template_avviso_v .intestazione {
| |
| font-weight:bold;
| |
| background-color: #000010;
| |
| }
| |
| | |
| .itwiki_template_disclaimer {
| |
| clear:both;
| |
| display:block; /* per allargare anche le tabelle (se servissero) alla
| |
| larghezza della pagina (NON specificare "width"!) */
| |
| text-align:center;
| |
| border:1px solid #C00000;
| |
| background-color: #100000;
| |
| font-size: 90%;
| |
| }
| |
| | |
| .itwiki_template_disclaimer_v {
| |
| clear:both;
| |
| float:right;
| |
| border:1px solid #C00000;
| |
| background-color: #100000;
| |
| }
| |
| | |
| .itwiki_template_copyright {
| |
| clear:both;
| |
| display:block;
| |
| text-align:left;
| |
| background-color:#000010;
| |
| }
| |
| | |
| .itwiki_template_wikimedia {
| |
| background-color: #100000;
| |
| float:right;
| |
| clear:right;
| |
| border:solid #008 2px;
| |
| margin:0em 0em 0.5em 0.5em;
| |
| padding:0;
| |
| width:25em;
| |
| }
| |
| .itwiki_template_wikimedia .floatleft {
| |
| background-color: #100000;
| |
| border:.5em solid white;
| |
| margin:0;
| |
| }
| |
| .itwiki_template_wikimedia p {
| |
| background-color: #100000;
| |
| margin:.5em .5em .5em 0;
| |
| }
| |
| | |
| .itwiki_template_babelbox {
| |
| background-color: #100000;
| |
| float:right;
| |
| border:solid #00B020 1px;
| |
| margin:0 0 .5em 1em;
| |
| width:20em; /* per evitare problemi con Opera e Safari */
| |
| padding:5px 7px 5px 5px; /* questo lo farà apparire storto in MSIE
| |
| ma non so che farci */
| |
| }
| |
| .itwiki_template_babelbox .intestazione {
| |
| background-color: #001000;
| |
| text-align:center;
| |
| font-weight:bold;
| |
| margin-left:2px;
| |
| }
| |
| .itwiki_template_babel {
| |
| float:left;
| |
| width:20em;
| |
| background:#000000;
| |
| border:solid #A0b3ff 1px;
| |
| margin:1px 1px 1px 0;
| |
| }
| |
| .itwiki_template_babel .sigla {
| |
| background:#001060;
| |
| text-align:center;
| |
| font-size:1.2em;
| |
| font-weight:bold;
| |
| width:4em;
| |
| }
| |
| .itwiki_template_babel2 {
| |
| float:left;
| |
| width:20em;
| |
| background:#000000;
| |
| border:solid #6ef7a7 1px;
| |
| margin:1px 1px 1px 0;
| |
| }
| |
| .itwiki_template_babel2 .sigla {
| |
| background:#005000;
| |
| text-align:center;
| |
| font-size:1.2em;
| |
| font-weight:bold;
| |
| width:4em;
| |
| }
| |
| .itwiki_template_babel td,
| |
| .itwiki_template_babel2 td {
| |
| font-size:.9em;
| |
| line-height:1.2em;
| |
| padding:5px;
| |
| }
| |
| .itwiki_template_babelbox .itwiki_template_babel,
| |
| .itwiki_template_babelbox .itwiki_template_babel2 {
| |
| clear:left; /* perché i singoli template nel babelbox
| |
| siano uno sotto l'altro */
| |
| }
| |
| | |
| /***********************
| |
| * FINE STILI TEMPLATE *
| |
| ***********************/
| |
| | |
| /* L'avviso di nuovi messaggi */
| |
| .usermessage {
| |
| background-color: #004000;
| |
| border: 1px solid #FFFF00;
| |
| color: #FFFF00;
| |
| font-weight: bold;
| |
| }
| |
| | |
| | |
| input.historysubmit {
| |
| padding: 0 0.3em 0.3em 0.3em !important;
| |
| font-size: 94%;
| |
| cursor: pointer;
| |
| height: 1.7em !important;
| |
| margin-left: 1.6em;
| |
| }
| |
| input[type="radio"],
| |
| input[type="checkbox"] { border:none; }
| |
| select {
| |
| background-color: #004000;
| |
| background: #004000;
| |
| border: 1px solid #008000;
| |
| color: #00FF00;
| |
| vertical-align: top;
| |
| }
| |
| | |
| #p-personal li a { color: #FFFF00; }
| |
| | |
| /* Toglie l'icona vicino al nome utente
| |
| li#pt-userpage { background: none }*/
| |
| | |
| #infobox { background: #002000;
| |
| color: #00FFFF;
| |
| border: ipx solid #00FFFF
| |
| }
| |
| | |
| /* Nuovo logo */
| |
| #p-logo {
| |
| background: url(http://www.ziost.net/holocron/dblogo.jpg) no-repeat;
| |
| display: none
| |
| position:absolute; /*needed to use z-index */
| |
| top: 8;
| |
| left: 15;
| |
| height: 0;
| |
| width: 0;
| |
| padding: 0 0 154px 154px;
| |
| overflow: hidden;
| |
| }
| |
| | |
| | |
| /* Colore della editbox Cerca nella colonna a fianco */
| |
| #searchInput {
| |
| border: 1px inset !important;
| |
| color: #00FF00;
| |
| background : #000000;
| |
| }
| |
| | |
| input.searchButton {
| |
| background : #000000;
| |
| border-top: 2px solid #00FFFF;
| |
| border-left: 2px solid #00FFFF;
| |
| border-right: 2px solid #008080;
| |
| border-bottom: 2px solid #008080;
| |
| color : #00FF00;
| |
| }
| |
| | |
| /* .portlet e .pBody: sfondo e titoletto per tutti */
| |
| /* i blocchi della colonna a sinistra */
| |
| | |
| .portlet {
| |
| background: #004000;
| |
| color: #00FF00;
| |
| }
| |
| | |
| .pBody {
| |
| background: #000000;
| |
| color: #00FF00;
| |
| }
| |
| | |
| /* Colori dei link utente/discussione/ecc. nei tab in cima alla pagina */
| |
| | |
| #p-cactions { background: #000000; }
| |
| #p-cactions li {
| |
| background: #000000;
| |
| border-color: #008000;
| |
| }
| |
| #p-cactions li.selected { background: #000000; }
| |
| #p-cactions li.new { background: #000000; }
| |
| #p-cactions li a {
| |
| background: #000000;
| |
| color : #7070FF;
| |
| }
| |
| #p-cactions #ca-nstab-wp a { background: #000000; }
| |
| #p-cactions #ca-nstab-user a { background: #000000; }
| |
| #p-cactions #ca-nstab-main a { background: #000000; }
| |
| #p-cactions #ca-nstab-help a { background: #000000; }
| |
| #p-cactions #ca-edit a { background: #000000; }
| |
| #p-cactions #ca-talk a { background: #000000; }
| |
| #p-cactions #ca-watch a { background: #000000; }
| |
| #p-cactions #ca-unwatch a { background: #000000; }
| |
| #p-cactions #ca-move a { background: #000000; }
| |
| #p-cactions #ca-history a { background: #000000; }
| |
| #p-cactions #ca-article a { background: #000000; }
| |
| #p-cactions #ca-protect a { background: #000000; }
| |
| #p-cactions #ca-unprotect a { background: #000000; }
| |
| #p-cactions #ca-delete a { background: #000000; }
| |
| | |
| | |
| /* Questa roba mette i tab di editing pagina Wiki anche in fondo al box
| |
| (ma non funge con IE e serve anche un filettino monobook.js... vedere la
| |
| mia pagina utente) */
| |
| #mytabs {
| |
| margin: -0.3em 0 0 11.5em;
| |
| border: 1px solid #008000;
| |
| white-space:nowrap;
| |
| line-height: 1.1em;
| |
| overflow: visible;
| |
| border-collapse: collapse;
| |
| padding: 0 0 0 1em;
| |
| list-style: none;
| |
| font-size: 95%;
| |
| }
| |
| #mytabs .hiddenStructure { display: none; }
| |
| #mytabs li {
| |
| display: inline;
| |
| border: 1px solid #004000;
| |
| border-top: none;
| |
| padding: 0.1em 0 0 0;
| |
| margin: 0 0.3em 0 0;
| |
| overflow: visible;
| |
| background: #000000;
| |
| color: #7070FF;
| |
| }
| |
| #mytabs li.selected {
| |
| border-color: #00FF00;
| |
| padding: 0.2em 0 0 0;
| |
| }
| |
| #mytabs li a {
| |
| background-color: #000000;
| |
| color: #7070FF;
| |
| border: none;
| |
| padding: 0.3em 0.8em 0 0.8em;
| |
| text-decoration: none;
| |
| text-transform: lowercase;
| |
| position: relative;
| |
| margin: 0;
| |
| }
| |
| #mytabs li.selected a { z-index: 3; }
| |
| #mytabs .new a { color:#FF4040; }
| |
| #mytabs li a:hover {
| |
| z-index: 3;
| |
| text-decoration: none;
| |
| }
| |
| #mytabs h5 { display: none; }
| |
| #mytabs li.istalk { margin-right: 0; }
| |
| #mytabs li.istalk a { padding-right: 0.5em; }
| |
| #mytabs-ca-addsection a {
| |
| padding-left: 0.4em;
| |
| padding-right: 0.4em;
| |
| }
| |
| /* offset per separare i gruppi di tab */
| |
| li#mytabs-ca-talk { margin-right: 1.6em; }
| |
| li#mytabs-ca-watch { margin-left: 1.6em; }
| |
| | |
| /* Colore dei box delle spiegazioni, degli acronimi e delle abbreviazioni */
| |
| abbr, acronym, .explain {
| |
| border-bottom: 1px dotted #004000;
| |
| color: White;
| |
| background: #002000;
| |
| cursor: help;
| |
| }
| |
| | |
| /* Colore dei frammenti di codice */
| |
| code {
| |
| background-color: #00AA00;
| |
| color: Black;
| |
| }
| |
| /* Colore del testo preformattato */
| |
| pre {
| |
| padding: 1em;
| |
| border: 1px dashed #00AA00;
| |
| color: White;
| |
| background-color: #002000;
| |
| line-height: 1.1em;
| |
| }
| |
| | |
| h1, h2, h3, h4, h5, h6 { color: #00FF00; }
| |
| #bodyContent h1 { color : #00FF00; }
| |
| #bodyContent h2 { color : #00FF00; }
| |
| #bodyContent h3 { color : #00FF00; }
| |
| #bodyContent h4 { color : #00FF00; }
| |
| #bodyContent h5 { color : #00FF00; }
| |
| #bodyContent h6 { color : #00FF00; }
| |
| h1 { border-bottom: 2px solid #008000; }
| |
| h2 { border-bottom: 1px solid #008000; }
| |
| | |
| | |
| /* Colore di sfondo e di testo delle tabelle */
| |
| table {
| |
| background: #000000;
| |
| color: #00FF00;
| |
| }
| |
| /* Colore del sommario dell'articolo */
| |
| #toc {
| |
| background: #002000;
| |
| border: 1px solid #008000;
| |
| }
| |
| | |
| /*------------------------------------------------------*/
| |
| /*
| |
| I #p-cactions riguardano i tab delle azioni sulle varie pagine
| |
| Wiki (modifica, cronologia, discussione ecc.): gli .ns-xx si riferiscono
| |
| invece al namespace numero xx: ecco i numeri di alcuni namespace
| |
| '0': 'articolo'
| |
| '2': 'utente'
| |
| '4': 'wikipedia'
| |
| '6': 'immagine'
| |
| '8': 'mediawiki'
| |
| '10': 'Template'
| |
| '12': 'aiuto'
| |
| '14': 'categoria' */
| |
| | |
| /* Colori di fondo degli articoli */
| |
| .ns-0 * #content { background : #000000; }
| |
| .ns-0 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine di discussione degli articoli */
| |
| .ns-1 * #content { background : #000000; }
| |
| .ns-1 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine Utente */
| |
| .ns-2 * #content { background : #000000; }
| |
| .ns-2 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine di discussione Utente */
| |
| .ns-3 * #content { background : #000000; }
| |
| .ns-3 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine Wikipedia */
| |
| .ns-4 * #content { background : #000000; }
| |
| .ns-4 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine di discussione Wikipedia */
| |
| .ns-5 * #content { background : #000000; }
| |
| .ns-5 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine di discussione Immagine */
| |
| .ns-7 * #content { background : #000000; }
| |
| .ns-7 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine MediaWiki */
| |
| .ns-8 * #content { background : #000000; }
| |
| .ns-8 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine di discussione MediaWiki */
| |
| .ns-9 * #content { background : #000000; }
| |
| .ns-9 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine di template */
| |
| .ns-10 * #content { background : #000000; }
| |
| .ns-10 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine di discussione template */
| |
| .ns-11 * #content { background : #000000; }
| |
| .ns-11 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine Aide */
| |
| .ns-12 * #content { background : #000000; }
| |
| .ns-12 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine di discussione Aiuto */
| |
| .ns-13 * #content { background : #000000; }
| |
| .ns-13 * #content { color : #00FF00; }
| |
| /* Colori di fondo delle pagine di discussione Categorie */
| |
| .ns-15 * #content { background : #000000; }
| |
| .ns-15 * #content { color : #00FF00; }
| |
| | |
| /* La barra in fondo alla pagina */
| |
| #footer {
| |
| background-color: Black;
| |
| color: #00FF00;
| |
| border-top: 1px solid #FFFF00;
| |
| border-bottom: 1px solid #FFFF00;
| |
| margin: 0.6em 0em 1em 0em;
| |
| padding: 0.4em 0em 1.2em 0em;
| |
| text-align: center;
| |
| font-size: 90%;
| |
| }
| |
| /* box delle categorie */
| |
| #catlinks {
| |
| border:1px solid #800080;
| |
| background-color:#000000;
| |
| color: #00FFFF;
| |
| padding:5px;
| |
| margin-top: 1em;
| |
| clear: both;
| |
| }
| |
| /* le immagini: meglio tenerle su sfondo bianco... */
| |
| img {
| |
| border: 2px solid #008000;
| |
| background-color: White;
| |
| } | |
| | |
| /* </pre> */
| |