site: Font size adjustments throughout.
This commit is contained in:
parent
4663e609ec
commit
7e8d0538aa
1 changed files with 6 additions and 6 deletions
|
@ -12,6 +12,7 @@ p, h1, h2, h3, h4, h5, h6, #mainContent ul, #mainContent ol {
|
||||||
body {
|
body {
|
||||||
/* font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif; */
|
/* font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif; */
|
||||||
font-family: "Lucida Sans Unicode", "Lucida Grande", "Verdana", "FreeSans", sans-serif;
|
font-family: "Lucida Sans Unicode", "Lucida Grande", "Verdana", "FreeSans", sans-serif;
|
||||||
|
font-size: large;
|
||||||
}
|
}
|
||||||
|
|
||||||
a { text-decoration: none; color: #557733; }
|
a { text-decoration: none; color: #557733; }
|
||||||
|
@ -183,7 +184,6 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
margin-left: 225px;
|
margin-left: 225px;
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
font-size: medium;
|
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
line-hight: 1.25em;
|
line-hight: 1.25em;
|
||||||
}
|
}
|
||||||
|
@ -235,7 +235,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
}
|
}
|
||||||
#container #sidebar h2 {
|
#container #sidebar h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 150%;
|
font-size: 1.25em;
|
||||||
margin: 1.5em 0 0.8em 0;
|
margin: 1.5em 0 0.8em 0;
|
||||||
}
|
}
|
||||||
#container #sidebar hr {
|
#container #sidebar hr {
|
||||||
|
@ -262,7 +262,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
.column h2 a { text-decoration: none; color: #000000; }
|
.column h2 a { text-decoration: none; color: #000000; }
|
||||||
.column h2 a:hover { text-decoration: underline; }
|
.column h2 a:hover { text-decoration: underline; }
|
||||||
|
|
||||||
@media all and (min-width: 90em) {
|
@media all and (min-width: 78em) {
|
||||||
.column:nth-child(odd) {
|
.column:nth-child(odd) {
|
||||||
clear: both;
|
clear: both;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -283,7 +283,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
|
|
||||||
span.continued {
|
span.continued {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: .83em;
|
font-size: .9em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
@ -291,7 +291,7 @@ span.continued {
|
||||||
|
|
||||||
p.date {
|
p.date {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: .83em;
|
font-size: .9em;
|
||||||
margin-bottom: .3em;
|
margin-bottom: .3em;
|
||||||
margin-top: .3em;
|
margin-top: .3em;
|
||||||
}
|
}
|
||||||
|
@ -467,7 +467,7 @@ dd {
|
||||||
padding: .7em .7em .7em .7em;
|
padding: .7em .7em .7em .7em;
|
||||||
}
|
}
|
||||||
.fundraiser-top-text em {
|
.fundraiser-top-text em {
|
||||||
font-size: 120%;
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* These vido controls are based on the fact that our videos often appear on
|
/* These vido controls are based on the fact that our videos often appear on
|
||||||
|
|
Loading…
Reference in a new issue