Differenze tra le versioni di "MediaWiki:Common.css"
Da RockCiclopedia, tutta la storia del rock... scritta da voi!
Vai alla navigazioneVai alla ricercaRiga 164: | Riga 164: | ||
/* per eliminare il titolo dalla pagina principale | /* per eliminare il titolo dalla pagina principale | ||
body.page-Pagina_principale h1.firstHeading { display:none; } | body.page-Pagina_principale h1.firstHeading { display:none; } | ||
− | |||
.hiddenStructure { | .hiddenStructure { |
Versione delle 23:37, 3 mar 2009
/* Rimuovere l'immagine dai collegamenti esterni */ #bodyContent a.external, #bodyContent a[href ^="gopher://"] { background: none; padding-right: 0; } /* Pezzi per bordo Pulsanti progetti */ .BRDboxSXup { background-image: url(http://wiki.rockciclopedia.com/images/d/df/BordoBoxSxUP.png); background-position:top left; background-repeat:no-repeat; } .BRDboxDXup { background-image: url(http://wiki.rockciclopedia.com/images/6/64/BordoBoxDxUP.png); background-position:top left; background-repeat:no-repeat; } .BRDboxSXdw { background-image: url(http://wiki.rockciclopedia.com/images/0/03/BordoBoxSxDW.png); background-position:top left; background-repeat:no-repeat; } .BRDboxDXdw { background-image: url(http://wiki.rockciclopedia.com/images/9/90/BordoBoxDxDW.png); background-position:top left; background-repeat:no-repeat; } /* Pezzi per bordo dell'intestazione in PagPrinc */ .BG_verde1 { background-image: url(http://wiki.rockciclopedia.com/images/3/35/BG_verde1.png); background-position: top; background-repeat:repeat-x; } .BG_verdeVERT1 { background-image: url(http://wiki.rockciclopedia.com/images/8/8c/BG_verdeVERT1.png); background-position:top left; background-repeat:repeat-y; } .BG_blu1 { background-image: url(http://wiki.rockciclopedia.com/images/1/18/BG_blu1.png); background-position: top; background-repeat:repeat-x; } .BG_azzurroVERT1 { background-image: url(http://wiki.rockciclopedia.com/images/5/55/BG_azzurroVERT1.png); background-position:top left; background-repeat:repeat-y; } .BG_arancioUP { background-image: url(http://wiki.rockciclopedia.com/images/8/83/BG_arancioUP.jpg); background-position:top; background-repeat:repeat-x; } /* Sfondo sfumato box intestazione */ .BGintes1 { background-image: url(http://wiki.rockciclopedia.com/images/8/8b/BGintes1.jpg); background-position: top; background-repeat:repeat-x; } /* Sfondo sfumato box categorie intestazione */ .BGintes2 { background-image: url(http://wiki.rockciclopedia.com/images/7/73/BGintes2.jpg); background-position: top; background-repeat:repeat-y; } /* Pezzi per bordo dell'intestazione in PagPrinc */ .BRDlatoSX { background-image: url(http://wiki.rockciclopedia.com/images/0/09/BRDlatoSX.jpg); background-position:top left; background-repeat:no-repeat; } .BRDlatoDX { background-image: url(http://wiki.rockciclopedia.com/images/3/37/BRDlatoDX.jpg); background-position:top left; background-repeat:no-repeat; } /* Pezzi per bordo box-categorie dell'intestazione in PagPrinc */ .BRDcatSX { background-image: url(http://wiki.rockciclopedia.com/images/8/87/BRDcatSX.jpg); background-position:top left; background-repeat:no-repeat; } .BRDcatDX { background-image: url(http://wiki.rockciclopedia.com/images/6/6a/BRDcatDX.jpg); background-position:top left; background-repeat:no-repeat; } .BRDcatDX2 { background-image: url(http://wiki.rockciclopedia.com/images/c/cd/BRDcatDX.png); background-position:top left; background-repeat:no-repeat; } /* Class for links with loudspeaker icon next to them. (Used in [[Template:Listen]] and the like to make the speaker clickable) */ .audiolink a { background: url("http://wiki.rockciclopedia.com/images/8/8a/Loudspeaker.svg") center left no-repeat !important; padding-left: 16px !important; padding-right: 0 !important; } /* Per aggiungere sotto il titolo di ogni pagina "Da RockCiclopedia, [...]" #siteSub { display: inline; font-size: 90%; font-weight: normal; font-style:italic; border-bottom: none; } #bodyContent #siteSub a { color: #000; text-decoration: none; background-color: transparent; background-image: none; padding-right: 0; } */ /* classi per arrotondare i bordi dei div e delle tabelle */ .radius { -moz-border-radius: 1em; } .radius_top { -moz-border-radius-topright: 1em; -moz-border-radius-topleft: 1em; } .radius_bottom { -moz-border-radius-bottomright: 1em; -moz-border-radius-bottomleft: 1em; } .rad { -moz-border-radius: .5em; } /* per il colore grigio nella pagina principale body.page-Pagina_principale #content {background-color:#f0eeff;} */ /* per l'aiuto in celeste chiaro */ body.ns-12 #content, body.ns-12 #p-cactions li a:hover, body.ns-12 #p-cactions li.selected a, body.ns-12 #content div.thumb { background-color: #f8fcff; } body.ns-12 #p-cactions li a { background-color: #f8fcff; } /* Don't display some stuff on the main page */ body.page-Pagina_principale #deleteconfirm body.page-Pagina_principale #t-cite body.page-Pagina_principale #lastmod body.page-Pagina_principale #siteSub body.page-Pagina_principale #contentSub body.page-Pagina_principale h1.firstHeading, body.page-Speciale_Carica h1.firstHeading, body.page-Aiuto_Indice h1.firstHeading, body.page-RockCiclopedia_Upload h1.firstHeading { display: none !important; } /* per eliminare il titolo dalla pagina principale body.page-Pagina_principale h1.firstHeading { display:none; } .hiddenStructure { display: none; } */ /* per eliminare il titolo dalla pagina [[RockCiclopedia:Upload]] body.page-RockCiclopedia_Upload h1.firstHeading { display:none; } .hiddenStructure { display: none; } */ /* per eliminare il titolo dalla pagina [[Speciale:Carica]] body.page-Speciale_Carica h1.firstHeading { display:none; } .hiddenStructure { display: none; } */ /* per eliminare il titolo dalla pagina [[Aiuto:Indice]] body.page-Aiuto_Indice h1.firstHeading { display:none; } .hiddenStructure { display: none; } */ /* per eliminare le categorie dalla pagina principale body.page-Pagina_principale #catlinks {display:none;} */ /* per eliminare il logo di MediaWiki */ #f-poweredbyico { display: none; } /* make the list of references look smaller */ ol.references { font-size: 100%; } /************************************** /* Classi per dynamic navigation bars * **************************************/ .NavToggle { font-size: 95%; float:right; } div.BoxenVerschmelzen, div.NavFrame { margin: 0.5em 0 0 0; padding: 2px; border: 1px solid #aaaaaa; text-align: center; border-collapse: collapse; font-size: 95%; clear:both; } div.BoxenVerschmelzen div.NavFrame { border-style: none; border-style: hidden; margin: 0; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #ffffff; margin: 0px; padding-right: 2px; float: left; } div.NavFrame div.NavHead { font-weight: bold; font-size: 100%; background-color: #efefef; } 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; } #bodyContent .references sup{ color:#002BB8 !important; } /* Highlight per le note */ ol.references > li:target { background-color: #DEF; } sup.reference:target { background-color: #DEF; } table.gallery { border: 1px solid #cccccc; margin: 2px; padding: 2px; background-color:#ffffff; } table.gallery tr { vertical-align:top; } table.gallery td { vertical-align:top; background-color:#f9f9f9; border: solid 2px white; } div.gallerybox { margin: 2px; width: 150px; } div.gallerybox div.thumb { text-align: center; border: 1px solid #cccccc; margin: 2px; } div.gallerytext { font-size: 94%; padding: 2px 4px; } /* use this instead of #toc for page content */ .toccolours { border:1px solid #aaaaaa; background-color:#f9f9f9; padding:5px; font-size: 95%; } #siteNotice { border:none; padding-left: 0.5em; padding-right: 0.5em; } .redirectText { font-size:150%; margin:5px; } /* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ .redirect-in-category, .allpagesredirect { font-style: italic; } /*Classe necessaria per rendere non visibili parte dei contenuti */ /*copiata qui perché presente solo in http://it.wikipedia.org/skins/monobook/main.css */ .hiddenStructure { display: none; } /* wikitable/prettytable class for skinning normal tables */ table.wikitable, table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; } table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border: 1px #aaa solid; padding: 0.2em; } table.wikitable th, table.prettytable th { background: #f2f2f2; text-align: center; } table.wikitable caption, table.prettytable caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } /* bordo per template:Templateprotetto */ .itwiki_template_toc { border: 1px solid #aaaaaa; background-color: #f9f9f9; padding: 0px; font-size: 95%; } /* make the list of references look smaller */ ol.references { font-size: 90%; } .references-small { font-size: 90%;} /* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ th.mbox-text, td.mbox-text { /* The message body cell(s) */ border: none; padding: 0.25em 0.9em; /* 0.9em left/right */ width: 100%; /* Make all mboxes the same width regardless of text length */ } td.mbox-image { /* The left image cell */ border: none; padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ text-align: center; } td.mbox-imageright { /* The right image cell */ border: none; padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ text-align: center; } .mediawiki table.tmbox-small, .mediawiki table.ombox-small, .mediawiki table.mbox-small { /* For the "small=yes" option (also used elsewhere). */ clear: right; /* The "mediawiki" class ensures that this declaration */ float: right; /* overrides styles set in "tmbox"/"ombox"/etc below */ margin: 4px 0 4px 1em; width: 238px; font-size: 88%; line-height: 1.25em; } /* Article message box styles */ table.ambox { /* 10% = Will not overlap with other elements */ margin: -1px 10% 0px; /* -1px = Single border between stacked boxes in all browsers */ border: 1px solid #aaa; border-left: 10px solid #1e90ff; /* Default "notice" blue */ background: #fbfbfb; } .ambox th.mbox-text, .ambox td.mbox-text { /* The message body cell(s) */ padding: 0.25em 0.5em; /* 0.5em left/right */ } .ambox td.mbox-image { /* The left image cell */ padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */ } .ambox td.mbox-imageright { /* The right image cell */ padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */ } table.ambox-notice { border-left: 10px solid #1e90ff; /* Blue */ } table.ambox-speedy { border-left: 10px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.ambox-serious, table.ambox-delete { /* "serious" is deprecated, use "delete" instead. */ border-left: 10px solid #b22222; /* Red */ } table.ambox-content { border-left: 10px solid #f28500; /* Orange */ } table.ambox-style { border-left: 10px solid #f4c430; /* Yellow */ } table.ambox-merge, table.ambox-move { /* "merge" is deprecated, use "move" instead. */ border-left: 10px solid #9932cc; /* Purple */ } table.ambox-protection { border-left: 10px solid #bba; /* Gray-gold */ } /* Image message box styles */ table.imbox { margin: 4px 10%; border-collapse: collapse; border: 3px solid #1e90ff; /* Default "notice" blue */ background: #fbfbfb; } .imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */ margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */ } .mbox-inside .imbox { /* For imboxes inside other templates. */ margin: 4px; } table.imbox-notice { border: 3px solid #1e90ff; /* Blue */ } table.imbox-speedy { border: 3px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.imbox-delete { border: 3px solid #b22222; /* Red */ } table.imbox-content { border: 3px solid #f28500; /* Orange */ } table.imbox-style { border: 3px solid #f4c430; /* Yellow */ } table.imbox-move { border: 3px solid #9932cc; /* Purple */ } table.imbox-protection { border: 3px solid #bba; /* Gray-gold */ } table.imbox-license { border: 3px solid #88a; /* Dark gray */ background: #f7f8ff; /* Light gray */ } table.imbox-featured { border: 3px solid #cba135; /* Brown-gold */ } /* Category message box styles */ table.cmbox { margin: 3px 10%; border-collapse: collapse; border: 1px solid #aaa; background: #DFE8FF; /* Default "notice" blue */ } table.cmbox-notice { background: #D8E8FF; /* Blue */ } table.cmbox-speedy { margin-top: 4px; margin-bottom: 4px; border: 4px solid #b22222; /* Red */ background: #FFDBDB; /* Pink */ } table.cmbox-delete { background: #FFDBDB; /* Red */ } table.cmbox-content { background: #FFE7CE; /* Orange */ } table.cmbox-style { background: #FFF9DB; /* Yellow */ } table.cmbox-move { background: #E4D8FF; /* Purple */ } table.cmbox-protection { background: #EFEFE1; /* Gray-gold */ } /* Other pages message box styles */ table.ombox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #aaa; /* Default "notice" gray */ background: #f9f9f9; } table.ombox-notice { border: 1px solid #aaa; /* Gray */ } table.ombox-speedy { border: 2px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.ombox-delete { border: 2px solid #b22222; /* Red */ } table.ombox-content { border: 1px solid #f28500; /* Orange */ } table.ombox-style { border: 1px solid #f4c430; /* Yellow */ } table.ombox-move { border: 1px solid #9932cc; /* Purple */ } table.ombox-protection { border: 2px solid #bba; /* Gray-gold */ } /* Talk page message box styles */ table.tmbox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #c0c090; /* Default "notice" gray-brown */ background: #f8eaba; } .mbox-inside .tmbox { /* For tmboxes inside other templates. */ margin: 2px 0; width: 100%; /* Fix for Safari and Opera. */ } table.tmbox-speedy { border: 2px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.tmbox-delete { border: 2px solid #b22222; /* Red */ } table.tmbox-content { border: 2px solid #f28500; /* Orange */ } table.tmbox-style { border: 2px solid #f4c430; /* Yellow */ } table.tmbox-move { border: 2px solid #9932cc; /* Purple */ } table.tmbox-protection, table.tmbox-notice { border: 1px solid #c0c090; /* Gray-brown */ } /* classi legate al template navbox generic */ table.navbox { /* navbox container style */ border:1px solid #aaa; width:100%; margin:auto; clear:both; text-align:center; padding:1px; } table.navbox + table.navbox { margin-top:-1px; /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */ } .navbox-title, .navbox-abovebelow, table.navbox th { text-align:center; /* title and above/below styles */ padding-left:1em; padding-right:1em; } .navbox-group { /* group style */ white-space:nowrap; text-align:right; font-weight:bold; padding-left:1em; padding-right:1em; } .navbox, .navbox-subgroup { background:#fdfdfd; /* Background color */ } .navbox-list { border-color:#fdfdfd; /* Must match background color */ } .navbox-title, table.navbox th { background:#ccccff; /* Level 1 color */ } .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background:#ddddff; /* Level 2 color */ } .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background:#e6e6ff; /* Level 3 color */ } .navbox-even { background:#f7f7f7; /* Even row striping */ } .navbox-odd { background:transparent; /* Odd row striping */ } /* BEGIN LIGHT BLUE SECTION Make content area light blue in all namespaces except articles (main namespace). This is done by setting the background color for all #content areas to light blue, and then overriding it back to white for any #content enclosed in a .ns-0 (main namespace). We do the same for the "tab" backgrounds and some other objects. */ #content, #p-cactions li a:hover, #p-cactions li.selected a, #content div.thumb { /* "Margin" for thumbs, padding for galleries */ background-color: #F8FCFF; /* Light blue */ } #p-cactions li a { background-color: #F7F9FB; /* Light blue-gray inactive tabs */ } .ns-0 #content, .ns-0 #p-cactions li a:hover, .ns-0 #p-cactions li.selected a, .ns-0 #content div.thumb { background-color: white; /* Set back to white for articles */ } .ns-0 #p-cactions li a { background-color: #FBFBFB; /* Light gray inactive tabs in articles */ } @media print { #content { background: white; } /* White background on print */ } /* Category lists and diffs transparent instead of white. */ #mw-subcategories table, #mw-pages table, table.diff, td.diff-otitle, td.diff-ntitle { background-color: transparent; } /* END LIGHT BLUE SECTION */