Difference between revisions of "Team:ATOMS-Turkiye/Test Main1"
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ATOMS-Turkiye/Test}} | {{ATOMS-Turkiye/Test}} | ||
<html> | <html> | ||
+ | <script> $('#content').attr('style', 'width:100% !important');</script> | ||
<style type="text/css"> | <style type="text/css"> | ||
<!-- MAIN STYLE --> | <!-- MAIN STYLE --> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | @media (max-width: 1100px) { | ||
+ | #globalWrapper #content.mw-body{ | ||
+ | width:100% !important; | ||
+ | } | ||
+ | } | ||
body{ | body{ | ||
background-color:rgb(255,0,0); | background-color:rgb(255,0,0); | ||
Line 29: | Line 35: | ||
border: 0px; | border: 0px; | ||
background-color: transparent; | background-color: transparent; | ||
− | margin-top: | + | margin-top: 0px; |
padding: 0px; | padding: 0px; | ||
} | } | ||
Line 79: | Line 85: | ||
#arma { | #arma { | ||
− | + | height: 74%; | |
− | margin:auto; | + | margin: auto; |
− | left:0; | + | left: 0; |
− | right:0; | + | right: 0; |
− | top: | + | top: 13%; |
− | position:absolute; | + | position: absolute; |
} | } | ||
#title { | #title { | ||
− | margin:auto; | + | margin: auto; |
− | left:0; | + | left: 0; |
− | right:0; | + | right: 0; |
− | top: | + | top: -30px; |
− | position:absolute; | + | position: absolute; |
+ | height: 25%; | ||
} | } | ||
div#logo, div#footer{ | div#logo, div#footer{ | ||
Line 113: | Line 120: | ||
#headerWrapper { | #headerWrapper { | ||
position: fixed !important; | position: fixed !important; | ||
− | bottom: -30px; | + | bottom: -30px !important; |
+ | opacity: 0.5; | ||
+ | -webkit-transition: all .2s linear; | ||
+ | -moz-transition: all .2s linear; | ||
+ | -o-transition: all .2s linear; | ||
+ | transition: all .2s linear; | ||
+ | } | ||
+ | div#headerWrapper:hover { | ||
+ | opacity: 1; | ||
+ | -webkit-transition: all .2s linear; | ||
+ | -moz-transition: all .2s linear; | ||
+ | -o-transition: all .2s linear; | ||
+ | transition: all .2s linear; | ||
+ | bottom: 0px !important; | ||
} | } | ||
a:hover { | a:hover { | ||
background-color: #104F60 !important; | background-color: #104F60 !important; | ||
+ | } | ||
+ | a.active{ | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | ul#project-sub { | ||
+ | padding-right:280px !important; | ||
+ | } | ||
+ | #sub-navigation { | ||
+ | width: 750px; | ||
} | } | ||
</style> | </style> |
Latest revision as of 17:41, 17 September 2015