MediaWiki:Common.css

Notă: După publicare, trebuie să treceți peste memoria cache a navigatorului pentru a putea vedea modificările:

  • Firefox / Safari: Țineți apăsat pe Shift în timp ce faceți clic pe Reîncărcare ori apăsați Ctrl-F5 sau Ctrl-R (⌘-R pe un sistem Mac);
  • Google Chrome: Apăsați Ctrl-Shift-R (⌘-Shift-R pe un sistem Mac);
  • Internet Explorer / Edge: Țineți apăsat pe Ctrl în timp ce faceți clic pe Reîmprosptare sau apăsați Ctrl-F5;
  • Opera: Apăsați Ctrl-F5.
/*<pre><nowiki>*/

/* Legătură "Listă completă" în Pagina principală */
.interwiki-completelist {
    font-weight: bold;
}

/**********************
/* Imagini de fond *
 **********************/

/* Fond PP azur - folosit actualmente */

.BGazur1 { background-image: url("//upload.wikimedia.org/wikipedia/commons/3/33/BGazuriu1.png"); background-position:top; background-repeat:repeat-x;}

.BGazur2 { background-image: url("//upload.wikimedia.org/wikipedia/commons/4/4f/BGazuriu2.png"); background-position:top; background-repeat:repeat-x;}

.PAcornerTop { background-image: url("//upload.wikimedia.org/wikipedia/commons/1/18/PAcornerTop2.png"); background-position:top left; background-repeat:no-repeat; width:10px; height:10px;}

.PAcornerBottom { background-image: url("//upload.wikimedia.org/wikipedia/commons/0/06/PAcornerBottom2.png"); background-position:bottom left; background-repeat:no-repeat; width:10px; height:10px;}

.PAradiusTop {background-image: url("//upload.wikimedia.org/wikipedia/commons/1/1d/PAradiusTop.png");    
   background-position:top left; 
   background-repeat:no-repeat; 
   width:13px; 
   height:13px;
}

.PAradiusBottom {background-image: url("//upload.wikimedia.org/wikipedia/commons/1/14/PAradiusBottom.png"); 
   background-position:bottom left; 
   background-repeat:no-repeat; 
   width:13px; 
   height:13px;
}

/* Fond PP portocaliu */

.BGorange1 { background-image: url("//upload.wikimedia.org/wikipedia/commons/0/02/BGorange1.jpg"); background-position: top; background-repeat:repeat-x;}

