Template:Macquarie

From 2011.igem.org

(Difference between revisions)
(Created page with "tes test")
 
(54 intermediate revisions not shown)
Line 1: Line 1:
-
tes test
+
<html>
 +
<head>
 +
<style type="text/css">
 +
body {background-color:#A11F37;}
 +
 
 +
<!-- Wiki Hacks -->
 +
 
 +
 
 +
{
 +
overflow: -moz-scrollbars-vertical !important;
 +
resize: none;
 +
background-color: #f5f6f7;
 +
}
 +
 
 +
#top-section {
 +
height: 20px;
 +
border-left: none;
 +
border-right: none;
 +
}
 +
 
 +
#siteSub {
 +
display:none;
 +
}
 +
 
 +
#search-controls {
 +
display:none;
 +
}
 +
 
 +
.firstHeading {
 +
display:none;
 +
}
 +
 
 +
#search-controls {
 +
margin-top:0px;
 +
}
 +
 
 +
#footer-box {
 +
display:none;
 +
}
 +
 
 +
 
 +
 
 +
#contentSub {
 +
display:none;
 +
}
 +
 
 +
#siteSub {
 +
display:none;
 +
}
 +
 
 +
#search-controls {
 +
display:none;
 +
}
 +
 
 +
.firstHeading {
 +
display:none;
 +
}
 +
 
 +
#search-controls {
 +
margin-top:0px;
 +
}
 +
 
 +
#footer-box {
 +
display:none;
 +
}
 +
 
 +
#top-section {
 +
height: 20px;
 +
border-left: none;
 +
border-right: none;
 +
}
 +
 
 +
.left-menu {
 +
margin-top:-12px;
 +
}
 +
 
 +
.right-menu {
 +
margin-top:-12px;
 +
}
 +
 
 +
.left-menu ul {
 +
border: none;
 +
}
 +
 
 +
#menubar li a {
 +
color:#8C8984;
 +
        background-color:transparent;
 +
}
 +
 
 +
#menubar ul {
 +
color:transparent;
 +
        background-color:transparent;
 +
}
 +
 
 +
#menubar {
 +
background-color:transparent;
 +
font-size:85%;
 +
line-height:1em;
 +
position:absolute;
 +
top:10px;
 +
white-space:nowrap;
 +
width:50%;
 +
z-index:5;
 +
height:20px;
 +
overflow:hidden
 +
 
 +
}
 +
 
 +
.left-menu {
 +
left:0;
 +
padding-left: 0px;
 +
}
 +
.right-menu  {
 +
right:0;
 +
     
 +
}
 +
 
 +
.firstHeading { display:none; }
 +
}
 +
 
 +
#menubar{
 +
color: #transparent;
 +
}
 +
 
 +
#menubar.right-menu {
 +
margin-top:-12px;
 +
}
 +
 
 +
.right-menu ul {
 +
border: none;
 +
}
 +
 
 +
#menubar{
 +
top:15px;
 +
z-index:25;
 +
 
 +
}
 +
 
 +
#menubar {
 +
background-color:f5f6f7;
 +
font-size:85%;
 +
line-height:1em;
 +
position:absolute;
 +
top:10px;
 +
white-space:nowrap;
 +
width:50%;
 +
z-index:5;
 +
height:20px;
 +
overflow:hidden
 +
 
 +
}
 +
 
 +
img[src*="/wiki/skins/common/images/wiki.png"]{
 +
    width:0;
 +
    height:60px;
 +
    padding-right:975px;
 +
    background:#transparent;
 +
}
 +
 
 +
 
 +
 
 +
ul#list-nav {
 +
list-style:none;
 +
margin:7px 75px 7px;
 +
 
 +
padding:0;
 +
width:1000px
 +
 
 +
}
 +
 
 +
ul#list-nav li {
 +
display:inline
 +
}
 +
 
 +
ul#list-nav li a {
 +
text-decoration:none;
 +
padding:5px 0;
 +
width:100px;
 +
background:#A11F37;
 +
color:#eee;
 +
float:left;
 +
text-align:center;
 +
border-left:1px solid #fff;
 +
}
 +
 
 +
ul#list-nav li a:hover {
 +
background:#a2b3a1;
 +
color:#000
 +
}
 +
 
 +
 
 +
 
 +
<!-- End of Wiki Hacks -->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<!-- NEW MENU BAR CSS -->
 +
 
 +
}
 +
#menu { 
 +
float: left;
 +
padding: 0;
 +
margin: 0;
 +
 +
/* Box Shadow */
 +
box-shadow: 0 1px 0 #000;
 +
-moz-box-shadow: 0 1px 0 #000;
 +
-webkit-box-shadow: 0 1px 0 #000;
 +
 +
/* Rounded Corners */
 +
-moz-border-radius-topleft: 10px;
 +
    -moz-border-radius-bottomleft: 10px;
 +
