2007-12-05 21:10:36 +01:00
|
|
|
/* ikiwiki local style sheet */
|
|
|
|
|
|
|
|
/* Add local styling here, instead of modifying style.css. */
|
|
|
|
|
2007-12-06 19:02:34 +01:00
|
|
|
/* This stylesheet is based on 02 Template
|
|
|
|
(http://www.openwebdesign.org/viewdesign.phtml?id=3057)
|
|
|
|
by jarico (http://www.openwebdesign.org/userinfo.phtml?user=jcarico)
|
2007-12-05 21:12:45 +01:00
|
|
|
|
|
|
|
License: public domain
|
2007-12-06 19:02:34 +01:00
|
|
|
|
|
|
|
modifications for ikiwiki by Martin Wuertele <web@wuertele.net>
|
2007-12-05 21:10:36 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/******** General tags ********/
|
|
|
|
|
|
|
|
body{
|
2007-12-06 19:02:34 +01:00
|
|
|
padding:0;
|
|
|
|
margin:0;
|
|
|
|
border:none;
|
|
|
|
font-family:georgia, arial;
|
|
|
|
font-size:12px;
|
|
|
|
background:url(images/bg.png) repeat-x top #4B546B;
|
|
|
|
/*background:#4B546B;*/
|
|
|
|
color:#000000;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#pagestyle{
|
2007-12-06 19:02:34 +01:00
|
|
|
width:80%;
|
|
|
|
padding-top:5px;
|
|
|
|
padding-bottom:5px;
|
|
|
|
padding-left:5px;
|
|
|
|
padding-right:5px;
|
|
|
|
margin:0 auto;
|
|
|
|
border:none;
|
|
|
|
background-color:#FFFFFF;
|
2007-12-05 21:10:36 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#pagehead{
|
2007-12-06 19:02:34 +01:00
|
|
|
background:url(images/header.png) no-repeat center #808080;
|
|
|
|
height:203px;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a{
|
2007-12-06 19:02:34 +01:00
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
border-bottom:1px #8994AF dotted;
|
|
|
|
border-top:none;
|
|
|
|
border-left:none;
|
|
|
|
border-right:none;
|
|
|
|
background-color:transparent;
|
|
|
|
color:#000000;
|
|
|
|
display:inline;
|
|
|
|
color:#8994AF;
|
|
|
|
text-decoration:none;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover{
|
2007-12-06 19:02:34 +01:00
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
border-bottom:1px #4B556A dotted;
|
|
|
|
border-top:none;
|
|
|
|
border-left:none;
|
|
|
|
border-right:none;
|
|
|
|
background-color:transparent;
|
|
|
|
color:#000000;
|
|
|
|
display:inline;
|
|
|
|
color:#4B556A;
|
|
|
|
text-decoration:none;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a img{
|
2007-12-06 19:02:34 +01:00
|
|
|
border:0;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
2007-12-06 19:02:34 +01:00
|
|
|
margin:0 0 18px 10px;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
pre{
|
2007-12-06 19:02:34 +01:00
|
|
|
margin:0 0 18px 10px;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
ul,ol,dl{
|
|
|
|
}
|
|
|
|
|
|
|
|
ul ul,ol ol{
|
2007-12-06 19:02:34 +01:00
|
|
|
margin:4px 0 4px 35px;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1{
|
2007-12-06 19:02:34 +01:00
|
|
|
font-family:georgia, arial;
|
|
|
|
font-size:16px;
|
|
|
|
color:#4A5368;
|
|
|
|
text-transform:uppercase;
|
|
|
|
font-weight:bold;
|
|
|
|
padding:0;
|
|
|
|
margin-top:0;
|
|
|
|
margin-bottom:5px;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h2{
|
2007-12-06 19:02:34 +01:00
|
|
|
font-family:georgia, arial;
|
|
|
|
font-size:14px;
|
|
|
|
color:#4A5368;
|
|
|
|
text-transform:uppercase;
|
|
|
|
font-weight:bold;
|
|
|
|
padding:0;
|
|
|
|
margin-top:0;
|
|
|
|
margin-bottom:5px;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h3{
|
2007-12-06 19:02:34 +01:00
|
|
|
font-family:georgia, arial;
|
|
|
|
font-size:12px;
|
|
|
|
color:#4A5368;
|
|
|
|
text-transform:uppercase;
|
|
|
|
font-weight:bold;
|
|
|
|
padding:0;
|
|
|
|
margin-top:0;
|
|
|
|
margin-bottom:5px;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
blockquote{
|
|
|
|
}
|
|
|
|
|
|
|
|
#pageheader{
|
|
|
|
}
|
|
|
|
|
|
|
|
#afront {
|
|
|
|
}
|
|
|
|
|
|
|
|
.header{
|
2007-12-06 19:02:34 +01:00
|
|
|
width:auto;
|
|
|
|
border:none;
|
|
|
|
padding-top:1px;
|
|
|
|
padding-bottom:10px;
|
|
|
|
padding-left:5px;
|
|
|
|
padding-right:5px;
|
|
|
|
text-align:left;
|
|
|
|
margin:0;
|
|
|
|
height:20px;
|
|
|
|
line-height:20px;
|
|
|
|
font-family:georgia, arial;
|
|
|
|
font-size:12px;
|
|
|
|
color:#808080;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.actions {
|
2007-12-06 19:02:34 +01:00
|
|
|
border-bottom: none;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#backlinks{
|
2007-12-06 19:02:34 +01:00
|
|
|
width:auto;
|
|
|
|
border:none;
|
|
|
|
padding-top:0;
|
|
|
|
padding-bottom:1px;
|
|
|
|
padding-left:5px;
|
|
|
|
padding-right:5px;
|
|
|
|
text-align:right;
|
|
|
|
margin:0;
|
|
|
|
height:20px;
|
|
|
|
line-height:20px;
|
|
|
|
font-family:georgia, arial;
|
|
|
|
font-size:12px;
|
|
|
|
color:#808080;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div.tags {
|
2007-12-06 19:02:34 +01:00
|
|
|
border: none;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#content{
|
|
|
|
}
|
|
|
|
|
|
|
|
#contentalt{
|
|
|
|
}
|
|
|
|
|
|
|
|
#pageinfo {
|
2007-12-06 19:02:34 +01:00
|
|
|
border: none;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.inlinepage {
|
2007-12-06 19:02:34 +01:00
|
|
|
border:none;
|
|
|
|
padding:5px 10px;
|
|
|
|
margin:0
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.inlinepage .header {
|
2007-12-06 19:02:34 +01:00
|
|
|
font-family:georgia, arial;
|
|
|
|
font-size:16px;
|
|
|
|
color:#4A5368;
|
|
|
|
text-transform:uppercase;
|
|
|
|
font-weight:bold;
|
|
|
|
padding:0;
|
|
|
|
margin-top:0;
|
|
|
|
margin-bottom:5px;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#tags {
|
2007-12-06 19:02:34 +01:00
|
|
|
border: none;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/******** Content variations ********/
|
|
|
|
|
|
|
|
.feedbutton {
|
2007-12-06 19:02:34 +01:00
|
|
|
color:#ffffff;
|
|
|
|
font-size:0.9em;
|
|
|
|
background-color:#4088b8;
|
|
|
|
border:1px solid #c8c8c8;
|
|
|
|
line-height:1.3em;
|
|
|
|
padding: 0px 0.5em 0px 0.5em;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/*.feedbutton:hover {
|
2007-12-06 19:02:34 +01:00
|
|
|
color: #4088b8 !important;
|
|
|
|
background: #ffffff;
|
2007-12-05 21:10:36 +01:00
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
|
|
/******** sidebar ********/
|
|
|
|
|
|
|
|
#sidebar{
|
2007-12-06 19:02:34 +01:00
|
|
|
float:right;
|
|
|
|
width:175px;
|
|
|
|
background-color:#FFFFFF;
|
|
|
|
border:1px #808080 solid;
|
|
|
|
padding:5px 10px;
|
|
|
|
margin:0;
|
|
|
|
height:100%
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar ul{
|
2007-12-06 19:02:34 +01:00
|
|
|
list-style:none;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar li{
|
2007-12-06 19:02:34 +01:00
|
|
|
list-style:none;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar li a{
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar ul ul{
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar ul ul li a{
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar h1{
|
2007-12-06 19:02:34 +01:00
|
|
|
font-family:georgia, arial;
|
|
|
|
font-size:16px;
|
|
|
|
color:#4A5368;
|
|
|
|
text-transform:uppercase;
|
|
|
|
font-weight:bold;
|
|
|
|
padding:0;
|
|
|
|
margin-top:0;
|
|
|
|
margin-bottom:5px;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar h2{
|
2007-12-06 19:02:34 +01:00
|
|
|
margin:3px 0px 8px 0px;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-12-06 19:02:34 +01:00
|
|
|
/* CSS fixes */
|
|
|
|
.popup:focus .balloon {
|
|
|
|
position: absolute;
|
|
|
|
display: inline;
|
|
|
|
margin: 1em 0 0 -2em;
|
|
|
|
padding: 0.625em;
|
|
|
|
border: 2px solid;
|
|
|
|
background-color: #dee;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-12-05 21:10:36 +01:00
|
|
|
/******** Footer ********/
|
|
|
|
#footer{
|
2007-12-06 19:02:34 +01:00
|
|
|
clear:both;
|
|
|
|
text-align:right;
|
|
|
|
color:#808080;
|
|
|
|
border-top:1px #808080 solid;
|
|
|
|
margin:0 auto;
|
|
|
|
padding:8px 0;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.pagedate{
|
2007-12-06 19:02:34 +01:00
|
|
|
font-size:small;
|
|
|
|
text-align:right;
|
|
|
|
margin:0;
|
|
|
|
font-family:georgia, arial;
|
|
|
|
font-size:10px;
|
|
|
|
color:#808080;
|
|
|
|
padding:8px 0;
|
2007-12-05 21:10:36 +01:00
|
|
|
}
|