Template:Team:Uppsala/modelling-style

From 2013.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<style type="css/text">
+
 
#main_frame {
#main_frame {
-
min-height: 1800px;
+
min-height: 1800px;
-
width: 950px;
+
width: 950px;
-
margin: 20px auto;
+
margin: 20px auto;
-
border: 1px solid ligth gray;
+
border: 1px solid ligth gray;
-
border-radius:         15px;
+
border-radius: 15px;
-
box-shadow:         0px 0px 30px rgba(110,110,110, .8);
+
box-shadow: 0px 0px 30px rgba(110,110,110, .8);
-
background:         white;
+
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
.modeling_main_text_box2
Line 22: Line 54:
padding: 20px;
padding: 20px;
text-decoration:none;
text-decoration:none;
-
}
 
-
 
-
a {
 
-
  color: black;
 
-
  text-decoration: none; /* no underline */
 
}
}
Line 43: Line 70:
box-shadow: 0px 0px 25px rgba(110,110,110, .8);
box-shadow: 0px 0px 25px rgba(110,110,110, .8);
}
}
-
 
-
</style>
 

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); }