summaryrefslogtreecommitdiffstats
path: root/genome-styling/repo/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'genome-styling/repo/styles.css')
-rw-r--r--genome-styling/repo/styles.css119
1 files changed, 79 insertions, 40 deletions
diff --git a/genome-styling/repo/styles.css b/genome-styling/repo/styles.css
index 90d6b63..13caf6b 100644
--- a/genome-styling/repo/styles.css
+++ b/genome-styling/repo/styles.css
@@ -1,23 +1,6 @@
-body, html {
- margin: 0;
- padding: 0;
-}
-
-body {
- min-width: 800px;
-}
-
-img {
- border: none;
-}
-
-ul, li, p, h1, h2, h3 {
- font-family: Verdana,Arial,Helvetica,sans-serif;
- color: #777777;
-}
-
body {
- color: #777777;
+ background: #CCDCF4 url(genome-mainbg.png) repeat-x scroll left top;
+ color: #444444;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 14px;
left: 0px;
@@ -44,32 +27,99 @@ table td {
}
-a:link {
- color: #0066CC;
+a:link, a:visited, a:active {
+ color:#1E3F76;
+ text-decoration:none;
+}
+
+h1 {
+ color:#222222;
+ font-size:190%;
+ margin-top:0pt;
+ padding-top:0pt;
}
-a:visited {
- color: #6699CC;
+h2 {
+ color:#333333;
+ font-size:140%;
+}
+
+h3 {
+ color:#333333;
+ font-size:120%;
+}
+
+#body {
+ border: 0px none;
+ float: left;
+ left: 0px;
+ margin: 0px;
+ width: 100%;
}
#header {
- background:transparent url(topbg.png) repeat-x scroll left top;
- border:0px none;
height:89px;
- margin:0px 0px 20px;
+ margin-bottom: 12px;
width:100%;
}
#headerLogo {
- background:transparent url(logoMountain.png) no-repeat scroll left top;
+ background:transparent url(glogo.gif) no-repeat scroll 20px 30px;
height:89px;
margin:0pt;
padding:0pt;
width:585px;
}
-div#content {
- padding: 0px 20px;
+#nav_menu {
+ float: left;
+ margin-bottom: 1em;
+ width: 205px;
+}
+
+#nav_menu ul {
+ margin: 30px 0pt 0pt 23px;
+ padding: 1px 0pt;
+}
+
+#nav_menu ul li {
+ list-style-type:none;
+ margin-left:0pt;
+ padding:2px 0pt;
+}
+
+#nav_menu ul li {
+ color:#486AA3;
+ font-size:1.2em;
+ font-weight:bold;
+ list-style-image:none;
+ list-style-position:outside;
+ list-style-type:none;
+ padding:3px 0pt;
+}
+
+#nav_menu ul li a.active {
+ color:#0059B3;
+}
+
+#nav_menu ul li a:link, #nav-menu ul li a:visited, #nav-menu ul li a:active {
+ text-decoration:none;
+}
+
+#nav_menu ul li a:hover {
+ color:#0059B3;
+ text-decoration:underline;
+}
+
+#content {
+ background: #FFFFFF url(genome-mainbgcurve.png) no-repeat scroll left top;
+ margin-left: 200px;
+ padding: 0pt 50px 65px 0pt;
+}
+
+#inner {
+ padding: 35px 30px;
+ min-height: 400px;
}
div.user {
@@ -85,17 +135,6 @@ div#machines {
border-bottom: 1px solid #0664FE;
}
-div#content h1 {
- font-size: x-large;
- font-weight: normal;
-}
-
-div#content h2 {
- font-size: large;
- font-weight: 900;
- text-transform: uppercase;
-}
-
div#machines h2 {
font-size: medium;
font-weight: 900;