Skip to content

Commit

Permalink
Front page styling changes to sidebar width and font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Ball committed Apr 3, 2011
1 parent 988b825 commit bd5efe6
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 113 deletions.
37 changes: 22 additions & 15 deletions themes/magneticfield/sass/screen.scss
Expand Up @@ -214,6 +214,8 @@ body.bp p {
width: 70%;
background-color: #333;
@include rounded_corners;
margin-right: 10px;
width: 640px;
padding: 15px 10px;
.spotlight {
display: inline-block;
Expand All @@ -238,9 +240,9 @@ body.bp p {
#body_content_right {
float: left;
display: inline-block;
margin-left: 10px;
padding: 10px;
width: 180px;
margin-left: 0px;
padding: 10px 5px 10px 10px;
width: 205px;
background-color: #333;
color: #eee;
@include rounded_corners;
Expand Down Expand Up @@ -282,11 +284,6 @@ body.bp p {

}

#body_content_left {
width: 640px;
margin-right: 20px;
}

#body_content.no_body_content_right #body_content_left {

width: 870px;
Expand Down Expand Up @@ -446,12 +443,12 @@ body.bp #event_gallery {
}

body.bp #body_content_right {
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }
h1,h2,h3,h4,h5,h6 { font-weight:bold; }
margin-bottom: 40px;
}
Expand Down Expand Up @@ -496,8 +493,18 @@ body.bp {
padding-bottom: 4px;
border-bottom: #ccc 1px dotted;
line-height: 14px;
font-size: 14px;
a { color: white; text-decoration: none; }
.event_date {
font-size: 12px;
}
.event_title {
display: block;
}
.event_title:hover {
color: $header_color;
}
}
}
.side_body p { font-size: 11px; }
.side_body p { font-size: 12px; }
}

0 comments on commit bd5efe6

Please sign in to comment.