Skip to content

Commit 4dc13a5

Browse files
committed
Initial styling of the general blog layout, still a bit (read: lots) to do
1 parent 077eedb commit 4dc13a5

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

base/css/blog.css

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/* Blog-specific code, perhaps more from style.css should be moved into this file */
2+
3+
h1.title, h1.entry-title, h2.title, h2.entry-title
4+
{
5+
font-size: 22px; }
6+
7+
h1.title a, h1.entry-title a, h2.title a, h2.entry-title a
8+
{
9+
text-decoration: none; }
10+
11+
.comments-link-top a
12+
{
13+
font-size: 12px;
14+
float: right; }
15+
16+
.entry-meta
17+
{
18+
color: #999;
19+
font-size: 12px;
20+
margin: 20px 0; }
21+
22+
.post
23+
{
24+
padding-bottom: 20px; }
25+
26+
a.inset-link
27+
{
28+
font-weight: bold;
29+
text-align: center;
30+
background: #999;
31+
text-shadow: 0 1px 0 rgba(0,0,0,0.3);
32+
box-shadow: inset 1px 1px 1px #666;
33+
color: #FFF;
34+
border-radius: 3px;
35+
padding: 6px 8px;
36+
display: inline-block; }

0 commit comments

Comments
 (0)