Wiki/api.php

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
body{
+
/* Styles for Wiki*/
-
margin: 0px;
+
#p-logo {
-
font-family: "Arial", sans-serif;
+
    height:0px; overflow:hidden; display: none;
 +
}
 +
#top-section {
 +
    background-color: #444444;
 +
    height: 20px;
 +
    border-width:0px;
 +
    border-top-width:0px;
 +
}
 +
#content {
 +
    width: 975px;
 +
    border-left-width:0px;
 +
    border-right-width:0px;
 +
    padding:0px;
}
}
-
#main{
+
#contentSub {
-
border-left: 10px solid #A40004;
+
display: none;
-
min-height:600px;
+
}
}
-
#header{
+
.firstHeading {
-
height: 120px;
+
    display: none;
 +
}
 +
div#catlinks {
 +
    visibility: hidden;
 +
    height: 0px;
 +
}
 +
#searchInput
 +
{
 +
    position:relative;
 +
    height:0px;
 +
    margin-bottom:0em;
 +
    visibility:hidden;
 +
}
 +
input.searchButton
 +
{
 +
    height:0px;
 +
    margin-bottom:0em;
 +
    visibility:hidden;
}
}
-
#team-logo{
+
div#bodyContent > p:first-child {
-
height: 100%;
+
display:none;
-
width: auto;
+
-
float: left;
+
}
}
-
#title-box{
+
/* Styles for contents */
-
height: 100%;
+
body {
-
overflow: hidden;
+
font-family: "Arial", sans-serif;
-
border-bottom: 1px solid #ccc;
+
}
}
-
#title-bar{
+
/* Normal text style */
-
margin-top: 30px;
+
.normal {
-
height: 60%;
+
margin-left: auto;
-
float:right;
+
margin-right: auto;
 +
font-size: 14px;
 +
text-align: justify;
}
}
-
#page-title{
+
.center {
-
font-size:24px;
+
text-align: center;
-
font-style: italic;
+
-
bottom: 20px;
+
}
}
-
#lefter{
+
img.center {
-
float: left;
+
display:block;
-
margin-right: 10px;
+
margin-left: auto;
 +
margin-right: auto;
}
}
-
#menu{
+
table,td,th {
-
position: relative;
+
border-color: gray;
-
width: 140px;
+
-
margin: 5px 0px 0px 20px;
+
-
float:left;
+
}
}
-
#left-three-box{
+
table.center {
-
width: 30px;
+
margin-left: auto;
-
height: 30px;
+
margin-right: auto;
-
margin-left:10px;
+
}
}
-
.menu-item{
+
.center td {
-
position:relative;
+
text-align: left;
-
border-bottom: 2px solid #ccc;
+
}
-
line-height: 25px;
+
 
-
font-size: 16px;
+
td,th {
-
cursor:pointer;
+
padding-left: 1em;
 +
padding-right: 1em;
}
}
-
.sub-menu{
+
.math {
-
margin: 0px 0px 5px 30px;
+
-
color: #000;
+
font-style: italic;
font-style: italic;
}
}
-
.sub-menu-item{
+
.legend {
-
position:relative;
+
-
border-bottom: 2px solid #fff;
+
-
line-height: 25px;
+
font-size: 14px;
font-size: 14px;
-
cursor:pointer;
+
font-weight: bold;
 +
text-align: center;
}
}
-
.menu-item a {
+
.figure {
-
text-decoration: none;
+
-
color: black;
+
}
}
-
.menu-selected{
+
h1.normal {
-
color:#A40004;
+
font-size: 24px;
-
border-bottom: 2px solid #A40004;
+
font-weight: bold;
 +
text-align: center;
}
}
-
#top-box {
+
h2.normal {
-
position: fixed;
+
font-size: 20px;
-
right: 30px;
+
font-weight: bold;
-
top: 200px;
+
margin-bottom: 5px;
-
width: 100px;
+
margin-top: 5px;
-
height: 80px;
+
-
background-color: #c4fbf8;
+
-
text-align: center;
+
}
}
-
#top-box div{
+
h3.normal {
-
width: 3em;
+
font-size: 16px;
-
height: 1em;
+
font-weight: bold;
}
}
-
 
+
table {
-
#mycontent{
+
border-collapse: collapse;
-
float: left;
+
-
width: 78%;
+
-
font-size: 14px;
+
-
margin: 10px 0px 10px 10px;
+
-
padding: 5px;
+
-
background-color: #bbfdfa;
+
-
border: dashed 1px #3699fc;
+
}
}
</style>
</style>
</html>
</html>

Revision as of 12:34, 25 September 2013