FIXED THE WORKSTATION BUTTON.
[fsf-giving-guide.git] / stylesheet.css
index 8ca5b0c169cb6a07b85a38dc45e90212ec3541b5..0e6aaad5c2dda5cf084aa4b498f66a37129474f8 100755 (executable)
@@ -48,7 +48,7 @@ b { font-style: oblique; }
 li {list-style-type: circle; padding: 0.4em 0.2em; line-height: 1.4; }
 /* ul {margin: 1em 2em 0em 4em;} */
 
-br {margin-bottom: 20em; margin-top: 20em;}
+br {margin-bottom: 0.5em; margin-top: 0.5em;}
 
 h1 {  font-size: 2.20em;  font-family: 'Signika Light'; color: #2CAF8F; margin-bottom: 0.5em; margin-top: 1em; }
 h2 {  font-size: 1.75em;  font-family: 'Signika Light';        color: #2CAF8F; margin-bottom: 0.5em; margin-top: 2em; }
@@ -68,14 +68,18 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 
 .header_wrapper {
   background-color: #2CAF8F;
-  height: 450px;
+  height: 486px;
+  margin: auto;
+  width: 100%;
+  /*width: 1300px;*/
 }
 
 .header a {
   border-bottom: 0;
 }
 
-.navbar_wrapper {
+.navbar_wrapper,
+.comparisons {
   max-width: 1300px;
   min-width: 1110px;
   margin: auto;
@@ -102,6 +106,8 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 }
 
 .share {
+  position: relative;
+  bottom: 0.8em;
   text-align: center;
 }
 
@@ -120,7 +126,6 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 }
 
 .navbar {
-  width: 537px;
   padding: 1em;
   height: 2.55556em;
   display: inline-block;
@@ -160,31 +165,42 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   color: #4B423B;
 }
 
-.intro, .share {
+.intro,
+.share {
   max-width: 1300px;
   min-width: 1170px;
+  margin: auto;
 }
 
-.intro_wrapper {
-  width: 50%;
+.intro_wrapper,
+.intro_img {
   max-width: 500px;
-  min-width: 500px;
+  min-width: 00px;
+}
+
+.intro_wrapper {
   float: right;
   color: white;
-  padding-right: 5em;
+  padding-right: 4em;
+}
+
+.intro_img{
+  float: left;
+  padding-left: 4em;
 }
 
 .intro_wrapper h2 {
   color: #FFDD55;
 }
 
-.intro_img img{
-  width: 50%;
-  max-width: 500px;
-  float: left;
-  padding: 2em;
-  padding-left: 5em;
+.intro_wrapper a {
+  border-bottom: 1px solid #FDD53A;
+  color: #FDD53A;
+}
 
+.intro_img img{
+  padding-top: 1.7em;
+  width: 100%;
 }
 
 /* Comparisons */
@@ -192,7 +208,8 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 .wrapper,
 .section_wrapper,
 .buy_avoid,
-.recommended {
+.recommended,
+.licenses {
   max-width: 750px;
   min-width: 750px;
   margin: auto;
@@ -213,27 +230,55 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 
 .product_img {
   margin: auto;
-  /* width: 168px; */
-  height: 168px;
+  max-width: 168px;
+  max-height: 168px;
+  position: relative;
 }
 
 .product {
+  text-align: center;
+  position: relative;
   margin: auto;
   display: block;
+  height: 168px;
+  width: 168px;
   /* margin-bottom: 8em; */
-  /* max-width: 168px; */
-  max-height: 168px;
+/*   max-height: 168px; */
+}
+/*
+ .proprietary .product_img:after {
+  content: "";
+  background-image: url("images/bad.png");
+  background-size: 25px;
+  background-repeat: no-repeat;
+  width: 25px;
+  height: 25px;
+  position: absolute;
+}
+
+ .free h4:after {
+  content: "";
+  background-image: url("images/good.png");
+  background-size: 25px;
+  background-repeat: no-repeat;
+  width: 25px;
+  height: 25px;
+  position: absolute;
 }
+ */
+
 
 .good,
 .bad {
-  display: none; /* FIXME: This is temporary until I fix the sizes*/
-  position: relative;
-  top: 175px;
-  left: 84px;
-  width: 60px;
+  z-index: 999;
+  width: 65px;
+  top: 8em;
+  left: 9em;
+  position: absolute;
+
 }
 
+
 .free, .proprietary {
   text-align: center;
 }
@@ -313,3 +358,30 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   text-align: center;
   width: 100%;
 }
+
+.remark {
+  margin-top: 3em;
+  font-weight: bold;
+}
+
+/* Licenses */
+
+.licenses h1 {
+  margin-top: 0.6em;
+}
+
+/* Footer */
+
+footer {
+  display: block;
+  background-color: #1a1a1a;
+  width: 100%;
+  /*width: 1300px;*/
+}
+
+.footer_wrapper {
+  width: 750px;
+  margin: auto;
+  padding: 2em;
+  color: white;
+}