forked from Robdel12/DropKick
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.css
More file actions
149 lines (131 loc) · 2.09 KB
/
Copy pathexample.css
File metadata and controls
149 lines (131 loc) · 2.09 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
138
139
140
141
142
143
144
145
146
147
148
149
/* This file is a mess and i dont care about it...get out of here! */
* {
margin: 0;
padding: 0;
}
body {
background-color: #F4EAD5;
color: #556270;
font-family: 'Helvetica', Arial, sans-serif;
font-size: 100%;
line-height: 1.5;
}
.group:before,
.group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.part p {
clear: left;
margin-bottom: 1.5em;
}
.gist {
font-weight: normal;
text-shadow: none;
}
.gist a {
color: #556270!important
}
.gist-file {
border: none!important;
}
.gist-meta {
background-color: transparent!important;
font-size: 10px!important;
}
.gist-data {
background-color: transparent!important
}
.gist-highlight .line {
color: #999!important;
}
.gist-highlight .nt,
.gist-highlight .na {
color: #556270!important;
}
.gist-highlight .s {
color: #C44D58!important;
}
.gist-highlight .nx {
color: #3B2D38!important;
}
code {
background-color: #fff;
border-bottom: 1px dotted #ccc;
}
.part {
border-bottom: 1px solid #ccc;
margin: 0 auto 30px auto;
padding: 0 0 10px;
width: 600px;
}
.header {
background-color: #F4EAD5;
width: 100%;
}
.header h1 {
color: #E94E77;
}
.header h1 span {
color: #556270;
}
ul {
list-style: none;
}
.header_inner {
margin: 0 auto;
padding: 50px;
width: 600px;
}
.header_inner h1 {
float: left;
}
.example {
background-color: rgba(255, 255, 255, .5);
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
padding: 18px;
}
.example .gist-data {
font-size: 12px!important;
}
fieldset {
border: none;
}
fieldset legend {
font-size: 14px;
font-weight: bold;
}
.how_to_use p {
margin-bottom: 18px;
}
h1 {
font-family: "Corben", Helvetica, Arial, sans-serif;
}
h1 span,
h2 {
font-family: 'Helvetica', arial, serif;
}
h1,
h2 {
margin-bottom: 0;
padding: 0;
}
h2 {
color: #556270;
font-size: 18px;
margin-bottom: 18px;
}
h1 span {
display: block;
font-size: 16px;
}
.dk_container {
margin-right: 10px;
}