Commit 78f83925 by Kyle Fiedler

added styles from old handouts

parent 442d0691
...@@ -59,11 +59,21 @@ div.info-wrapper { ...@@ -59,11 +59,21 @@ div.info-wrapper {
border-right: 0; border-right: 0;
border-left: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3;
h1 { header {
padding: lh(.5) lh();
font-size: 18px;
margin: 0 ;
@extend .bottom-border; @extend .bottom-border;
padding: lh(.5) lh(.75);
h1 {
font-size: 18px;
margin: 0 ;
}
p {
margin-bottom: 0;
margin-top: 4px;
font-size: 12px;
color: #666;
}
} }
ol { ol {
...@@ -73,25 +83,42 @@ div.info-wrapper { ...@@ -73,25 +83,42 @@ div.info-wrapper {
@include box-shadow(0 1px 0 #eee); @include box-shadow(0 1px 0 #eee);
border-bottom: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3;
@extend .clearfix; @extend .clearfix;
padding: 7px lh(.75);
&:hover {
background-color: #e9e9e9;
}
h3 {
border-bottom: 0;
text-transform: uppercase;
font-weight: bold;
color: #999;
@include box-shadow(none);
font-size: 12px;
}
p { p {
padding: 7px lh();
margin: 0; margin: 0;
text-transform: none; text-transform: none;
letter-spacing: 0; letter-spacing: 0;
font-size: $body-font-size; font-size: $body-font-size;
&:hover {
background: #efefef;
}
a { a {
display: inline; padding-right: 8px;
padding: 0;
&:before {
content: "•";
@include inline-block();
padding-right: 8px;
color: #ccc;
}
&:hover { &:first-child {
text-decoration: underline; &:before {
background: none; content: "";
padding-right: 0;
}
} }
} }
} }
...@@ -99,12 +126,11 @@ div.info-wrapper { ...@@ -99,12 +126,11 @@ div.info-wrapper {
a { a {
@include transition(); @include transition();
color: lighten($text-color, 10%); color: lighten($text-color, 10%);
display: block;
padding: 7px lh();
text-decoration: none; text-decoration: none;
@include inline-block();
&:hover { &:hover {
background: #efefef; color: $mit-red;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment