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 */
|
2013-12-03 17:44:11 +01:00
|
|
|
article,aside,details,figcaption,figure,
|
|
|
|
footer,header,hgroup,menu,nav,section {
|
2010-05-02 22:54:31 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2016-12-19 17:59:43 +01:00
|
|
|
div.header, header.header {
|
2007-02-14 00:10:45 +01:00
|
|
|
margin: 0;
|
2010-08-17 22:37:48 +02:00
|
|
|
font-size: 140%;
|
2007-02-14 00:10:45 +01:00
|
|
|
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;
|
2010-08-17 22:37:48 +02:00
|
|
|
font-size: 112%;
|
2007-02-14 00:10:45 +01:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2013-02-21 06:45:10 +01:00
|
|
|
.inlinecontent,
|
|
|
|
.inlineenclosure {
|
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;
|
|
|
|
}
|
2010-10-06 20:55:08 +02:00
|
|
|
.recentchanges .pagelinks,
|
|
|
|
.recentchanges .revert {
|
2008-01-29 10:44:05 +01:00
|
|
|
float: right;
|
|
|
|
margin: 0;
|
|
|
|
width: 60%;
|
2007-02-14 00:10:45 +01:00
|
|
|
}
|
|
|
|
|
2011-01-14 19:37:09 +01:00
|
|
|
.blogform, #blogform {
|
2007-02-14 00:10:45 +01:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2012-08-18 10:34:36 +02:00
|
|
|
.archivepagedate {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2012-10-15 19:53:43 +02:00
|
|
|
.archivepage {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2012-08-18 10:34:36 +02: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;
|
|
|
|
}
|
2011-03-05 08:33:07 +01:00
|
|
|
.comment-avatar {
|
|
|
|
float: right;
|
|
|
|
}
|
2010-05-07 03:55:26 +02:00
|
|
|
.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; }
|
2012-04-09 17:29:59 +02:00
|
|
|
.trails { display: none; }
|
2007-03-22 01:02:48 +01:00
|
|
|
.feedbutton { display: none; }
|
|
|
|
#searchform { display: none; }
|
2011-01-14 19:37:09 +01:00
|
|
|
.blogform, #blogform { display: none; }
|
2007-03-22 01:02:48 +01:00
|
|
|
#backlinks { display: none; }
|
2018-10-11 20:32:41 +02:00
|
|
|
.addcomment { display: none; }
|
2007-03-22 01:02:48 +01:00
|
|
|
}
|
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;
|
2013-06-23 20:11:39 +02:00
|
|
|
text-align: left;
|
2007-03-31 08:55:12 +02:00
|
|
|
}
|
|
|
|
.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
|
|
|
|
2010-08-12 22:53:52 +02:00
|
|
|
.FlattrButton {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-05-13 22:44:43 +02:00
|
|
|
/* login selector */
|
|
|
|
#login_choice {
|
2010-05-08 02:14:25 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2015-05-13 22:44:43 +02:00
|
|
|
#login_input_area {
|
2010-05-08 02:14:25 +02:00
|
|
|
clear: both;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2015-05-13 22:44:43 +02:00
|
|
|
#login_btns, #login_btns br {
|
2010-05-08 02:14:25 +02:00
|
|
|
clear: both;
|
|
|
|
}
|
2015-05-13 22:44:43 +02:00
|
|
|
#login_highlight {
|
2010-05-08 07:00:25 +02:00
|
|
|
background-color: black;
|
2010-05-08 02:14:25 +02:00
|
|
|
float: left;
|
|
|
|
}
|
2015-05-13 22:44:43 +02:00
|
|
|
.login_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;
|
|
|
|
}
|
2015-05-13 22:44:43 +02:00
|
|
|
.login_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;
|
|
|
|
}
|
2015-05-13 22:44:43 +02:00
|
|
|
a.login_large_btn:focus {
|
2010-05-08 02:14:25 +02:00
|
|
|
outline: none;
|
|
|
|
}
|
2015-05-13 22:44:43 +02:00
|
|
|
a.login_large_btn:focus {
|
2011-02-22 18:14:21 +01:00
|
|
|
outline-style: none;
|
2010-05-08 02:14:25 +02:00
|
|
|
}
|
2015-05-13 22:44:43 +02:00
|
|
|
.login_selected {
|
2010-05-08 02:14:25 +02:00
|
|
|
border: 4px solid #DDD;
|
|
|
|
}
|
2011-06-16 01:08:40 +02:00
|
|
|
|
|
|
|
.fileupload-content .ui-progressbar {
|
|
|
|
width: 200px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
.fileupload-content .ui-progressbar-value {
|
2011-06-16 02:12:16 +02:00
|
|
|
background: url(ikiwiki/images/pbar-ani.gif);
|
2011-06-16 01:08:40 +02:00
|
|
|
}
|
2011-11-04 20:32:41 +01:00
|
|
|
|
2012-04-09 17:29:25 +02:00
|
|
|
.trails {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2011-11-04 20:32:41 +01:00
|
|
|
.trail {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trailprev {
|
|
|
|
display: block;
|
|
|
|
text-align: left;
|
|
|
|
position: absolute;
|
|
|
|
top: 0%;
|
|
|
|
left: 3%;
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trailup {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: 35%;
|
|
|
|
margin-right: 35%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trailnext {
|
|
|
|
display: block;
|
|
|
|
text-align: right;
|
|
|
|
position: absolute;
|
|
|
|
top: 0%;
|
|
|
|
width: 30%;
|
|
|
|
right: 3%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trailsep {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-11-26 00:42:16 +01:00
|
|
|
|
|
|
|
/* mobile/small-screen-friendly layout */
|
|
|
|
@media (max-width: 600px) {
|
|
|
|
.sidebar {
|
|
|
|
width: auto;
|
|
|
|
float: none;
|
|
|
|
margin-top: 0;
|
2014-12-01 15:56:04 +01:00
|
|
|
border: none;
|
2014-11-26 00:42:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* if the mobile browser is new enough, use flex layout to shuffle
|
|
|
|
* the sidebar to the end */
|
|
|
|
.page {
|
|
|
|
display: -webkit-box;
|
2014-12-01 22:59:20 +01:00
|
|
|
display: -webkit-flexbox;
|
2014-11-26 00:42:16 +01:00
|
|
|
display: -webkit-flex;
|
2014-12-01 23:22:11 +01:00
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
2014-11-26 00:42:16 +01:00
|
|
|
display: flex;
|
2014-12-01 22:59:20 +01:00
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-flex-direction: tb;
|
|
|
|
-webkit-flex-direction: column;
|
2014-12-01 23:22:11 +01:00
|
|
|
-webkit-flex-flow: column;
|
|
|
|
-ms-flex-direction: column;
|
2014-11-26 00:42:16 +01:00
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
#pageheader {
|
|
|
|
-webkit-box-ordinal-group: -1;
|
|
|
|
-webkit-order: -1;
|
2014-12-01 23:22:11 +01:00
|
|
|
-ms-box-ordinal-group: -1;
|
|
|
|
-ms-flex-order: -1;
|
2014-11-26 00:42:16 +01:00
|
|
|
order: -1;
|
|
|
|
}
|
|
|
|
.sidebar, #footer {
|
|
|
|
-webkit-box-ordinal-group: 1;
|
|
|
|
-webkit-order: 1;
|
2014-12-01 23:22:11 +01:00
|
|
|
-ms-box-ordinal-group: 1;
|
|
|
|
-ms-flex-order: 1;
|
2014-11-26 00:42:16 +01:00
|
|
|
order: 1;
|
|
|
|
}
|
2014-12-01 15:56:04 +01:00
|
|
|
|
|
|
|
.blogform, #blogform {
|
|
|
|
padding: 4px 4px;
|
|
|
|
}
|
2014-11-26 00:42:16 +01:00
|
|
|
}
|