Team:Minnesota/Templates/cssStyle

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <style> @CHARSET "ISO-8859-1"; - Reset CSS * ---------------------------------------: body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, form,fieldset,input,textarea,...")
 
(9 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
 
<style>
<style>
-
 
@CHARSET "ISO-8859-1";
@CHARSET "ISO-8859-1";
/* Reset CSS
/* Reset CSS
Line 52: Line 50:
/* Custom CSS
/* Custom CSS
  * --------------------------------------- */
  * --------------------------------------- */
 +
body{
body{
font-family: arial,helvetica;
font-family: arial,helvetica;
Line 79: Line 78:
#menu li {
#menu li {
display:inline-block;
display:inline-block;
-
margin: 5px;
+
margin: .6%;
color: #000;
color: #000;
background:#fff;
background:#fff;
Line 88: Line 87:
#menu li.active{
#menu li.active{
background:#666;
background:#666;
-
background: rgba(0,0,0, 0.5);
+
background: rgba(0,0,0, 0.25%);
color: #fff;
color: #fff;
}
}
Line 103: Line 102:
#menu li a,
#menu li a,
#menu li.active a{
#menu li.active a{
-
padding: 9px 18px;
+
padding: 5px 20px;
display:block;
display:block;
}
}
Line 113: Line 112:
top:0;
top:0;
left:0;
left:0;
-
height: 40px;
+
height: 10%;
z-index: 70;
z-index: 70;
width: 100%;
width: 100%;
Line 122: Line 121:
position: fixed;
position: fixed;
z-index: 99;
z-index: 99;
-
right: 149px;
+
right: 10%;
-
top: 9px;
+
top: 3%;
}
}
#download{
#download{
Line 246: Line 245:
z-index: 999;
z-index: 999;
  }
  }
 +
</style>
</style>
</html>
</html>

Latest revision as of 07:39, 15 October 2014