Apri il menu principale

Modifiche

MediaWiki:Common.css

4 107 byte aggiunti, 4 anni fa
nessun oggetto della modifica
/* Gli stili CSS inseriti qui si applicano a tutti i temi */
 
/*
This is the CSS for all skins (for all users) on MediaWiki.org.
*/
/* Pseudo NS Special (light grey) */.action-view.ns--2 #content { background-color: #f4f4f4; }.action-view.ns--2 div.thumb { border-color: #f4f4f4; } /* NS Project + Project_talk (light sky blue) */.action-view.ns-4 #content for Vector and Monobook, .action-view.ns-5 #content { background-color: #f8fcff; }.action-view.ns-4 div.thumb,.action-view.ns-5 div.thumb { border-color: #f8fcff; } /* NS MediaWiki + MediaWiki_talk (light grey) */.action-view.ns-8 #mwcontent,.action-view.ns-9 #content for Timeless { background-color: #f4f4f4; }.action-view.ns-8 div.thumb,.action-view.ns-9 div.thumb { border-color: #f4f4f4; } /* NS Manual + Manual_talk (light bluish violet) */.action-view.ns-100 #content,.action-view.ns-101 #content { background-color: #f3f3ff; }.action-view.ns-100 div.thumb,.action-view.ns-101 div.thumb { border-color: #f3f3ff; }
/* NS Help (but NOT Help_talk) (Public Domain icon) */
.action-view.ns-12 #bodyContent {
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width: thin; }
.borderc2 { border-color: #a2a9b1aaaaaa; border-width: thin; }.borderc3 { border-color: #72777d777777; border-width: thin; }
.borderc4 { border-color: #000000; border-width: thin; }
.borderc5 { border-color: #c00000; border-width: thin; }
.borderc6 { border-color: #025e9d; border-width: thin; }
.borderc7 { border-color: #008040; border-width: thin; }
.borderc8 { border-color: #ffcc33ffcc00; border-width: thin; } /* Used by [[Template:Welcome]]. */
/* Background colors */
.backgroundc1 { background-color: #ffffff; } /* Used by [[Template:Welcome]]. */
.backgroundc2 { background-color: #f8f9faf9f9f9; }.backgroundc3 { background-color: #eaecf0eeeeee; }
.backgroundc4 { background-color: #e0e0e0; }
.backgroundc5 { background-color: #d2d2d2; }
/* Consistent special page navigation */
.SpecialPageInfo {
background-color: #f8f9faf9f9f9;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
background-position: 0.8em 0.5em;
.mw-viewprevnext {
display: block;
border: 1px solid #c8ccd1cccccc;
background-color: #f9f9f2;
padding: 0.2em 0.4em;
}
 
/**
* 4. MAIN PAGE STYLING
* -------------------------------------------------
*/
 
#mainpage_topbox {
background: #f9f9f9;
padding: 0;
border: 1px solid #aaaaaa;
margin: 0.2em 10px 10px;
}
.mainpage_boxtitle,
.mainpage_hubtitle,
#mainpage_pagetitle {
font-size: 105%;
padding: 0.4em;
background-color: #eeeeee;
}
.mainpage_boxtitle {
line-height: 120%;
}
#mainpage_pagetitle {
color: #000000;
font-size: 200% !important;
}
#mainpage_sitelinks {
padding: 0.2em;
text-align: center;
background-color: white;
}
.mainpage_hubtitle {
text-align: center;
}
.mainpage_boxcontents,
.mainpage_boxcontents_small {
background: #ffffff;
padding: 0.2em 0.4em;
}
.mainpage_boxcontents_small {
font-size: 95%;
}
.mainpage_boxcontents_title {
display: block;
border-bottom: 1px solid #AAA;
margin-bottom: 0.5em;
text-align: center;
font-weight: bold;
font-size: larger;
}
.mainpage_hubbox {
width: 33%;
}
.mainpage_hubbox,
#mainpage_newscell,
#mainpage_downloadcell,
#mainpage_opportunitiescell,
#mainpage_featuredpagescell {
padding: 0;
border: 1px solid #aaaaaa;
}
#mainpage_newscell {
margin-bottom: 15px;
margin-top: 0 !important;
}
#mainpage_newscell .mainpage_boxtitle {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
background-repeat: no-repeat;
background-position: 99% 0.3em;
padding-right: 25px;
}
#mainpage_downloadcell {
width: 17em;
margin-bottom: 5px;
}
#mainpage_downloadcell .mainpage_boxtitle {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
background-repeat: no-repeat;
background-position: 96% 0.33em;
padding-right: 25px;
}
#mainpage_opportunitiescell {
max-width: 25em;
margin-bottom: 15px;
margin-top: 0 !important;
}
#mainpage_opportunitiescell .mainpage_boxtitle {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/63/User-online.svg/20px-User-online.svg.png);
background-repeat: no-repeat;
background-position: 98% 0.15em;
padding-right: 25px;
}
#mainpage_featuredpagescell {
max-width: 25em;
margin-bottom: 15px;
margin-top: 0 !important;
}
#mainpage_featuredpagescell .mainpage_boxtitle {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Note_icon.svg/20px-Note_icon.svg.png);
background-repeat: no-repeat;
background-position: 98% 0.15em;
padding-right: 25px;
}
/* The words 'MediaWiki.org' in the title. */
#mainpage_mwtitle {
color: #005288;
}
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
.majorwarning {
background: #fef6e7yellow;
padding: 0.3em;
text-align: center;
font-size: 125%;
border: 1px 2px solid #fc3red;
}
/* Informative notices at the top of pages (blue) */
.page-notice {
background-color: #f8f9faf9f9f9;
border-color: #025e9d;
text-align: left;
/* [[Template:Extension]], [[Template:Skin]] */
.tpl-infobox {
border: 2px solid #a2a9b1aaaaaa;
width: 280px;
/* @noflip */ clear: right;
}
.tpl-infobox td {
border: 2px none #a2a9b1aaaaaa;
padding: 0.2em 0.5em;
border-bottom: 1px solid #f0f0f0 !important;
}
.tpl-infobox-header {
background-color: #a2a9b1aaaaaa;
color: white;
text-align: left;
.ext-status-unstable,
.ext-status-unstable td {
border-color: #d33990000;
}
.ext-status-unstable .ext-infobox-header {
background-color: #d33990000; color: #fff;}.ext-status-unstable .ext-infobox-header a { color: #fffffff00;
}
.ext-status-experimental,
.ext-status-beta,
.ext-status-beta td {
border-color: #fc3ffba01;
}
.ext-status-beta .ext-infobox-header {
color: #000; background-color: #fc3ffba01;
}
 
.ext-status-stable,
.ext-status-stable td {
border-color: #00af8932cd32;
}
.ext-status-stable .ext-infobox-header {
background-color: #00af89;}.ext-status-stable .ext-infobox-header a { color: #fff32cd32;
}
.ext-status-unmaintained,
.ext-status-unmaintained td {
border-color: #ac66008b4513;
}
.ext-status-unmaintained .ext-infobox-header {
background-color: #ac6600;}.ext-status-unmaintained .ext-infobox-header a { color: #fff8b4513;
}
.ext-status-magic,
color: #555;
border-bottom: 1px solid #ccc;
}
 
/* [[Template:Note]] */
.tip,
.note {
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
background-color: #F9F9F9;
background-position: 4px 2px;
background-repeat: no-repeat;
border: 1px solid #DDD;
}
.tip-info,
.note-info {
background-color: #F0F0E7;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Appunti_architetto_franc_01.svg/22px-Appunti_architetto_franc_01.svg.png);
border-color: #cc9933;
/* @noflip */ padding-left: 30px;
min-height: 28px;
}
.tip-reminder,
.note-reminder {
background-color: #F6FDEA;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/23px-Bulbgraph.png);
border-color: #D6E434;
padding-left: 31px;
min-height: 28px;
}
.tip-error,
.note-error {
background-color: #F0E7E7;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Attention_niels_epting.svg/24px-Attention_niels_epting.svg.png);
border-color: #cc3333;
padding-left: 32px;
min-height: 25px;
}
.block-note {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
background-position: top left;
background-repeat: no-repeat;
}
.navbox-title {
/* Level 1 color */
background: #eaeeffccccff;
}
.navbox-abovebelow,
/* Nowrap list items in navboxes */
white-space: nowrap;
/* IE < 8 no-wraps entire list, so disable it */
white-space: normal !ie;
}
.navbox .hlist dd dl,
.mw-charinsert-buttons {
margin-top: 10px;
border: 1px solid #a2a9b1aaaaaa;
padding: 1px;
text-align: center;
padding: 0.2em;
border: 1px solid #AAA;
background: #f8f9faF9F9F9;
color: black;
}
}
.ve-doc-dm-cursor:hover {
border-color: #c8ccd1cccccc;
}
.ve-doc-dm-open,
}
.ve-doc-dm-close {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJhJREFUeNrs0UENgEAQBMGThGMkImFBAp8jTVKVjIHptT4yM8eza947F2KIIYYYYoghBmKIgRhiIIYYiCGG18QQQwwxxBBDDMQQAzHEQAwxEEMMMTYHESMWRIwfBhEjFESMUBAxQkHECAURIxREjFAQMUJBxAgFESMURAwa2a9b1a2a9b1a2a9b1a2a9b1a2a9b1GCfW4ABAPk3h3InIbNlAAAAAElFTkSuQmCCiVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJhJREFUeNrs0UENgEAQBMGThGMkImFBAp8jTVKVjIHptT4yM8eza947F2KIIYYYYoghBmKIgRhiIIYYiCGG18QQQwwxxBBDDMQQAzHEQAwxEEMMMTYHESMWRIwfBhEjFESMUBAxQkHECAURIxREjFAQMUJBxAgFESMURAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGCfW4ABAPk3h3InIbNlAAAAAElFTkSuQmCC);
background-size: contain;
background-position: left top;
content: ": ";
}
.mw-parser-output .hlist dd:after,.mw-parser-output .hlist li:after {
content: " · ";
font-weight: bold;
}
/* end hlist */
 
/* Unbulleted lists */
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}
/* Banner - Wikivoyage - Used to test MediaWiki/Homepage redesign/Preview */
max-width: 100%;
height: auto;
width: auto\9;
}
.banner-box {