Wiki/api.php

From 2013.igem.org

(Difference between revisions)
(Replaced content with "Modeling")
 
(7 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
Modeling
-
<style type="text/css">
+
-
body{
+
-
margin: 0px;
+
-
font-family: "Arial", sans-serif;
+
-
}
+
-
 
+
-
 
+
-
#main{
+
-
border-left: 10px solid #A40004;
+
-
min-height:600px;
+
-
}
+
-
 
+
-
#header{
+
-
height: 120px;
+
-
}
+
-
 
+
-
#team-logo{
+
-
height: 100%;
+
-
width: auto;
+
-
float: left;
+
-
}
+
-
 
+
-
#title-box{
+
-
height: 100%;
+
-
overflow: hidden;
+
-
border-bottom: 1px solid #ccc;
+
-
}
+
-
 
+
-
#title-bar{
+
-
margin-top: 30px;
+
-
height: 60%;
+
-
float:right;
+
-
}
+
-
 
+
-
#page-title{
+
-
font-size:24px;
+
-
font-style: italic;
+
-
bottom: 20px;
+
-
}
+
-
 
+
-
#lefter{
+
-
float: left;
+
-
margin-right: 10px;
+
-
}
+
-
 
+
-
#menu{
+
-
position: relative;
+
-
width: 140px;
+
-
margin: 5px 0px 0px 20px;
+
-
float:left;
+
-
}
+
-
 
+
-
#left-three-box{
+
-
width: 30px;
+
-
height: 30px;
+
-
margin-left:10px;
+
-
}
+
-
 
+
-
.menu-item{
+
-
position:relative;
+
-
border-bottom: 2px solid #ccc;
+
-
line-height: 25px;
+
-
font-size: 16px;
+
-
cursor:pointer;
+
-
}
+
-
 
+
-
.sub-menu{
+
-
margin: 0px 0px 5px 30px;
+
-
color: #000;
+
-
font-style: italic;
+
-
}
+
-
 
+
-
.sub-menu-item{
+
-
position:relative;
+
-
border-bottom: 2px solid #fff;
+
-
line-height: 25px;
+
-
font-size: 14px;
+
-
cursor:pointer;
+
-
}
+
-
 
+
-
.menu-item a {
+
-
text-decoration: none;
+
-
color: black;
+
-
}
+
-
 
+
-
.menu-selected{
+
-
color:#A40004;
+
-
border-bottom: 2px solid #A40004;
+
-
}
+
-
 
+
-
#top-box {
+
-
position: fixed;
+
-
right: 30px;
+
-
top: 200px;
+
-
width: 100px;
+
-
height: 80px;
+
-
background-color: #c4fbf8;
+
-
text-align: center;
+
-
}
+
-
 
+
-
#top-box div{
+
-
width: 3em;
+
-
height: 1em;
+
-
}
+
-
 
+
-
 
+
-
#mycontent{
+
-
float: left;
+
-
width: 78%;
+
-
font-size: 14px;
+
-
margin: 10px 0px 10px 10px;
+
-
padding: 5px;
+
-
background-color: #bbfdfa;
+
-
border: dashed 1px #3699fc;
+
-
}
+
-
</style>
+
-
</html>
+

Latest revision as of 13:03, 25 September 2013

Modeling