forked from gautamkrishnar/nothing-private
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
115 lines (101 loc) · 2.07 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
.btn {
background: #3498db;
background-color: #2980b9;
-webkit-box-shadow: 0 1px 3px #666666;
-moz-box-shadow: 0 1px 3px #666666;
box-shadow: 0 1px 3px #666666;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
border: none;
cursor: pointer;
}
.btn:hover {
background: #3cb0fd;
text-decoration: none;
}
.hyp {
color: #FFFFFF;
text-decoration: none;
}
.txt {
margin-top: 20px;
background: #ffffff;
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 0;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
border: 1px solid #3498db;
}
h1, h2, h3, h4, h5, h6, p, span {
font-family: Arial, Helvetica, sans-serif;
}
body {
background-image: url(private.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
}
.copyrt {
margin-top: 20px;
}
#header h1,
#header h3 {
line-height: 1;
}
#header h1 em,
#header h3 em {
color: #d23112;
font-style: normal;
}
#header h1 {
font-size: 58px;
margin: 0 auto;
font-weight: bold;
}
#header h3 {
line-height: 125%;
font-family: arial;
color: #757880;
margin-top: 2%;
margin-left: 25%;
margin-right: 25%;
margin-bottom: 3%;
font-weight: normal;
font-size: 20px;
}
@media (max-width:600px) {
body {
background-size: 40%;
}
#header h1 {
font-size: 50px;
}
#header h3 {
margin-left: 10%;
margin-right: 10%;
}
}
ul.share-buttons {
list-style: none;
padding: 0;
}
ul.share-buttons li {
display: inline;
}
ul.share-buttons .sr-only {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}