-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaster.css
More file actions
137 lines (117 loc) · 3.31 KB
/
master.css
File metadata and controls
137 lines (117 loc) · 3.31 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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
/* (c) 2013 Crypto & Privacy Village */
body {
background: #fff;
color: #000;
border: 0;
margin: 0 10pt 0 140px;
padding: 0;
font: 16px "Helvetica Nueue", Helvetica, Arial, sans-serif;
}
p, td, th, li, h1, h2, h3, h4, h5, h6, dt, dd, a {
background: transparent;
color: #000;
}
a {
text-decoration: none;
border-bottom: 1px dotted;
}
a:link, a:active {
background: transparent;
color: #337ab7;
}
a:visited {
background: transparent;
color: #495866;
}
a:hover {
border-bottom-style: solid;
}
a img {
border: 0 !important;
}
h1, h2, h3, h4, h5, h6 { font: bold "Helvetica Nueue", Helvetica, Arial, sans-serif; }
h1 { font-size: 225%; }
h2 { font-size: 185%; }
h3 { font-size: 145%; }
h4 { font-size: 120%; }
h5 { }
h6 { font-style: italic; }
tt, pre {
font-family: "Inconsolata-dz", Inconsolata, Consolas, Monaco, "Courier New", fixed;
font-size: 95%;
}
code { font-family: inherit; }
pre { border-left: 3px solid #ccc; margin-left: -10px; padding-left: 7px; }
/** header **/
header {
background: #000;
color: #fff;
margin-left: -140px;
margin-right: -10pt;
padding: 4pt 0 0 0;
}
header h1, header li {
color: #fff;
background: transparent;
}
header img { border: 0; float: left; width: 128px; height: 128px; padding-right: 12px;}
header h1 { margin: 0; padding: 0; }
header ul { padding: 4pt 0; margin: 4pt 0; background: #444; color: inherit; }
header ul li { display: inline; }
header ul li:before { content: "\025C6"; margin: 0 8pt;}
header ul li:first-of-type:before { content: ""; margin: 0 1pt; }
header a:link, a:active { color: #fff; border-bottom-color: #ccc;}
header a:visited { color: #ccc; border-bottom-color: #999; }
header h1 a, header h1 a:link, header h1 a:active, header h1 a:visited, header h1 a:hover {
color: #fff;
text-decoration: none;
border: 0;
}
/*.clear { clear: both; }*/
div.current_village {
background: #ddd;
color: inherit;
border-left: 4px solid #3c3;
margin-right: -10pt;
margin-left: -4px;
margin-top: -4pt;
padding: 6px;
}
#sticker { min-height: 300px; }
a.button {
border-radius: 16px;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
background: #3c3;
padding: 16px;
margin-top: 8px;
}
a.button:link, a.button:active, a.button:visited, a.button:hover {
text-decoration: none;
border: 0;
color: #eee;
}
a.button:hover {
-webkit-box-shadow: 2px 2px 2px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 2px -2px rgba(0,0,0,0.75);
box-shadow: 2px 2px 2px -2px rgba(0,0,0,0.75);
}
ul.navlist { padding: 4pt 0; margin: 4pt 0; }
ul.navlist li { display: inline; }
ul.navlist li:before { content: "\025C6"; margin: 0 8pt;}
ul.navlist li:first-of-type:before { content: ""; margin: 0 1pt; }
.timeline {
max-width: 600px;
margin-right: 12px;
float: left;
}
/** small screens **/
@media screen and (max-width: 600px), (max-device-width:480px) {
body { font-size: 32px; margin-left: 70px; }
header { padding-left: 70px; }
header ul, header h1 { text-align: center; }
header ul { padding-left: 140px; }
.timeline { float: none; max-width: 90%; text-align: center;}
#google-calendar iframe { display: none; }
}