Changeset - 7e8d0538aa15
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-11-17 16:35:22
brett@sfconservancy.org
site: Font size adjustments throughout.
1 file changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -9,12 +9,13 @@ p, h1, h2, h3, h4, h5, h6, #mainContent ul, #mainContent ol {
 
  margin-bottom: 1em;
 
}
 

	
 
body {
 
/*  font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif; */
 
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Verdana", "FreeSans", sans-serif;
 
  font-size: large;
 
}
 

	
 
a { text-decoration: none; color: #557733; }
 
a:hover { text-decoration: underline; color: #577632; }
 

	
 
.toggle-control  {
...
 
@@ -180,13 +181,12 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
    overflow: hidden;
 
}
 
#container #mainContent {
 
    background: #ffffff;
 
    margin-left: 225px;
 
    margin-right: 50px;
 
    font-size: medium;
 
    max-width: 1000px;
 
    line-hight: 1.25em;
 
}
 
#container #sidebar {
 
    width: 200px;
 
    float: left;
...
 
@@ -232,13 +232,13 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
    background: -webkit-linear-gradient(bottom, #fff, #eaf1f1);
 
    background: linear-gradient(to top, #fff, #eaf1f1);
 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf1f1', endColorstr='#ffffff', GradientType=0);
 
}
 
#container #sidebar h2 {
 
    text-align: center;
 
    font-size: 150%;
 
    font-size: 1.25em;
 
    margin: 1.5em 0 0.8em 0;
 
}
 
#container #sidebar hr {
 
    width: 75%;
 
    float: center;
 
    clear: all;
...
 
@@ -259,13 +259,13 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
.column h3 { font-size: 1.1em; }
 
.column hr { width: 50%; align: center; }
 

	
 
.column h2 a { text-decoration: none; color: #000000; }
 
.column h2 a:hover { text-decoration: underline; }
 

	
 
@media all and (min-width: 90em) {
 
@media all and (min-width: 78em) {
 
    .column:nth-child(odd) {
 
        clear: both;
 
        float: left;
 
        width: 49%;
 
    }
 
    .column:nth-child(even) {
...
 
@@ -280,21 +280,21 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
  text-align: center;
 
  clear: both;
 
}
 

	
 
span.continued {
 
  display: block;
 
  font-size: .83em;
 
  font-size: .9em;
 
  font-weight: bold;
 
  margin-top: 1em;
 
  margin-bottom: 1em;
 
}
 

	
 
p.date {
 
  font-style: italic;
 
  font-size: .83em;
 
  font-size: .9em;
 
  margin-bottom: .3em;
 
  margin-top: .3em;
 
}
 

	
 
a.feedlink /* RSS icon */ { display: block; float: right; font-size: 10pt; }
 

	
...
 
@@ -464,13 +464,13 @@ dd {
 
}
 
.fundraiser-top-text {
 
    background: #F0FFB8;
 
    padding: .7em .7em .7em .7em;
 
}
 
.fundraiser-top-text em {
 
    font-size: 120%;
 
    font-size: 110%;
 
}
 

	
 
/* These vido controls are based on the fact that our videos often appear on
 
** the blog summary areas, which are in a div with class column, and in the
 
** main blog, which is in the body with class conservancy-blog
 
*/
0 comments (0 inline, 0 general)