2003-09-28 21:10:43 +00:00
|
|
|
/* $Id$ */
|
2003-09-25 07:27:22 +00:00
|
|
|
|
2003-08-15 15:17:23 +00:00
|
|
|
form {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 1em;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
2003-11-07 06:22:32 +00:00
|
|
|
fieldset {
|
2003-11-18 19:44:36 +00:00
|
|
|
margin-bottom: 1em;
|
2003-11-07 06:22:32 +00:00
|
|
|
}
|
2003-08-15 15:17:23 +00:00
|
|
|
#tracker table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
#tracker td {
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
#tracker td ul {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
#tracker td ul a {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
#tracker th {
|
|
|
|
text-align: left;
|
|
|
|
padding: 0.25em 1em 0.25em 0em;
|
|
|
|
}
|
|
|
|
#pager {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#pager div {
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
2003-10-13 19:18:39 +00:00
|
|
|
.breadcrumb {
|
|
|
|
padding-bottom: .5em
|
|
|
|
}
|
2003-08-15 15:17:23 +00:00
|
|
|
.book {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
.book .title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.3em;
|
2003-09-15 15:58:20 +00:00
|
|
|
margin-bottom:1em;
|
2003-08-15 15:17:23 +00:00
|
|
|
}
|
2003-09-15 15:58:20 +00:00
|
|
|
.book .tree {
|
|
|
|
margin-bottom: 2em;
|
2003-08-15 15:17:23 +00:00
|
|
|
}
|
2003-09-15 15:58:20 +00:00
|
|
|
.book .name {
|
|
|
|
padding-top:1em;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1em;
|
2003-08-15 15:17:23 +00:00
|
|
|
}
|
2003-09-15 15:58:20 +00:00
|
|
|
.book .nav {
|
2003-08-15 15:17:23 +00:00
|
|
|
border-top: 1px solid #888;
|
2003-09-15 15:58:20 +00:00
|
|
|
padding-top:0.5em;
|
|
|
|
padding-bottom: 2em;
|
|
|
|
border-bottom: 1px solid #888;
|
|
|
|
clear:both;
|
2003-08-15 15:17:23 +00:00
|
|
|
}
|
|
|
|
.book .nav .links {
|
2003-09-15 15:58:20 +00:00
|
|
|
clear: both;
|
2003-08-15 15:17:23 +00:00
|
|
|
}
|
2003-09-15 15:58:20 +00:00
|
|
|
.book .nav .titles {
|
2003-08-15 15:17:23 +00:00
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.book .nav .prev {
|
|
|
|
float: left; width: 45%;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
.book .nav .next {
|
|
|
|
float: right;
|
|
|
|
text-align: right;
|
|
|
|
width: 45%;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
.book .nav .up {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.calendar .row-week td a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.calendar .row-week td a:hover {
|
|
|
|
background-color: #888; color: #fff;
|
|
|
|
}
|
|
|
|
.calendar a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.calendar a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.calendar table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.calendar td {
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #000;
|
|
|
|
padding: 1px;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
.container-inline div {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.container-inline .form-submit {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2003-11-17 19:24:39 +00:00
|
|
|
.form-item {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2003-08-15 15:17:23 +00:00
|
|
|
.form-item .description {
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
2003-11-17 19:16:55 +00:00
|
|
|
.form-item label {
|
2003-08-15 15:17:23 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.form-submit {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
}
|
|
|
|
#forum .name {
|
|
|
|
font-size: 1.2em; margin: 0.5em;
|
|
|
|
}
|
|
|
|
#forum .description, #forum .navigation {
|
|
|
|
font-size: 0.9em;
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
2003-08-22 17:06:44 +00:00
|
|
|
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
|
2003-08-15 15:17:23 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2003-08-22 21:35:25 +00:00
|
|
|
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2003-08-15 15:17:23 +00:00
|
|
|
.item-list .icon {
|
|
|
|
color: #555;
|
|
|
|
float: right;
|
|
|
|
padding-left: 0.25em;
|
|
|
|
clear: right;
|
|
|
|
}
|
|
|
|
.item-list .icon img {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
.item-list .icon a {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.item-list .icon a:hover {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.item-list .title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.item-list ul {
|
|
|
|
margin: 0 0 0.75em 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.item-list ul li {
|
|
|
|
margin: 0 0 0.25em 1.5em;
|
|
|
|
padding: 0;
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
.path {
|
|
|
|
padding-bottom: 0.7em;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
.poll .bar {
|
|
|
|
height: 1em;
|
|
|
|
margin: 1px 0;
|
|
|
|
}
|
|
|
|
.poll .bar .background {
|
|
|
|
background-color: #ddd;
|
|
|
|
float: left;
|
|
|
|
height: 1em;
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
|
|
|
.poll .bar .foreground {
|
|
|
|
background-color: #000;
|
|
|
|
float: left;
|
|
|
|
height: 1em;
|
|
|
|
margin-right: -1px;
|
|
|
|
}
|
|
|
|
.poll .links {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.poll .percent {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.poll .total {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.poll .vote-form {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.poll .vote-form .choices {
|
|
|
|
text-align: left;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: table;
|
|
|
|
}
|
2003-08-16 05:49:45 +00:00
|
|
|
.more-link {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2003-08-15 15:17:23 +00:00
|
|
|
.node-form .form-text {
|
|
|
|
display: block;
|
|
|
|
width: 95%;
|
|
|
|
}
|
2003-12-01 06:28:18 +00:00
|
|
|
node-form .standard {
|
|
|
|
clear: both;
|
|
|
|
}
|
2003-08-15 15:17:23 +00:00
|
|
|
.node-form textarea {
|
|
|
|
display: block;
|
|
|
|
width: 95%;
|
|
|
|
}
|
2003-12-01 06:28:18 +00:00
|
|
|
.node-form fieldset {
|
|
|
|
display: inline;
|
2003-08-15 15:17:23 +00:00
|
|
|
}
|
|
|
|
.node-form .admin .form-item .title {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.node-form .admin .authored .form-item {
|
|
|
|
margin-bottom: 1.1em;
|
|
|
|
}
|
|
|
|
.node-form .admin .authored .form-text {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.node-form .admin .authored, .node-form .admin .options, .node-form .admin .extra {
|
|
|
|
float: left;
|
|
|
|
margin-right: 2em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
.marker {
|
|
|
|
color: #f00;
|
|
|
|
}
|
|
|
|
.error {
|
|
|
|
color: #f00;
|
|
|
|
}
|
|
|
|
.ok {
|
|
|
|
color: #080;
|
|
|
|
}
|
|
|
|
.user-login-block {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.user-page-menu {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.user-login-block, .user-information-block {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
tr.dark {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
|
|
|
tr.light {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
}
|
|
|
|
pre, code {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
.queue-user-numeral {
|
|
|
|
color: red;
|
|
|
|
}
|
2003-09-26 10:04:09 +00:00
|
|
|
|
2003-10-21 19:32:31 +00:00
|
|
|
.menu {
|
2003-09-26 23:05:14 +00:00
|
|
|
padding: 0 0 0 0.5em;
|
|
|
|
}
|
2003-10-21 19:32:31 +00:00
|
|
|
.menu ul {
|
2003-09-26 23:05:14 +00:00
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 0.25em 1em;
|
|
|
|
border: none;
|
|
|
|
text-align:left;
|
|
|
|
}
|
2003-10-21 19:32:31 +00:00
|
|
|
.menu li {
|
2003-09-26 23:05:14 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0.2em 0.5em 0 0;
|
|
|
|
}
|
2003-10-21 19:32:31 +00:00
|
|
|
.menu li a {
|
2003-09-26 23:05:14 +00:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2003-10-21 19:32:31 +00:00
|
|
|
.menu li a.active {
|
2003-09-26 23:05:14 +00:00
|
|
|
color: #000;
|
|
|
|
}
|
2003-10-21 19:32:31 +00:00
|
|
|
.menu li a:hover {
|
2003-09-26 23:05:14 +00:00
|
|
|
color: #009;
|
|
|
|
}
|
2003-10-21 19:32:31 +00:00
|
|
|
.menu li.expanded {
|
2003-09-26 23:05:14 +00:00
|
|
|
list-style-type: circle;
|
|
|
|
list-style-image: url(menu-expanded.gif);
|
|
|
|
}
|
2003-10-21 19:32:31 +00:00
|
|
|
.menu li.collapsed {
|
2003-09-26 23:05:14 +00:00
|
|
|
list-style-type: disc;
|
|
|
|
list-style-image: url(menu-collapsed.gif);
|
|
|
|
}
|
2003-10-21 19:32:31 +00:00
|
|
|
.menu li.leaf {
|
2003-09-26 23:05:14 +00:00
|
|
|
list-style-type: square;
|
|
|
|
list-style-image: url(menu-leaf.gif);
|
|
|
|
}
|