Team:TU-Delft/CSSLaksh

From 2012.igem.org

(Difference between revisions)
 
(34 intermediate revisions not shown)
Line 23: Line 23:
padding:0;
padding:0;
}
}
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
html {
html {
width:100%;
width:100%;
height:100%;
height:100%;
-
background:#2ab117;
+
background:none;
/*background-image:url('https://static.igem.org/mediawiki/igem.org/7/73/Backgroundextra.jpg');*/
/*background-image:url('https://static.igem.org/mediawiki/igem.org/7/73/Backgroundextra.jpg');*/
border:none;
border:none;
Line 33: Line 49:
padding:0;
padding:0;
}
}
 +
 +
 +
 +
.dropdown
 +
{
 +
color: #555;
 +
margin: 3px -22px 0 0;
 +
width: 143px;
 +
position: relative;
 +
height: 17px;
 +
text-align:left;
 +
}
 +
.submenu
 +
{
 +
background: #fff;
 +
position: absolute;
 +
top: -12px;
 +
left: -20px;
 +
z-index: 100;
 +
width: 135px;
 +
display: none;
 +
margin-left: 10px;
 +
padding: 40px 0 5px;
 +
border-radius: 6px;
 +
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
 +
}
 +
.dropdown li a
 +
{
 +
color: #555555;
 +
display: block;
 +
font-family: arial;
 +
font-weight: bold;
 +
padding: 6px 15px;
 +
cursor: pointer;
 +
text-decoration:none;
 +
}
 +
 +
.dropdown li a:hover
 +
{
 +
background:#155FB0;
 +
color: #FFFFFF;
 +
text-decoration: none;
 +
}
 +
a.account
 +
{
 +
font-size: 11px;
 +
line-height: 16px;
 +
color: #555;
 +
position: absolute;
 +
z-index: 110;
 +
display: block;
 +
padding: 11px 0 0 20px;
 +
height: 28px;
 +
width: 121px;
 +
margin: -11px 0 0 -10px;
 +
text-decoration: none;
 +
background: url(icons/arrow.png) 116px 17px no-repeat;
 +
cursor:pointer;
 +
}
 +
.root
 +
{
 +
list-style:none;
 +
margin:0px;
 +
padding:0px;
 +
font-size: 11px;
 +
padding: 11px 0 0 0px;
 +
border-top:1px solid #dedede;
 +
}
 +
 +
 +
 +
 +
 +
 +
 +
body {
body {
width:100%;
width:100%;
height:100%;
height:100%;
-
background:#2ab117
+
/*background:#10143a;*/
border:none;
border:none;
padding:0;
padding:0;
Line 46: Line 138:
background:white;
background:white;
 +
width:800px;
 +
margin: -10px auto 0 auto;
 +
padding:20px 50px 50px 50px;
 +
float: left;
 +
text-decoration:none;
 +
border:none;
 +
z-index:800;
 +
}
 +
 +
#contentboxnew1 {
 +
 +
background:white;
 +
width:1000px;
 +
margin: -10px auto 0 auto;
 +
padding:20px 50px 50px 50px;
float: left;
float: left;
text-decoration:none;
text-decoration:none;
Line 112: Line 219:
}
}
#content {
#content {
-
font-family:"Verdana",Arial,sans-serif;
+
background: #2ab117;
-
background-color: #E0F574;
+
padding:0;
 +
width:100%;
 +
border:0;
}
}
#bodyContent{
#bodyContent{
 +
margin:0 auto;
 +
padding:0;
 +
width:625px;
 +
border:0;
 +
background:white;
 +
z-index:800;
}
}
Line 221: Line 336:
position:fixed;
position:fixed;
width:1300px;
width:1300px;
-
bottom:10px;
+
top:30px;
-
left:30%;
+
left:40%;
-
right:70%;
+
right:60%;
margin: 0 0 0 -330px;
margin: 0 0 0 -330px;
padding: 0;
padding: 0;
Line 232: Line 347:
letter-spacing:1px;
letter-spacing:1px;
text-transform:uppercase;
text-transform:uppercase;
-
}
 
-
#nav ul{
 
-
width: 630px;
 
-
background: white;
 
-
text-align:center;
 
-
margin: 0 auto;
 
-
}
 
-
#nav li.on ul, #nav li.off ul {
 
-
margin: 0;
 
-
padding: 0;
 
-
}
 
-
#nav a {
 
-
text-decoration: none;
 
-
}
 
-
#nav li { /*float the main list items*/
 
-
margin: 0;
 
-
float: left;
 
-
display: inline;
 
-
padding:0 3px;
 
-
background:white ;
 
-
text-align:center;
 
-
}
 
-
#nav li ul {
 
-
display: none;
 
 +
        height: 17px;
 +
        text-align:left;
}
}
-
#nav li.off ul, #nav li.on ul { /*put the subnav above*/
 
-
position:absolute;
 
-
/*width:1300px;*/
 
-
bottom:100%;
 
-
/*left:30px;
 
-
right:50%;*/
 
