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 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 08:48:18 +02:00
|
|
|
}
|
|
|
|
/* Used for required form fields. */
|
2006-03-29 08:50:21 +02:00
|
|
|
.fb_required {
|
2006-03-29 08:48:18 +02:00
|
|
|
fornt-style: bold;
|
|
|
|
}
|