Font, typography, correct footer image
This commit is contained in:
parent
74c8729f17
commit
3f6621e00c
14 changed files with 1150 additions and 1 deletions
|
|
@ -5,16 +5,46 @@ body {
|
|||
background-repeat: both;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
a:hover, a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
a:hover, a:focus {
|
||||
color: darken($cccsBlue, 15%);
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 { line-height: $baseLineHeight * 1.5; }
|
||||
|
||||
h1 { font-size: $baseFontSize * 2; }
|
||||
h2 { font-size: $baseFontSize * 1.5; }
|
||||
h3 { font-size: $baseFontSize * 1.25; }
|
||||
h4 { font-size: $baseFontSize * 1.25; }
|
||||
h5 { font-size: $baseFontSize; }
|
||||
h6 { font-size: $baseFontSize * 0.85; }
|
||||
|
||||
h1 small { font-size: $baseFontSize * 1.75; }
|
||||
h2 small { font-size: $baseFontSize * 1.25; }
|
||||
h3 small { font-size: $baseFontSize; }
|
||||
h4 small { font-size: $baseFontSize; }
|
||||
|
||||
#footer {
|
||||
#footerimage {
|
||||
text-align: right;
|
||||
border-bottom: 3px;
|
||||
border-bottom-color: $cccsGreen;
|
||||
border-bottom-style: solid;
|
||||
padding-right: 12px;
|
||||
}
|
||||
footer {
|
||||
margin-left: -$mainPadding;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue