Difference between revisions of "CSS/gifu/main"

 
(34 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:700px;
+
 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:visible;
+
   visibility:;
 
}
 
}
  
Line 48: Line 63:
 
   transform: rotate(0 deg);
 
   transform: rotate(0 deg);
 
   z-index:1001;
 
   z-index:1001;
   visibility:visible;
+
   visibility:;
 
}
 
}
  
 
#catchcopy{
 
#catchcopy{
 
   position:relative;
 
   position:relative;
   top:700px;
+
   top:90px;
   left:450px;
+
   margin-left:auto;
 
   margin-right:auto;  
 
   margin-right:auto;  
 height:300px;
+
 z-index:100;
   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