cleaning file a little, new text replacement technique, border under subnav header...
authorOve Klykken <klykken@gmail.com>
Fri, 13 Jun 2014 19:48:01 +0000 (15:48 -0400)
committerOve Klykken <klykken@gmail.com>
Fri, 13 Jun 2014 19:48:01 +0000 (15:48 -0400)
styles.css

index 1c6a77b..b6c3322 100644 (file)
@@ -1,25 +1,11 @@
-/* #nav {
-    background: #065892;
-    display: inline-block;
-    border-radius: 5px;
-    }
-#nav li {
-    float: left;
-    }
-#nav li a {
-    color: white;
-    } */
 body {
     background: url(assets/bg.jpg) 0 -1350px fixed;
     }
-.row {
-    /* background: white; */
-    }
 .hide-text {
-    text-indent: 100%;
-    white-space: nowrap;
+    text-indent: 9999px;
     overflow: hidden;
-    }
+    } 
+
 .reset-list, .reset-list li {
     list-style-type: none;
     margin: 0;
@@ -31,7 +17,6 @@ body {
     width: 347px;
     height: 85px;
     display: block;
-    /* background: url(assets/logo.png) no-repeat; */
     margin: 25px 0 5px 0;
     }
 #saultstemarie {
@@ -70,9 +55,6 @@ body {
 .top-bar {
     background: transparent;
     }
-.top-bar-section ul li {
-    /* background: #065892; */
-    }
 .top-bar-section ul li a {
     font-size: 1rem;
     font-weight: bold;
@@ -125,7 +107,6 @@ body {
         font-size: .7rem;
         }
     }
-
 /* Social Media icons */
 #sm li {
     width: 41px;
@@ -147,7 +128,7 @@ body {
         right: 20px;
         top: -80px;
         }
-}
+    }
 /* columns */
 #mainParent {
     border-radius: 5px;
@@ -155,7 +136,6 @@ body {
 }
 #main {
     padding: 30px;
-
     border-bottom-right-radius: 5px;
     border-bottom-left-radius: 5px;
     }
@@ -211,7 +191,6 @@ body {
     margin: 0 0 .3em 0;
     padding: 0;
     }
-
 /* Column */
 @media only screen and (max-width: 40.063em) {
     #sidenav {
@@ -224,6 +203,8 @@ body {
 #sidenav h2 {
     color: #fffb02;
     font-size: 18px;
+    border-bottom: 1px solid white;
+    padding-bottom: .5em;
     }
 #sidenav a {
     color: white;
@@ -308,10 +289,9 @@ body {
 .hHlinesItem a {
     display: block;
     color: #065892;
+    font-weight: bold;
     }
 .hHlinesItem a:hover {
-    /* background: rgba(241, 235, 205, .5); */
-    /* text-shadow: 1px 1px rgba(0, 0, 0, .2); */
     color: black;
     }
 /* Footer */
@@ -380,7 +360,7 @@ body {
        margin-bottom: 5px;
        display: block;
        clear: left;
-}
+    }
 .avi    { background-image: url("http://app.gaslightmedia.com/QuickSite/images/file-ext/avi.gif");}
 .doc    { background-image: url("http://app.gaslightmedia.com/QuickSite/images/file-ext/doc.gif");}
 .gif    { background-image: url("http://app.gaslightmedia.com/QuickSite/images/file-ext/gif.gif");}