65 lines
2.6 KiB
CSS
65 lines
2.6 KiB
CSS
form { margin: 0; padding: 0;}
|
|
|
|
th {
|
|
text-align: left;
|
|
padding-right: 1em;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
|
|
#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; }
|
|
|
|
.queue-user-numeral { color: red; }
|
|
|
|
.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; }
|
|
|
|
.form-item .description { font-size: 0.85em; }
|
|
.form-item .title { font-weight: bold; margin-top: 1.1em; margin-bottom: 1px; }
|
|
.form-submit { margin: 0.5em 0; }
|
|
|
|
.item-list .icon { color: #555; float: right; padding-left: 0.25em; clear: right; }
|
|
.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; }
|
|
|
|
.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; }
|
|
|
|
.node-form .admin { float: right; width: 15em; margin-top: -1.1em; }
|
|
.node-form .standard { margin-right: 15em; }
|
|
.node-form .form-text { display: block; }
|
|
.node-form textarea { display: block; }
|
|
|
|
.marker { color: #f00; }
|
|
.error { color: #f00; }
|
|
.ok { color: #080; }
|
|
|
|
.user-login-block { text-align: center; }
|
|
|
|
tr.dark { background-color: #ddd; }
|
|
tr.light { background-color: #eee; }
|
|
|