2009-05-07 05:45:02 +00:00
|
|
|
/* This template is based on:
|
2009-05-12 06:20:29 +00:00
|
|
|
*
|
|
|
|
* Embedded Moose, Josh Triplett <josh@freedesktop.org>
|
|
|
|
*
|
|
|
|
* Improved by Csillag Tamas <cstamas@digitus.itk.ppke.hu>
|
|
|
|
*
|
|
|
|
* Nico Schottelius <nico-ikiwiki-css -at- schottelius.org>
|
|
|
|
*
|
|
|
|
* - Added sidebar and tagcloud support
|
|
|
|
* - Made links better viewable
|
|
|
|
* - Smaller footer
|
|
|
|
*
|
2010-06-10 07:39:02 +00:00
|
|
|
* css for dummies: # = id, . = class
|
2009-05-12 06:20:29 +00:00
|
|
|
*/
|
2008-11-12 11:15:09 +00:00
|
|
|
|
2010-06-10 07:31:02 +00:00
|
|
|
.sidebar, .pagecloud {
|
2009-05-07 10:23:39 +00:00
|
|
|
background: #800000;
|
|
|
|
border: 2px solid #500000;
|
2009-05-07 09:49:54 +00:00
|
|
|
font-size: 80%;
|
|
|
|
font-family: sans-serif;
|
2009-05-07 10:23:39 +00:00
|
|
|
color: #c0c0c0 !important;
|
2009-05-07 09:49:54 +00:00
|
|
|
}
|
|
|
|
|
2010-06-10 07:31:02 +00:00
|
|
|
.sidebar {
|
2009-05-07 12:28:25 +00:00
|
|
|
width: 20ex;
|
|
|
|
float: left;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
2009-05-07 12:46:55 +00:00
|
|
|
|
|
|
|
.pagecloud {
|
|
|
|
float: right;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
2009-05-07 12:28:25 +00:00
|
|
|
|
2010-06-10 07:31:02 +00:00
|
|
|
.sidebar ul {
|
2009-05-07 09:49:54 +00:00
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 1em;
|
2009-05-07 06:07:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-05-07 05:45:02 +00:00
|
|
|
body {
|
|
|
|
background: #474747;
|
|
|
|
}
|
2008-11-12 11:15:09 +00:00
|
|
|
|
2009-05-07 05:45:02 +00:00
|
|
|
#content {
|
2009-05-07 10:23:39 +00:00
|
|
|
background: #333333;
|
2009-05-07 09:49:54 +00:00
|
|
|
margin: 10px 0px;
|
|
|
|
margin-left: 21ex;
|
2009-05-07 10:23:39 +00:00
|
|
|
border: 1px dotted #c0c0c0;
|
|
|
|
padding: 10px;
|
|
|
|
font-family: sans-serif;
|
|
|
|
color: #acacac
|
2009-05-07 05:45:02 +00:00
|
|
|
}
|
2008-11-12 11:15:09 +00:00
|
|
|
|
2009-05-07 05:45:02 +00:00
|
|
|
h1 {
|
|
|
|
font-size: 150%;
|
|
|
|
color: #e6deee;
|
|
|
|
}
|
2008-11-12 11:15:09 +00:00
|
|
|
|
2009-05-07 05:45:02 +00:00
|
|
|
h2 {
|
|
|
|
font-size: 130%;
|
|
|
|
color: #e6deee;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #efefef;
|
|
|
|
border-bottom: 1px dashed;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2009-05-07 10:23:39 +00:00
|
|
|
a:hover { background: blue; }
|
2009-05-07 05:45:02 +00:00
|
|
|
|
|
|
|
pre {
|
2009-05-07 10:23:39 +00:00
|
|
|
color: #d0d0d0;
|
|
|
|
border: 1px dotted #c0c0c0;
|
|
|
|
background: black;
|
|
|
|
padding: 2px;
|
2009-05-07 05:45:02 +00:00
|
|
|
font-size: 110%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feedbutton { background: #ff0000; }
|
|
|
|
|
|
|
|
.header {
|
2009-05-07 09:49:54 +00:00
|
|
|
background: #800000;
|
|
|
|
border: 2px solid #500000;
|
|
|
|
padding: 10px;
|
|
|
|
color: #efefef;
|
|
|
|
font-family: sans-serif;
|
2009-05-07 05:45:02 +00:00
|
|
|
}
|
|
|
|
|
2009-05-14 15:54:43 +00:00
|
|
|
.header a {
|
|
|
|
margin-right: 1ex;
|
|
|
|
color: #efefef;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tags, #backlinks {
|
|
|
|
background: #640000;
|
|
|
|
border: 2px solid #500000;
|
|
|
|
margin: 2px;
|
|
|
|
color: #efefef;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tags {
|
|
|
|
color: yellow;
|
|
|
|
}
|
2009-05-07 12:28:25 +00:00
|
|
|
|
2010-06-10 07:40:11 +00:00
|
|
|
/* pagedate is even less interesting, make it even smaller */
|
2009-05-07 12:28:25 +00:00
|
|
|
.pagedate {
|
|
|
|
background: #474747;
|
|
|
|
border: none;
|
|
|
|
padding: 4px;
|
|
|
|
color: #efefef;
|
2010-06-10 07:40:11 +00:00
|
|
|
font-size: 80%;
|
2009-05-07 12:28:25 +00:00
|
|
|
}
|
|
|
|
|
2009-05-07 05:45:02 +00:00
|
|
|
.selflink { background: yellow; color: black }
|
|
|
|
.actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}
|
|
|
|
.actions a { margin-right: 1ex; color: #dfdfdf; font-family: sans-serif;}
|
2008-11-12 11:15:09 +00:00
|
|
|
#footer { border: none; font-family: sans-serif;}
|
2010-06-10 07:39:02 +00:00
|
|
|
|
2010-06-10 07:40:11 +00:00
|
|
|
/* elements at the bottom should be a bit smaller in general */
|
2010-06-10 07:39:02 +00:00
|
|
|
.pagefooter {
|
|
|
|
font-family: sans-serif;
|
2010-06-10 07:40:11 +00:00
|
|
|
font-size: 80%;
|
2010-06-10 07:39:02 +00:00
|
|
|
}
|