-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
115 lines (115 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
103
104
105
106
107
108
109
110
111
112
113
114
115
body{
font-family: calibri, sans-serif;
}
h1{
text-align: center;
font-size: 100px;
margin: 0;
text-transform: uppercase;
}
h1 a{
text-decoration: none;
color: #000;
border: none;
}
h1 a:hover{
color: #505050;
}
nav ul{
margin: 0;
padding-left: 10px;
}
nav li{
list-style: none;
display: inline;
padding-right: 20px;
}
nav{
border-bottom: solid #000 1px;
padding-bottom: 10px;
margin: 0 10px;
}
a{
color: #000;
border-bottom: dotted #000 1px;
text-decoration: none;
}
a:hover{
border: none;
}
.posts {
margin-left: 0;
padding-left: 0;
margin-right: 220px;
}
.posts li, .posts td{
border-bottom: solid #ccc 1px;
list-style: none;
padding-left: 20px;
margin: 0 10px;
margin-bottom: 20px;
padding-bottom: 20px;
}
.posts h5, .posts h3{
display:inline;
padding-right: 20px;
}
footer{
margin-left: 20px;
margin-top: 20px;
}
#sidebar{
position: absolute;
width: 200px;
right: 0;
top: 175px;
padding-left: 10px;
padding-right: 20px;
border-left: solid #ccc 1px;
padding-bottom: 20px;
}
#sidebar input[type="email"]{
width: 125px;
}
#sidebar ol{
padding: 0;
margin:0;
padding-left: 20px;
}
#sidebar li{
list-style:none;
}
#all_posts{
margin-left: 20px;
font-size: 20px;
}
.list li{
list-style: none;
}
h2, article p, article h4{
margin: 20px;
}
article p{
text-align: justify;
margin-right: 40px;
}
#comment, #create{
margin-left: 20px;
}
#comment textarea{
width: 400px;
height: 100px;
}
blockquote{
border-left: solid #ccc 1px;
padding: 5px;
}
.error{
margin-left: 20px;
color: red;
}
table.posts{
width: 100%;
padding-right: 240px;
margin: 10px;
}