Changing default mailing address and putting contact email in footer
[rnaseq-cwl-training.git] / swc.css
diff --git a/swc.css b/swc.css
index ac6e3a32a130f449352a780343fc02f3eaf0aada..207aea1601747491f808614b63679483920d1b99 100644 (file)
--- a/swc.css
+++ b/swc.css
@@ -12,7 +12,7 @@ h1, h2 {
 
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: inherit;
-} 
+}
 
 /* Comments in code. */
 .comment {
@@ -76,7 +76,6 @@ blockquote.testimonial cite {
 body {
     font-family: "Open Sans", Helvetica, Arial, sans-serif;
     color: rgb(03, 03, 03);
-    min-width: 400px;
 }
 
 /* Styling for editorial stylesheet */
@@ -264,11 +263,6 @@ table.outlined {
     border-collapse: collapse;
 }
 
-/* Container for content in the bootcamp index page */
-div.bootcamps {
-    text-align: center;
-}
-
 /* Link items (to bootcamp pages) in the bootcamps tables */
 table.bootcamps td.link {
     width: 50%;
@@ -289,14 +283,14 @@ table.bootcamps td.date {
 
 /* Badge modal dialog */
 #assertion-modal {
-    width:700px; 
+    width:700px;
     margin-left:-350px;
 }
 #assertion-modal iframe {
     background-color: transparent;
     border: 0px none transparent;
     padding: 0px;
-    width: 100%; 
+    width: 100%;
     height: 20em;
 }
 
@@ -309,7 +303,7 @@ table.bootcamps td.date {
 
 /* list with checkbox as bullet */
 ul.checklist {
-  list-style-image: url('../img/checkbox.png'); 
+  list-style-image: url('../img/checkbox.png');
 }
 
 /* FAQ */
@@ -330,7 +324,6 @@ section.content {
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
-    color:#FFF;
 }
 
 .header {
@@ -345,13 +338,12 @@ section.content {
 
 #header-text {
     font-size:20pt;
-    white-space: nowrap;
+    margin:0;
 }
 
 #nav-logo {
     width:270px;
-    height:60px;
-    position:absolute;
+    height:40px;
     top:0;
     left:0;
 }
@@ -371,16 +363,33 @@ section.content {
     padding:0 0 20px;
     margin-bottom:20px;
 }
-#home-options h4{
+
+h5 a:link, h5 a:visited,
+h4 a:link, h4 a:visited,
+h3 a:link, h3 a:visited {
     color:#2b3990;
 }
 
-h4 a:link, h4 a:visited, a {
-       color:#2b3990; 
+a {
+    color:#3E51CF;
 }
 
 footer {
     background:#2b3990;
     padding:20px 0;
+    font-size: 10pt;
+}
+
+footer a, footer a:hover{
+    color:#FFF;
+    padding-left: 10px;
+}
+
+footer .container .links{
+    background:url('../img/software-carpentry-banner-white.png') no-repeat;
+    background-size: 200px;
+    background-position: 0;
+    height:40px;
+    padding:40px 0 0 200px;
+    text-align: right;
 }
\ No newline at end of file