2007-02-14 00:10:45 +01:00
|
|
|
/* ikiwiki style sheet */
|
|
|
|
|
|
|
|
/* Note that instead of modifying this style sheet, you can instead edit
|
|
|
|
* local.css and use it to override or change settings in this one.
|
|
|
|
*/
|
|
|
|
|
2010-05-07 03:55:26 +02:00
|
|
|
/* html5 compat */
|
2010-05-02 23:01:28 +02:00
|
|
|
article,
|
|
|
|
header,
|
|
|
|
footer,
|
|
|
|
nav {
|
2010-05-02 22:54:31 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2007-02-14 00:10:45 +01:00
|
|
|
.header {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1em;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2008-09-21 20:37:52 +02:00
|
|
|
.inlineheader .author {
|
2007-02-14 00:10:45 +01:00
|
|
|
margin: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions ul {
|
|
|
|
margin: 0;
|
2010-05-15 05:02:29 +02:00
|
|
|
padding: 6px .4em;
|
|
|
|
height: 1em;
|
2007-02-14 00:10:45 +01:00
|
|
|
list-style-type: none;
|
2009-01-26 00:35:18 +01:00
|
|
|
}
|
2009-08-15 23:00:16 +02:00
|
|
|
.actions li {
|
|
|
|
display: inline;
|
2010-05-15 05:02:29 +02:00
|
|
|
padding: .2em;
|
2009-08-15 23:00:16 +02:00
|
|
|
}
|
2009-01-26 00:35:18 +01:00
|
|
|
.pageheader .actions ul {
|
2007-02-14 00:10:45 +01:00
|
|
|
border-bottom: 1px solid #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inlinepage .actions ul {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2009-08-15 22:33:54 +02:00
|
|
|
#otherlanguages ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 6px;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
2009-08-15 23:00:16 +02:00
|
|
|
#otherlanguages li {
|
|
|
|
display: inline;
|
|
|
|
padding: .2em .4em;
|
|
|
|
}
|
2009-08-15 22:33:54 +02:00
|
|
|
.pageheader #otherlanguages {
|
|
|
|
border-bottom: 1px solid #000;
|
|
|
|
}
|
|
|
|
|
2010-05-02 22:12:08 +02:00
|
|
|
.inlinecontent {
|
2008-10-01 22:49:56 +02:00
|
|
|
margin-top: .4em;
|
|
|
|
}
|
|
|
|
|
2010-06-15 19:44:42 +02:00
|
|
|
.pagefooter,
|
|
|
|
.inlinefooter,
|
|
|
|
.comments {
|
2009-03-25 23:04:45 +01:00
|
|
|
clear: both;
|
|
|
|
}
|
2007-02-14 00:10:45 +01:00
|
|
|
|
2007-05-11 22:09:58 +02:00
|
|
|
#pageinfo {
|
2007-04-26 21:35:39 +02:00
|
|
|
margin: 1em 0;
|
|
|
|
border-top: 1px solid #000;
|
|
|
|
}
|
|
|
|
|
2010-05-02 21:09:33 +02:00
|
|
|
.tags {
|
2007-04-26 21:49:06 +02:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2010-05-02 22:36:10 +02:00
|
|
|
.inlinepage .tags {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2007-09-22 18:32:24 +02:00
|
|
|
.mapparent {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-06-08 05:45:40 +02:00
|
|
|
.img caption {
|
|
|
|
font-size: 80%;
|
|
|
|
caption-side: bottom;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2010-07-05 20:04:49 +02:00
|
|
|
img.img {
|
|
|
|
margin: 0.5ex;
|
|
|
|
}
|
|
|
|
|
2010-01-05 15:23:22 +01:00
|
|
|
.align-left {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.align-right {
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
2007-04-26 21:49:06 +02:00
|
|
|
#backlinks {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2007-02-14 00:10:45 +01:00
|
|
|
#searchform {
|
|
|
|
display: inline;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editcontent {
|
2010-06-10 20:14:46 +02:00
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editcontentdiv {
|
|
|
|
width: auto;
|
|
|
|
overflow: auto;
|
2007-02-14 00:10:45 +01:00
|
|
|
}
|
|
|
|
|
2007-04-24 22:53:36 +02:00
|
|
|
img {
|
2007-05-08 22:44:26 +02:00
|
|
|
border-style: none;
|
2007-04-24 22:53:36 +02:00
|
|
|
}
|
|
|
|
|
2010-06-10 22:05:29 +02:00
|
|
|
pre {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2008-01-29 10:44:05 +01:00
|
|
|
div.recentchanges {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
overflow: auto;
|
2010-06-10 20:14:46 +02:00
|
|
|
width: auto;
|
|
|
|
clear: none;
|
2007-02-14 00:10:45 +01:00
|
|
|
background: #eee;
|
|
|
|
color: black !important;
|
|
|
|
}
|
2008-01-29 10:44:05 +01:00
|
|
|
.recentchanges .metadata {
|
|
|
|
padding: 0px 0.5em;
|
|
|
|
}
|
|
|
|
.recentchanges .changelog {
|
|
|
|
font-style: italic;
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
padding: 1px 2px;
|
|
|
|
background: white !important;
|
2007-02-14 00:10:45 +01:00
|
|
|
color: black !important;
|
|
|
|
}
|
2008-01-29 10:44:05 +01:00
|
|
|
.recentchanges .desc {
|
|
|
|
display: none;
|
2007-02-14 00:10:45 +01:00
|
|
|
}
|
2008-03-03 21:53:34 +01:00
|
|
|
.recentchanges .diff {
|
|
|
|
display: none;
|
|
|
|
}
|
2008-01-29 10:44:05 +01:00
|
|
|
.recentchanges .committer {
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
|
|
|
width: 40%;
|
2007-02-14 00:10:45 +01:00
|
|
|
}
|
2008-01-29 10:44:05 +01:00
|
|
|
.recentchanges .committype {
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
|
|
|
width: 5%;
|
|
|
|
font-size: small;
|
2007-02-14 00:10:45 +01:00
|
|
|
}
|
2008-01-29 10:44:05 +01:00
|
|
|
.recentchanges .changedate {
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
|
|
|
width: 35%;
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
.recentchanges .pagelinks {
|
|
|
|
float: right;
|
|
|
|
margin: 0;
|
|
|
|
width: 60%;
|
2007-02-14 00:10:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#blogform {
|
|
|
|
padding: 10px 10px;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
background: #eee;
|
|
|
|
color: black !important;
|
2010-06-10 20:31:01 +02:00
|
|
|
width: auto;
|
|
|
|
overflow: auto;
|
2007-02-14 00:10:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.inlinepage {
|
|
|
|
padding: 10px 10px;
|
|
|
|
border: 1px solid #aaa;
|
2010-06-10 20:14:46 +02:00
|
|
|
overflow: auto;
|
2007-02-14 00:10:45 +01:00
|
|
|
}
|
|
|
|
|
2007-09-15 02:38:30 +02:00
|
|
|
.pagedate,
|
|
|
|
.pagelicense,
|
|
|
|
.pagecopyright {
|
2007-02-14 00:10:45 +01:00
|
|
|
font-style: italic;
|
|
|
|
display: block;
|
2007-04-26 21:49:06 +02:00
|
|
|
margin-top: 1em;
|
2007-02-14 00:10:45 +01:00
|
|
|
}
|
|
|
|
|
2008-07-13 05:45:36 +02:00
|
|
|
.error {
|
|
|
|
color: #C00;
|
|
|
|
}
|
|
|
|
|
2010-04-15 21:04:17 +02:00
|
|
|
.sidebar {
|
2010-06-10 21:01:10 +02:00
|
|
|
width: 20ex;
|
2007-02-14 00:10:45 +01:00
|
|
|
float: right;
|
2010-04-15 22:08:33 +02:00
|
|
|
margin-left: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-top: -1px;
|
|
|
|
padding: 0ex 2ex;
|
2008-08-04 21:08:27 +02:00
|
|
|
background: white;
|
2010-04-16 01:21:01 +02:00
|
|
|
border: 1px solid black;
|
2008-08-04 21:08:27 +02:00
|
|
|
color: black !important;
|
2007-02-14 00:10:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
hr.poll {
|
|
|
|
height: 10pt;
|
|
|
|
color: white !important;
|
|
|
|
background: #eee;
|
|
|
|
border: 2px solid black;
|
|
|
|
}
|
|
|
|
div.poll {
|
|
|
|
margin-top: 1ex;
|
|
|
|
margin-bottom: 1ex;
|
|
|
|
padding: 1ex 1ex;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
2010-05-07 03:55:26 +02:00
|
|
|
span.color {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-header,
|
|
|
|
.microblog-header {
|
|
|
|
font-style: italic;
|
|
|
|
margin-top: .3em;
|
|
|
|
}
|
|
|
|
.comment .author,
|
|
|
|
.microblog .author {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.comment-subject {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.comment {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
2008-09-09 20:44:58 +02:00
|
|
|
div.progress {
|
|
|
|
margin-top: 1ex;
|
|
|
|
margin-bottom: 1ex;
|
|
|
|
border: 1px solid #888;
|
|
|
|
width: 400px;
|
|
|
|
background: #eee;
|
|
|
|
color: black !important;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
div.progress-done {
|
|
|
|
background: #ea6 !important;
|
|
|
|
color: black !important;
|
|
|
|
text-align: center;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
2010-05-07 03:55:26 +02:00
|
|
|
/* things to hide in printouts */
|
2007-03-22 01:02:48 +01:00
|
|
|
@media print {
|
|
|
|
.actions { display: none; }
|
|
|
|
.tags { display: none; }
|
|
|
|
.feedbutton { display: none; }
|
|
|
|
#searchform { display: none; }
|
|
|
|
#blogform { display: none; }
|
|
|
|
#backlinks { display: none; }
|
|
|
|
}
|
2007-03-31 08:55:12 +02:00
|
|
|
|
2010-05-07 03:55:26 +02:00
|
|
|
/* infobox template */
|
2007-03-31 08:55:12 +02:00
|
|
|
.infobox {
|
|
|
|
float: right;
|
|
|
|
margin-left: 2ex;
|
|
|
|
margin-top: 1ex;
|
|
|
|
margin-bottom: 1ex;
|
|
|
|
padding: 1ex 1ex;
|
|
|
|
border: 1px solid #aaa;
|
2008-08-04 21:08:27 +02:00
|
|
|
background: white;
|
|
|
|
color: black !important;
|
2007-03-31 08:55:12 +02:00
|
|
|
}
|
|
|
|
|
2010-05-07 03:55:26 +02:00
|
|
|
/* notebox template */
|
2007-03-31 08:55:12 +02:00
|
|
|
.notebox {
|
|
|
|
float: right;
|
|
|
|
margin-left: 2ex;
|
|
|
|
margin-top: 1ex;
|
|
|
|
margin-bottom: 1ex;
|
|
|
|
padding: 1ex 1ex;
|
|
|
|
border: 1px solid #aaa;
|
2008-08-30 16:54:33 +02:00
|
|
|
width: 25%;
|
2008-08-04 21:08:27 +02:00
|
|
|
background: white;
|
|
|
|
color: black !important;
|
2007-03-31 08:55:12 +02:00
|
|
|
}
|
|
|
|
|
2010-05-07 03:55:26 +02:00
|
|
|
/* popup template and backlinks hiding */
|
2007-03-31 08:55:12 +02:00
|
|
|
.popup {
|
|
|
|
border-bottom: 1px dotted #366;
|
|
|
|
color: #366;
|
|
|
|
}
|
|
|
|
.popup .balloon,
|
2007-03-31 10:48:10 +02:00
|
|
|
.popup .paren,
|
|
|
|
.popup .expand {
|
2007-03-31 08:55:12 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.popup:hover .balloon,
|
|
|
|
.popup:focus .balloon {
|
|
|
|
position: absolute;
|
|
|
|
display: inline;
|
|
|
|
margin: 1em 0 0 -2em;
|
|
|
|
padding: 0.625em;
|
|
|
|
border: 2px solid;
|
|
|
|
background-color: #dee;
|
|
|
|
color: black;
|
|
|
|
}
|
2007-04-30 05:43:20 +02:00
|
|
|
|
2010-05-07 03:55:26 +02:00
|
|
|
/* form styling */
|
2007-04-30 05:43:20 +02:00
|
|
|
fieldset {
|
|
|
|
margin: 1ex 0;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
legend {
|
|
|
|
padding: 0 1ex;
|
|
|
|
}
|
2007-04-30 23:27:58 +02:00
|
|
|
.fb_submit {
|
|
|
|
float: left;
|
|
|
|
margin: 2px 0;
|
|
|
|
}
|
2010-05-07 03:45:17 +02:00
|
|
|
label.block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
label.inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
2010-05-10 22:12:55 +02:00
|
|
|
input#openid_identifier {
|
2010-05-10 21:56:57 +02:00
|
|
|
background: url(wikiicons/openidlogin-bg.gif) no-repeat;
|
|
|
|
background-color: #fff;
|
|
|
|
background-position: 0 50%;
|
|
|
|
color: #000;
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
2010-05-07 03:55:26 +02:00
|
|
|
input#searchbox {
|
|
|
|
background: url(wikiicons/search-bg.gif) no-repeat;
|
|
|
|
background-color: #fff;
|
|
|
|
background-position: 100% 50%;
|
|
|
|
color: #000;
|
|
|
|
padding-right: 16px;
|
|
|
|
}
|
|
|
|
/* invalid form fields */
|
|
|
|
.fb_invalid {
|
|
|
|
color: red;
|
|
|
|
background: white !important;
|
|
|
|
}
|
|
|
|
/* required form fields */
|
|
|
|
.fb_required {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-05-07 03:45:17 +02:00
|
|
|
|
2010-05-07 03:55:26 +02:00
|
|
|
/* highlight plugin */
|
2009-05-23 04:57:03 +02:00
|
|
|
pre.hl { color:#000000; background-color:#ffffff; }
|
|
|
|
.hl.num { color:#2928ff; }
|
|
|
|
.hl.esc { color:#ff00ff; }
|
|
|
|
.hl.str { color:#ff0000; }
|
|
|
|
.hl.dstr { color:#818100; }
|
|
|
|
.hl.slc { color:#838183; font-style:italic; }
|
|
|
|
.hl.com { color:#838183; font-style:italic; }
|
|
|
|
.hl.dir { color:#008200; }
|
|
|
|
.hl.sym { color:#000000; }
|
|
|
|
.hl.line { color:#555555; }
|
|
|
|
.hl.mark { background-color:#ffffbb; }
|
|
|
|
.hl.kwa { color:#000000; font-weight:bold; }
|
|
|
|
.hl.kwb { color:#830000; }
|
|
|
|
.hl.kwc { color:#000000; font-weight:bold; }
|
|
|
|
.hl.kwd { color:#010181; }
|
2009-10-12 18:21:46 +02:00
|
|
|
|
2010-05-07 03:55:26 +02:00
|
|
|
/* calendar plugin */
|
2010-06-10 21:01:10 +02:00
|
|
|
.month-calendar-day-this-day,
|
|
|
|
.year-calendar-this-month {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
.month-calendar-day-head,
|
|
|
|
.month-calendar-day-nolink,
|
|
|
|
.month-calendar-day-link,
|
|
|
|
.month-calendar-day-this-day,
|
|
|
|
.month-calendar-day-future {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2010-04-16 02:12:03 +02:00
|
|
|
.month-calendar-arrow A:link,
|
|
|
|
.year-calendar-arrow A:link,
|
|
|
|
.month-calendar-arrow A:visited,
|
|
|
|
.year-calendar-arrow A:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
2010-05-07 03:55:26 +02:00
|
|
|
|
|
|
|
/* outlines */
|
|
|
|
li.L1 { list-style: upper-roman; }
|
|
|
|
li.L2 { list-style: decimal; }
|
|
|
|
li.L3 { list-style: lower-alpha; }
|
|
|
|
li.L4 { list-style: disc; }
|
|
|
|
li.L5 { list-style: square; }
|
|
|
|
li.L6 { list-style: circle; }
|
|
|
|
li.L7 { list-style: lower-roman; }
|
|
|
|
li.L8 { list-style: upper-alpha; }
|
|
|
|
|
|
|
|
/* tag cloud */
|
|
|
|
.pagecloud {
|
|
|
|
float: right;
|
|
|
|
width: 30%;
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px 10px;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
background: #eee;
|
|
|
|
color: black !important;
|
|
|
|
}
|
|
|
|
.smallestPC { font-size: 70%; }
|
|
|
|
.smallPC { font-size: 85%; }
|
|
|
|
.normalPC { font-size: 100%; }
|
|
|
|
.bigPC { font-size: 115%; }
|
|
|
|
.biggestPC { font-size: 130%; }
|
|
|
|
|
|
|
|
/* orange feed button */
|
|
|
|
.feedbutton {
|
|
|
|
background: #ff6600;
|
|
|
|
color: white !important;
|
|
|
|
border-left: 1px solid #cc9966;
|
|
|
|
border-top: 1px solid #ccaa99;
|
|
|
|
border-right: 1px solid #993300;
|
|
|
|
border-bottom: 1px solid #331100;
|
|
|
|
padding: 0px 0.5em 0px 0.5em;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: small;
|
|
|
|
text-decoration: none;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
.feedbutton:hover {
|
|
|
|
color: white !important;
|
|
|
|
background: #ff9900;
|
|
|
|
}
|
2010-05-08 02:14:25 +02:00
|
|
|
|
|
|
|
/* openid selector */
|
|
|
|
#openid_choice {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#openid_input_area {
|
|
|
|
clear: both;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
#openid_btns, #openid_btns br {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
#openid_highlight {
|
2010-05-08 07:00:25 +02:00
|
|
|
background-color: black;
|
2010-05-08 02:14:25 +02:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.openid_large_btn {
|
2010-05-08 08:53:18 +02:00
|
|
|
padding: 1em 1.5em;
|
2010-05-08 02:14:25 +02:00
|
|
|
border: 1px solid #DDD;
|
|
|
|
margin: 3px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.openid_small_btn {
|
2010-05-08 03:54:58 +02:00
|
|
|
padding: 4px 4px;
|
2010-05-08 02:14:25 +02:00
|
|
|
border: 1px solid #DDD;
|
|
|
|
margin: 3px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
a.openid_large_btn:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
a.openid_large_btn:focus {
|
|
|
|
-moz-outline-style: none;
|
|
|
|
}
|
|
|
|
.openid_selected {
|
|
|
|
border: 4px solid #DDD;
|
|
|
|
}
|