twentyGOLEM/layout2b.css

122 lines
1.6 KiB
CSS

/* Default WordPress by Matthew Mullenweg http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
a {
color: #069;
}
a:visited {
color: #039;
}
a:hover {
color: #39c;
}
body {
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0;
}
h2 {
border-bottom: 2px solid #ccc;
margin-bottom: 2px;
}
p, li {
line-height: 130%;
}
.credit {
font-size: 11px;
text-align: center;
}
.feedback {
text-align: right;
}
#content {
: ;
margin: 0 160px 0 20px;
}
#header {
background-color: #808080;
padding-left: 10px;
}
#header a {
color: #fff;
text-decoration: none;
}
#menu {
background-color: #000;
border-left: 2px solid #666;
position: absolute;
right: 0;
top: 70px;
width: 150px;
}
#menu ul {
color: #ccc;
font-variant: small-caps;
font-weight: bold;
list-style-type: none;
margin: 0;
padding-left: 3px;
}
#menu ul ul {
font-variant: normal;
font-weight: normal;
line-height: 100%;
list-style-type: none;
margin: 0;
padding: 0;
text-align: left;
}
#menu ul ul li {
line-height: 115%;
padding-left: 12px;
}
#menu ul ul li a {
color: #fff;
height: 13px;
text-decoration: none;
}
#menu ul ul li a:hover {
border-bottom: 1px solid #ccc;
}
.b2calendartable {
background: #fff; border: 1px solid #000;
}
.b2calendarmonth {
color: #aaa;
}
.b2calendarrow {
color: #0f0;
}
.b2calendarheadercell {
color: #ccc; background: #808080;
}
.b2calendarcell {
color: #000;
}
.b2calendartoday {
color: #00f;
}
.b2calendaremptycell { }
.b2calendarlinkpost {
color: #f00;
text-decoration: none;
}