2014-10-04 17:16:27 +02:00
|
|
|
// Body
|
2014-10-09 16:05:26 +02:00
|
|
|
#big-title {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.github-fork-ribbon-wrapper {
|
|
|
|
position: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media(max-width: 850px){
|
|
|
|
.github-fork-ribbon-wrapper {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-10-04 10:11:08 +02:00
|
|
|
.container {
|
2014-10-07 10:56:22 +02:00
|
|
|
max-width: 40em;
|
2014-10-07 10:21:07 +02:00
|
|
|
margin-bottom: 1.5em;
|
2014-10-04 10:11:08 +02:00
|
|
|
}
|
|
|
|
|
2014-10-04 17:16:27 +02:00
|
|
|
.close {
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Loading and spinner
|
2014-10-04 10:34:13 +02:00
|
|
|
#spinner {
|
|
|
|
position: fixed;
|
|
|
|
right: 1em;
|
|
|
|
top: 1em;
|
|
|
|
}
|
|
|
|
|
2014-10-04 10:40:16 +02:00
|
|
|
#loading {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
2014-10-06 12:50:24 +02:00
|
|
|
.notification-area {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2014-10-06 17:14:26 +02:00
|
|
|
// Home
|
|
|
|
|
|
|
|
#new, #btns {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2014-10-04 17:16:27 +02:00
|
|
|
// Editor
|
2014-10-06 08:42:31 +02:00
|
|
|
|
|
|
|
#title {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
#editor {
|
|
|
|
margin-top: 1em;
|
2014-10-08 21:21:12 +02:00
|
|
|
margin-bottom: 1em;
|
2014-10-04 10:11:08 +02:00
|
|
|
}
|
2014-10-04 17:16:27 +02:00
|
|
|
|
2014-10-06 10:28:05 +02:00
|
|
|
// Viewer
|
|
|
|
|
|
|
|
#tools {
|
2014-10-06 12:50:24 +02:00
|
|
|
margin-top: 0.5em;
|
2014-10-06 10:28:05 +02:00
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2014-10-06 12:50:24 +02:00
|
|
|
#src {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2014-10-06 17:14:26 +02:00
|
|
|
// Sign up and Sign in
|
2014-10-04 17:16:27 +02:00
|
|
|
#signup-container, #signin-container {
|
2014-10-06 17:14:26 +02:00
|
|
|
#mail { margin-top: 2em; margin-bottom: 1em }
|
2014-10-04 17:16:27 +02:00
|
|
|
#pw {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
}
|
2014-10-06 17:14:26 +02:00
|
|
|
|
|
|
|
#signup-container {
|
|
|
|
#pw {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Profile
|
|
|
|
|
|
|
|
#profile-tools {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
2014-10-08 21:38:32 +02:00
|
|
|
a {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2014-10-06 17:14:26 +02:00
|
|
|
}
|
2014-10-07 10:21:07 +02:00
|
|
|
|
|
|
|
.label {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|