MediaWiki:Common.css: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Chris Day
(test middle again)
imported>Dan Nessett
No edit summary
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins
/* CSS placed here will be applied to all skins*/
<pre><nowiki>*/


/* Main page fixes */
body.page-Special_ExpandTemplates textarea {
.interwiki-completelist {
  width: 100%;
    font-weight: bold;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
}
}
body.page-Main_Page h1.firstHeading {
 
     display: none !important;
#contentSub {
    font-size:84%;
    margin: 0.4em 0;
}
img.thumbborder {
    background:#fff;
    border:1px solid #eee;
    padding:5px;
}
 
#content pre {
     overflow:auto;
}
}


Line 17: Line 30:
.references-small { font-size: 90%;}
.references-small { font-size: 90%;}


/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
.references-2column {
   font-size: 90%;
   font-size: 90%;
Line 59: Line 68:


/* default skin for navigation boxes */
/* default skin for navigation boxes */
/* Are these used on CZ? */
table.navbox {
table.navbox {
     background-color: #f9f9f9;
     background-color: #f9f9f9;
Line 92: Line 102:
   background-color: #f9f9f9;
   background-color: #f9f9f9;
   color: black;
   color: black;
   margin-bottom: 0.5em;
   margin: 0 0 0.5em 1em;
   margin-left: 1em;
   padding: 0;
   padding: 0.2em;
   border-spacing: 1px;
   float: right;
   float: right;
   clear: right;
   clear: right;
   width: 25em;
   width: 25em;
   font-size: 95%;
   font-size: 85%;
}
}
.infobox td,
.infobox td,
.infobox th {
.infobox th {
   vertical-align: middle;
   vertical-align:top;
  padding: 0.25em 0.5em;
}
.infobox td {
  text-align: left;
}
}
.infobox th {
.infobox th {
   text-align: right;
   text-align: right;
   width: 35%;
   width: 8.75em;
}
.infobox td {
  text-align: left;
}
}
.infobox th.caption,
.infobox th.caption,
.infobox caption {
.infobox caption {
   font-size: larger;
   font-size: 150%;
   text-align: center;
   text-align: center;
   margin-left: inherit;
   margin-left: inherit;
}
}
.infobox.bordered {
  border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
  border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
  border: 0;
}
.infobox.sisterproject {
  width: 20em;
  font-size: 90%;
}
@media print {
    .infobox.sisterproject {
        display: none;
    }
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
  border: 0;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
  border: 0;
  border-right: 1px solid #aaa;
}


/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */


.infobox.geography {
  text-align: left;
  border-collapse: collapse;
  line-height: 1.2em;
  font-size: 90%;
}
.infobox.geography  td,
.infobox.geography  th {
  border-top: solid 1px #aaa;
  padding: 0.4em 0.2em 0.4em 0.8em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
  border-top: solid 1px #aaa;
  padding: 0.4em 0.2em 0.2em 0.8em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
      border: 0;
      padding: 0 0.2em 0.2em 0.8em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
  border-top: 0;
  border-bottom: solid 1px #aaa;
  padding: 0 0.2em 0.4em 0.8em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
      border: 0;
      padding: 0 0 0 0;
}


/* Style for "notices" */
/* Style for "notices" */
/* Is this used on CZ? */
.notice {
.notice {
     margin: 1em;
     margin: 1em;
Line 200: Line 138:
}
}


#disambig {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#spoiler {
    border-top: 2px solid #ddd;
    border-bottom:2px solid #ddd;
}
/* Standard talk template style */
.Talk-Notice  {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    margin-bottom: 3px;
    width: 85%;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}
.Talk-Notice:after {
  content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].";
}
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
    background: inherit;
}
/* Persondata */
table.persondata {
    border: 1px solid #aaa;
    display: none;
    speak: none;
}
.persondata-label {
    color: #aaa;
}


/* Makes redirects appear in italics on [[Special:Allpages]] */
/* Makes redirects appear in italics on [[Special:Allpages]] */
Line 246: Line 144:
}
}


/* Choose whether to have AD/BC dates or CE/BCE dates*/
/* First, the default : display both : See templates ADCE and BCEBC for how these are used*/
.Use_Default_Date_Convention { display: inline; }
.Use_AD_and_BC { display: none; }
.Use_BCE_and_CE { display: none; }
/* If you want to display AD and BC add the following to User:You/monobook.css page */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:inline; }
.Use_BCE_and_CE { display:none; }
*/
/*If you want to display CE and BCE add the following to User:You/monobook.css page */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:none; }
.Use_BCE_and_CE {display:inline; }
*/


