drupal/themes/xtemplate/xtemplate.css

186 lines
2.9 KiB
CSS

body {
margin: 0px;
padding: 0px;
color: #000000;
background-color: #fff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 82%;
width: 100%;
}
tr.dark {
background-color: #ddd;
}
tr.light {
background-color: #fff;
}
h1 {
font-size: 1.2em;
}
h2 {
font-size: 1.1em;
}
h3, h4, h5, h6 {
font-size: 1em;
}
a {
text-decoration: none;
font-weight: normal;
}
a:link {
color: #378CE0;
}
a:visited {
color: #036;
}
a:hover {
text-decoration: underline;
}
p {
margin: 0 0 1em 0;
padding: 0;
}
img {
border-width: 0;
}
.header {
width: 100%;
}
.header .menu {
background-color: #69c;
padding: 5px 5px 0px 5px;
}
.menu #logo {
vertical-align: bottom;
float: left;
}
.menu #primary {
padding: 5px 10px 5px 0px;
position: absolute;
text-align: right;
font-size: 1.0em;
float: right;
color: #9cf;
left: 225px;
}
.menu #primary a {
font-weight: bold;
color: #fff;
}
.menu #secondary {
padding: 0px 10px 5px 0px;
position: absolute;
text-align: right;
font-size: 0.8em;
float: right;
color: #9cf;
left: 225px;
}
.menu #secondary a {
font-weight: bold;
color: #9cf;
}
#secondary form {
display: inline;
}
#secondary form .keys {
width: 12em;
margin-left: 1em;
}
#secondary input {
font-size: 1.1em;
}
#message {
background-color: #369;
padding: 20px 20px 20px 25px;
color: #fff;
}
#message a, #message a:visited {
color: #9cf;
font-weight: bold;
}
#main {
margin: 10px 10px 10px 10px;
padding: 15px 15px 0px 15px;
}
#sidebar {
background-color: #ddd;
}
#footer {
background-color: #eee;
padding: 15px 10px 5px 10px;
font-size: .7em;
}
table {
font-size: 1em;
}
table .node {
padding-bottom: 25px;
}
table .block, table .box {
padding: 15px 15px 15px 15px;
margin: 5px 0px 5px 0px;
}
table .comment {
border: 1px solid #ccc;
padding: 15px 15px 15px 15px;
margin: 5px 0px 5px 0px;
}
.node .title, .block .title, .box .title, .node .title a, .box .title a {
padding-bottom: 5px;
font-weight: bold;
font-size: 1.3em;
color: #777;
}
.node .author, .comment .author {
color: #999;
font-size: 0.8em;
padding-bottom: 10px;
}
.node .taxonomy {
color: #999;
font-size: 0.8em;
padding: 15px;
}
.node .taxonomy a {
color: #369;
}
.node .content, .comment .content {
padding-top: 5px;
}
.node .links, .comment .links {
padding-top: 10px;
color: #999;
}
.node .links a, .comment .links a {
font-weight: bold;
color: #369;
}
.comment .title {
font-weight: bold;
font-size: 1.1em;
color: #777;
}
.comment .new {
text-align: right;
font-weight: bold;
font-size: 0.8em;
float: right;
color: red;
}
.block .content, .box .content {
font-size: 0.9em/1.1em;
}
#tracker th {
text-align: left;
border-bottom: 1px solid #ddd;
}
#tracker tr.light, #tracker tr.dark {
background-color: #fff;
}
#tracker td {
vertical-align: top;
padding: 10px 10px 10px 0;
border-bottom: 1px solid #ddd;
}