-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
96 lines (71 loc) · 1.8 KB
/
default.css
File metadata and controls
96 lines (71 loc) · 1.8 KB
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
#bodyContainer {
margin: 50px 0px 100px;
}
#header {
text-align: center;
}
.row {
margin: 10px 0px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
#readableButton {
margin: 20px 0px 15px 10px;
-moz-box-shadow:inset 0px 0px 0px 0px #a4e271;
-webkit-box-shadow:inset 0px 0px 0px 0px #a4e271;
box-shadow:inset 0px 0px 0px 0px #a4e271;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
background-color:#89c403;
-moz-border-radius:42px;
-webkit-border-radius:42px;
border-radius:42px;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:28px;
font-weight:bold;
padding:12px 31px;
text-decoration:none;
text-shadow:1px -1px 4px #528009;
}#readableButton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
background-color:#77a809;
}#readableButton:active {
position:relative;
top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
footer {
width: 100%;
height: 60px;
padding: 20px;
background-color: #d4d4d4;
position: fixed;
bottom: 0px;
left: 0px;
}
.cenText {
text-align: center;
}
#socialObnoxious {
position: relative;
top: -120px;
}
a {
color: #333;
text-decoration: underline;;
}
#unrelated_news {
position: relative;
top: -120px;
right: -85px;
}
#changeHere {
margin-top: 80px;
}
#changeHere ul {
margin-bottom: 25px;
}