/* Class for links with loudspeaker icon next to them */
/* Class for links with loudspeaker icon next to them */
.audiolink a{
.audiolink a{
     background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
     background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
Line 276: Line 153:


/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
 
/* Are these used on CZ? */
div.listenlist {
div.listenlist {
     background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
     background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
     padding-left: 40px;
     padding-left: 40px;
}
}
div.videolist, div.multivideolist {
div.videolist, div.multivideolist {
     background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
     background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
Line 288: Line 164:


/* Style rules for media list templates */
/* Style rules for media list templates */
 
/* Are these used on CZ? */
div.medialist {
div.medialist {
     min-height: 50px;
     min-height: 50px;
Line 295: Line 171:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
div.medialist ul {
div.medialist ul {
     list-style-type: none;  
     list-style-type: none;  
Line 301: Line 176:
     margin: 0;
     margin: 0;
}
}
div.medialist ul li {
div.medialist ul li {
     padding-bottom: 0.5em;
     padding-bottom: 0.5em;
}
}
div.medialist ul li li {
div.medialist ul li li {
     font-size: 91%;
     font-size: 91%;
Line 311: Line 184:
}
}


/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    float: left;
    width: 50%;
    min-width: 300px;
}


div.columns-3 div.column {
/* Don't show external link icon for plainlinks */
    float: left;
a.plainlink, .plainlinks a, .plainlinksneverexpand a {
    width: 33.3%;
  background: none !important;
    min-width: 200px;
  padding: 0 !important;
}
}
 
.plainlinksneverexpand .urlexpansion {
div.columns-4 div.column {
  display: none ! important;
    float: left;
    width: 25%;
    min-width: 150px;
}
 
div.columns-5 div.column {
    float: left;
    width: 20%;
    min-width: 120px;
}
}


Line 343: Line 201:
   the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
   the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
   the link, and (c) that this SPAN of class "urlexpansion" is never shown.
   the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  ~~~~
*/
*/
.plainlinksneverexpand {
  background: none ! important;
  padding: 0 ! important;
}
.plainlinksneverexpand .urlexpansion {
.plainlinksneverexpand .urlexpansion {
   display: none ! important;
   display: none ! important;
}
}
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
  the arrow...
*/
.plainlinksneverexpand a {
  background: none !important;
  padding: 0 !important;
}
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
   following the anchor A, the anchor itself now has class "external autonumber" and the
   following the anchor A, the anchor itself now has class "external autonumber" and the
Line 368: Line 210:
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
   element of CSS. We have to switch this off for links due to Template:Ref!
   element of CSS. We have to switch this off for links due to Template:Ref!
  ~~~~
*/
*/
.plainlinksneverexpand a.external.text:after {
.plainlinksneverexpand a.external.text:after {
Line 375: Line 216:
.plainlinksneverexpand a.external.autonumber:after {
.plainlinksneverexpand a.external.autonumber:after {
   display: none !important;
   display: none !important;
}
/* Put error and success messages in a colored box with large font (from MW 1.16a).
  The errors often show when forms cannot be submitted (e.g. RequestAccount).
*/
.errorbox, .successbox {
font-size: larger;
border: 2px solid;
padding: .5em 1em;
float: left;
margin-bottom: 2em;
color: #000;
}
.errorbox {
border-color: red;
background-color: #fff2f2;
}
.successbox {
border-color: green;
background-color: #dfd;
}
.errorbox h2, .successbox h2 {
font-size: 1em;
font-weight: bold;
display: inline;
margin: 0 .5em 0 0;
border: none;
}
}


/* Messagebox templates */
/* Messagebox templates */
 
/* Are these used on CZ? */
.messagebox {
.messagebox {
   border: 1px solid #aaa;
   border: 1px solid #aaa;
Line 402: Line 270:


/* Put a checker background at the image description page only visible if the image has transparent background */
/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}


Line 426: Line 293:
}
}


#wpSave {
/* Remove underline from IPA links */
  font-weight: bold;
.IPA a:link, .IPA a:visited {
}
  text-decoration: none;
 
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
  display: inline ! important;
  color: #f00;
  background-color: #0f0;
}
}


/* Removes underlines from links */
/* Removes underlines from links */
.nounderlines a {  
.nounderlines a {  
  text-decoration: none;
}
/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
   text-decoration: none;
   text-decoration: none;
}
}
Line 452: Line 308:
}
}


#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
/* Is this used on CZ? */
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
 
.messagebox.small-talk {
.messagebox.small-talk {
   width: 238px;
   width: 238px;
Line 467: Line 319:
}
}


/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
        position:relative;
}
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;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}


