JackdHarris (Talk | contribs) |
|||
Line 3: | Line 3: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | |||
#sideMenu { display:none; } | #sideMenu { display:none; } | ||
− | + | body { background-color: #C8A2C8;} | |
− | # | + | #content { |
+ | margin-left: auto; | ||
+ | background-color: #C8A2C8; } | ||
− | . | + | .logo_2016 {display:none;} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
#content { width: 1100px;} | #content { width: 1100px;} | ||
− | # | + | #firstHeading { |
− | + | font-size: 16px; | |
− | + | color: #9D0EC8;} | |
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
a.HeaderLinks { | a.HeaderLinks { | ||
Line 37: | Line 25: | ||
border: none; | border: none; | ||
color: white; | color: white; | ||
− | padding: 20px; | + | padding: 10px 20px; |
text-align: center; | text-align: center; | ||
text-decoration: none; | text-decoration: none; | ||
− | font-size: | + | font-size: 16px; |
} | } | ||
− | # | + | #top_title { |
− | + | background-color: white; | |
− | padding: 20px; | + | } |
− | + | ||
− | + | #MainTitle { | |
− | top: | + | padding: 30px; |
− | + | font-size: 60px; } | |
− | color: | + | |
+ | #content{ | ||
+ | width: 99%; | ||
+ | } | ||
+ | #mainContainer{ | ||
+ | background-color: white; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #main{ | ||
+ | width: 100%; | ||
+ | padding: 15px; | ||
+ | background-color: white; | ||
+ | } | ||
+ | .firstHeading{ | ||
+ | display: none; | ||
+ | } | ||
+ | body{ | ||
+ | font-size:15px; | ||
+ | } | ||
+ | header h1{ | ||
+ | text-align:center; | ||
+ | } | ||
+ | #headerLinks a{ | ||
+ | text-decoration: none; | ||
+ | color: #b8975e; | ||
+ | font-size: 20px; | ||
+ | padding: 0 20px; | ||
+ | } | ||
+ | .header{ | ||
+ | width: 1000px; | ||
+ | padding: 0; | ||
+ | margin: 0 auto; | ||
+ | top: 0px; | ||
+ | background-color: rgba(255,255,255,0.0); | ||
+ | } | ||
+ | #headerLinks{ | ||
+ | width: 100%; | ||
+ | background-color: rgba(255,255,255,0.7); | ||
+ | padding: 15px; | ||
+ | position: fixed; | ||
+ | text-align:center; | ||
+ | } | ||
+ | #text{ | ||
+ | width: 900px; | ||
+ | padding: 25px 0px; | ||
+ | display: block; | ||
+ | margin: 5px auto; | ||
+ | } | ||
+ | #space{ | ||
+ | height:50px; | ||
+ | } | ||
+ | #sponsors-bottom{ | ||
+ | width: 1000px; | ||
+ | margin: 150px auto 0px auto; | ||
text-align: center; | text-align: center; | ||
− | + | display: block; | |
+ | } | ||
+ | #sponsors-bottom a{ | ||
+ | display: inline-block; | ||
+ | } | ||
+ | #space2{ | ||
+ | height:100px; | ||
+ | } | ||
+ | img.transparent { | ||
+ | opacity: 0.4; | ||
+ | filter: alpha(opacity=40); /* For IE8 and earlier */ | ||
+ | } | ||
+ | img.transparent:hover { | ||
+ | opacity: 1.0; | ||
+ | filter: alpha(opacity=100); /* For IE8 and earlier */ | ||
} | } | ||
+ | |||
+ | .img-right{ | ||
+ | width: 50%; | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .img-left{ | ||
+ | width: 50%; | ||
+ | float: left; | ||
+ | } | ||
+ | .display-block{ | ||
+ | width: 100%; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | .display-block img{ | ||
+ | display: block; | ||
+ | } | ||
+ | |||
</style> | </style> |
Revision as of 10:59, 21 September 2016