-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.css
135 lines (116 loc) · 5.63 KB
/
application.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
#hd{
height: 120px;
border-bottom:1px dashed #222;
}
#bd{
}
.bg2{
background: url(images/pattern1.png) repeat-x 0 -29px;
}
#content{
border-right:1px dashed #222;
min-height: 500px;
}
/* BASE STYLES */
html{
}
body{
background: #F9FDFE url(images/bg_moz.jpg) repeat-x top;
font-family: Skolar,Georgia,Cambria,"Times New Roman",Times,serif;
color:#222;
}
a, a:visited, a:active { color: #919f20; }
a:hover { color: #000; text-decoration: none; }
a img { border: 0; }
p { margin: 1.5em 0 1.5em; }
ul, ol { margin: 0 1em 1.5em; padding: 0 1em; }
blockquote { border-left: 2px solid #600; color: #666; font-style: italic; margin: 0 1em 1.5em 3em; padding: 0 1em; background: url(images/blockquote.png) no-repeat top left; min-height:120px}
blockquote[style] { border-left: 2px solid #600 !important; color: #666 !important; font-style: italic !important;
margin: 0 1em 1.5em 3em !important; padding: 0 1em !important; background: url(images/blockquote.png) no-repeat top left !important;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; color: #919F20; }
h2 { font-size: 1.5em; line-height: 1.1em; margin: 0 0 1em 0; }
/* POSTEROUS NAV */
#posterous-nav-outer { color: #fff; padding-top: 5px; padding-bottom: 5px; text-align: center; }
div.posterous_topnav_container { font-size: 11px; list-style-type: none; margin: 0 auto; text-align: right; width: 610px; }
div.posterous_topnav_container li { display: inline; margin-left: 0.75em; }
div.posterous_topnav_container li a { color: #eee; }
#hd { margin: 60px 0 10px; padding: 0 0 0.5em; }
#hd h1 { font-size: 4em; line-height: 1; margin: 0; }
#hd h1 a { text-decoration: none; }
#hd h2 { font-size: 1.4em; font-style: italic; line-height: 1.5; margin: 0.75em 0; }
/* POST STYLES */
.post { border-bottom: 1px solid #ccc; margin: 0 0 20px; padding: 0.5em 1em; position: relative; background: ;}
.post_show { border-bottom: none; }
.date { font-size: 1.1em; font-variant: small-caps; position: absolute; left: -100px; top: 25px; text-align: right; width: 80px; z-index:100;}
.date a { background: #222; color: #eee; display: block; text-align: center; text-decoration: none; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; padding:6px 4px 4px 4px;}
.date a:hover { background: #822; color: #fff; }
.post-footer { font-size: 0.71428em; line-height: 1.66667em; margin: 1.5em 0; text-align: right; }
.posterous_quote_citation { margin: 10px 0px 10px 0px;}
.bodytext { padding-top: 24px;
font-weight:400;
font-style:normal;
color:#222222;
line-height:1.5em;
}
div.bodytext > *:first-child { margin-top: 0px !important; margin-bottom: 0px !important; }
.bodytext h2 a { text-decoration: none; }
.post .dotted{
position:absolute;
bottom: -20px;
left: -100px;
right:0;
border-top:1px dashed #222;
height:1px;
}
.post-box {
border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
-moz-box-shadow:0 0 4px #999999;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFF7EF none repeat scroll 0 0;
border:7px solid #FEE8D1;
margin:0 21px 21px 0;
min-height:270px;
padding:15px 15px 30px;
position:relative;
}
/* EDITBOX */
.editbox a { text-decoration: none; }
.editbox ul { margin: 0px; padding: 0px; }
.editbox li{float:left; margin:0 1em 0 0;}
div.editbox { visibility: hidden; height: 16px; position: absolute; top: 0px; }
div.post:hover div.editbox { visibility: visible; }
/* PAGINATION */
.pagination { font-size: 1em; text-align: center; }
.pagination a, .pagination .current, .pagination .prev_page, .pagination .next_page { padding: 0.5em 1em; text-decoration: none;
background: #efefef; color: #222; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.pagination a:hover { background: #222; color: #eee; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.pagination .current { background: #ccc; color: #eee; font-weight: bold; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.pagination .disabled { color: #aaa; }
/* EDITBOX */
.editbox a { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.editbox ul { margin: 0px; padding: 0px; }
div.editbox { visibility: hidden; height: 16px; position: absolute; top: 0px; }
div.post:hover div.editbox { visibility: visible; }
/* SEARCH */
.searchunit { font-size: 11px; }
/* COMMENTING */
.spanningheader { position: absolute; left: -100px; display: none; }
.spanningheader h4 { margin: 0 0 !important; font-size: 10px !important; font-weight: normal !important; }
.comment, .posterousAddNewComment{ margin:1em; border: 1px solid #fff}
.commentname{ font-weight:bold;}
.commentname a{font-weight: bold;}
/* SECONDARY */
#secondary { border-top: 1px solid #ccc; margin: 3em 0 0; padding: 1.5em 0; }
#secondary h3 { font-size: 1.2em; margin: 0 0 0.9em; }
#secondary .user_info { float: right; font-size: 0.85714em; text-align: right; width: 110px; }
#secondary .user_info img { border: 1px solid #333; }
#secondary #about, #secondary #rss { margin-right: 120px; }
#secondary #rss { background: transparent url(http://www.feedicons.com/images/feed-icon-14x14.png) no-repeat left center; padding-left: 25px; }
#theme-meta { color: #666; font-size: 0.85714em; list-style-type: none; margin: 3em 0 0; text-align: center; padding: 0; }
#theme-meta li { display: inline; font-size: 0.85714em; }
#posterous_bar { left: 50%; margin-left: -250px; top: 10px;}
div.posterousHeaderExpandedDivLeft, div.posterousHeaderExpandedDivRight { background-color: {color:Background} !important;}
.posterous_retweet_widget a { text-decoration: none; }