/* Coloured watchlist numbers */
/* Coloured watchlist numbers */
Line 526: Line 324:
   color:darkgreen;
   color:darkgreen;
}
}
.mw-plusminus-neg {
.mw-plusminus-neg {
   color:darkred;
   color:darkred;
}
}


/* Is this used on CZ? */
.dablink {
.dablink {
   font-style:italic;
   font-style:italic;
Line 537: Line 335:


/* allows us to show or hide text */
/* allows us to show or hide text */
 
/* Are these used on CZ? */
div.Boxmerge,
div.Boxmerge,
div.NavFrame {
div.NavFrame {
Line 547: Line 345:
         font-size: 95%;
         font-size: 95%;
}
}
 
div.Boxmerge div.NavFrame {
div.Boxmerge div.NavFrame  
{
         border-style: none;
         border-style: none;
         border-style: hidden;
         border-style: hidden;
}
}
 
div.NavFrame + div.NavFrame {
div.NavFrame + div.NavFrame  
{
         border-top-style: none;
         border-top-style: none;
         border-top-style: hidden;
         border-top-style: hidden;
}
}
div.NavPic {
div.NavPic {
         background-color: #fff;
         background-color: #fff;
Line 566: Line 359:
         float: left;
         float: left;
}
}
div.NavFrame div.NavHead {
div.NavFrame div.NavHead {
         height: 1.6em;
         height: 1.6em;
Line 573: Line 365:
         position:relative;
         position:relative;
}
}
 
div.NavFrame p               { font-size: 100%; }
div.NavFrame p {
div.NavFrame div.NavContent   { font-size: 100%; }
        font-size: 100%;
div.NavFrame div.NavContent p { font-size: 100%; }
}
 
div.NavFrame div.NavContent  
{
        font-size: 100%;
}
 
div.NavFrame div.NavContent p  
{
        font-size: 100%;
}
 
div.NavEnd {
div.NavEnd {
         margin: 0px;
         margin: 0px;
Line 594: Line 374:
         clear: both;
         clear: both;
}
}
a.NavToggle {
a.NavToggle {
         position:absolute;
         position:absolute;
Line 605: Line 383:


/* Used on {{tl|userplan-all}} and perhaps other user pages (Larry Sanger added these) */
/* Used on {{tl|userplan-all}} and perhaps other user pages (Larry Sanger added these) */
table.UserComponent {
table.UserComponent {
   width:100%;
   width:100%;
Line 611: Line 388:
   cellspacing:0px;
   cellspacing:0px;
}
}
tr.UserTableHeader {
tr.UserTableHeader {
   color:darkblue;
   color:darkblue;
Line 623: Line 399:




/*</nowiki></pre> */
 
 
 
/* Upload Wizard */
 
table.wizard {
width: 100%;
margin: 0;
padding: 0;
border-spacing: 0;
text-align: center;
vertical-align: middle;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px;
}
 
td.wizard-tab {
background: #e5e5e5;
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
padding: 0;
border: 1px solid #ccc;
border-left-width: 0;
border-bottom-color: #aaa;
}
td.wizard-tab p {
margin: 0 !important;
padding: 0;
}
td.wizard-tab a, #bodyContent td.wizard-tab .plainlinks a {
display: block;
padding: 0.5em !important;
border:solid #ccc;
border-width:0 0 1px;
color: #444 !important;
text-decoration: none;
}
 
td.wizard-tab:hover {
background: #e9e9e9;
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e3e3e3));
}
td.wizard-tab:hover a {
color: #000 !important;
border-color: #d7d7d7;
}
 
td.wizard-tab.first {
border-left-width: 1px !important;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
}
td.wizard-tab.last {
border-right-width: 1px !important;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
}
 
td.wizard-tab.selected {
background: #eee;
background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eee));
border-width: 1px 0;
border-color: #aaa #aaa #ddd;
border-bottom-style: dotted;
}
td.wizard-tab.selected a {
border: 0px none;
color: #000;
}
 
td.wizard-tab.unselected a {
color: #777;
}
 
td.wizard-tab.unselected:hover a {
color: #555;
}
 
td.wizard-tab.unselected.before {
border-color: #ccc #aaa #aaa #ccc;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
}
td.wizard-tab.unselected.before a {
border-width:0 1px 1px 0;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius:3px;
}
 
td.wizard-tab.unselected.after {
border-color: #ccc #ccc #aaa #aaa;
border-left-width: 1px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
}
td.wizard-tab.unselected.after a {
border-width:0 0 1px 1px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius:3px;
}
 
 
td.wizard-opt {
width: 100%;
padding: 0;
background: #e5e5e5;
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
border: 1px solid #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}
td.wizard-opt:hover {
background: #e9e9e9;
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e3e3e3));
border-color: #d5d5d5;
-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
}
td.wizard-opt p {
padding: 0;
margin: 0 !important;
}
td.wizard-opt a {
color: #333 !important;
text-decoration: none;
}
td.wizard-opt a span {
display: block;
padding: 0.5em 0.75em !important;
}
td.wizard-opt:hover a {
color: #000 !important;
}
 
