-
Notifications
You must be signed in to change notification settings - Fork 22
/
asteroid.css
209 lines (196 loc) · 3.39 KB
/
asteroid.css
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
/* CSS declarations go here */
body {
padding-top:41px;
padding-bottom: 40px;
background-image: url('/img/grid-18px-masked.png');
background-repeat: repeat;
}
.marketing .bs-icon {
float:left;
margin:15px 7px 0 0;
}
.hero-unit {
background-image: url('/img/graphy.png');
background-repeat: repeat;
background-position: 1px;
}
.loader {
margin-top: 150px;
margin-bottom: 150px;
}
/* Forms in navbar user menu */
.user-form {
margin: 10px 10px 2px 10px;
}
.user-form .btn-primary {
width: 100%;
padding-bottom:0px;
height: 2.5em;
}
.user-form .extra-links .btn {
margin: 2px 0px 0px 0px;
padding-bottom: 0px;
font-size: 75%;
line-height: 1em;
}
.user-form .more-logins hr {
margin: 5px 0px;
}
.user-form .more-logins p {
margin-bottom: 0px;
}
.user-form .more-logins button{
width: 30%;
}
/* Dashboard */
.dashboard td {
vertical-align: baseline;
}
body #logModal {
width: 80%; /* desired relative width */
left: 10%; /* (100%-width)/2 */
margin: auto auto auto auto; /* place center */
}
pre.log {
text-align: left;
font-size: 10px;
line-height: 10px;
}
/* Editor page */
.CodeMirror {
background-color: white;
border-radius: 3px;
border: solid 1px #eee;
height: auto;
}
.CodeMorror-scroll {
overflow-y: hidden;
overflow-x: auto;
}
.editor-toolbar {
margin-top: 10px;
margin-bottom: 10px;
}
.editor-toolbar p {
}
.editor-toolbar .editor-saved {
line-height: 2;
margin-right: 1em;
}
#code-editor {
min-height: 100px;
margin-bottom: 20px;
}
/* Learn list */
.learn-thumbnail div.img-container {
height: 180px;
text-align: center;
}
.learn-thumbnail img {
max-height: 100%;
max-width: 100%;
}
.learn-thumbnail h1 {
margin: 5px;
min-height: 50px;
font-size: 18px;
line-height: 24px;
color: #333333;
text-decoration: none;
}
.learn-thumbnail p {
margin: 5px;
min-height: 60px;
}
.learn-thumbnail a:link {
text-decoration: none;
}
.learn-thumbnail a:visited {
text-decoration: none;
}
.learn-thumbnail a:active {
text-decoration: none;
}
.learn-thumbnail a:hover {
text-decoration: none;
}
/* Learn page */
.learn-content h1 {
font-size: 24px;
}
.learn-content h2 {
font-size: 18px;
}
.learn-content h3 {
font-size: 16px;
}
.learn-content h4 {
font-size: 15px;
}
.learn-content h5 {
font-size: 14px;
}
.learn-content h6 {
font-size: 14px;
}
.btn-deploy {
margin: 20px 0px 20px 0px;
width: 100%;
}
.prerequisite img {
margin-left: 10px;
width: 64px;
}
.votes-box {
float: right;
margin-top: 16px;
}
#connectToDeployModal p {
margin-top: 50px;
margin-bottom: 50px;
}
/* Learn page editor */
.learn-editor .nav-tabs {
margin-top: 50px;
}
.learn-editor input {
width: 100%;
}
.learn-editor textarea {
width: 100%;
}
.learn-editor textarea[name='content'], .learn-editor textarea[name='code']{
height: 320px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
line-height: 20px;
}
.help-fancyLink {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
button[name='addPrereq'] {
margin: 80px 0px 80px 0px;
}
.edit-prereq fieldset {
margin-bottom: 50px;
width: 80%;
}
.edit-prereq .control-label {
width: 90px;
}
.edit-prereq .controls {
margin-left: 100px;
}
/* Error page */
.error-row {
margin: 100px 0px 100px 0px;
}
.error-code {
line-height: 200px;
font-size: 120px;
font-weight: bold;
}
.error-reason {
font-size: 20px;
font-weight: bold;
}