drupal/misc/drupal.css

259 lines
4.0 KiB
CSS
Raw Normal View History

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;
}
.book {
margin-bottom: 2em;
}
.book .title {
font-weight: bold;
font-size: 1.3em;
margin-bottom:1em;
}
.book .tree {
margin-bottom: 2em;
}
.book .name {
padding-top:1em;
font-weight: bold;
font-size: 1em;
}
.book .nav {
border-top: 1px solid #888;
padding-top:0.5em;
padding-bottom: 2em;
border-bottom: 1px solid #888;
clear:both;
}
.book .nav .links {
clear: both;
}
.book .nav .titles {
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;
}
.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;
}
#forum .name {
font-size: 1.2em; margin: 0.5em;
}
#forum .description, #forum .navigation {
font-size: 0.9em;
margin: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
text-align: center;
}
.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;
}
.more-link {
text-align: right;
}
.node-form .form-text {
display: block;
width: 95%;
}
.node-form textarea {
display: block;
width: 95%;
}
.node-form .standard {
clear: both;
}
.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;
}