View difference between Paste ID: 3Pra6RKm and ccbW6dCj
SHOW: | | - or go back to the newest paste.
1
<style type="text/css">
2
3
.blog-title {
4
	display:block;
5
	overflow:auto;
6
	margin-bottom:20px;
7
}
8
9
.blog-title h2{
10
	border:none;
11
}
12
13
.blog-title .blog-date{
14
 background:#555;
15
 color:white;
16
 width:80px;
17
 height:80px;
18
 text-align:center;
19
 border-radius:50%;
20
 -webkit-border-radius:50%;
21
 -moz-border-radius:50%;
22
 float:left;
23
 margin-right:10px;
24
}
25
26
.blog-title .blog-date span { display: block;}
27
.blog-title .blog-date .date {font-weight:bold;font-size:30px;margin-top:12px;}
28
.blog-title .blog-date .month {font-style:italic;font-size:11px;}
29
30
.blog-author {
31
	border-top: 1px solid #EEE;
32
	padding: 5px 10px 10px;
33
	margin-left: 70px;
34
	margin-top: -5px;
35
}
36
37
.blog-author .blog-avatar { 
38
	width:20px; height:20px;position:relative; top:5px; 
39
	-moz-border-radius:50%;
40
	-webkit-border-radius:50%;
41
	border-radius:50%;
42
}
43
44
</style>