Template:Team:IIT Delhi/home.css

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> @font-face { font-family:"Avenir"; src: url('../fonts/Avenir-Medium.otf') format('opentype'); } @font-face { font-fam...")
 
(19 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
 +
 +
#top-section {
 +
    border: none;
 +
   
 +
    height: 0px;}
 +
#content {
 +
    border: none;}
 +
#catlinks {
 +
display:none;
 +
border: 1px solid #aaa;
 +
background-color: #f9f9f9;padding: 5px;
 +
margin-top: 1em;
 +
clear: both;
 +
}
 +
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
#body-content{
 +
    display: none;}
 +
/* Resizes the menubar to fik the links (default is 400px) */
 +
#menubar {
 +
    width: auto;
 +
    display: none;
 +
}
 +
#globalWrapper {
 +
 +
font-size: 100%;
 +
margin: 0;
 +
padding: 0;
 +
padding-bottom: 0px
 +
padding-left: 200px;
 +
 +
}
 +
p {display:none;}
 +
 +
 +
body {
 +
    margin: 0 0 0 0;
 +
    padding: 0;}
 +
#top-section {
 +
    width: 965px;
 +
    height: 0;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;}
 +
#menubar {
 +
    font-size: 65%;
 +
    top: -14px;}
 +
.left-menu:hover {
 +
    background-color: transparent;}
 +
#menubar li a {
 +
    background-color: transparent;}
 +
#menubar:hover {
 +
    color: white;}
 +
#menubar li a {
 +
    color: transparent;}
 +
#menubar:hover li a {
 +
    color: white;}
 +
 +
#contentSub {
 +
display:none;
 +
}
 +
 +
#siteSub {
 +
display:none;
 +
}
 +
 +
#search-controls {
 +
display:none;
 +
}
 +
 +
.firstHeading {
 +
display:none;
 +
}
 +
 +
#search-controls {
 +
margin-top:30px;
 +
}
 +
 +
#footer-box {
 +
display:none;
 +
}
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
@font-face {
@font-face {

Latest revision as of 07:50, 28 May 2014