-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (62 loc) · 1.38 KB
/
style.css
File metadata and controls
72 lines (62 loc) · 1.38 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
.hero-unit {
padding-top: 20px;
padding-bottom: 20px;
}
#examples.row > .row {
margin-left: 0px;
}
#githubRibbon {
position: absolute;
top: 0;
right: 0;
border: 0;
}
h1 {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.container > .row {
margin-bottom: 20px;
}
#header {
float: left;
}
#logo {
float: right;
}
pre, code {
font-family: 'Ubuntu Mono', Monaco, Consolas, monospace;
font-size: 14px;
}
pre {
padding: 8px !important;
background-color: #222;
color: #fff;
-webkit-box-shadow: 0px 1px 6px 0px #000 inset;
-moz-box-shadow: 0px 1px 6px 0px #000 inset;
box-shadow: 0px 1px 6px 0px #000 inset;
border-radius: 5px;
border: 0 !important;
overflow: hidden;
line-height: 1.2em;
margin: 10px 0;
}
a.button {
margin: 20px 5px;
text-decoration: none;
padding: 5px 10px;
background-color: #0054a6;
-webkit-box-shadow: inset 0px 0px 10px rgba(255,255,255,0.20), inset 0px 1px 0px rgba(255,255,255,0.10);
-moz-box-shadow: inset 0px 0px 10px rgba(255,255,255,0.20), inset 0px 1px 0px rgba(255,255,255,0.10);
box-shadow: inset 0px 0px 10px rgba(255,255,255,0.20), inset 0px 1px 0px rgba(255,255,255,0.10);
border: 1px solid #0054a6;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #fff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.20);
}
a.button:hover {
background-color: #004c95;
color: #ddd;
}