Template:Team:HokkaidoU Japan/LargeDropDown/CSS

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <style type=text/css"> ul.ldd_menu{ margin:0px; padding:0; display:block; height:50px; background-color:#D04528; list-style:none; font-family:"Trebuchet MS", sans-...")
Line 1: Line 1:
<html>
<html>
<style type=text/css">
<style type=text/css">
 +
 +
          *{
 +
                padding:0;
 +
                margin:0;
 +
            }
 +
 +
 +
            }
 +
 +
            span.reference{
 +
                position:fixed;
 +
                left:10px;
 +
                bottom:10px;
 +
                font-size:11px;
 +
            }
 +
            span.reference a{
 +
                color:#DF7B61;
 +
                text-decoration:none;
 +
                text-transform: uppercase;
 +
                text-shadow:0 1px 0 #fff;
 +
            }
 +
            span.reference a:hover{
 +
                color:#000;
 +
            }
 +
            .box{
 +
                margin-top:129px;
 +
                height:460px;
 +
width:100%;
 +
                position:relative;
 +
                background:#fff url(click.png) no-repeat 380px 180px;
 +
-moz-box-shadow:0px 0px 10px #aaa;
 +
-webkit-box-shadow:0px 0px 10px #aaa;
 +
-box-shadow:0px 0px 10px #aaa;
 +
            }
 +
            .box h2{
 +
color:#f0f0f0;
 +
padding:40px 10px;
 +
text-shadow:1px 1px 1px #ccc;
 +
            }
 +
ul.ldd_menu{
ul.ldd_menu{

Revision as of 11:43, 3 October 2014