MediaWiki:Common.css

From Dark Omen Wiki

(Difference between revisions)
Jump to: navigation, search
(for ambox styles)
 
(27 intermediate revisions not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
 +
 +
 +
table {border-spacing: 0}
 +
table td, th {padding: 0 0.2em}
 +
  .wikitable,
  .wikitable,
 +
.codetable
  .prettytable {
  .prettytable {
   margin: 1em 1em 1em 0;
   margin: 1em 1em 1em 0;
-
   background: #2E2E2E; for the new Design
+
   background: #D7E1D7;
   border: 1px #AAA solid;
   border: 1px #AAA solid;
   border-collapse: collapse;
   border-collapse: collapse;
   empty-cells:show;
   empty-cells:show;
  }
  }
-
+
 
  .wikitable th, .wikitable td,
  .wikitable th, .wikitable td,
  .prettytable th, .prettytable td {
  .prettytable th, .prettytable td {
Line 15: Line 21:
   padding: 0.3em;
   padding: 0.3em;
  }
  }
-
+
 
  .wikitable caption,
  .wikitable caption,
 +
.codetable caption,
  .prettytable caption {
  .prettytable caption {
   margin-left: inherit;
   margin-left: inherit;
Line 22: Line 29:
   font-weight: bold;
   font-weight: bold;
  }
  }
-
   
+
 
 +
  table.codetable
 +
{
 +
  border: 0px;
 +
  font-family: monospace;
 +
  color: black;
 +
  white-space: pre;
 +
}
 +
 
 +
.codetable th, .codetable td {}
 +
 
 +
table.codetable tr:nth-child(2n) {color: black; background: rgb(180,190,180)}
 +
table.codetable tr:nth-child(2n+1) {color: black; background: rgb(190,200,190)}
 +
 
 +
 
  .nogrid th, .nogrid td {border: none;}
  .nogrid th, .nogrid td {border: none;}
  .float-left { float: left; clear: left; }
  .float-left { float: left; clear: left; }
Line 47: Line 68:
     text-align: center;  
     text-align: center;  
  }
  }
-
body
 
-
{
 
-
    background: #6a7872 url(http://www.zilla774.com/journal/dAogle_firefox_bkgrd.gif) repeat-x !important;
 
-
padding-top: 25px !important;
 
 +
/* 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 */
-
body a:hover
+
    border: none;
-
{
+
     padding: 2px 0 2px 0.9em;   /* 0.9em left, 0px right */
-
     color: #fff !important;
+
     text-align: center;  
-
     text-decoration:underline !important;
+
}
}
-
 
+
td.mbox-imageright {            /* The right image cell */
-
 
+
    border: none;
-
body, td, div, .p, a
+
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
-
{
+
    text-align: center;  
-
    text-decoration: none !important;
+
}
}
-
 
