Team:IIT Madras
From 2012.igem.org
(Difference between revisions)
Line 16: | Line 16: | ||
height:43px; | height:43px; | ||
padding:0px 20px 0px 20px; | padding:0px 20px 0px 20px; | ||
+ | |||
+ | /* Rounded Corners */ | ||
+ | |||
+ | -moz-border-radius: 10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | |||
+ | /* Background color and gradients */ | ||
+ | |||
+ | background: #014464; | ||
+ | background: -moz-linear-gradient(top, #0272a7, #013953); | ||
+ | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953)); | ||
+ | |||
+ | /* Borders */ | ||
+ | |||
+ | border: 1px solid #002232; | ||
+ | |||
+ | -moz-box-shadow:inset 0px 0px 1px #edf9ff; | ||
+ | -webkit-box-shadow:inset 0px 0px 1px #edf9ff; | ||
+ | box-shadow:inset 0px 0px 1px #edf9ff; | ||
} | } | ||
+ | |||
+ | #iitm_menu li { | ||
+ | float:left; | ||
+ | display:block; | ||
+ | text-align:center; | ||
+ | position:relative; | ||
+ | padding: 4px 10px 4px 10px; | ||
+ | margin-right:30px; | ||
+ | margin-top:7px; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #iitm_menu li:hover { | ||
+ | border: 1px solid #777777; | ||
+ | padding: 4px 9px 4px 9px; | ||
+ | |||
+ | /* Background color and gradients */ | ||
+ | |||
+ | background: #F4F4F4; | ||
+ | background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE); | ||
+ | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE)); | ||
+ | |||
+ | /* Rounded corners */ | ||
+ | |||
+ | -moz-border-radius: 5px 5px 0px 0px; | ||
+ | -webkit-border-radius: 5px 5px 0px 0px; | ||
+ | border-radius: 5px 5px 0px 0px; | ||
+ | } | ||
+ | |||
</style> | </style> |
Revision as of 01:59, 29 August 2012