This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
glasnost/templates/easter-eggs/web/css/basicstyle.css

49 lines
731 B
CSS

body {
font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
background: #fff; color: #006; margin: 0px; padding: 0px;
}
a {
color: #006;
}
a:hover {
text-decoration: underline; background: #fc0;
}
#content {
text-align: justify;
}
h1, h2 {
font-weight: normal;
text-align: left;
}
p {
margin-left: 4em;
}
ul.nav2 {
margin-left: 0em;
}
#content ul {
margin-left: 4em;
}
.metas {
font-family: Georgia, Garamond, Times, serif;
text-align: right;
}
.notes p {
margin-left: 0em; text-align: left;
}
.links p {
margin-left: 0em; text-align: left;
}
#content .links ul {
margin-left: 1em; text-align: left;
}
img {
border: 0;
}
.tooltip {
display: none;
}
.error-message {
color: red;
}