-webkit-border-top-left-radius: 10px;
 +
-webkit-border-bottom-left-radius: 10px;
 +
 +
/* Rounded Corners */
 +
    -moz-border-radius-topright: 10px;
 +
    -moz-border-radius-bottomright: 10px;
 +
-webkit-border-top-right-radius: 10px;
 +
-webkit-border-bottom-right-radius: 10px;
 +
}
 +
#menu ul {
 +
border-top: #f3f3f3 1px solid;
 +
padding: 0;
 +
margin: 0;
 +
 +
 
 +
position:center;
 +
left:-4.9%;
 +
 +
/* Background Gradient */
 +
    background-image: -moz-linear-gradient(top, #b4b4b4, #A11F37);
 +
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b4b4b4), to(#707070));
 +
}
 +
#menu li {
 +
float: left;
 +
list-style: none;
 +
background: none;
 +
margin-right: 1px;
 +
}
 +
#menu a { outline: none; }
 +
#menu li a:link, #menu li a:visited {
 +
font-family: Century Gothic, Helvetica, sans-serif;
 +
font-size: 12px;
 +
font-weight: ;
 +
display: block;
 +
color: #FFFFFF;
 +
text-decoration: none;
 +
text-transform: capitalize;
 +
text-shadow: 0px 0px 0px #fff;
 +
padding: 12px 28px;
 +
 +
/* Background Gradient */
 +
    background-image: -moz-linear-gradient(top, #A11F37, #731E15);
 +
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A11F37), to(#A11F37));
 +
}
 +
#menu li a:hover {
 +
cursor: pointer;
 +
color: #fff;
 +
text-shadow: 0px -1px 1px #000;
 +
 +
/* Background Gradient */
 +
    background-image: -moz-linear-gradient(top, #929292, #545454);
 +
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#929292), to(#545454));
 +
}
 +
#menu li:first-child a, #menu ul {
 +
/* Rounded Corners */
 +
-moz-border-radius-topleft: 10px;
 +
    -moz-border-radius-bottomleft: 10px;
 +
-webkit-border-top-left-radius: 10px;
 +
-webkit-border-bottom-left-radius: 10px;
 +
}
 +
#menu li:last-child a, #menu ul {
 +
/* Rounded Corners */
 +
    -moz-border-radius-topright: 10px;
 +
    -moz-border-radius-bottomright: 10px;
 +
-webkit-border-top-right-radius: 10px;
 +
-webkit-border-bottom-right-radius: 10px;
 +
}
 +
a.active:link, a.active:active, a.active:visited {
 +
color: #fff !important;
 +
text-shadow: 0px -1px 1px #000!important;
 +
    background-image: -moz-linear-gradient(top, #444, #666)!important;
 +
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#666))!important;
 +
 +
/* Box Shadow */
 +
box-shadow: inset 0 0 10px #000;
 +
-moz-box-shadow: inset 0 0 10px #000;
 +
-webkit-box-shadow: inset 0 0 10px #000;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
<!--END OF NEW MENU BAR-->
 +
 
 +
#leftcolumn{width:248px;float:left;height:1200px;padding-top:10px;}
 +
 
 +
 
 +
 
 +
 
 +
</style>
 +
</head>
 +
 
 +
 
 +
<body>
 +
<body style="font: 9pt Trebuchet MS">
 +
<style type="text/css">
 +
p {padding-left: 20px;
 +
padding-right:20px;
 +
margin-bottom: 0;}
 +
p + p {
 +
  text-indent: 1.5em;
 +
  margin-top: 0 }
 +
</style>
 +
 
 +
 
 +
<div id="banner" style="text-align: center;">
 +
<a href="https://2011.igem.org/Team:Macquarie_Australia"><img src="https://static.igem.org/mediawiki/2011/a/a7/Maclogo.PNG" width="900" ></a>
 +
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<!-- NEW MENU BAR -->
 +
 
 +
 
 +
<div id="menu">
 +
<ul>
 +
<li><a href="/Team:Macquarie_Australia">home</a></li>
 +
 
 +
<li><a href="/Team:Macquarie_Australia/Team">Team</a></li>
 +
<li><a href="/Team:Macquarie_Australia/Project">project</a></li>
 +
<li><a href="/Team:Macquarie_Australia/parts">Data Page</a></li>
 +
<li><a href="/Team:Macquarie_Australia/Characterisation">Results/Characterisation</a></li>
 +
<li><a href="/Team:Macquarie_Australia/Notebook">Lab Notes</a></li>
 +
<li><a href="/Team:Macquarie_Australia/Safety"> Safety </a></li>
 +
<li><a href="/Team:Macquarie_Australia/Attributions">Sponsors</a></li>
 +
</ul>
 +
</div>
 +
 
 +
<!--END OF NEW MENU BAR-->
 +
 
 +
</body>
 +
</html>

Latest revision as of 06:41, 4 October 2011