-
/*margin: 0 0 0 -343px;*/
 
-
padding: 0 0 5px 0;
 
-
background:white;
 
-
/*text-align:center;*/
 
-
}
 
-
#nav li a {
+
/* common styling */
-
color: #000000;   /*the main menu letters color but home*/
+
#nav ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:104px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#710069; line-height:14px; font-size:11px; overflow:hidden;}
-
font-weight: bold;
+
#nav ul {padding:0; margin:0; list-style: none;}
-
display: block;
+
#nav ul li {float:left; position:relative;}
-
height: 15px;
+
#nav ul li ul {display: none;}
-
width: auto;
+
 
-
border-bottom:0;
+
/* specific to non IE browsers */
-
margin: 5px;
+
#nav ul li:hover a {color:#fff; background:#36f;}
-
padding: 0 0 5px 0;
+
#nav ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
-
}
+
#nav ul li:hover ul li a.hide {background:#6a3; color:#fff;}
 +
#nav ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
 +
#nav ul li:hover ul li ul {display: none;}
 +
#nav ul li:hover ul li a {display:block; background:#ddd; color:#000;}
 +
#nav ul li:hover ul li a:hover {background:#6fc; color:#000;}
 +
#nav ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
 +
#nav ul li:hover ul li:hover ul.left {left:-105px;}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
-
#nav li a span { /*i dont know what this is about*/
 
-
color: #FFD109;
 
-
}
 
-
#nav li a span span{ /*i dont know what this is about*/
 
-
color: #FFD109;
 
-
}
 
-
#nav li a span span span{ /*i dont know what this is about*/
 
-
color: #FFD109;
 
-
}
 
-
#nav li.on a {
 
-
border-bottom: 2px solid black;
 
-
color: #000000;  /*the color of HOME by default*/
 
-
}
 
-
#nav li.on2 a {    /*i dont know what this is about*/
 
-
border-bottom: 2px solid blue;
 
-
color: aqua;
 
-
}
 
-
#nav li.on a:hover {
 
-
color: #2ab117;
 
-
}
 
-
#nav li.on a:hover span{
 
-
color:#2ab117;
 
-
}
 
-
#nav li.on ul a, #nav li.off ul a {
 
-
/*float: center; ie doesn't inherit the float*/
 
-
border: 0;
 
-
font-size:12px;
 
-
color:  #2ab117;
 
-
width: auto;
 
-
margin-right: 0px;
 
-
/*text-align: center;*/
 
-
}
 
-
#nav li.on ul {
 
-
display: block;
 
-
}
 
-
#nav li.off:hover ul {
 
-
display: inline;
 
-
z-index: 6000;
 
-
}
 
-
#nav li.off a:hover, #nav li:hover a {
 
-
background:white;
 
-
color: black;
 
-
}
 
-
#nav li.off a:hover span, #nav li:hover a {
 
-
background: white;
 
-
color: #2ab117;
 
-
}
 
.third{
.third{
Line 406: Line 453:
#top-section {
#top-section {
border:none;
border:none;
 +
margin: 0 auto;
height:0px  ! important;
height:0px  ! important;
 +
width:100%;
}
}
#centeredimage {
#centeredimage {
Line 426: Line 475:
#menubar {
#menubar {
-
/* format top menubar */
+
    position: absolute;
-
top: 0px;
+
    white-space: nowrap;
-
float: left;
+
    top:0;
-
border: none;
+
    width: 350px;
-
font-family:"Trebuchet MS","Verdana",Arial,sans-serif;
+
    z-index: 5;
-
font-size:85%;
+
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
-
height: 24px;
+
    font-size: 95%;
-
}
+
    line-height: 1em;
 +
z-index:1001;
 +
}
-
#menubar li a {
+
#menubar ul {
-
color: #7297BA;
+
    color: #E81B05;
-
}
+
    list-style: none;
-
#menubar li a:hover {
+
}
-
text-decoration: underline;
+
#menubar li {
-
}
+
    display: inline;
-
#menubar.right-menu {
+
    position: relative;
-
/* format right part of top menubar and add iGEM mini logo */
+
    cursor: pointer;
-
text-align: right;
+
    padding-left: 0px;
-
right: auto;
+
    padding-right: 0px;
-
background-color: #336699;
+
}
-
width: 975px;
+
-
z-index: 7;
+
-
}
+
-
#menubar.left-menu {
+
-
/* format left part of top menubar */
+
-
text-align: left;
+
-
width: auto;
+
-
z-index: 8;
+
-
}
+
-
        #menubar.left-menu:hover {
+
-
                background-color: transparent;}
+
#centeredmenu_bg{
#centeredmenu_bg{
position:fixed;
position:fixed;
-
bottom:0px;
+
top:0px;
-
background:#ffffff; /* the line at the botom of the page*/
+
background:#ffffff; /* the white line behind the main menu*/
left:0px;
left:0px;
width:100%;
width:100%;
-
height:40px;
+
height:70px;
z-index:999;
z-index:999;
}
}

Latest revision as of 22:18, 26 October 2012