/* END Upload Wizard */

Latest revision as of 11:27, 2 June 2010

/* CSS placed here will be applied to all skins*/

body.page-Special_ExpandTemplates textarea {
  width: 100%;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
}

#contentSub {
    font-size:84%;
    margin: 0.4em 0;
}
img.thumbborder {
    background:#fff;
    border:1px solid #eee;
    padding:5px;
}

#content pre {
    overflow:auto;
}

/* make the list of references look smaller */
ol.references {
   font-size: 100%;
}

.references-small { font-size: 90%;}

.references-2column {
  font-size: 90%;
  -moz-column-count:2;
  column-count:2;
}

.same-bg { background: 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.4em;
}

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;
}

/* default skin for navigation boxes */
/* Are these used on CZ? */
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 5px;
    text-align: center;
    width: 100%;
}

table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}

@media print {
    .navbox {
        display: none;
    }
}

/* Infobox template style */

.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
   margin: 0 0 0.5em 1em;
   padding: 0;
   border-spacing: 1px;
   float: right;
   clear: right;
   width: 25em;
   font-size: 85%;
}
.infobox td,
.infobox th {
   vertical-align:top;
   padding: 0.25em 0.5em;
}
.infobox td {
   text-align: left;
}
.infobox th {
   text-align: right;
   width: 8.75em;
}
.infobox th.caption,
.infobox caption {
   font-size: 150%;
   text-align: center;
   margin-left: inherit;
}



/* Style for "notices" */
/* Is this used on CZ? */
.notice {
    margin: 1em;
    padding: 0.2em;
}


/* Makes redirects appear in italics on [[Special:Allpages]] */
.allpagesredirect {
    font-style: italic;
}


/* Class for links with loudspeaker icon next to them */
.audiolink a{
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}

/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
/* Are these used on CZ? */
div.listenlist {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}
div.videolist, div.multivideolist {
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}

/* Style rules for media list templates */
/* Are these used on CZ? */
div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}
div.medialist ul {
    list-style-type: none; 
    list-style-image: none;
    margin: 0;
}
div.medialist ul li {
    padding-bottom: 0.5em;
}
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}


/* Don't show external link icon for plainlinks */
a.plainlink, .plainlinks a, .plainlinksneverexpand a {
   background: none !important;
   padding: 0 !important;
}
.plainlinksneverexpand .urlexpansion {
  display: none ! important;
}

/*Add formatting to make sure that "external references" from [[Template:Ref]] do
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the right of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
*/
.plainlinksneverexpand .urlexpansion {
  display: none ! important;
}
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
   following the anchor A, the anchor itself now has class "external autonumber" and the
   expansion is inserted when printing (see the common printing style sheet at
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
   element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
  display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
  display: none !important;
}

