ikiwiki/doc/style.css

72 lines
1.1 KiB
CSS
Raw Normal View History

2006-03-29 08:35:12 +02:00
#header h1 {
margin: 0;
padding: 2px 0;
}
#actions ul {
margin: 0;
padding: 2px;
list-style-type: none;
border-bottom: 1px solid #000;
}
#actions li {
display: inline;
padding: .2em .4em;
}
#content {
border-bottom: 1px solid #000;
}
2006-03-29 08:48:18 +02:00
/* Used for adding a blog page. */
2006-03-29 08:35:12 +02:00
#blogform {
2006-03-29 08:58:53 +02:00
padding: 10px 10px;
2006-03-29 08:57:41 +02:00
border: 1px solid #aaa;
2006-03-29 09:31:13 +02:00
color: black !important;;
2006-03-29 08:58:22 +02:00
background: #eee;
2006-03-29 08:35:12 +02:00
}
#backlinks {
margin: 1em 0;
}
#footer {
margin: 1em 0;
}
#pageinfo {
font-style: italic;
}
2006-03-29 08:48:18 +02:00
/* Used for invalid form fields. */
2006-03-29 08:50:21 +02:00
.fb_invalid {
2006-03-29 08:50:56 +02:00
color: red;
2006-03-29 09:31:13 +02:00
background: white !important;
2006-03-29 08:48:18 +02:00
}
2006-03-29 09:21:16 +02:00
2006-03-29 08:48:18 +02:00
/* Used for required form fields. */
2006-03-29 08:50:21 +02:00
.fb_required {
2006-03-29 09:32:56 +02:00
font-weight: bold;
2006-03-29 08:48:18 +02:00
}
2006-03-29 09:21:16 +02:00
2006-03-29 09:13:36 +02:00
/* RSS button. */
.rssbutton {
2006-03-29 09:21:16 +02:00
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;
2006-03-29 09:13:36 +02:00
}
2006-03-29 09:21:16 +02:00
.rssbutton:hover {
2006-03-29 09:31:13 +02:00
color: white !important;
2006-03-29 09:21:16 +02:00
background: #ff9900;
2006-03-29 09:13:36 +02:00
}