FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeception.github.com/css/codeception.css at master · codemedic/codeception.github.com · GitHub
codemedic
/
codeception.github.com
Public
forked from
Codeception/codeception.github.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
codeception.github.com
/
css
/
codeception.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
322 lines (266 loc) · 4.42 KB
Breadcrumbs
codeception.github.com
/
css
/
codeception.css
Copy path
File metadata and controls
322 lines (266 loc) · 4.42 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
@import
url
(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
.
navbar
{
margin-bottom
:
0
;
}
.
main-features
{
margin-top
:
10
px
;
}
body
{
background
:
#
ecf0f1
;
/** url("/images/bg.png") transparent !important; */
word-wrap
:
break-word;
/* IE */
overflow-wrap
:
break-word;
/* CSS3 */
}
body
.
navbar
.
nav-custom
{
background
:
#
042943
;
border-bottom
:
1
px
solid
#
1D3E55
;
border
:
0
px
;
border-radius
:
0
px
;
}
body
.
navbar-brand
img
{
height
:
50
px
;
margin-left
:
8
px
;
}
body
.
nav-custom
.
navbar-nav
>
li
>
a
{
color
:
#
CCD4D9
;
font-size
:
13
px
;
font-weight
:
600
;
}
body
.
nav-custom
.
navbar-brand
{
padding
:
0
;
}
body
.
hero-unit
{
/*background: url('/images/geometry.png');*/
background
:
rgba
(
255
,
255
,
255
,
0.7
);
text-align
:
center;
padding
:
3.5
em
;
border-radius
:
0
px
;
margin-bottom
:
20
px
;
}
body
h1
,
body
h2
,
body
h3
,
body
h3
{
font-family
:
"Open Sans"
,
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif;
color
:
#
45414B
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-weight
:
bold;
}
#
page
h4
{
border-bottom
:
1
px
solid
#
656270
;
}
.
sample-code
{
font-family
:
monospace;
font-size
:
17
px
;
line-height
:
150
%
;
}
.
sample-code
.
string
{
color
:
#
468847
;
}
.
sample-code
.
method
{
color
:
#
488BA8
;
}
pre
code
{
font-size
:
15
px
;
white-space
:
pre
!important
;
word-wrap
:
normal
!important
;
}
body
#
page
code
{
font-size
:
15
px
;
white-space
:
pre;
}
body
.
highlight
pre
{
background
:
#
333
;
white-space
:
pre;
overflow-x
:
scroll;
}
body
.
page
{
font-size
:
1.2
em
;
line-height
:
150
%
;
padding
:
2
em
;
padding-top
:
1
em
;
background
:
#
fff
;
margin-bottom
:
1.5
em
;
border-radius
:
5
px
;
}
body
.
page
p
{
margin-top
:
0.75
em
;
margin-bottom
:
0.75
em
;
}
body
b
{
color
:
#
666
;
}
#
contributors
a
{
margin-right
:
5
px
;
margin-bottom
:
5
px
;
float
:
left;
}
#
contributors
a
img
{
border-radius
:
5
px
;
}
#
toc
ul
{
margin
:
0
;
list-style
:
none;
border-radius
:
5
px
;
background
:
#
eee
;
padding
:
10
px
;
}
#
toc
ul
li
{
margin-bottom
:
3
px
;
}
#
toc
.
toc
{
}
#
toc
a
{
padding
:
5
px
;
width
:
100
%
;
font-size
:
1.2
em
;
}
#
footer
{
margin-top
:
10
px
;
padding-top
:
10
px
;
border-top
:
1
px
solid
#
807A84
;
background
:
#
bdc3c7
;
}
#
copyright
{
height
:
35
px
;
color
:
#
fff
;
font-weight
:
bold;
font-size
:
0.9
em
;
text-align
:
center;
padding
:
10
px
0
;
background
:
#
2980b9
;
}
body
.
dropdown-modules
{
min-width
:
300
px
;
}
body
.
dropdown-modules
li
a
{
float
:
left;
clear
:
none;
width
:
110
px
;
}
#
gs_tti0
{
padding
:
0
px
!important
;
}
.
gsc-control-cse
{
background
:
transparent
!important
;
border
:
none
!important
;
}
.
links
a
{
color
:
#
666
;
}
p
img
{
max-width
:
100
%
;
}
ul
.
navbar-collapse
{
max-height
:
none;
}
ul
.
navbar-nav
{
margin
:
0
-15
px
;
}
// .row.home{
// padding-top:225px;
// }
// .row.home.no-padding-top{
// padding-top:0px;
// }
// .row.home-btns{
// margin-top:40px;
// margin-bottom:40px;
// }
.
well
.
dark
{
background
:
#
042943
;
background
:
rgba
(
0
,
0
,
0
,
0.2
);
border
:
0
px
;
}
.
well
.
dark
p
{
color
:
#
ccc
;
}
.
well
.
dark
p
b
{
color
:
#
eee
;
}
#
home-hero
{
height
:
600
px
;
background
:
#
042943
no-repeat center center;
background-image
:
url(..
/
images/home-bg.jpg);
background-size
:
cover;
text-align
:
center;
padding-top
:
80
px
;
}
#
home-hero
h1
{
color
:
#
fff
;
font-size
:
56
px
;
font-weight
:
bold;
padding-top
:
35
px
;
text-shadow
:
#
000
1
px
2
px
5
px
;
}
#
home-hero
img
{
position
:
relative;
top
:
-8
px
;
}
#
home-hero
p
.
lead
{
color
:
#
fff
;
font-weight
:
bold;
font-style
:
italic;
}
@media
screen
and
(
max-width
:
1260
px
) {
.
follow
{
display
:
none;
}
}
@media
screen
and
(
max-width
:
992
px
) {
.
well
.
dark
{
background
:
#
fff
;
}
.
well
.
dark
p
{
color
:
#
888
;
}
.
well
.
dark
p
b
{
color
:
#
333
;
}
.
row
.
home-btns
{
margin-bottom
:
20
px
;
}
ul
{
padding-left
:
20
px
;
}
}
@media
screen
and
(
max-width
:
767
px
) {
#
home-hero
{
height
:
500
px
;
padding-top
:
0
;
}
.
menu
li
{
clear
:
both;
}
}
@media
screen
and
(
min-width
:
1030
px
) {
.
navbar-collapse
.
collapse
{
display
:
block
!important
;
height
:
auto
!important
;
padding-bottom
:
0
;
overflow
:
visible
!important
;
}
}
#
searchable
{
margin-top
:
20
px
;
}
#
searchable
.
search
{
width
:
100
%
;
height
:
45
px
;
color
:
#
888
;
text-indent
:
16
px
;
border-radius
:
24
px
;
border
:
1
px
solid
#
ddd
;
box-shadow
:
inset
0
1
px
1
px
#
ccc
;
transition
:
border-color ease-in-out
0.15
s
,
box-shadow ease-in-out
0.15
s
;
outline
:
none;
}
#
searchable
::
after
{
font-family
:
"FontAwesome"
;
content
:
"\f002"
;
color
:
#
ccc
;
position
:
absolute;
top
:
34
px
;
right
:
40
px
;
}
.
fill-thanks
{
padding-top
:
200
px
;
padding-bottom
:
200
px
;
}
Back
|
FazBrowse Home
|
New Git URL