+
.mediawiki table.tmbox-small,
-
a, font
+
.mediawiki table.ombox-small,
-
{
+
.mediawiki table.mbox-small {   /* For the "small=yes" option (also used elsewhere).  */
-
    color: #bac5ba !important;
+
    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;
}
}
-
.a,.a:link
+
/* Article message box styles */
-
{
+
table.ambox {            /* 10% = Will not overlap with other elements */
-
    color: #fff !important;
+
    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,
-
div.plainlinks div
+
.ambox td.mbox-text {           /* The message body cell(s) */
-
{
+
    padding: 0.25em 0.5em;       /* 0.5em left/right */
-
    background: transparent !important;
+
}
}
-
 
+
.ambox td.mbox-image {           /* The left image cell */
-
hr
+
    padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
-
{  
+
-
border-top: 1px dotted #bac5da !important;
+
-
border-bottom: 0px solid red !important;
+
-
border-left: 0px solid red !important;
+
-
border-right: 0px solid red !important;
+
-
background: transparent !important;
+
-
 
+
}
}
-
 
+
.ambox td.mbox-imageright {      /* The right image cell */
-
/* ********************** */
+
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
-
/* Swap bookshelf image */
+
-
/* ********************** */
+
-
 
+
-
img[src="http://upload.wikimedia.org/wikipedia/meta/b/ba/Bookshelf-40x20.png"]
+
-
{
+
-
     background: url(http://www.zilla774.com/journal/wikibooks.gif) transparent !important;
+
-
width: 0 !important;
+
-
padding-left: 40px !important;
+
}
}
-
/* ********************** */
+
table.ambox-notice {
-
/* Swap globe image */
+
    border-left: 10px solid #1e90ff;   /* Blue */
-
/* ********************** */
+
-
 
+
-
img[src="http://upload.wikimedia.org/wikipedia/meta/2/2a/Nohat-logo-nowords-bgwhite-200px.jpg"]
+
-
{
+
-
    background: url(http://www.zilla774.com/journal/wikiglobe.gif) transparent !important;
+
-
width: 0 !important;
+
-
padding-left: 200px !important;
+
}
}
-
 
+
table.ambox-speedy {
-
/* ********************** */
+
    border-left: 10px solid #b22222;    /* Red */
-
/* Swap title image */
+
    background: #fee;                  /* Pink */
-
/* ********************** */
+
-
 
+
-
img[src="http://upload.wikimedia.org/wikipedia/meta/thumb/7/7c/Wikipedia-word.png/174px-Wikipedia-word.png
+
-
"]
+
-
{
+
-
    background: url(http://www.zilla774.com/journal/wikilogo.gif) transparent !important;
+
-
    width: 0 !important;
+
-
    padding-left: 174px !important;
+
}
}
-
 
+
table.ambox-delete {
-
 
+
    border-left: 10px solid #b22222;   /* Red */
-
/* ********************** */
+
-
/* input/textfields/forms */
+
-
/* ********************** */
+
-
 
+
-
#searchform fieldset {
+
-
background-color: #4b5b59  !important;
+
-
border: 0px solid white !important;
+
}
}
-
 
+
table.ambox-content {
-
 
+
    border-left: 10px solid #f28500;   /* Orange */
-
input[id=searchInput]
+
-
{
+
-
    background-color: #899b91 !important;
+
-
    padding: 2px 5px !important;
+
-
    color: #374341 !Important;
+
-
    border: 0px solid white !important;
+
}
}
-
 
+
table.ambox-style {
-
select[name=language]
+
    border-left: 10px solid #f4c430;   /* Yellow */
-
{
+
-
 
+
-
    border: 1px solid #899b91 !important;
+
-
    background-color: #899b91 !important;
+
-
 
+
-
    margin-left: 1px !important;
+
-
    margin-right: 1px !important;
+
-
    color: #374341 !important;
+
-
 
+
}
}
-
 
+
table.ambox-move {
-
 
+
    border-left: 10px solid #9932cc;   /* Purple */
-
input[name=go]
+
-
{
+
-
    border: 0px solid #374341 !important;
+
-
    padding: 4px !important;
+
-
    background-color: #374341 !important;
+
-
    margin-left: 1px !important;
+
-
    margin-right: 1px !important;
+
-
    color: #899b91 !important;
+
-
    font: 90% Verdana,sans-serif !important;
+
}
}
-
 
+
table.ambox-protection {
-
input[name=go]:active
+
    border-left: 10px solid #bba;       /* Gray-gold */
-
{
+
-
    background-color: #AFC81C !important;
+
-
    color: #586608 !important;
+
-
    font: 90% Verdana,sans-serif !important;
+
}
}
-
 
+
/* 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. */
-
 
+
-
/* ******************** */
+
-
/* Internal pages      */
+
-
/* ******************** */
+
-
 
+
-
 
+
-
 
+
-
@-moz-document url-prefix(http://en.wikipedia)
+
-
 
+
-
/* regions to come:
+
-
url-prefix(http://de.wikipedia),
+
-
url-prefix(http://pl.wikipedia),
+
-
url-prefix(http://it.wikipedia),
+
-
url-prefix(http://pt.wikipedia),
+
-
url-prefix(http://sv.wikipedia),
+
-
url-prefix(http://es.wikipedia),
+
-
url-prefix(http://nl.wikipedia),
+
-
url-prefix(http://ja.wikipedia),
+
-
url-prefix(http://fr.wikipedia)
+
-
*/
+
-
 
+
-
 
+
-
{
+
-
 
+
-
body
+
-
{
+
-
background: #a7afa7 url(http://www.zilla774.com/journal/wiki_bkgrd.gif) 0 0 repeat-x !important;
+
-
 
+
}
}
-
 
+
.mbox-inside .imbox {   /* For imboxes inside other templates. */
-
 
+
    margin: 4px;
-
#content {
+
-
background: #c4c9c4 !important;
+
-
color: black !important;
+
-
border: 1px solid #546359 !important;
+
-
border-right: none !important;
+
-
line-height: 1.5em !important;
+
}
}
-
#content {
+
table.imbox-notice {
-
margin: 2.8em 0 0 13.2em !important;
+
    border: 3px solid #1e90ff;   /* Blue */
}
}
-
 
+
table.imbox-speedy {
-
#column-content
+
    border: 3px solid #b22222;   /* Red */
-
{
+
    background: #fee;            /* Pink */
-
margin: 0 0 .6em -14.2em !important;
+
-
 
+
}
}
-
 
+
table.imbox-delete {
-
a {
+
    border: 3px solid #b22222;   /* Red */
-
text-decoration: none !important;
+
-
color: #3e8eb7 !important;
+
-
background: none !important;
+
-
        font-weight: bold !important;
+
}
}
-
a:visited {
+
table.imbox-content {
-
color: #374341 !important;
+
    border: 3px solid #f28500;   /* Orange */
}
}
-
a:active {
+
table.imbox-style {
-
color: #374341 !important;
+
    border: 3px solid #f4c430;   /* Yellow */
}
}
-
a:hover {
+
table.imbox-move {
-
text-decoration: underline !important;
+
    border: 3px solid #9932cc;   /* Purple */
-
background: none !important;
+
}
}
-
 
+
table.imbox-protection {
-
 
+
    border: 3px solid #bba;       /* Gray-gold */
-
 
+
-
/* swap corner wikipedia logo */
+
-
 
+
-
a[style="background-image: url(/images/wiki-en.png);"]
+
-
 
+
-
{
+
-
width: 0 !important;
+
-
height: 155px !important;
+
-
padding-left: 135px !important;
+
-
background: url(http://www.zilla774.com/journal/wiki_mini_globe.png) transparent no-repeat !important;
+
-
margin-left: .8em !important;
+
}
}
-
 
+
table.imbox-license {
-
/* nav headers */
+
    border: 3px solid #88a;       /* Dark gray */
-
h5
+
    background: #f7f8ff;         /* Light gray */
-
{  
+
-
    color: #3B4A4A !important;
+
-
    font-size: 100% !important;
+
-
    background-color: #88938D !important;
+
-
    border-top: 1px solid #546359 !important;
+
-
    border-left: 1px solid #546359 !important;
+
-
    border-right: 1px solid #546359 !important;
+
-
    border-bottom: 0px solid #546359 !important;
+
-
 
+
-
 
+
}
}
-
 
+
table.imbox-featured {
-
 
+
    border: 3px solid #cba135;   /* Brown-gold */
-
#p-interaction h5,
+
-
#p-navigation h5,
+
-
#p-search h5,
+
-
#p-tb h5,
+
-
#p-lang h5
+
-
 
+
-
{
+
-
background: transparent;
+
-
padding: 5px 5px 5px 5px !important;
+
-
display: block !important;
+
-
height: 1em !important;
+
-
text-transform: none !important;
+
-
font-size: 91%;
+
-
font-weight: normal;
+
-
white-space: nowrap;
+
-
    letter-spacing: 2px !important;
+
-
    font-family: tahoma !important;
+
}
}
-
 
+
/* Category message box styles */
-
 
+
table.cmbox {
-
/* navigation */
+
    margin: 3px 10%;
-
 
+
    border-collapse: collapse;
-
#column-one
+
    border: 1px solid #aaa;  
-
{
+
    background: #DFE8FF;    /* Default "notice" blue */
-
margin-left: .8em !important;
+
-
width: 12em !important;
+
}
}
-
 
+
table.cmbox-notice {
-
div#p-interaction div.pBody,
+
    background: #D8E8FF;   /* Blue */
-
div#p-navigation div.pBody,
+
-
div#p-search div.pBody,
+
-
div#p-tb div.pBody,
+
-
div#p-lang div.pBody
+
-
{
+
-
background-color: #c4c9c4 !important;
+
-
    border-top: 1px solid #546359 !important;
+
-
    border-left: 1px solid #546359 !important;
+
-
    border-right: 1px solid #546359 !important;
+
-
    border-bottom: 1px solid #546359 !important;
+
-
padding: 0 .8em .3em .5em !important;
+
}
}
-
 
+
table.cmbox-speedy {
-
#p-interaction li a,
+
    margin-top: 4px;
-
#p-navigation li a,
+
    margin-bottom: 4px;
-
#p-search li a,
+
    border: 4px solid #b22222;   /* Red */
-
#p-tb li a,
+
    background: #FFDBDB;         /* Pink */
-
#p-lang li a
+
-
{
+
-
    color: #3B4A4A !important;
+
-
    font-weight: normal !important;
+
}
}
-
 
+
table.cmbox-delete {
-
#p-interaction li a:hover,
+
    background: #FFDBDB;   /* Red */
-
#p-navigation li a:hover,
+
-
#p-search li a:hover,
+
-
#p-tb li a:hover,
+
-
#p-lang li a:hover
+
-
 
+
-
{
+
-
    color: #3e8eb7 !important;
+
-
    font-weight: normal !important;
+
}
}
-
 
+
table.cmbox-content {
-
 
+
    background: #FFE7CE;   /* Orange */
-
#p-cactions li
+
-
{
+
-
    border-top: 1px solid #546359 !important;
+
-
    border-left: 1px solid #546359 !important;
+
-
    border-right: 1px solid #546359 !important;
+
-
    border-bottom: 1px solid #e7f0ec !important;
+
-
    padding-top: 3px !important;
+
-
    background-color: #bac5ba !important;
+
-
    font-weight: normal !important;
+
-
    font-size: 110% !important;
+
-
    margin: 0px !important;
+
}
}
-
 
+
table.cmbox-style {
-
/* background-color: #e7f0ec !important; */
+
    background: #FFF9DB;   /* Yellow */
-
 
+
-
#p-cactions li.selected
+
-
{
+
-
    border-top: 1px solid #546359 !important;
+
-
    border-left: 1px solid #546359 !important;
+
-
    border-right: 1px solid #546359 !important;
+
-
    border-bottom: 1px solid #e7f0ec !important;
+
-
    background-color: #c4c9c4 !important;
+
-
 
+
}
}
-
 
+
table.cmbox-move {
-
#p-cactions li.selected a
+
    background: #E4D8FF;   /* Purple */
-
{
+
-
    border-bottom: 2px solid  #c4c9c4 !important;
+
-
background-color: #c4c9c4 !important;
+
-
font-weight: bold !important;
+
-
color: black !important;
+
-
 
+
}
}
-
 
+
table.cmbox-protection {
-
#p-cactions li a
+
    background: #EFEFE1;   /* Gray-gold */
-
{
+
-
    color: #374341 !important;
+
-
font-weight: normal !important;
+
-
margin: 0px !important;
+
}
}
-
 
+
/* Other pages message box styles */
-
table
+
table.ombox {
-
{
+
    margin: 4px 10%;
-
    background-color: transparent !important;
+
    border-collapse: collapse;  
-
 
+
    border: 1px solid #aaa;      /* Default "notice" gray */
 +
    background: #f9f9f9;
}
}
-
.infobox, .messagebox
+
table.ombox-notice {
-
{
+
    border: 1px solid #aaa;       /* Gray */
-
    background-color: #e7f0ec !important;
+
-
 
+
}
}
-
.infobox tbody div
+
table.ombox-speedy {
-
{
+
    border: 2px solid #b22222;   /* Red */
-
    background-color: #c4c9c4 !important;
+
    background: #fee;             /* Pink */
-
margin-top: 5px !important;
+
-
 
+
}
}
-
div#catlinks
+
table.ombox-delete {
-
{
+
    border: 2px solid #b22222;   /* Red */
-
    background-color: #e7f0ec !important;
+
}
}
-
 
+
table.ombox-content {
-
.thumb {
+
    border: 1px solid #f28500;   /* Orange */
-
background-color: transparent !important;
+
-
border: 0px solid red !important;
+
}
}
-
 
+
table.ombox-style {
-
#toc  {
+
    border: 1px solid #f4c430;   /* Yellow */
-
background-color: #e7f0ec !important;
+
}
}
-
 
+
table.ombox-move {
-
 
+
    border: 1px solid #9932cc;   /* Purple */
-
input[type=submit]
+
-
{
+
-
    border: 0px solid #374341 !important;
+
-
    padding: 0.25em !important;
+
-
    background-color: #374341 !important;
+
-
    margin-top: 2px !important;
+
-
    margin-left: 1px !important;
+
-
    margin-right: 1px !important;
+
-
    color: #899b91 !important;
+
-
    font: 90% Verdana,sans-serif !important;
+
}
}
-
 
+
table.ombox-protection {
-
input[type=submit]:active
+
    border: 2px solid #bba;       /* Gray-gold */
-
{
+
-
    background-color: #AFC81C !important;
+
-
    color: #586608 !important;
+
-
    font: 85% Verdana,sans-serif !important;
+
-
 
+
}
}
-
 
+
-
input[id=searchInput]
+
/* Talk page message box styles */
-
{
+
table.tmbox {
-
    background-color: #899b91 !important;
+
    margin: 4px 10%;
-
    padding: 2px 5px !important;
+
    border-collapse: collapse;
-
    color: #374341 !Important;
+
    border: 1px solid #c0c090;   /* Default "notice" gray-brown */
-
    border: 1px solid #546359 !important;
+
    background: #f8eaba;
-
margin-top: 2px !important;
+
}
 +
.mbox-inside .tmbox {    /* For tmboxes inside other templates. */
 +
    margin: 2px 0;
 +
    width: 100%;   /* Fix for Safari and Opera. */
}
}
-
 
+
table.tmbox-speedy {
-
input[type=submit]:active
+
    border: 2px solid #b22222;    /* Red */
-
 
+
    background: #fee;            /* Pink */
-
{
+
}
-
 
+
table.tmbox-delete {
-
    background-color: #AFC81C !important;
+
    border: 2px solid #b22222;    /* Red */
-
 
+
}
-
    color: #586608 !important;
+
table.tmbox-content {
-
 
+
    border: 2px solid #f28500;   /* Orange */
-
    font: 85% Verdana,sans-serif !important;
+
}
-
 
+
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 */
}
}
-
 
+
/* Pink fmbox warning style for div based warning notices. */
-
 
+
div.fmbox-warning,
-
input[id=searchInput]
+
div.mw-warning-with-logexcerpt {
-
 
+
    clear: both;
-
{
+
    margin: 0.2em 0;
-
 
+
    border: 1px solid #BB7070;
-
    background-color: #899b91 !important;
+
    background: #FFDBDB;
-
 
+
    padding: 0.25em 0.9em;
-
    padding: 2px 5px !important;
+
-
 
+
-
    color: #374341 !Important;
+
-
 
+
-
    border: 1px solid #546359 !important;
+
-
 
+
-
margin-top: 2px !important;
+
-
 
+
}
}

Current revision as of 01:28, 29 December 2008

/* CSS placed here will be applied to all skins */
 
 
table {border-spacing: 0}
table td, th {padding: 0 0.2em}
 
 
 .wikitable,
 .codetable
 .prettytable {
  margin: 1em 1em 1em 0;
  background: #D7E1D7;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
 }
 
 .wikitable th, .wikitable td,
 .prettytable th, .prettytable td {
  border: 1px #AAA solid;
  padding: 0.3em;
 }
 
 .wikitable caption,
 .codetable caption,
 .prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
 }
 
 table.codetable 
 { 
   border: 0px;
   font-family: monospace;
   color: black;
   white-space: pre;
 }
 
 .codetable th, .codetable td {}
 
 table.codetable tr:nth-child(2n) {color: black; background: rgb(180,190,180)}
 table.codetable tr:nth-child(2n+1) {color: black; background: rgb(190,200,190)}
 
 
 .nogrid th, .nogrid td {border: none;}
 .float-left { float: left; clear: left; }
 .float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
 .centered { margin-left: auto; margin-right: auto; }
 
 table.boxes {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
 }
 
 table.boxes-notice { border: 1px solid #aaa; }
 
 th.boxes-text, td.boxes-text {    /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;        /* 0.9em left/right */
    width: 100%;
 }
 td.boxes-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;     /* 0.9em left, 0px right */
    text-align: center; 
 }
 
/* 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-delete {
    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-move {
    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 */
}
 
/* Pink fmbox warning style for div based warning notices. */
div.fmbox-warning,
div.mw-warning-with-logexcerpt {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #BB7070;
    background: #FFDBDB;
    padding: 0.25em 0.9em;
}
Personal tools
communication