m |
m |
||
| Line 7: | Line 7: | ||
.bocpagestable { | .bocpagestable { | ||
text-align: center; | text-align: center; | ||
| − | border: | + | border: 2px solid #41982F; |
} | } | ||
/* CSS placed here will be applied to all skins */
/* <pre><nowiki> */
/* begin custom bocpages css */
.bocpagestable {
text-align: center;
border: 2px solid #41982F;
}
.bocpagestable tr {
font-size: 100%;
background-color: #F3EDCF;
}
.bocpagestable td {
}
/* custom bocpages cs end */
.interview-boc {
white-space: normal; /* need for Firefox */
overflow-x: visible; /* need for Firefox, extreme long string :( */
background-color: #F5F2ED;
margin: 0.4em 1.2em;
font: inherit;
padding: 0.4em;
border: 1px dashed #41982F;
}
/* 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: 1px dashed #41982F;
background-color: #F3EDCF;
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 th img {
style="padding-bottom: 1em";
border: 1px solid black;
}
table.infobox td {
font-size:12px;
text-align: center;
background-color:#ffedcc;
border: 1px solid black"
}
/* </nowiki></pre> */