Template:Team:Uppsala/modelling-style
From 2013.igem.org
(4 intermediate revisions not shown) | |||
Line 20: | Line 20: | ||
.modeling_pic | .modeling_pic | ||
{ | { | ||
- | width: | + | width:60%; |
+ | margin-left: 20%; | ||
} | } | ||
.figure_pic | .figure_pic | ||
{ | { | ||
- | box-shadow: -10px | + | box-shadow: -10px 10px 35px rgba(110,110,110, .8); |
- | width: | + | width:60%; |
- | margin-left: | + | margin-left: 20%; |
} | } | ||
Latest revision as of 20:05, 3 October 2013
#main_frame { min-height: 1800px; width: 950px; margin: 20px auto; border: 1px solid ligth gray; border-radius: 15px; box-shadow: 0px 0px 30px rgba(110,110,110, .8); background: white; } a:hover{ color: black; text-decoration: none; } .modeling_pic { width:60%; margin-left: 20%; } .figure_pic { box-shadow: -10px 10px 35px rgba(110,110,110, .8); width:60%; margin-left: 20%; } a:active{ color: black; text-decoration: none; } a:link { color: black; text-decoration: none; } a:visited{ color: black; text-decoration: none; } .modeling_main_text_box2 { width: 850px; margin-left:auto; margin-right:auto; background-color: #b6e6fd; box-shadow: 0px 0px 25px rgba(110,110,110, .8); border-radius:15px; padding: 20px; text-decoration:none; } .modeling_main_text_box { width: 850px; margin-left:auto; margin-right:auto; background-color: #b6e6fd; box-shadow: inset 0px 0px 25px rgba(110,110,110, .8); border-radius:15px; padding: 20px; } .modeling_main_text_box:hover { box-shadow: 0px 0px 25px rgba(110,110,110, .8); }