-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
102 lines (87 loc) · 1.68 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
body {
padding: 10px 80px 80px 80px;
margin: 0;
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
color: #777;
background: #777;
width: '960px';
font-size: '18px';
}
h1, p {
padding: 20px 0;
margin: 0;
margin-bottom: 20px;
font-size: 49px;
color: #777;
text-align: center;
background: none;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: 700;
line-height: 3em;
letter-spacing: 6mm;
}
.same {
background: #ebebeb;
padding: 20px 0;
margin: 0;
margin-bottom: 20px;
font-size: 49px;
color: #ebebeb;
text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-weight: 700;
line-height: 3em;
letter-spacing: 6mm;
/* width: 495px; */
}
/* #small p, #small h1 {
color: #777;
background: #ebebeb;
} */
.section {
width: 54%;
float: left;
background: #ebebeb;
}
.rightside {
width: 45%;
float: right;
height: 864px;
background-color: #ebebeb;
}
#big {
background-color:#ebebeb;
}
#big h1 {
color: #777;
}
.article-body {
overflow: auto;
background-color: #777;
}
#transparent {
color: #ebebeb;
background: #777;
margin: 0px 20px 20px 20px;
padding: 20px 0px;
}
#transparent h1{
color: #ebebeb;
}
/* .rightside h1 {
background-color: #ebebeb;
text-align: center;
} */
#small p, #small h1 {
color: #777;
background: #ebebeb;
margin: 10px 20px;
}
.footer {
clear: both;
background-color: #ebebeb;
margin-top: 40px;
}
.footer h1 {
color: #777;
}