Difference between revisions of "Template:Team:METU Turkey/CSS"

Line 1: Line 1:
Hello World
+
<html>
{{Welcome}}
+
<head>
 +
 
 +
<meta name="keywords" content="METU,IGEM,iGEM,2015,Gluten,Yeast,You,Shall,not,Pass,Gandalf,Ilkem,Gokalp,Synthetic,Biology">
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<style>
 +
 
 +
.highlightBox {
 +
  width: 570px;
 +
  background-color: #A0E0A9;
 +
  padding: 15px;
 +
  margin: auto;
 +
 
 +
}
 +
 
 +
 
 +
 
 +
 
 +
#content {
 +
    position: relative;
 +
    width: 1350px;
 +
    margin: 0 auto;
 +
    padding: 0px 0px 0px 0px;
 +
    background: white;
 +
    color: black;
 +
    border-color: white;
 +
   
 +
 
 +
    z-index: 2;
 +
 
 +
}
 +
 
 +
 
 +
 
 +
body {
 +
        background-color:white;
 +
    }
 +
   
 +
    p.sansserif {
 +
    font-family: Arial, Helvetica, sans-serif;
 +
}
 +
   
 +
  ul.nav {
 +
   
 +
    background-color: #FFCE76;
 +
    padding: 3px;
 +
    font-size: 17px;
 +
}
 +
 
 +
    ul.nav li a {
 +
        display: block;
 +
        text-decoration: none;
 +
        padding-bottom: 3px;
 +
        padding-top: 3px;
 +
        padding-right: 9px;
 +
        padding-left: 9px;
 +
        background-color: #FFCE76
 +
       
 +
    }
 +
 
 +
    ul.nav > li:hover {
 +
       
 +
        background-color: #FFE9C2
 +
       
 +
    }
 +
 
 +
    ul.nav li a:hover {
 +
        background: #ccc;
 +
        background-color: #FFE9C2
 +
       
 +
    }
 +
 
 +
    ul.nav > li {
 +
        display: inline-block;
 +
        position: relative;
 +
        background-color: #FFCE76
 +
       
 +
    }
 +
 
 +
    ul.nav > li ul {
 +
        display: none;
 +
        position: absolute;
 +
        left: -1px;
 +
        background-color: #FFCE76;
 +
        border-top-color: #fff;
 +
        margin-top: 0px;
 +
        width: 150px;
 +
    }
 +
 
 +
    ul.nav > li:hover ul {
 +
        display: block;
 +
    }
 +
 
 +
    ul.nav > li ul li {
 +
        display: inline-block;
 +
    }
 +
 
 +
a.one:link {color:#0E2036;text-decoration:none;}
 +
a.one:visited {color:#214D7F;text-decoration:none;}
 +
 
 +
 
 +
 
 +
    </style>
 +
 
 +
 
 +
 
 +
 
 +
</head>
 +
<body>
 +
</body>
 +
</html>

Revision as of 18:15, 9 September 2015