You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
161 lines
2.3 KiB
161 lines
2.3 KiB
/*
|
|
$Id: rdf.css,v 1.25 2005/01/13 13:20:42 em Exp $
|
|
*/
|
|
|
|
|
|
body {
|
|
font-family: "Gill Sans MT", "Gill Sans", GillSans, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
|
|
background: white;
|
|
color: black;
|
|
margin: 5px 5px 5px 20px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
#homelink {
|
|
float: left;
|
|
margin: 0px 5px 0px 0px;
|
|
}
|
|
|
|
h1 {
|
|
padding: 20px 5px 15px 0px;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
margin: 0px;
|
|
}
|
|
|
|
h2 {
|
|
font-weight: normal;
|
|
padding: 10px 5px 15px 0px;
|
|
font-style: italic;
|
|
margin: 0;
|
|
}
|
|
|
|
h3 {
|
|
font-weight: normal;
|
|
margin: 0;
|
|
padding: 5px 5px 5px 0px;
|
|
}
|
|
|
|
.intro h3 {
|
|
font-weight: bold;
|
|
margin: 0;
|
|
padding: 5px 5px 5px 0px;
|
|
}
|
|
|
|
.intro h4 {
|
|
color: #339;
|
|
margin: 5px 0px 5px 0px;
|
|
padding: 2px 2px 2px 0px;
|
|
border: none;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
padding: 5px 5px 5px 0px;
|
|
}
|
|
|
|
.navigation {
|
|
position: absolute;
|
|
width: auto;
|
|
height: 80px;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: auto;
|
|
left: 0;
|
|
margin: 10px 250px 5px 20px;
|
|
padding: 0px 0px 0px 0px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.navigation p {
|
|
margin: 0px;
|
|
}
|
|
|
|
.intro {
|
|
padding: 10px 40px 0px 50px;
|
|
margin: 0px 200px 0px 0px;
|
|
color: #333;
|
|
}
|
|
|
|
.item .date {
|
|
color: #933;
|
|
}
|
|
|
|
.item .title {
|
|
color: #339;
|
|
}
|
|
|
|
.news {
|
|
padding: 0px 40px 0px 0px;
|
|
margin: 40px 200px 0px 0px;
|
|
}
|
|
|
|
.item {
|
|
padding: 0px 10px 0px 0px;
|
|
}
|
|
|
|
p {
|
|
margin: 0em 0 0.5em 0;
|
|
}
|
|
|
|
a {
|
|
/* color: #0000CD; */
|
|
font-style: normal;
|
|
}
|
|
|
|
a:hover {
|
|
color: #363;
|
|
}
|
|
|
|
.sidebar {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
bottom: auto;
|
|
left: auto;
|
|
width: 180px;
|
|
background: #ddd;
|
|
border-left: 1px solid #666;
|
|
border-top: 1px solid #666;
|
|
border-bottom: 1px solid #666;
|
|
margin: 10px 0px 0px 0px;
|
|
padding: 5px 5px 5px 15px;
|
|
}
|
|
|
|
.sidebar ul {
|
|
list-style: disc inside;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.sidebar ul li {
|
|
color: black;
|
|
}
|
|
|
|
h4 {
|
|
color: #339;
|
|
margin: 5px 0px 5px 0px;
|
|
padding: 2px 0px 2px 0px;
|
|
font-weight: normal;
|
|
border-bottom: 1px dotted black;
|
|
}
|
|
|
|
address {
|
|
font-style: italic;
|
|
margin: 30px 20px 0px 0px;
|
|
border-top: 1px solid black;
|
|
padding: 5px 10px 5px 20px;
|
|
}
|
|
|
|
|
|
@media aural {
|
|
h1, h2, h3 { stress: 20; richness: 90 }
|
|
.hide { speak: none }
|
|
p.copyright { volume: x-soft; speech-rate: x-fast }
|
|
dt { pause-before: 20% }
|
|
pre { speak-punctuation: code }
|
|
}
|
|
|