forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.css
More file actions
140 lines (117 loc) · 1.92 KB
/
codeception.css
File metadata and controls
140 lines (117 loc) · 1.92 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
.main-features {
margin-top: 10px;
}
body {
background: url("/images/bg.png") transparent !important;
}
body .navbar .navbar-inner {
background: url("/images/head_bg.png") repeat-x #656270 !important;
}
body .hero-unit {
background: none;
padding: 60px 0;
border-radius: 0px;
}
body h1, body h2, body h3, body h3 {
font-family: "Philosopher", "Open Sans","Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif
}
body .hero-unit h1 {
color: #656270;
}
#page h4 {
border-bottom: 1px solid #656270;
}
.sample-code {
font-family: monospace;
font-size: 17px;
line-height: 150%;
}
.sample-code .string {
color: #468847;
}
.sample-code .method {
color: #488BA8;
}
pre code {
font-size: 15px;
white-space: pre !important;
word-wrap: normal !important;
}
body #page code {
font-size: 15px;
white-space: pre;
}
body .highlight pre {
background: #333;
white-space: pre;
overflow-x: scroll;
}
body .page {
font-size: 1.3em;
line-height: 150%;
margin: 1.5em 0;
}
body b {
color: #666;
}
#contributors a {
margin-right: 5px;
margin-bottom: 5px;
float: left;
}
#contributors a img {
border-radius: 5px;
}
#toc ul {
margin: 0;
list-style: none;
border-radius: 5px;
background: #eee;
padding: 10px;
}
#toc ul li {
margin-bottom: 3px;
}
#toc .toc {
}
#toc a {
padding: 5px;
width: 100%;
font-size: 1.2em;
}
#footer {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #807A84;
background: #CAC7D6;
}
#copyright {
height: 25px;
color: #fff;
font-weight: bold;
font-size: 0.9em;
text-align: center;
padding-top: 10px;
background: url("/images/footer_c.png") repeat-x;
}
body .dropdown-modules {
min-width: 300px;
}
body .dropdown-modules li a {
float: left;
clear: none;
width: 110px;
}
.follow {
padding: 13px 0;
}
#gs_tti0 {
padding: 0px !important;
}
.gsc-control-cse {
background: transparent !important;
border: none !important;
}
.links a {
color: #666;
}