Team:Peking/Test

From 2010.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
#menu * {
-
<head>
+
margin: 0;
-
<style>
+
padding: 0;
 +
}
-
.firstHeading{
+
#menu {
-
    display: none;
+
behavior: url(http://www.xs4all.nl/~peterned/htc/csshover3-source.htc); <!-- fuer ie6 -->
-
    position: absolute;
+
font-family: calibri, verdana, sans-serif;
-
}
+
font-size: 16px;
 +
background-color: transparent;
 +
float:left;
 +
padding: 10px 0 0 0;
 +
}
-
div#contentSub{
+
#menu ul {
-
    display: none;
+
float: left;
-
    position: absolute;
+
list-style: none;
-
}
+
}
-
div#top-section{
+
#menu ul li {
-
    background: #00009f;
+
background-color:transparent;
-
    height: 20px;
+
        position:relative;
-
    width: 100%;
+
float:left;
-
    border: 0;
+
list-style: none;
-
}
+
padding: 10px 15px 0 0;
 +
        font-weight: bold;
 +
        width: auto;
 +
}
-
div#p-logo{
+
#menu a {
-
    display: none;
+
color: #000000;
-
}
+
display: inline;
-
div#menubar{
+
text-decoration: none;
-
    position: relative;
+
}
-
    top: 0;
+
-
}
+
-
div#menubar .selected a{
+
-
    color: #ffffff;
+
-
}
+
-
.left-menu{
+
-
    float: left;
+
-
    top: 0;
+
-
}
+
-
.right-menu{
+
-
    float: right;
+
-
    top: 0;
+
-
}
+
-
div#search-controls{
+
-
    position: absolute;
+
-
    float: right;
+
-
    top: 20px;
+
-
    right: 20px;
+
-
    background: url("") no-repeat;
+
-
    width: 120px;
+
-
    height: 25px;
+
-
}
+
-
#searchInput{
+
-
    border: none;
+
-
    background: none;
+
-
    width: 90px;
+
-
    left: 0;
+
-
    top: 0;
+
-
    height: 25px;
+
-
    position: absolute;
+
-
    padding: 0px 5px !important; padding: 5px 5px 5px 5px;
+
-
}
+
-
#searchGoButton{
+
-
    display: none;
+
-
}
+
-
#mw-searchButton{
+
-
    border: none;
+
-
    background: none;
+
-
    width: 30px;
+
-
    height: 25px;
+
-
    left: 87px;
+
-
    line-height: 0;
+
-
    font-size: 1px;
+
-
    text-indent: 100pc;
+
-
    cursor: pointer;
+
-
    top: 0;
+
-
    position: absolute;
+
-
    padding: 0;
+
-
    margin: 0;
+
-
}
+
 +
#menu a:visited {
 +
color:#000000;
 +
text-decoration: none
 +
}
 +
#menu a:hover {
 +
color: #00a5ea;
 +
}
-
</style></head>
+
#menu ul li ul {
 +
display: none;
 +
position: absolute;
 +
left: -20px;
 +
        width: 120px;
 +
        height: 1%;
 +
font-size: 15px;
 +
        font-weight: bold;
 +
list-style: none;
 +
        top: 20px;
 +
        padding-top: 15px;
 +
        z-index:500;
 +
}
 +
 
 +
#menu ul li:hover ul {
 +
display: inline;
 +
        background-position: bottom;
 +
}
 +
 
 +
#menu ul li ul li {
 +
opacity: 0.8;
 +
width: 100%;
 +
list-style: none;
 +
        background-color:white;
 +
    margin: 0px; 
 +
  padding: 0 0 0 5px;
 +
        display: inline;
 +
}
 +
 
 +
body#home #mainHome a,
 +
body#team .aTeam,
 +
body#project .aProject,
 +
body#parts .aParts,
 +
body#notebook .aNotebook,
 +
body#modeling .aModeling,
 +
body#HumanPractices .aHumanPractices,
 +
body#acknowledgements .aAcknowledgements,
 +
{ color: #00a5ea; <!--cursor: default;--> }
 +
 
 +
 
 +
</style>
 +
</head>

Revision as of 09:47, 20 September 2010

  1. menu * {

margin: 0; padding: 0; }

  1. menu {

behavior: url(http://www.xs4all.nl/~peterned/htc/csshover3-source.htc); font-family: calibri, verdana, sans-serif; font-size: 16px; background-color: transparent; float:left; padding: 10px 0 0 0; }

  1. menu ul {

float: left; list-style: none; }

  1. menu ul li {

background-color:transparent;

       position:relative;

float:left; list-style: none; padding: 10px 15px 0 0;

       font-weight: bold;
       width: auto;

}

  1. menu a {

color: #000000; display: inline; text-decoration: none; }

  1. menu a:visited {

color:#000000; text-decoration: none }

  1. menu a:hover {

color: #00a5ea; }

  1. menu ul li ul {

display: none; position: absolute; left: -20px;

       width: 120px;
       height: 1%;

font-size: 15px;

       font-weight: bold;

list-style: none;

       top: 20px;
       padding-top: 15px;
       z-index:500;

}

  1. menu ul li:hover ul {

display: inline;

       background-position: bottom;

}

  1. menu ul li ul li {

opacity: 0.8; width: 100%; list-style: none;

       background-color:white; 
    margin: 0px;  
  padding: 0 0 0 5px;
       display: inline;

}

body#home #mainHome a, body#team .aTeam, body#project .aProject, body#parts .aParts, body#notebook .aNotebook, body#modeling .aModeling, body#HumanPractices .aHumanPractices, body#acknowledgements .aAcknowledgements, { color: #00a5ea; }


</style> </head>