blogthon/styles/commodore/commodore.css

57 lines
650 B
CSS

* {
margin: 0;
padding: 0;
}
body {
margin: auto;
width: 580px;
background: #a396ff;
color: #a396ff;
font-family: "Razor Regular";
font-size: 10px;
}
@font-face {
font-family: "Razor Regular";
src: url("commodore.ttf");
}
a {
color: #d6c9ff;
text-decoration: none;
}
a:hover {
color: #c22;
}
img {
border: none;
}
.rss, .atom, .pages, .months, .linklist {
visibility: hidden;
}
.header {
text-align: center;
color: #4e44d8;
}
.entries {
background: #4e44d8;
position: absolute;
top: 26px;
width: 580px;
}
.entry {
border-bottom: 5px solid #111;
}
.entry_content {
margin-left: 10px;
margin-right: 10px;
}