X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=stylesheet.css;h=0e6aaad5c2dda5cf084aa4b498f66a37129474f8;hb=5b414d9fe9e420a32e3a4b3f9068f2a81f5206c6;hp=e36c63681eb2a1ac5cbc515586acbde4db71c72c;hpb=d3fcd0ac3d1dfaf2f1b06af9caa205649bac7c20;p=fsf-giving-guide.git diff --git a/stylesheet.css b/stylesheet.css index e36c636..0e6aaad 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -69,13 +69,17 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .header_wrapper { background-color: #2CAF8F; 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; @@ -122,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; @@ -166,6 +169,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .share { max-width: 1300px; min-width: 1170px; + margin: auto; } .intro_wrapper, @@ -226,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; } @@ -339,3 +371,17 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b } /* Footer */ + +footer { + display: block; + background-color: #1a1a1a; + width: 100%; + /*width: 1300px;*/ +} + +.footer_wrapper { + width: 750px; + margin: auto; + padding: 2em; + color: white; +}