1
- html , body
2
- {
1
+ html , body {
3
2
width : 100% ;
4
3
height : 100% ;
5
4
margin : 0px ;
@@ -8,10 +7,63 @@ html,body
8
7
position : absolute;
9
8
10
9
}
10
+
11
11
body {
12
12
13
13
font-family : 'Roboto Mono' , monospace;
14
14
}
15
+
16
+ # theNavBar {
17
+ background-color : white;
18
+ border-bottom : 1px solid gray;
19
+ }
20
+
21
+ .navbar-brand > img {
22
+ height : 5% ;
23
+ width : auto;
24
+ }
25
+
26
+ .navbar-expand-md .navbar-toggler {
27
+ background-color : # FEF200 ;
28
+ margin-right : 2% ;
29
+ }
30
+
31
+ .nav-item {
32
+ text-align : center;
33
+ }
34
+
35
+ # topNavBar > li > a {
36
+ color : gray;
37
+ font-weight : bold;
38
+ }
39
+
40
+ # topNavBar > li > a : hover {
41
+ color : # 333 ;
42
+ border : 0.75px solid # 555 ;
43
+ border-radius : 3.7px ;
44
+ background-color : # FEF200 ;
45
+ }
46
+
47
+ .dropdown_button {
48
+ background-color : transparent;
49
+ background-repeat : no-repeat;
50
+ border : none;
51
+ cursor : pointer;
52
+ overflow : hidden;
53
+ outline : none;
54
+ color : gray;
55
+ }
56
+
57
+ # pop-tags {
58
+ text-align : center;
59
+ }
60
+
61
+ # jumbo {
62
+ background-color : # ffffaa ;
63
+ width : 95% ;
64
+ margin : auto;
65
+ }
66
+
15
67
article {
16
68
display : block;
17
69
text-align : left;
@@ -37,13 +89,12 @@ footer {
37
89
text-align : center;
38
90
}
39
91
40
- .sortbythis : hover
41
- {
92
+ .sortbythis : hover {
42
93
cursor : pointer;
43
94
background-color : # ffc10757 ;
44
95
}
45
96
46
- # sortfavby {
97
+ # sortfavby {
47
98
background : none repeat scroll 0 0 # FFFFFF ;
48
99
border : 1px solid # E5E5E5 ;
49
100
border-radius : 5px 5px 5px 5px ;
@@ -54,21 +105,12 @@ padding: 10px;
54
105
min-width : 120px ;
55
106
}
56
107
57
- # favSearchInputBox
58
- {
108
+ # favSearchInputBox {
59
109
text-align : center;
60
110
float : center;
61
111
}
62
112
63
- .navbar-brand {
64
- padding : 0px ;
65
- }
66
- .navbar-brand > img {
67
- height : 10% ;
68
- padding : 15px ;
69
- width : auto;
70
- }
71
- .btn-xs {
113
+ .btn-xs {
72
114
margin-top : 7px ;
73
115
height : 24px ;
74
116
font-size : 12px ;
@@ -152,6 +194,10 @@ form {
152
194
background-color : # fff
153
195
}
154
196
197
+ h1 {
198
+ text-align : center;
199
+ }
200
+
155
201
h2 {
156
202
background-color : # fcee45 ;
157
203
padding : 20px 35px ;
@@ -165,25 +211,14 @@ h4 {
165
211
}
166
212
167
213
hr {
168
- margin : 10px -50px ;
169
- border : 0 ;
170
- border-top : 1px solid # ccc
214
+ margin : 10px -50px ;
215
+ border : 0 ;
216
+ border-top : 1px solid # ccc
171
217
}
172
218
173
- .dropdown_button
174
- {
175
- background-color : Transparent;
176
- background-repeat : no-repeat;
177
- border : none;
178
- cursor : pointer;
179
- overflow : hidden;
180
- outline : none;
181
- color : # 077bff ;
182
- }
183
-
184
- ul .share-buttons {
219
+ ul .share-buttons {
185
220
list-style : none;
186
- padding : 0 ;
221
+ padding-top : 5 px ;
187
222
}
188
223
189
224
ul .share-buttons li {
@@ -226,7 +261,7 @@ ul.share-buttons .sr-only{
226
261
padding : 5px ;
227
262
}
228
263
229
- # share-footer {
264
+ # share-footer {
230
265
background-color : # FFFA79 ;
231
266
margin : -2px -50px 0 -50px ;
232
267
text-align : center;
0 commit comments