Team:IIT Madras/testpage
From 2011.igem.org
(Difference between revisions)
Line 253: | Line 253: | ||
} | } | ||
+ | #content{ | ||
+ | background-color: #f5f6f7; | ||
+ | padding-top:65px; | ||
+ | width:1000px; | ||
+ | font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; | ||
+ | font-smooth:always; | ||
+ | border-style: none solid solid solid; | ||
+ | border-width:0px; | ||
+ | margin-top: 0px; | ||
+ | } | ||
.shadow { | .shadow { | ||
Line 318: | Line 328: | ||
} | } | ||
+ | #menu_bar{ | ||
+ | width: 98%; | ||
+ | height: 32px; | ||
+ | background: #BCD345; | ||
+ | position: relative; | ||
+ | top: -72px; | ||
+ | left: 11px; | ||
+ | border-bottom:#258fcd 1px solid; | ||
+ | border-right:#258fcd 1px solid; | ||
+ | border-left:#258fcd 1px solid; | ||
+ | } | ||
+ | |||
+ | #menu_bar ul {list-style:none;} | ||
+ | #menu_bar ul li{float:left; font-size:16px; margin:8px 0px; width:115px; text-align:center; height:32px; background:url('https://static.igem.org/mediawiki/2011/0/0a/Menu_bar.gif');} | ||
+ | #menu_bar ul li:hover{background:url('https://static.igem.org/mediawiki/2011/0/0a/Menu_bar.gif') 0px -32px; repeat-x; | ||
+ | -moz-border-radius:5px 0 0 0/ 0 5px 0 0; | ||
+ | -webkit-border-radius:5px 0 0 0/ 0 5px 0 0; | ||
+ | border-radius:5px 5px 0 0/ 5px 5px 0 0; | ||
+ | } | ||
+ | #menu_bar ul li a{text-decoration:none; color:white; margin-top:10px; | ||
+ | position:relative; | ||
+ | top:10px;} | ||
--> | --> | ||
</style> | </style> |
Revision as of 16:34, 1 September 2011