Template:Team:SCUT/Magazine/mainbody

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
<head>
<head>
 +
<script src="https://2014.igem.org/Team:SCUT/to-top/jquery-1.3.2.min.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
<script src="https://2014.igem.org/Team:SCUT/to-top/scrolltopcontrol.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
<style type="text/css">
<style type="text/css">
 +
/* hiding the top section*/
 +
body{position:absolute; top:0px; width:100%; height:auto;font-family:微软雅黑;background:transparent;text-align:center;}
 +
#top-section{
 +
    height:0px;
 +
    border:none;
 +
    width:980px;
 +
    margin:0 auto;
 +
    padding:0 0 0 0;
 +
    overflow:hide;
 +
    background:transparent;
 +
}
 +
#p-logo{display:none;}
 +
#search-controls{display:none;}
 +
#top{display:none;}
 +
.firstHeading{display:none;}
 +
/* end of hiding the top section*/
 +
 +
/* global setting*/
 +
#globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;}
 +
#content{
 +
    background-color:transparent;
 +
    border:none;
 +
    width:100%;
 +
    height:auto;
 +
    marign:0 auto;
 +
    padding:0 0 0 0;
 +
   
 +
    }
 +
#bodyContent{
 +
    background-color:transparent;
 +
    border:none;
 +
   
 +
    }
 +
siteSub{
 +
    display:none;
 +
    border:none;
 +
    }
 +
contentSub{
 +
    display:none;
 +
    }
 +
/* end of global setting*/
 +
 +
/*hiding the footer-box*/
 +
#footer-box{display:none;}
 +
#catlinks{display:none;}
 +
/*end of hiding the footer book*/
 +
 +
/* menu (page, edit ...) */
 +
#menubar
 +
{
 +
height:22px;
 +
width:490px;
 +
padding:2px 0;
 +
flow:left;
 +
overflow:hidden;
 +
background-color:#0099c5;
 +
color:white;
 +
}
 +
#menubar ul
 +
{
 +
list-style-type: none;
 +
font-size:15px;
 +
padding:1px;
 +
margin:0;
 +
}
 +
#menubar ul li
 +
{
 +
font-family:Arial;
 +
padding:0;
 +
margin-right:4px;
 +
display:inline;
 +
 +
}
 +
#menubar ul li a:hover
 +
{
 +
text-decoration:underline;
 +
}
 +
.right-menu ul li a
 +
{
 +
padding:1px 3px;
 +
text-align:left;
 +
text-decoration:none;
 +
background-color:transparent;
 +
}
 +
.right-menu ul li a:hover
 +
{
 +
color:white;
 +
}
 +
.left-menu ul li a
 +
{
 +
padding:2px 7px;
 +
text-align:left;
 +
text-decoration:none;
 +
color:white;
 +
text-transform: capitalize;
 +
}
 +
.left-menu ul li a:hover
 +
{
 +
 +
}
 +
 +
/* end menu (edit, page ...) */
 +
#MA-CONTENT{position:absolute;top:0px;width:100%;height:auto;left:0px;}
#MA-CONTENT{position:absolute;top:0px;width:100%;height:auto;left:0px;}
#mainbody{position:relative;margin:0 auto;border:1px solid #e3e3e3;width:980px;height:500px;}
#mainbody{position:relative;margin:0 auto;border:1px solid #e3e3e3;width:980px;height:500px;}

Revision as of 18:55, 16 October 2014