/* Put error and success messages in a colored box with large font (from MW 1.16a).
   The errors often show when forms cannot be submitted (e.g. RequestAccount).
*/
.errorbox, .successbox {
	font-size: larger;
	border: 2px solid;
	padding: .5em 1em;
	float: left;
	margin-bottom: 2em;
	color: #000;
}
.errorbox {
	border-color: red;
	background-color: #fff2f2;
}
.successbox {
	border-color: green;
	background-color: #dfd;
}
.errorbox h2, .successbox h2 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
	margin: 0 .5em 0 0;
	border: none;
}

/* Messagebox templates */
/* Are these used on CZ? */
.messagebox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}

/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
.IPA {
        font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";
        font-family /**/:inherit;
}
.Unicode {
        font-family: Code2000, "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
        font-family /**/:inherit;
}
.latinx {
        font-family: Code2000, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
        font-family /**/:inherit;
}
.polytonic {
        font-family: Athena, Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000; 
        font-family /**/:inherit;
}
.mufi {
        font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
}

/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
  text-decoration: none;
}

/* Removes underlines from links */
.nounderlines a { 
  text-decoration: none;
}

/* Removes useless links from printout */
@media print {
    #privacy, #about, #disclaimer {display:none;}
}

/* Is this used on CZ? */
.messagebox.small-talk {
  width: 238px;
  font-size: 85%;
  float: right;
  clear: both;
  margin: 0 0 1em 1em;
  line-height: 1.25em; 
  background: #F8EABA;
}


/* Coloured watchlist numbers */
.mw-plusminus-pos {
  color:darkgreen;
}
.mw-plusminus-neg {
  color:darkred;
}

/* Is this used on CZ? */
.dablink {
  font-style:italic;
  padding-left:2em;
}

/* allows us to show or hide text */
/* Are these used on CZ? */
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccf;
        position:relative;
}
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;
}
a.NavToggle {
        position:absolute;
        top: 0px;
        right: 3px;
        font-weight:normal;
        font-size:smaller;
}

/* Used on {{tl|userplan-all}} and perhaps other user pages (Larry Sanger added these) */
table.UserComponent {
   width:100%;
   cellpadding:0px;
   cellspacing:0px;
}
tr.UserTableHeader {
   color:darkblue;
   background:beige;
}

a:link.white     {color:white}
a:visited.white  {color:white}
a:hover.white    {color:white}
a:active.white   {color:white}





/* Upload Wizard */

table.wizard {
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px;
}

td.wizard-tab {
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	padding: 0;
	border: 1px solid #ccc;
	border-left-width: 0;
	border-bottom-color: #aaa;
}
td.wizard-tab p {
	margin: 0 !important;
	padding: 0;
}
td.wizard-tab a, #bodyContent td.wizard-tab .plainlinks a {
	display: block;
	padding: 0.5em !important;
	border:solid #ccc;
	border-width:0 0 1px;
	color: #444 !important;
	text-decoration: none;
}

td.wizard-tab:hover {
	background: #e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e3e3e3));
}
td.wizard-tab:hover a {
	color: #000 !important;
	border-color: #d7d7d7;
}

td.wizard-tab.first {
	border-left-width: 1px !important;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}
td.wizard-tab.last {
	border-right-width: 1px !important;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

td.wizard-tab.selected {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eee));
	border-width: 1px 0;
	border-color: #aaa #aaa #ddd;
	border-bottom-style: dotted;
}
td.wizard-tab.selected a {
	border: 0px none;
	color: #000;
}

td.wizard-tab.unselected a {
	color: #777;
}

td.wizard-tab.unselected:hover a {
	color: #555;
}

td.wizard-tab.unselected.before {
	border-color: #ccc #aaa #aaa #ccc;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
td.wizard-tab.unselected.before a {
	border-width:0 1px 1px 0;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius:3px;
}

td.wizard-tab.unselected.after {
	border-color: #ccc #ccc #aaa #aaa;
	border-left-width: 1px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
td.wizard-tab.unselected.after a {
	border-width:0 0 1px 1px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius:3px;
}


td.wizard-opt {
	width: 100%;
	padding: 0;
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}
td.wizard-opt:hover {
	background: #e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e3e3e3));
	border-color: #d5d5d5;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
}
td.wizard-opt p {
	padding: 0;
	margin: 0 !important;
}
td.wizard-opt a {
	color: #333 !important;
	text-decoration: none;
}
td.wizard-opt a span {
	display: block;
	padding: 0.5em 0.75em !important;
}
td.wizard-opt:hover a {
	color: #000 !important;
}

/* END Upload Wizard */