From de2f067f188f2327d0bf55b55e64d481c53fba2d Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Wed, 18 Jun 2014 00:32:47 -0400 Subject: [PATCH] Changes to global css for site, some duplicate code and un-used code as well --- Website/Include/CSS/style.css | 78 ++++++++++++++++++++++++++--------- 1 file changed, 59 insertions(+), 19 deletions(-) diff --git a/Website/Include/CSS/style.css b/Website/Include/CSS/style.css index 6e8e730..dbf6bf0 100644 --- a/Website/Include/CSS/style.css +++ b/Website/Include/CSS/style.css @@ -1,6 +1,7 @@ body{ /*background: #2f4f5b;*/ - background: #e0a518; + background: #1a6b1a; + background-image: url('../img/body.jpg'); font-family: "Verdana"; min-width:100%; } @@ -25,35 +26,29 @@ h4 { } hr { - margin-top: 40px; - margin-bottom: 40px; + margin-top: 28px; + margin-bottom: 28px; } .navbar { margin-bottom: 20px; - background: rgba(34, 32, 27, .38); + background: rgba(34, 32, 27, .6); border: none; + width: 52%; } .active{ - background: rgba(34, 32, 27, .46); + background: rgba(0,0,0,.5); } .navbar li a{ font-size: 40px; - color: #eeeeee; + color: #355713; } .navbar a:hover{ - background: #000; - color: #248; - webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(94, 125, 142, 0.9) !important; - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(94, 125, 142, 0.9) !important; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(94, 125, 142, 0.9) !important; -} - -.navbar a:active{ - background: rgba(0,0,0,.5); + background: rgba(34, 32, 27, 1); + text } .header h3{ @@ -61,10 +56,11 @@ hr { font-size: 60px; font-weight: 700; margin-left: 24%; + color: #53960f; } .spacer{ - margin-bottom: 8%; + margin-bottom: 2%; } .form-shorten input[type="text"] { @@ -86,7 +82,7 @@ hr { } .submitbtn{ - width:840%; + width:30px; height: 46px; background: #333; border: none; @@ -97,11 +93,11 @@ hr { } .text-muted{ - color: #2f4f5b; + color: ##457587; } #message{ - width:100%; + width:515px; font-size: 15px; font-weight: 550; margin-left: 3.5%; @@ -114,3 +110,47 @@ hr { #newlink:hover{ color: rgba(0, 191, 0, 1); } + +@media screen and (max-width:767px){ + div.navbar{ + display:none; + } +} + +.icon-rotate{ + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); +} + +.stat-flip{ + -webkit-transform: scaleX(-1); + -moz-transform: scaleX(-1); + -o-transform: scaleX(-1); + transform: scaleX(-1); + -ms-filter: fliph; /*IE*/ + filter: fliph; /*IE*/ +} + +.form-shorten-heading{ + margin-bottom: 10px; + color: #bbb; +} + +.glyphicon { + display: block; + text-align: center; + margin: auto; +} + +.col-centered{ + float: none; + margin: 0 auto; +} + +.linktext{ + position: relative; + font-size: 76%; +}