2009-09-02 10:01:10 +00:00
|
|
|
/* Authors: Murray Altheim (2004), Alex Schroeder (2004, 2005, 2006,
|
|
|
|
|
2009), Bayle Shanks (2006), Lion Kimbro (2006).
|
2006-03-04 18:49:50 +00:00
|
|
|
|
2006-03-04 18:52:51 +00:00
|
|
|
This file is in the public domain.
|
|
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
html, body { /* hue 84 */
|
2006-03-04 18:52:51 +00:00
|
|
|
/* Default color for text. It doesn't appear that many places,
|
|
|
|
|
but you'll see it in Recent Changes summary comments, and
|
|
|
|
|
you'll see it in the languages at the bottom of the place;
|
|
|
|
|
It seeps out, here and there. */
|
2006-03-04 18:49:50 +00:00
|
|
|
color:#000;
|
2006-03-04 18:52:51 +00:00
|
|
|
/* This is the main light green background color. */
|
2006-03-04 18:49:50 +00:00
|
|
|
background-color:#def4b5;
|
|
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
|
|
|
|
}
|
2006-03-04 18:52:51 +00:00
|
|
|
|
|
|
|
|
/* This is not used in all that many places. */
|
2006-03-04 18:49:50 +00:00
|
|
|
body.gray {
|
|
|
|
|
background-color:#d5e0c5;
|
|
|
|
|
}
|
2006-03-04 18:52:51 +00:00
|
|
|
|
|
|
|
|
/* The next section includes some funky selectors.
|
|
|
|
|
See http://www.w3.org/TR/REC-CSS2/selector.html for more. */
|
2006-03-04 18:49:50 +00:00
|
|
|
|
2006-03-04 18:52:51 +00:00
|
|
|
div.content, div.rc, body > form, div.footnotes, div.edit text {
|
2006-03-04 18:49:50 +00:00
|
|
|
margin: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2006-03-04 18:52:51 +00:00
|
|
|
/* The following statement hides the result count at the end
|
|
|
|
|
of a search page (since most of the time the result per page
|
|
|
|
|
is 10. */
|
2010-05-13 22:33:50 +00:00
|
|
|
br + p.result { display: none; }
|
2006-03-04 18:52:51 +00:00
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
body.brown a { color:#550; text-decoration:none; }
|
|
|
|
|
|
|
|
|
|
a { color:#272; text-decoration:none; font-weight:bold; }
|
|
|
|
|
a:active { color:#f00; }
|
|
|
|
|
a:visited { color:#550; }
|
|
|
|
|
a.near, a.outside, a[class="url number"] {
|
|
|
|
|
text-decoration:underline;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
}
|
|
|
|
|
a.tag:before { content:"\2601\ "; }
|
|
|
|
|
a.tag { text-decoration:none; }
|
|
|
|
|
div.search p.links a { padding-right:2ex; }
|
|
|
|
|
a.number { text-decoration:none; }
|
|
|
|
|
a.alias { text-decoration:none; border-bottom: thin dashed; }
|
|
|
|
|
a.footnote { font-size:50%; vertical-align:super }
|
|
|
|
|
span.bar a { margin-right:1ex; }
|
|
|
|
|
|
|
|
|
|
p.plink, li.plink {
|
|
|
|
|
border: 2px solid #c8a8ff;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
p a.plink, li a.plink {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
p:hover a.plink, p a:hover.plink,
|
|
|
|
|
li:hover a.plink, li a:hover.plink {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
display: inline;
|
|
|
|
|
position:absolute;
|
|
|
|
|
color: #a020f0; /* purple */
|
|
|
|
|
}
|
|
|
|
|
|
2006-03-04 18:52:51 +00:00
|
|
|
body.arrows a.near:before, body.arrows a.outside:before { content:"\2197"; }
|
2006-03-04 18:49:50 +00:00
|
|
|
body.arrows a.near, body.arrows a.outside { text-decoration:none; }
|
|
|
|
|
|
|
|
|
|
/* add every specific a here */
|
|
|
|
|
div.header h1 a:hover, h1 a:hover, h2 a:hover, h3 a:hover { color: #fbb; }
|
|
|
|
|
a.definition:hover, a.near:hover, a:hover { color:#f00; }
|
|
|
|
|
|
|
|
|
|
dl.irc dt { width:20ex; float:left; text-align:right; clear:left; }
|
|
|
|
|
dl.irc dt span.time { float:left; }
|
|
|
|
|
dl.irc dd { margin-left:22ex; }
|
|
|
|
|
|
|
|
|
|
div.header {
|
2006-08-04 14:11:01 +00:00
|
|
|
background-color: #becc92;
|
2006-03-04 18:49:50 +00:00
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: 6em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.sidebar {
|
2006-03-04 18:52:51 +00:00
|
|
|
float: right;
|
|
|
|
|
width: 15%;
|
|
|
|
|
padding: 0 0.5em 0 1em;
|
|
|
|
|
margin: 1em 0 1em 5em;
|
|
|
|
|
font-size: x-small;
|
|
|
|
|
border: 3px solid #000;
|
|
|
|
|
text-align: left;
|
|
|
|
|
background-color: #dea;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.sidebar h2 {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: small;
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #dea;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin-right: 7%;
|
|
|
|
|
border-bottom: 1px solid #ab7;
|
2006-03-04 18:49:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.sidebar ul, div.sidebar li {
|
|
|
|
|
display:block;
|
|
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.sidebar a:before {
|
|
|
|
|
content:"";
|
|
|
|
|
}
|
|
|
|
|
|
2006-03-04 18:52:51 +00:00
|
|
|
div.sidebar a {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
h3 {
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
font-size:medium;
|
|
|
|
|
clear:left;
|
|
|
|
|
color:#fff;
|
|
|
|
|
background:#84d600;
|
|
|
|
|
padding:0.3ex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.header span.gotobar {
|
|
|
|
|
display:block;
|
|
|
|
|
padding:1ex;
|
|
|
|
|
}
|
|
|
|
|
div.message {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.5em;
|
|
|
|
|
left:0;
|
|
|
|
|
right:0;
|
2007-10-07 20:08:19 +00:00
|
|
|
z-index: 5;
|
|
|
|
|
}
|
|
|
|
|
div.message p {
|
|
|
|
|
display:inline;
|
|
|
|
|
}
|
|
|
|
|
div.message, div.question {
|
2006-03-04 18:49:50 +00:00
|
|
|
background-color:#fee;
|
|
|
|
|
color:#f00;
|
|
|
|
|
border:solid #f00;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
padding:0.1em 0 0.1em 1em;
|
|
|
|
|
}
|
2007-10-07 20:08:19 +00:00
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
div.header h1 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.5em;
|
|
|
|
|
left:0;
|
|
|
|
|
right:0;
|
|
|
|
|
background-color:#517005;
|
|
|
|
|
font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
|
|
|
|
|
font-size:xx-large;
|
|
|
|
|
border-bottom:2px dotted #87a036;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
padding: 0.125em 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.header h1 a {
|
|
|
|
|
text-decoration:none;
|
2006-08-04 14:11:01 +00:00
|
|
|
color: #ffffff;
|
2006-03-04 18:49:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img.logo {
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:1ex;
|
|
|
|
|
right:1ex;
|
|
|
|
|
border:none;
|
|
|
|
|
z-index:10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right {
|
|
|
|
|
float:right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left {
|
|
|
|
|
float:left;
|
|
|
|
|
}
|
|
|
|
|
|
2009-09-02 10:00:47 +00:00
|
|
|
.top {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
2007-11-28 09:43:38 +00:00
|
|
|
.highlight {
|
|
|
|
|
background-color: #ffa;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
padding: 0 0.2em;
|
|
|
|
|
}
|
|
|
|
|
|
2009-09-02 10:00:47 +00:00
|
|
|
/* search box in the top bar */
|
|
|
|
|
|
|
|
|
|
form.tiny, form.tiny p {
|
|
|
|
|
display: inline;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
form.tiny input {
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 10ex;
|
|
|
|
|
font-size: 70%;
|
|
|
|
|
}
|
|
|
|
|
|
2006-08-04 14:00:13 +00:00
|
|
|
div.right .right, div.left .left {
|
|
|
|
|
float: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.caption {
|
|
|
|
|
display:block;
|
|
|
|
|
margin: 0 1em 1em 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
a.small img {
|
|
|
|
|
max-width:300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
font-size:larger;
|
|
|
|
|
clear:left;
|
|
|
|
|
color:#fff;
|
|
|
|
|
background:#69aa00;
|
|
|
|
|
padding:0.7ex;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.specialdays {
|
2006-08-04 14:11:01 +00:00
|
|
|
margin-left: 1em;
|
|
|
|
|
color: #4c6b1b;
|
|
|
|
|
font-style: italic;
|
2006-03-04 18:49:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
font-size:larger;
|
|
|
|
|
color:#fff;
|
|
|
|
|
background:#69aa00;
|
|
|
|
|
padding:0.7ex;
|
|
|
|
|
}
|
|
|
|
|
h2 a, div.journal h1 a {
|
|
|
|
|
text-decoration:none; color:#fff;
|
|
|
|
|
}
|
|
|
|
|
h3 {
|
|
|
|
|
font-weight:bold; font-size:medium; clear:left;
|
|
|
|
|
color:#fff; background:#84d600; padding:0.7ex;
|
|
|
|
|
}
|
|
|
|
|
h3 a, div.journal h2 a {
|
|
|
|
|
text-decoration:none; color:#fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.permanentanchor, a.definition {
|
|
|
|
|
text-decoration:none; color:#000;
|
|
|
|
|
border-bottom:thin dashed;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p > a.definition, p > span.permanentanchor {
|
|
|
|
|
font-weight:bold; font-size:larger;
|
|
|
|
|
color:#fff; background:#84d600; padding:0.7ex;
|
|
|
|
|
text-decoration:none; display:block; margin-bottom:1ex;
|
|
|
|
|
border-bottom:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.footnotes hr {
|
|
|
|
|
border:none;
|
|
|
|
|
color:black;
|
|
|
|
|
background-color:#000;
|
|
|
|
|
height:1px;
|
|
|
|
|
margin-top:2ex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.footnotes hr + p {
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.footer {
|
|
|
|
|
background-color:#becc92;
|
|
|
|
|
border-bottom:solid;
|
|
|
|
|
clear: both;
|
|
|
|
|
margin: 3em 0 0 0;
|
|
|
|
|
padding: 1ex;
|
|
|
|
|
border-top:2px solid;
|
|
|
|
|
color:black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.footer hr {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.rc { margin-top:4ex; }
|
|
|
|
|
div.rc hr { display:none; }
|
|
|
|
|
|
|
|
|
|
div.old { background-color:#ffd; }
|
|
|
|
|
div.new { background-color:#dfd; }
|
|
|
|
|
div.diff {
|
|
|
|
|
padding-left:2ex;
|
|
|
|
|
padding-right:2ex;
|
|
|
|
|
border-style:dashed;
|
|
|
|
|
width: 66%;
|
|
|
|
|
margin:1em 2em;
|
|
|
|
|
}
|
|
|
|
|
div.diff + hr {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
div.refer {
|
|
|
|
|
padding-left:5%;
|
|
|
|
|
padding-right:5%;
|
|
|
|
|
}
|
|
|
|
|
div.refer hr {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
div.rss { background-color:#ce9; }
|
|
|
|
|
body.gray div.rss {
|
|
|
|
|
background-color:#dec;
|
|
|
|
|
}
|
|
|
|
|
div.sister {
|
|
|
|
|
float:left;
|
|
|
|
|
margin-right:1ex;
|
|
|
|
|
padding-right:1ex;
|
|
|
|
|
}
|
|
|
|
|
div.sister p { padding:1ex; margin:0; }
|
|
|
|
|
div.sister hr { display:none; }
|
2011-06-14 15:50:05 +00:00
|
|
|
div.near, div.definition { padding:1ex; margin:0; }
|
|
|
|
|
div.near p, div.definition p { margin: 0; }
|
2006-03-04 18:49:50 +00:00
|
|
|
div.footer + hr { display:none; }
|
|
|
|
|
|
|
|
|
|
div.journal hr { display:none; }
|
|
|
|
|
div.journal h1, div.journal h2, div.journal h3, div.journal h4 {
|
|
|
|
|
font-size:medium;
|
|
|
|
|
border:0;
|
|
|
|
|
}
|
|
|
|
|
|
2007-12-09 01:42:56 +00:00
|
|
|
div.include {
|
|
|
|
|
border-top: 1px dashed #ccd;
|
|
|
|
|
border-bottom: 1px dashed #ccd;
|
|
|
|
|
background-color: #d2f4b5;
|
|
|
|
|
}
|
|
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
span.description { font-weight:bold; }
|
|
|
|
|
span.new { display:inline; font-weight:bold; }
|
|
|
|
|
|
|
|
|
|
table.user { border-collapse:collapse; border:thin dotted; padding:1ex;
|
|
|
|
|
margin-bottom:1ex; width:inherit; margin:0 5%; }
|
|
|
|
|
table.user tr td { padding: 0.5ex 1em; border: thin dotted; text-align:left; }
|
|
|
|
|
|
2006-08-13 12:48:09 +00:00
|
|
|
table.history td[colspan="3"] {
|
|
|
|
|
padding: 1em 0;
|
|
|
|
|
}
|
|
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
dt { font-weight:bold; }
|
|
|
|
|
dd, li {
|
|
|
|
|
margin-bottom: 0.5ex;
|
|
|
|
|
margin-left: 2em;
|
|
|
|
|
}
|
|
|
|
|
dl, ol, ul { margin-left:0em; }
|
|
|
|
|
|
|
|
|
|
textarea#text { width:75%; height:70%; }
|
|
|
|
|
textarea#summary { width:75%; height:10%; }
|
|
|
|
|
|
2010-05-14 07:53:40 +00:00
|
|
|
/* links to change from text to file and back */
|
|
|
|
|
|
2010-05-14 18:43:36 +00:00
|
|
|
form.edit a.svg, form.edit a.upload {
|
2010-05-14 07:53:40 +00:00
|
|
|
padding: 0.5em;
|
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
background-color: #cfa;
|
|
|
|
|
border: 1px solid #7a7;
|
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* images */
|
|
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
img { border:0; }
|
|
|
|
|
pre, img.upload {
|
|
|
|
|
border: #777 1px solid; padding: 0.5em;
|
|
|
|
|
margin-left: 1em; margin-right: 2em;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
background-color: #fff; color: black;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
a.smiley img.upload {
|
|
|
|
|
border:none;
|
|
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
|
|
|
|
background-color:inherit;
|
|
|
|
|
}
|
|
|
|
|
img.portrait {
|
|
|
|
|
float:left; clear:left;
|
|
|
|
|
background-color:#fff;
|
|
|
|
|
border:#999 1px solid;
|
|
|
|
|
padding:10px;
|
|
|
|
|
margin:10px;
|
|
|
|
|
}
|
|
|
|
|
div.portrait {
|
|
|
|
|
float:left; clear:left;
|
|
|
|
|
font-size:xx-small;
|
|
|
|
|
padding-left:10px;
|
|
|
|
|
}
|
|
|
|
|
div.portrait img.portrait {
|
|
|
|
|
float:none;
|
|
|
|
|
margin:10px 10px 0 0;
|
|
|
|
|
}
|
|
|
|
|
div.portrait a {
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#999;
|
|
|
|
|
}
|
|
|
|
|
div.color {
|
|
|
|
|
clear: left;
|
|
|
|
|
min-height:105px;
|
2006-08-04 14:00:13 +00:00
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2006-03-04 18:49:50 +00:00
|
|
|
}
|
|
|
|
|
div.one {
|
|
|
|
|
background-color: #efb;
|
|
|
|
|
}
|
2006-08-04 14:00:13 +00:00
|
|
|
div.level0, div.level0 div.portrait {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
div.level1, div.level1 div.portrait {
|
|
|
|
|
margin-left: 4em;
|
|
|
|
|
}
|
|
|
|
|
div.level2, div.level2 div.portrait {
|
|
|
|
|
margin-left: 8em;
|
|
|
|
|
}
|
|
|
|
|
div.level3, div.level3 div.portrait {
|
|
|
|
|
margin-left: 12em;
|
|
|
|
|
}
|
2006-03-04 18:49:50 +00:00
|
|
|
hr {
|
|
|
|
|
display:block;
|
|
|
|
|
clear: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.month {
|
|
|
|
|
float:left;
|
|
|
|
|
margin:3ex;
|
|
|
|
|
height:15ex;
|
|
|
|
|
}
|
|
|
|
|
div.month pre {
|
|
|
|
|
background-color:inherit;
|
|
|
|
|
border:none;
|
|
|
|
|
padding:0;
|
|
|
|
|
margin:0;
|
|
|
|
|
}
|
|
|
|
|
div.month a.edit {
|
|
|
|
|
font-weight:normal;
|
|
|
|
|
color:#000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
rss {
|
|
|
|
|
color:#000;
|
|
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
|
|
|
|
background-color:#def4b5;
|
|
|
|
|
}
|
|
|
|
|
docs {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top:0;
|
|
|
|
|
left:0;
|
|
|
|
|
right:0;
|
|
|
|
|
font-size: xx-large;
|
|
|
|
|
height: 1.5em;
|
|
|
|
|
color: #becc92; /* invisible */
|
|
|
|
|
background-color: #becc92;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
channel * {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* if IE can't parse this, no problem */
|
|
|
|
|
channel > title {
|
|
|
|
|
font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
title {
|
|
|
|
|
background-color:#517005;
|
|
|
|
|
font-size:xx-large;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
margin-top: 1.5em;
|
|
|
|
|
padding: 0.125em 0.5em;
|
|
|
|
|
border-bottom:2px dotted #87a036;
|
|
|
|
|
color:#fff;
|
|
|
|
|
}
|
|
|
|
|
item title {
|
|
|
|
|
background-color:#69aa00;
|
|
|
|
|
font-size: medium;
|
|
|
|
|
margin: 0 0 0 1em;
|
|
|
|
|
padding:0.7ex 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
copyright {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
margin: 1em 4em;
|
|
|
|
|
}
|
|
|
|
|
channel > link:before {
|
|
|
|
|
font-size: x-large;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 1em;
|
|
|
|
|
padding: 0.5em;
|
|
|
|
|
content: "This is an RSS feed, designed to be read in a feed reader.";
|
|
|
|
|
color: red;
|
|
|
|
|
border: 1px solid red;
|
|
|
|
|
}
|
|
|
|
|
link, license {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
margin: 1em 2em;
|
|
|
|
|
}
|
|
|
|
|
username, description, generator, interwiki { margin: 1em; }
|
|
|
|
|
username:before { content: "Last edited by "; }
|
|
|
|
|
username:after { content: "."; }
|
|
|
|
|
generator:before { content: "Feed generated by "; }
|
|
|
|
|
generator:after { content: "."; }
|
|
|
|
|
channel description {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
item description {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
margin: 1em;
|
|
|
|
|
}
|
|
|
|
|
language,
|
|
|
|
|
pubDate, lastBuildDate, ttl, guid, category, comments,
|
|
|
|
|
image title, image link,
|
|
|
|
|
status, version, diff, history, importance {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2006-03-04 18:52:51 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
== Printing ==
|
|
|
|
|
|
|
|
|
|
"@media print" is special: Everything in this section only applies
|
|
|
|
|
when the page is printed (or during print preview). More information:
|
|
|
|
|
|
|
|
|
|
* http://www.w3.org/TR/css3-mediaqueries/
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
@media print {
|
2006-03-04 18:52:51 +00:00
|
|
|
/* When printing, turn off a bunch of stuff. */
|
2011-06-14 15:50:05 +00:00
|
|
|
div.header span.gotobar,
|
|
|
|
|
span.specialdays,
|
|
|
|
|
div.refer,
|
|
|
|
|
div.footer,
|
|
|
|
|
div.near,
|
|
|
|
|
div.definition,
|
|
|
|
|
div.sister,
|
|
|
|
|
div.languages,
|
|
|
|
|
div.message,
|
2006-03-04 18:49:50 +00:00
|
|
|
img.logo { display:none; }
|
2006-03-04 18:52:51 +00:00
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
/* portraits */
|
|
|
|
|
div.portrait {
|
|
|
|
|
margin:0;
|
|
|
|
|
padding:0;
|
|
|
|
|
font-size:inherit;
|
|
|
|
|
float:none;
|
|
|
|
|
display:inline;
|
|
|
|
|
}
|
|
|
|
|
div.portrait + * { display:inline; }
|
|
|
|
|
div.portrait p { margin:0; padding:0; display:inline; }
|
|
|
|
|
div.portrait a.newauthor, div.portrait br { display:none; }
|
|
|
|
|
div.portrait a.local:after { content:": "; }
|
|
|
|
|
div.portrait a.local { color:inherit; }
|
|
|
|
|
div.color {
|
|
|
|
|
min-height:0;
|
|
|
|
|
background: inherit;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2006-03-04 18:52:51 +00:00
|
|
|
/*
|
|
|
|
|
== Languages stuff ==
|
|
|
|
|
*/
|
|
|
|
|
|
2006-03-04 18:49:50 +00:00
|
|
|
div.languages {
|
|
|
|
|
border-top:1px solid;
|
|
|
|
|
clear:both;
|
|
|
|
|
}
|
|
|
|
|
div.languages form {
|
|
|
|
|
margin: 1em 1ex 3em 1ex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span[lang=en], .en { background-color:#ddf; }
|
|
|
|
|
span[lang=fr], .fr { background-color:#fdd; }
|
|
|
|
|
span[lang=de], .de { background-color:#ffd; }
|
|
|
|
|
span[lang=it], .it { background-color:#dfd; }
|
|
|
|
|
span[lang=pt], .pt { background-color:#bfb; }
|
|
|
|
|
span[lang=es], .es { background-color:#fec; }
|
|
|
|
|
span[lang=sv], .sv { background-color:#adf; }
|
|
|
|
|
|
2011-06-14 15:50:05 +00:00
|
|
|
body.simple div.footer p.note,
|
|
|
|
|
body.simple div.footer span.gotobar + br,
|
|
|
|
|
body.simple div.footer span.gotobar,
|
|
|
|
|
body.simple div.sister,
|
|
|
|
|
body.simple div.near,
|
|
|
|
|
body.simple div.definition,
|
2006-03-04 18:49:50 +00:00
|
|
|
body.simple div.languages { display:none; }
|
|
|
|
|
|
|
|
|
|
body.explicit a.near[title=MeatBall]:before { content:"MeatBall:"; }
|
|
|
|
|
body.explicit a.near[title=WikiFeatures]:before { content:"WikiFeatures:"; }
|
|
|
|
|
body.explicit a.near[title=CraoWiki]:before { content:"CraoWiki:"; }
|
|
|
|
|
body.explicit a.near[title=InterWiki]:before { content:"InterWiki:"; }
|
|
|
|
|
body.explicit a.near[title=OpenMeatballWiki]:before { content:"OpenMeatballWiki:"; }
|
|
|
|
|
|
|
|
|
|
body.nolang span[lang] { background-color:inherit; }
|
|
|
|
|
|
|
|
|
|
body[class~=en] span[lang] { display:none; }
|
|
|
|
|
body[class~=de] span[lang] { display:none; }
|
|
|
|
|
body[class~=fr] span[lang] { display:none; }
|
|
|
|
|
body[class~=it] span[lang] { display:none; }
|
|
|
|
|
body[class~=pt] span[lang] { display:none; }
|
|
|
|
|
body[class~=en] span[lang=en] { display:inline; }
|
|
|
|
|
body[class~=de] span[lang=de] { display:inline; }
|
|
|
|
|
body[class~=fr] span[lang=fr] { display:inline; }
|
|
|
|
|
body[class~=it] span[lang=it] { display:inline; }
|
|
|
|
|
body[class~=pt] span[lang=pt] { display:inline; }
|
|
|
|
|
|
|
|
|
|
span.debug { display:none; }
|
|
|
|
|
|
|
|
|
|
table.aside {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 20ex;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0 0 0 2ex;
|
|
|
|
|
border: 1px dashed #666;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.aside ul {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.aside tr td, table.aside tr th {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|