You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/assets/stylesheets/main.css.scss

130 lines
1.8 KiB
SCSS

.clear {
clear: both;
display: block;
visibility: hidden;
}
// color pallette: http://www.colourlovers.com/palette/580974/Adrift_in_Dreams
$color1: #00A0B0;
$color2: #6A4A3C;
$color3: #CC333F;
$color4: #EB6841;
$color5: #EDC951;
body {
background-color: #f0f0f0;
margin: 0;
padding: 0;
}
body, div, p {
font-family: arial, helvetica;
font-size: 14px;
}
header {
background-color: $color5;
height: 40px;
nav {
height: 100%;
h1 {
height: 100%;
float: left;
background-color: black;
font-family: 'Trebuchet MS';
font-size: 26px;
padding-right: 10px;
a {
color: white;
vertical-align: middle;
margin: 6px 0 0 0;
display: block;
}
}
ul {
li {
display: inline-block;
height: 100%;
font-weight: bold;
a {
color: white;
}
}
}
ul#session-info {
list-style: none;
height: 100%;
float: right;
background-color: $color1;
li {
// color: #eee;
margin-right: 20px;
}
.avatar {
height: 100%;
}
}
ul#navigation {
list-style: none;
height: 100%;
float: right;
background-color: $color3;
}
}
}
a {
text-decoration: none;
color: $color2;
}
p {
margin-bottom: 20px;
}
// a.logout {
// background-image: url(image-path("logout.png"));
// background-repeat: no-repeat;
// }
.flash {
vertical-align: middle;
padding: 10px 0 10px 10px;
font-weight: bold;
}
.flash#notice {
color: black;
background-color: white;
}
.flash#alert {
color: red;
background-color: white;
}
h2 {
// color: #3e3e3e;
color: $color3;
font-family: monospace;
font-size: 20px;
padding: 15px 0px 30px 0px;
}
#content {
width: 960px;
text-align: left;
font-size: 12px;
padding: 20px;
}