Team:NU Kazakhstan
From 2014.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
<link href="css/style.css" rel="stylesheet" type="text/css"> | <link href="css/style.css" rel="stylesheet" type="text/css"> | ||
<style> | <style> | ||
+ | body { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | background:#FFFFFF; | ||
+ | } | ||
+ | |||
+ | p,td { font-family:Tahoma, Arial; | ||
+ | font-size:12px; | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | |||
+ | a{ | ||
+ | color: #000000; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | a:hover{ | ||
+ | color: #000000; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | a.hidden { | ||
+ | text-decoration: none; | ||
+ | color: #FFFFFF; | ||
+ | cursor:default; | ||
+ | } | ||
+ | |||
+ | form { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | ul { | ||
+ | margin-left:20px; | ||
+ | margin-top:0px; | ||
+ | padding:1px; | ||
+ | list-style-type: square; | ||
+ | line-height: 16px; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | font-size: 14px; | ||
+ | font-weight: bold; | ||
+ | color: #FFFFFF; | ||
+ | margin: 0px; | ||
+ | text-transform: uppercase; | ||
+ | padding-bottom: 5px; | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | .bgy { | ||
+ | background-repeat: repeat-y; | ||
+ | } | ||
+ | |||
+ | .bottom_addr { | ||
+ | font-size: 10px; | ||
+ | color: #000000; | ||
+ | padding-top: 8px; | ||
+ | padding-bottom: 8px; | ||
+ | background-image: url(../images/bbg.jpg); | ||
+ | background-repeat: repeat-y; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .bottom_addr a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .bottom_addr a:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | |||
+ | .bgx { | ||
+ | background-repeat: repeat-x; | ||
+ | } | ||
+ | |||
+ | |||
+ | .norepeat { | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .r-title { | ||
+ | font-family: Tahoma, Arial; | ||
+ | font-size: 12px; | ||
+ | color: #000000; | ||
+ | font-weight: bold; | ||
+ | text-align: left; | ||
+ | padding-left: 9px; | ||
+ | padding-top: 4px; | ||
+ | padding-bottom: 3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .c_name { | ||
+ | font-size: 16px; | ||
+ | font-weight: bold; | ||
+ | text-transform: uppercase; | ||
+ | color: #FFFFFF; | ||
+ | text-align: left; | ||
+ | vertical-align: middle; | ||
+ | padding-left: 10px; | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | |||
+ | |||
+ | .bottom-menu { | ||
+ | color: #FFFFFF; | ||
+ | text-align: center; | ||
+ | padding-top: 5px; | ||
+ | padding-bottom: 5px; | ||
+ | font-size: 10px; | ||
+ | } | ||
+ | |||
+ | .bottom-menu a { | ||
+ | color: #FFFFFF; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .bottom-menu a:hover { | ||
+ | color: #000000; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
.menu { | .menu { | ||
color: #000000; | color: #000000; | ||
Line 18: | Line 141: | ||
font-size: 11px; | font-size: 11px; | ||
text-align: center; | text-align: center; | ||
+ | } | ||
+ | .menu a{ | ||
+ | text-decoration: none; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .menu a:hover { | ||
+ | color: #000000; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | |||
+ | .sub { | ||
+ | color: #FFFFFF; | ||
+ | text-transform: none; | ||
+ | vertical-align: top; | ||
+ | padding-top: 4px; | ||
+ | padding-right: 9px; | ||
+ | text-align: justify; | ||
+ | padding-bottom: 4px; | ||
+ | padding-left: 9px; | ||
+ | font-size: 11px; | ||
+ | } | ||
+ | |||
+ | .sub a{ | ||
+ | color: #FFFFFF; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .sub a:hover { | ||
+ | color:#000000; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | |||
+ | .body_txt { | ||
+ | color: #000000; | ||
+ | text-align: justify; | ||
+ | padding: 10px; | ||
+ | vertical-align: top; | ||
} | } | ||
</style> | </style> |
Revision as of 17:41, 13 July 2014
|
|
|