Note: After saving, you may have to bypass your browser's cache to see the changes.
/* CSS placed here will be applied to all skins */
/* <pre><nowiki> */
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
table.prettytable code,
table.wikitable code {
background-color: transparent;
}
/* Messagebox templates */
.messagebox {
border: 2px solid black;
background-color: #f5bf62;
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: 2px solid black;
background-color: #f5bf62;
}
.messagebox.nested-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
width: 100%;
margin: 2px 4px 2px 4px;
}
.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: #f5bf62;
}
/* Infobox style */
.infobox {
float: right;
clear: right;
margin: 0 0 1em 1em;
width: 22em;
background-color: #f5bf62;
border: 2px solid black;
text-align: center;
}
table.infobox th {
font-size: 100%;
}
table.infobox td {
font-size:12px;
text-align: center;
background-color:#ffedcc;
border: 1px solid black"
}
/* </nowiki></pre> */