-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
115 lines (105 loc) · 2.04 KB
/
style.css
File metadata and controls
115 lines (105 loc) · 2.04 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
html {
color: #444;
font-family: "Helvetica Neue", helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.5;
background-color: #fff; }
h1 {
margin: 0;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 38px;
text-transform: uppercase;
font-weight: normal; }
a {
color: inherit;
font-weight: bold; }
a:hover { color: #999; }
ul {
display: table;
padding: 0 0 1em 1.5em;
font-family: monospace; }
li {
list-style: none;
float: left;
width: 330px;
margin-bottom: .5em; }
li .hover { margin-left: -4px; }
li img {
vertical-align: middle;
height: 22px;
width: 22px; }
pre,
code {
background-color: #444;
border-radius: 5px;
color: #fff;
}
pre {
padding: 10px;
}
code {
padding: 3px 4px;
}
pre > code {
padding: 0;
}
#content {
margin: 0 auto;
padding: 0 30px; }
#header {
max-width: 80%;
overflow: hidden;
zoom: 1;
position: relative;
border-bottom: 1px solid rgba(0,0,0,.1);
padding: 10px 0 7px 0; }
.search {
position: absolute;
top: 18px;
right: 0;
padding: 5px 15px;
font: inherit;
border-radius: 20px;
border: 1px solid rgba(0,0,0,.2); }
.search:focus {
outline: none;
border-color: rgba(82, 168, 236, 0.8);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.3); }
.search:-moz-placeholder { color: #a1a1a1; }
@media screen and (max-width: 640px) {
.search {
position: relative;
top: 0; }
}
#flash-test {
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 1px; }
#github {
position: absolute;
top: 0;
right: 0;
border: 0; }
.jnotify-container {
position: fixed;
top: 1em;
right: 1em;
z-index: 999; }
.jnotify-notification {
position: relative;
margin-bottom: .5em; }
.jnotify-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.33);
border-radius: 10px; }
.jnotify-message {
position: relative;
padding: .5em 1em;
color: #fff;
font: inherit; }