ikiwiki/basewiki/style.css

88 lines
1.3 KiB
CSS
Raw Normal View History

.header {
2006-03-29 09:24:03 +02:00
margin: 0;
font-size: 22px;
font-weight: bold;
line-height: 1em;
2006-03-29 09:24:03 +02:00
}
#actions ul {
margin: 0;
padding: 6px;
2006-03-29 09:24:03 +02:00
list-style-type: none;
border-bottom: 1px solid #000;
}
#actions li {
display: inline;
padding: .2em .4em;
}
#searchform {
display: inline;
float: right;
}
2006-03-29 09:24:03 +02:00
#content {
border-bottom: 1px solid #000;
}
#editcontent {
width: 100%;
}
2006-03-29 09:24:03 +02:00
/* Used for adding a blog page. */
#blogform {
padding: 10px 10px;
border: 1px solid #aaa;
background: #eee;
color: black !important;
2006-03-29 09:24:03 +02:00
}
.inlinepage {
padding: 10px 10px;
border: 1px solid #aaa;
}
2006-03-29 09:24:03 +02:00
#backlinks {
margin: 1em 0;
}
#footer {
margin: 1em 0;
}
#pageinfo {
font-style: italic;
}
/* Used for invalid form fields. */
.fb_invalid {
color: red;
2006-03-29 20:19:13 +02:00
background: white !important;
2006-03-29 09:24:03 +02:00
}
/* Used for required form fields. */
.fb_required {
2006-03-29 20:19:13 +02:00
font-weight: bold;
2006-03-29 09:24:03 +02:00
}
/* RSS button. */
.rssbutton {
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: helvetica, arial, sans-serif;
font-weight: bold;
font-size: small;
text-decoration: none;
margin-top: 1em;
}
.rssbutton:hover {
2006-03-29 20:19:13 +02:00
color: white !important;
2006-03-29 09:24:03 +02:00
background: #ff9900;
}