Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Spacing & Calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Jul 30, 2014
1 parent 8f1dba5 commit 9a41a8e
Show file tree
Hide file tree
Showing 12 changed files with 325 additions and 117 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .sass-cache/d1a548f5ef9f2ce138ebbc3eb924a26f1716968b/style.scssc
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion _notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="blue-var.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488217700" remote="602446763927119302" Dst="-1" /><file name="blue.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488216944" remote="602446763927119302" Dst="-1" /><file name="color.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488216632" remote="602446763927119302" Dst="-1" /><file name="config.rb" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488270627" remote="602446763927119302" Dst="-1" /><file name="functions.php" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488358357" remote="602446763927119303" Dst="-1" /><file name="README.md" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3486550966" remote="602446763927119303" Dst="-1" /><file name="screenshot.png" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3487681623" remote="602446763927119303" Dst="-1" /><file name="style.css" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3489493863" remote="602446763927630695" Dst="-1" /></dwsync>
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="blue-var.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488217700" remote="602446763927119302" Dst="-1" /><file name="blue.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488216944" remote="602446763927119302" Dst="-1" /><file name="color.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488216632" remote="602446763927119302" Dst="-1" /><file name="config.rb" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488270627" remote="602446763927119302" Dst="-1" /><file name="functions.php" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488358357" remote="602446763927119303" Dst="-1" /><file name="README.md" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3486550966" remote="602446763927119303" Dst="-1" /><file name="screenshot.png" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3487681623" remote="602446763927119303" Dst="-1" /><file name="style.css" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3489522861" remote="602446763927659695" Dst="-1" /></dwsync>
Expand Down
67 changes: 62 additions & 5 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@

@import "variables.scss";

$uc-ecw-month-bg: #f5f5f5;
$uc-ecw-month-color: #2e77b0;
$uc-ecw-day-bg: #f5f5f5;
$uc-ecw-day-color: #454545;

$footers-border-color: #bd2429;
$footers-border-width: 1px 0 0 0;

$footers-margin: 0;
$footers-bg: #d5d5d5;
$footers-link-color: #5a595a;
$footers-link-hover: #343434;


@import "../../cornerstone/style.scss";


Expand All @@ -23,7 +37,6 @@
}

#masthead {
margin-bottom:30px;

background: #142548;
background: -moz-linear-gradient(top, #142548 0%, #071839 100%);
Expand Down Expand Up @@ -151,18 +164,62 @@
font-weight:normal;
}
}

}

.uc-cal-event-month {
padding-bottom:0!important;
padding-top:.6em!important;
}
.uc-cal-event-day {
padding-top:.3em!important;
}



#main {
border:1px solid #eee;
}

#content {
.page {
padding-top:30px;
padding-bottom:4em;

h1 {
color:#ac0000;
border-bottom:1px solid #ddd;
padding-bottom:.5em;
font-weight:normal;
margin-top:2.5em;
}
.entry-header h1 {
margin-top:20px;
}
h2 {
margin-top:2.5em;
margin-bottom:1em;
}
h1 + h2 {
margin-top:1em;
}

}
}
.col-sm-12 .page {
padding-left:4em;
padding-right:4em;
}



#page-home {
padding-top:30px;
}





#mega-footer, #footer {
border-top:1px solid #c8c8c8;
}
#mega-footer+#footer {
border-top:none;
}
21 changes: 21 additions & 0 deletions sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,27 @@ $widget-head-border-width: 0;
$widget-head-size: 150%;
$widget-head-color: #4d628c;


$font-size-base: 14px !default;

$font-size-h1: ceil(($font-size-base * 1.7));
$font-size-h2: floor(($font-size-base * 1.5)) !default; // ~30px
$font-size-h3: ceil(($font-size-base * 1.4)) !default; // ~24px
$font-size-h4: ceil(($font-size-base * 1.25)) !default; // ~18px
$font-size-h5: $font-size-base !default;
$font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
/*
$font-size-h2:
$font-size-h3:
$font-size-h4:
$font-size-h5:
$font-size-h6:
/**/
$headings-font-weight: 500;




$link-color: #388ac3;
$link-hover-color: darken($link-color, 15%) !default;

Expand Down
Loading

0 comments on commit 9a41a8e

Please sign in to comment.