Team:Korea U Seoul/yong
From 2010.igem.org
(Difference between revisions)
Line 32: | Line 32: | ||
right: 40px; | right: 40px; | ||
} | } | ||
+ | #content { | ||
+ | background-color: transparent; | ||
+ | width:99%; | ||
+ | position: relative; | ||
+ | float: center; | ||
+ | border: 0px; | ||
+ | } | ||
+ | |||
+ | #menubar { | ||
+ | background-color:transparent; | ||
+ | font-size:85%; | ||
+ | line-height:1em; | ||
+ | position:absolute; | ||
+ | top:10px; | ||
+ | white-space:nowrap; | ||
+ | width:50%; | ||
+ | z-index:5; | ||
+ | height:25px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | #menubar li a { | ||
+ | color:#000000; | ||
+ | } | ||
+ | |||
+ | .left-menu { | ||
+ | left:0; | ||
+ | padding-left:13px; | ||
+ | } | ||
+ | .right-menu { | ||
+ | right:0; | ||
+ | } | ||
+ | |||
+ | .firstHeading { display:none; } | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #footer-box { | ||
+ | background-color: transparent; | ||
+ | color: #000000; | ||
+ | border: 0px; | ||
+ | margin:0 auto; | ||
+ | padding:13px 5px; | ||
+ | width:auto; | ||
+ | margin-top:-1px; | ||
+ | } | ||
+ | |||
+ | #footer-box a { | ||
+ | background-color: transparent; | ||
+ | color: #000000; | ||
+ | font-size:90%; | ||
+ | |||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
</html> | </html> |