Template:Tsinghua:Common-Style

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
@charset "utf-8";
+
 
 +
 
 +
/*******************************************
 +
iGEM top section
 +
*******************************************/
 +
/* Styles for Wiki*/
 +
#p-logo {
 +
    height:0px; overflow:hidden; display: none;
 +
}
 +
#top-section {
 +
    background-color: #444444;
 +
    height: 20px;
 +
    border-width:0px;
 +
    border-top-width:0px;
 +
}
 +
#content {
 +
line-height: normal;
 +
    width: 975px;
 +
    border-left-width:0px;
 +
    border-right-width:0px;
 +
    padding:0px;
 +
}
 +
 
 +
 
 +
#contentSub {
 +
display: none;
 +
}
 +
 
 +
.firstHeading {
 +
    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;
 +
}
 +
 
 +
div#bodyContent > p:first-child {
 +
display:none;
 +
}
 +
 
 +
/*******************************************
 +
BODY
 +
*******************************************/
 +
 
body {
body {
font: Verdana, Arial, Helvetica, sans-serif;
font: Verdana, Arial, Helvetica, sans-serif;
Line 284: Line 340:
}
}
-
/*******************************************
 
-
iGEM top section
 
-
*******************************************/
 
-
/* Styles for Wiki*/
 
-
#p-logo {
 
-
    height:0px; overflow:hidden; display: none;
 
-
}
 
-
#top-section {
 
-
    background-color: #444444;
 
-
    height: 20px;
 
-
    border-width:0px;
 
-
    border-top-width:0px;
 
-
}
 
-
#content {
 
-
line-height: normal;
 
-
    width: 975px;
 
-
    border-left-width:0px;
 
-
    border-right-width:0px;
 
-
    padding:0px;
 
-
}
 
-
 
-
 
-
#contentSub {
 
-
display: none;
 
-
}
 
-
 
-
.firstHeading {
 
-
    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;
 
-
}
 
-
 
-
div#bodyContent > p:first-child {
 
-
display:none;
 
-
}
 
/* ~~ The footer ~~ */
/* ~~ The footer ~~ */

Revision as of 06:13, 14 October 2014