1
0
mirror of https://github.com/sjlongland/tornado-news.git synced 2025-09-13 10:03:14 +10:00
tornado-news/example/style.css

72 lines
1.2 KiB
CSS

body {
background-color: #000;
color: #fff;
font-family: "Linux Libertine", serif;
}
a {
color: #0cf;
}
div.entry.border {
margin: 1em;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
background: #666;
}
div.entry.header {
margin: 1px;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
padding-top: 0px;
padding-bottom: 0px;
}
h1.entry.header.title {
margin: 0px;
}
p.entry.header.meta {
margin-top: 5px;
margin-bottom: 5px;
}
h1.entry.header.title a {
display: block;
border-top: 2px solid #ccc;
border-left: 2px solid #ccc;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
background-color: #999;
color: #000;
text-decoration: none;
}
h1.entry.header.title a:hover {
color: #0cf;
}
h1.entry.header.title a:active {
border-top: 2px solid #666;
border-left: 2px solid #666;
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
color: #00f;
}
div.entry.body {
border-top: 2px solid #000;
border-left: 2px solid #000;
border-right: 2px solid #666;
border-bottom: 2px solid #666;
background-color: #333;
color: #fff;
padding-left: 1em;
padding-right: 1em;
}