Template:CSS/modeling
From 2014.igem.org
(Difference between revisions)
(9 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
.container_modeling{ | .container_modeling{ | ||
width:100%; | width:100%; | ||
- | height: | + | height:3350px; |
- | background-image:url(https://static.igem.org/mediawiki/2014/ | + | background-image:url(https://static.igem.org/mediawiki/2014/7/70/Iitd_new_attributions_bg.jpg); |
position:relative; | position:relative; | ||
top:-10px; | top:-10px; | ||
Line 20: | Line 20: | ||
height:200px; | height:200px; | ||
border-radius:80px; | border-radius:80px; | ||
+ | |||
} | } | ||
.topimg img{ | .topimg img{ | ||
border-radius:10px; | border-radius:10px; | ||
+ | border: thin solid grey; | ||
} | } | ||
Line 43: | Line 45: | ||
} | } | ||
+ | .footerbg_modeling{ | ||
+ | position:absolute; | ||
+ | top:3350px; | ||
+ | left:0px; | ||
+ | width:100%; | ||
+ | height:100px; | ||
+ | background-color:#424243; | ||
+ | z-index:2; | ||
+ | background-repeat:no-repeat; | ||
+ | } | ||
+ | .copyright{ | ||
+ | position:absolute; | ||
+ | bottom:5px; | ||
+ | left:400px; | ||
+ | } | ||
+ | |||
+ | .copyright a,visited{ | ||
+ | color:#a2a1a1; | ||
+ | } | ||
+ | |||
+ | .copyright a:hover{ | ||
+ | color:#c7c6c6; | ||
+ | } | ||
+ | |||
+ | .copyright p{ | ||
+ | font-size:12px; | ||
+ | color:#807f7f; | ||
+ | font-family:Open sans, Helvetica, Arial; | ||
+ | font-weight:400; | ||
+ | } | ||
+ | .nav2{ | ||
+ | position:absolute; | ||
+ | top:10px; | ||
+ | left:280px; | ||
+ | } | ||
+ | .nav2table{ | ||
+ | background-color:#424243; | ||
+ | color:#807f7f; | ||
+ | } | ||
+ | .nav2 a,visited{ | ||
+ | color:#d6d5d5; | ||
+ | font-size:12px; | ||
+ | text-decoration:none; | ||
+ | padding:10px; | ||
+ | } | ||
+ | |||
+ | .nav2 a:hover{ | ||
+ | color:#ffffff; | ||
+ | font-size:12px; | ||
+ | font-weight:500; | ||
+ | text-decoration:none; | ||
+ | padding:10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .vector { | ||
+ | position:relative; | ||
+ | top:10px; | ||
+ | left:120px; | ||
+ | width:720px; | ||
+ | height:320px; | ||
+ | border-radius:10px; | ||
+ | } | ||
+ | |||
+ | .vector img{ | ||
+ | border:solid thin grey; | ||
+ | border-radius:10px; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 03:04, 18 October 2014