Difference between revisions of "CSS/gifu/main"
(33 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | .firstHeading { | ||
+ | visibility: hidden; | ||
+ | display:none; | ||
+ | background-color:#000000; | ||
+ | } | ||
+ | |||
+ | #rail { | ||
+ | position:relative; | ||
+ | margin-top:auto; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | z-index:500; | ||
+ | } | ||
+ | |||
+ | |||
#space { | #space { | ||
width: auto; | width: auto; | ||
Line 28: | Line 43: | ||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
− | height: | + | height:800px; |
width:900px; | width:900px; | ||
z-index:100; | z-index:100; | ||
Line 39: | Line 54: | ||
transform: rotate(0 deg); | transform: rotate(0 deg); | ||
z-index:1000; | z-index:1000; | ||
− | visibility: | + | visibility:; |
} | } | ||
Line 48: | Line 63: | ||
transform: rotate(0 deg); | transform: rotate(0 deg); | ||
z-index:1001; | z-index:1001; | ||
− | visibility: | + | visibility:; |
} | } | ||
#catchcopy{ | #catchcopy{ | ||
position:relative; | position:relative; | ||
− | top: | + | top:90px; |
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
− | + | z-index:100; | |
− | + | font-size:xx-large; | |
+ | text-align:center; | ||
+ | height:600px; | ||
+ | |||
} | } | ||
+ | #link{ | ||
+ | z-index:100000; | ||
+ | } | ||
</style> | </style> |
Latest revision as of 21:54, 18 September 2015