.BGorange2 { background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a7/BGorange2.jpg"); background-position: top; background-repeat:repeat-x;}

.PPcornerTop { background-image: url("//upload.wikimedia.org/wikipedia/it/e/e4/PPcornerTop2.gif"); background-position:top left; background-repeat:no-repeat; width:10px; height:10px;}

.PPcornerBottom { background-image: url("//upload.wikimedia.org/wikipedia/it/c/c1/PPcornerBottom.gif"); background-position:bottom left; background-repeat:no-repeat; width:10px; height:10px;}

.PPradiusTop {background-image: url("//upload.wikimedia.org/wikipedia/it/7/70/PPradiusTop.gif");    
   background-position:top left; 
   background-repeat:no-repeat; 
   width:13px; 
   height:13px;
}

.PPradiusBottom {background-image: url("//upload.wikimedia.org/wikipedia/it/7/70/PPradiusBottom.gif"); 
   background-position:bottom left; 
   background-repeat:no-repeat; 
   width:13px; 
   height:13px;
}

.B-topright { background-image: url("//upload.wikimedia.org/wikipedia/it/a/a8/B_topright.png"); background-repeat:no-repeat; background-position: right; 
   width: 13px; 
   height: 14px;
}

.B-topleft { background-image: url("//upload.wikimedia.org/wikipedia/it/e/ea/B_topleft.png"); background-repeat:no-repeat; background-position: left; 
   width: 13px; 
   height: 14px;
}

.B-bottomright { background-image: url("//upload.wikimedia.org/wikipedia/it/a/a9/B_bottomright.png"); background-repeat:no-repeat; background-position: right;
   width: 13px; 
   height: 14px;
}

.B-bottomleft { background-image: url("//upload.wikimedia.org/wikipedia/it/f/f3/B_bottomleft.png"); background-repeat: no-repeat; background-position: left; 
   width: 13px; 
   height: 14px;
}

/* Fond PP albastru clasic */

.BGblue1 { background-image: url("//upload.wikimedia.org/wikipedia/commons/3/3e/BGblue1.jpg"); background-position:top; background-repeat:repeat-x;}

.BGblue2 { background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f7/BGblue2.jpg"); background-position:top; background-repeat:repeat-x;}

.PBcornerTop { background-image: url("//upload.wikimedia.org/wikipedia/commons/b/b8/PBcornerTop2.gif"); background-position:top left; background-repeat:no-repeat; width:10px; height:10px;}

.PBcornerBottom { background-image: url("//upload.wikimedia.org/wikipedia/commons/5/51/PBcornerBottom.gif"); background-position:bottom left; background-repeat:no-repeat; width:10px; height:10px;}

.PBradiusTop {background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e6/PBradiusTop.gif");    
   background-position:top left; 
   background-repeat:no-repeat; 
   width:13px; 
   height:13px;
}

.PBradiusBottom {background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e1/PBradiusBottom.gif"); 
   background-position:bottom left; 
   background-repeat:no-repeat; 
   width:13px; 
   height:13px;
}

/* Colorarea numărului caracterelor modificate în lista Schimbărilor Recente */

 .mw-plusminus-pos {
     color: #00aa00; /* verde */
 }
 .mw-plusminus-neg {
     color: #aa0000; /* roșu */
 }
 .mw-plusminus-null {
     color: #888888; /* gri */
 }
 
/* wikitable/prettytable class for skinning normal tables */

 table.wikitable,
 table.prettytable {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border-collapse: collapse;
 }

 table.wikitable th, table.wikitable td,
 table.prettytable th, table.prettytable td {
   border: 1px #aaaaaa 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;
 }

/* 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.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
   border-top: solid 1px #aaa;
   padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
      border: 0;
      padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
   border-top: 0;
   border-bottom: solid 1px #aaa;
   padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
      border: 0;
      padding: 0;
}

 /* Style for "notices" */
 .notice {
     text-align: justify;
     margin: 1em;
     padding: 0.2em;
 }



/* Geographical coordinates 
 
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
.geo-default { display: inline } .geo-nondefault { display: none } 
.geo-dec { display: inline } .geo-dms { display: inline }
 
To display coordinates using decimal notation, write this in your User:Username/monobook.css:
.geo-default { display: inline } .geo-nondefault { display: inline } 
.geo-dec { display: inline } .geo-dms { display: none }
 
To display coordinates using DMS notation, write this in your User:Username/monobook.css:
.geo-default { display: inline } .geo-nondefault { display: inline } 
.geo-dec { display: none }   .geo-dms { display: inline }
 
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
.geo-default { display: inline } .geo-nondefault { display: inline } 
.geo-dec { display: inline }   .geo-dms { display: inline }
.geo-multi-punct { display: inline }
 
See [[Template:Coor link]] for how these are used.
 
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
 
*/
 
.geo-default { display: inline; }
.geo-nondefault { display: none; }
.geo-dms { display: inline; }
.geo-dec { display: inline; }
.geo-multi-punct { display: none; }
 
.longitude .latitude {
white-space: nowrap;
}
 
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo { }
 
/***** end Geo-related */



 /* Cutii navigație dinamice */

 div.Boxmerge,
 div.NavFrame,
 div.CutieNav  {
         margin: 0px;
         padding: 2px;
         border: 1px solid #aaaaaa;
         text-align: center;
         border-collapse: collapse;
         font-size: 95%;
         clear:both;
 }

 div.Boxmerge div.NavFrame {
         border-style: none;
         border-style: hidden;
 }

 div.CutieNav + div.CutieNav,
 div.NavFrame + div.NavFrame {
         border-top-style: none;
         border-top-style: hidden;
 }

 div.NavPic,
 div.ImgNav {
         background-color: #ffffff;
         margin: 0px;
         padding: 2px;
         float: left;
 }

 div.NavFrame div.NavHead,
 div.CutieNav div.CapNav {
         height: 1.6em;
         font-weight: bold;
         background-color: #efefef;
 }

 div.CutieNav p,
 div.NavFrame p {
         font-size: 100%;
 }

 div.CutieNav div.ContinutNav,
 div.NavFrame div.NavContent {
         font-size: 100%;
 }

 div.CutieNav div.ContinutNav p,
 div.NavFrame div.NavContent p {
         font-size: 100%;
 }

 div.SfarsitNav,
 div.NavEnd {
         margin: 0px;
         padding: 0px;
         line-height: 1px;
         clear: both;
 }

 .ActivareNav,
 .NavToggle {
     font-size: x-small;
     float:right;
 }

/* Cutii navigare fără imprimare */
 
@media print{
	.NavFrame {
		display: none;
	}
	.Boxmerge {
		display: none;
	}
}

/* Sfârșit cutii navigare dinamice */


/* afișare listă note (referințe) cu font mic  */
ol.references {
   font-size: 100%;
}

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


/* Reliefare note culoare bleu */

ol.references > li:target {
 background-color: #DEF;
}

sup.reference:target { 
  background-color: #DEF;
}

/* Icon Adobe pentru fișiere PDF la legături externe */
/* (în browsere care suportă CSS selectors, cum ar fi Mozilla și Opera) */
#bodyContent a[href$=".pdf"].external, 
#bodyContent a[href*=".pdf?"].external, 
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external, 
#bodyContent a[href*=".PDF?"].external, 
#bodyContent a[href*=".PDF#"].external {
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}

/* Icon Adobe pentru fișiere PDF la legături externe pentru IE */
span.PDFlink a {
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}

span.geolink a {
    background: url(//upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
    padding-right: 11px !important;
}


/* afișare corectă la folosirea folosirea funcției preload pentru inputbox */

.editOptions p {display:inline;}

/*HERE STARTS "METABOX" COLOUR-SCHEMES*/
 
/* Schema de culori pentru [[Format:Metacasetă]] */
 
/* Configurație implicită pentru mov 
   Tonuri folosite; 1; 7050a0 2; 9070c0 3; b090e0 4; d0b0ff 5; f0d0ff */
 
.mcButo {
  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;}
 
.mcButo a,
.mcButo strong {
  background: none !important;
  color:#7050a0 !important;  /* 1 */
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}
 
.mcButo a:hover,
.mcButo strong:hover {
  color: black !important;
  text-decoration: underline !important;}
 
.mcButoSel {
  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;}
 
.mcButoSel a {
  background: none !important;
  color:white !important;
  cursor: default;
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}
 
.mcContinut {
  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 */}
 
.mcFila {
  background-color: #f8f8ff;
  border-color: #7050a0 #b090e0 #b090e0 #7050a0; /* 1 3 3 1 */  width: 100%;
}
 
/* Configurație pentru verde 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
 
.mcVerde .mcButo {
 background-color: #a5e085; /* 4 */
 border-color: #c0f090 #90d060 #75c045 #c0f090;  /* 5 3 2 5 */}
 
.mcVerde .mcButo a,
.mcVerde .mcButo strong {
  color:#60b030 !important;  /* 1 */
  font-size:90%}
 
.mcVerde .mcButo a:hover,
.mcVerde .mcButo strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mcVerde .mcButoSel {
  background-color: #75c045; /* 2 */
  border-color: #90d060 #60b030 #75c045 #90d060;  /* 3 1 2 3 */}
 
.mcVerde .mcContinut {
  background-color: #f5fffa;
  border-color: #75c045 #60b030 #60b030 #75c045 ; /* 2 1 1 2 */}
 
.mcVerde .mcFila {
  background-color: #f5fffa;
  border-color: #60b030 #90d060 #90d060 #60b030; /* 1 3 3 1 */}
 
/* Configurație roșu 1;CC0000 2;FF0000 3;FF8888 4;FFAAAA 5;FFCCCC */
 
.mcRosu .mcButo {
 background-color: #FFAAAA; /* 4 */
 border-color: #FFCCCC #FF8888 #FF0000 #FFCCCC;  /* 5 3 2 5 */}
 
.mcRosu .mcButo a,
.mcRosu .mcButo strong {
  color:#CC0000 !important;  /* 1 */
  font-size:90%}
 
.mcRosu .mcButo a:hover 
.mcRosu .mcButo strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mcRosu .mcButoSel {
  background-color: #FF0000; /* 2 */
  border-color: #FF8888 #CC0000 #FF0000 #FF8888;  /* 3 1 2 3 */}
 
.mcRosu .mcContinut {
  background-color: #fffafa;
  border-color: #FF0000 #CC0000 #CC0000 #FF0000; /* 2 1 1 2 */}
 
.mcRosu .mcFila {
  background-color: #fffafa;
  border-color: #CC0000 #FF0000 #FF0000 #CC0000; /* 1 3 3 1 */}
 
/* Configurație albastru 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */
 
.mcAlbastru .mcButo {
 background-color: #a7c1e6; /* 4 */
 border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;  /* 5 3 2 5 */}
 
.mcAlbastru .mcButo a,
.mcAlbastru .mcButo strong {
  color:#3379de !important;  /* 1 */
  font-size:90%}
 
.mcAlbastru .mcButo a:hover 
.mcAlbastru .mcButo strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mcAlbastru .mcButoSel {
  background-color: #5b8dd6; /* 2 */
  border-color: #88abde #3379de #5b8dd6 #88abde;  /* 3 1 2 3 */}
 
.mcAlbastru .mcContinut {
  background-color: #f0f8ff;
  border-color: #5b8dd6 #3379de #3379de #5b8dd6; /* 2 1 1 2 */}
 
.mcAlbastru .mcFila {
  background-color: #f0f8ff;
  border-color: #3379de #88abde #88abde #3379de; /* 1 3 3 1 */}
 
 
/* Configurație galben 1;ffd813 2;ffe147 3;ffe977 4;fff1a4 5;fef4bc */
 
.mcGalben .mcButo {
 background-color: #fff1a4; /* 4 */
 border-color: #fef4bc #ffe977 #ffe147 #fef4bc;  /* 5 3 2 5 */}
 
.mcGalben .mcButo a,
.mcGalben .mcButo strong {
  color:#ffd813 !important;  /* 1 */
  font-size:90%}
 
.mcGalben .mcButo a:hover 
.mcGalben .mcButo strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mcGalben .mcButoSel {
  background-color: #ffe147; /* 2 */
  border-color: #ffe977 #ffd813 #ffe147 #ffe977;  /* 3 1 2 3 */}
 
.mcGalben .mcContinut {
  background-color: #fffce8;
  border-color: #ffe147 #ffd813 #ffd813 #ffe147; /* 2 1 1 2 */}
 
.mcGalben .mcFila {
  background-color: #fffce8;
  border-color: #ffd813 #88abde #88abde #ffd813; /* 1 3 3 1 */}
 
/* Configurație portocaliu 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */
 
.mcPortocaliu .mcButo {
 background-color: #ffbd7f; /* 4 */
 border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;  /* 5 3 2 5 */}
 
.mcPortocaliu .mcButo a,
.mcPortocaliu .mcButo strong {
  color:#ff820e !important;  /* 1 */
  font-size:90%}
 
.mcPortocaliu .mcButo a:hover 
.mcPortocaliu .mcButo strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mcPortocaliu .mcButoSel {
  background-color: #ff9d42; /* 2 */
  border-color: #ffac5d #ff820e #ff9d42 #ffac5d;  /* 3 1 2 3 */}
 
.mcPortocaliu .mcContinut {
  background-color: #ffeedd; /* 6 */
  border-color: #ff9d42 #ff820e #ff820e #ff9d42; /* 2 1 1 2 */}
 
.mcPortocaliu .mcFila {
  background-color: #ffeedd; /* 6 */
  border-color: #ff820e #ffac5d #ffac5d #ff820e; /* 1 3 3 1 */}
 
/* Configurație azur 1;DDDDF7 2;D8E0EF 3;DBECF2 4;EEFFEE 5;F0F8FF 6;F7F7FF */
 
.mcAzur .mcButo {
 background-color: #EEFFEE; /* 4 */
 border-color: #F0F8FF #DBECF2 #D8E0EF #F0F8FF;  /* 5 3 2 5 */}
 
.mcAzur .mcButo a,
.mcAzur .mcButo strong {
  color:#5577CC !important;  /* 1 */
  font-size:90%}
 
.mcAzur .mcButo a:hover 
.mcAzur .mcButo strong:hover {
  color: black !important;
  text-decoration: underline;}
 
.mcAzur .mcButoSel {
  background-color: #D8E0EF; /* 2 */
  border-color: #DBECF2 #DDDDF7 #D8E0EF #DBECF2;  /* 3 1 2 3 */}
 
.mcAzur .mcContinut {
  background-color: #F7F7FF; /* 6 */
  border-color: #D8E0EF #DDDDF7 #DDDDF7 #D8E0EF; /* 2 1 1 2 */}
 
.mcAzur .mcFila {
  background-color: #F7F7FF; /* 6 */
  border-color: #DDDDF7 #DBECF2 #DBECF2 #DDDDF7; /* 1 3 3 1 */}

/* Final stilizare Metacasetă */

/* 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,
th.ambox-text, td.ambox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.5em;         /* 0.5em left/right */
    width: 100%;                   /* Make all amboxes the same width regardless of text length */
}
.ambox td.mbox-image,
td.ambox-image {                   /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.5em;      /* 0.5em left, 0px right */
    text-align: center; 
}
.ambox td.mbox-imageright,
td.ambox-imageright {              /* The right image cell */
    border: none; 
    padding: 2px 0.5em 2px 0;      /* 0px left, 0.5em right */
    text-align: center; 
}
 
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 */
}
@media print {        /* When in mainspace: Don't print article message boxes */
    .ns-0 .ambox {
        display: none;
    }
}
 
/* 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,
.imbox-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;
}
.imbox th.mbox-text, .imbox td.mbox-text,
th.imbox-text, td.imbox-text {    /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;        /* 0.9em left/right */
    width: 100%;
}
.imbox td.mbox-image,
td.imbox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;     /* 0.9em left, 0px right */
    text-align: center; 
}
.imbox td.mbox-imageright,
td.imbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;     /* 0px left, 0.9em right */
    text-align: center; 
}
 
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 */
}
.cmbox th.mbox-text, .cmbox td.mbox-text,
th.cmbox-text, td.cmbox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.5em;         /* 0.5em left/right */
    width: 100%;
}
.cmbox td.mbox-image,
td.cmbox-image {                   /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.5em;      /* 0.5em left, 0px right */
    text-align: center; 
}
.cmbox td.mbox-imageright,
td.cmbox-imageright {              /* The right image cell */
    border: none;
    padding: 2px 0.8em 2px 0;      /* 0px left, 0.8em right */
    text-align: center; 
}
 
table.cmbox-notice {
    background: #DFE8FF;    /* 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: #F1D0FF;    /* 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-small {               /* For the "small=yes" option */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
.ombox th.mbox-text, .ombox td.mbox-text,
th.ombox-text, td.ombox-text {    /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;        /* 0.9em left/right */
    width: 100%;
}
.ombox td.mbox-image,
td.ombox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;     /* 0.9em left, 0px right */
    text-align: center; 
}
.ombox td.mbox-imageright,
td.ombox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;     /* 0px left, 0.9em right */
    text-align: center; 
}
 
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;
}
table.tmbox-small {               /* For the "small=yes" option */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
.mbox-inside .tmbox {    /* For tmboxes inside other templates. */
    margin: 2px;
}
.tmbox th.mbox-text, .tmbox td.mbox-text,
th.tmbox-text, td.tmbox-text {    /* The message body cell(s) */
    border: none;
    padding: 0.25em 0.9em;        /* 0.9em left/right */
    width: 100%;
}
.tmbox td.mbox-image,
td.tmbox-image {                  /* The left image cell */
    border: none;
    padding: 2px 0px 2px 0.9em;   /* 0.9em left, 0px right */
    text-align: center;
}
.tmbox td.mbox-imageright,
td.tmbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0px;   /* 0px left, 0.9em right */
    text-align: center;
}
 
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 */
}

/* End */

/* Messagebox templates */
.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;
    margin: 4px auto;
    width: 80%;
}
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0 0 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
    background: #F8EABA;
}

/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  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 */
}
 
@media print {
    .navbox {
        display: none;
    }
}

/* Prevents line breaks in links; see docs at Template:Nowraplinks */
 
.nowraplinks a {
    white-space: nowrap;
}

.greengradientbg {
background: -moz-linear-gradient(left,  rgba(157,213,58,0) 0%, rgba(154,211,55,0.3) 5%, rgba(142,203,41,0.8) 25%, rgba(128,194,23,1) 50%, rgba(126,191,17,0.8) 75%, rgba(124,189,11,0.3) 95%, rgba(124,188,10,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(157,213,58,0)), color-stop(5%,rgba(154,211,55,0.3)), color-stop(25%,rgba(142,203,41,0.8)), color-stop(50%,rgba(128,194,23,1)), color-stop(75%,rgba(126,191,17,0.8)), color-stop(95%,rgba(124,189,11,0.3)), color-stop(100%,rgba(124,188,10,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(157,213,58,0) 0%,rgba(154,211,55,0.3) 5%,rgba(142,203,41,0.8) 25%,rgba(128,194,23,1) 50%,rgba(126,191,17,0.8) 75%,rgba(124,189,11,0.3) 95%,rgba(124,188,10,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(157,213,58,0) 0%,rgba(154,211,55,0.3) 5%,rgba(142,203,41,0.8) 25%,rgba(128,194,23,1) 50%,rgba(126,191,17,0.8) 75%,rgba(124,189,11,0.3) 95%,rgba(124,188,10,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(157,213,58,0) 0%,rgba(154,211,55,0.3) 5%,rgba(142,203,41,0.8) 25%,rgba(128,194,23,1) 50%,rgba(126,191,17,0.8) 75%,rgba(124,189,11,0.3) 95%,rgba(124,188,10,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(157,213,58,0) 0%,rgba(154,211,55,0.3) 5%,rgba(142,203,41,0.8) 25%,rgba(128,194,23,1) 50%,rgba(126,191,17,0.8) 75%,rgba(124,189,11,0.3) 95%,rgba(124,188,10,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dd53a', endColorstr='#007cbc0a',GradientType=1 ); /* IE6-9 */
padding:0 25px;
color:#FFF8DC;
}

/* </nowiki></pre> */