$lineheight: 20px;
$typeheight: 14px;
+$offwhite: #f4f4ff;
+$blue: #7092FF;
+$grey: #AAA;
+$hovercolor: 20%;
+
/* Styles common to large and small screens */
/* Minimal CSS reset */
.deemphasize {
color: #999;
a {
- color: #7092FF;
+ color: $blue;
}
}
position: relative;
padding: $lineheight/2 $lineheight;
z-index: 9999;
- background: #F4F4FF;
+ background: $offwhite;
border-bottom: 1px solid #ccc;
}
h4 {
.content-heading {
position: relative;
padding: $lineheight;
- background: #F4F4FF;
+ background: $offwhite;
h1, h2 {
margin-bottom: $lineheight/2;
line-height: 100%;
float: left;
}
#decline {
- background: #AAA;
+ background: $grey;
&:hover {
- background: #777;
+ background: darken($grey, $hovercolor);
}
}
}
margin-bottom: $lineheight;
}
#contributorGuidance {
- background-color: #f4f4ff;
+ background-color: $offwhite;
border-radius: 4px;
-moz-border-radius: 4px;
}
min-width: 120px;
margin-bottom: $lineheight/2;
color: white;
- background: #7092FF;
+ background: $blue;
text-align: center;
border-radius: 2px;
-moz-border-radius: 2px;
&:hover {
- background: blue;
+ background: darken($blue, $hovercolor);
text-decoration: none;
}
&:last-child {
.table0,
.item0 {
- background: #F4F4FF;
+ background: $offwhite;
}
.table1,
img {
padding: $lineheight;
- background-color: #f4f4ff;
+ background-color: $offwhite;
display: block;
max-width: 100%;
margin: auto;
}
blockquote {
- border-left: $lineheight solid #f4f4ff;
+ border-left: $lineheight solid $offwhite;
padding-left: $lineheight;
margin: 0;
color: #7E7E7E;
.richtext_preview {
display: inline-block;
padding: $lineheight;
- background-color: #f4f4ff;
+ background-color: $offwhite;
overflow-x: auto;
&.loading {