-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
169 lines (143 loc) · 2.38 KB
/
style.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
body {
background: none repeat scroll 0 0 #EDE8E2;
color: #414141;
font-family: Arial,Helvetica,sans-serif;
font-size: 75%;
line-height: 1.6em;
margin: 0;
padding: 15px 0;
text-align: center;
}
.header{
height: 125px;
padding: 0 0 0 18px;
width:auto;
position:relative;
}
.title{
color:#009193;
background:#F0F9F9;
position:absolute;
top:20px;
width:96%;
height:75%;
box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.main{
max-width:960px;
height:auto;
font:14px Arial,Helvetica,sans-serif;
background:#FFF;
margin: 0 auto;
text-align:left;
}
.container{
width:auto;
height:auto;
}
.container .left{
width:75%;
height:auto;
float:left;
padding: 0 0 0 18px;
}
.left .left_container h2{
color:#009193;
margin-left:15px;
padding-top:10px;
}
.left .left_container{
margin-left:10px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
min-height:330px;
}
.left .left_container .left_footer{
font-size: 0.9em;
padding: 3px 3px 3px 15px;
position: relative;
background-color: #FAFAF1;
border-color: #F3F4F4;
}
a {
color:#6C8C37;
text-decoration: none;
}
.over{
color:#009193 !important;
}
.container .right{
width:20%;
height:auto;
float: right;
padding: 0 18px 0 0;
}
.right_title{
color:#009193;
background:#FAFAF1;
padding:4px 3px 4px 8px;
font-size:16px;
background:#FAFAF1;
}
.right .right_container{
margin:17px 10px 0 0;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
color:#009193;
}
.sub_category{
padding:3px 3px 3px 15px;
}
.left .left_container p{
margin-left:15px;
margin-right:15px
}
.title_tab{
font-size:16px;
position:absolute;
right:0;
bottom:0;
background:#A3C159;
padding:5px 20px;
margin:0 5px 5px 0;
}
.title_tab a{
color:#FFF;
}
.photo{
margin-left:15px;
width:40%;
float:left;
}
.info{
float:right;
width:57%;
}
.info p{
margin: 0 15px 15px 15px;
}
.post {
border-top: 1px solid #EEEEEE;
padding-top: 10px;
padding-bottom:7px;
margin: 0 17px;
}
.post_title {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1.5em;
font-weight: 500;
line-height: 1.2em;
margin-bottom: 6px;
}
.post_comment {
font-family: verdana,arial,sans-serif;
font-size: 12px;
border-top: 0 solid #CCCCCC;
color: #777777;
line-height: 17px;
margin: 4px 0 8px;
padding-bottom: 0;
}
.footer{
clear:both;
height:50px;
padding: 0 0 0 18px;
}