summaryrefslogtreecommitdiffstats
path: root/genome-site/content/styles
diff options
context:
space:
mode:
authorJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2008-07-21 22:40:03 +0200
committerJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2008-07-21 22:40:03 +0200
commit3244f5225c244eb21d093046a6879f096dbf4fd8 (patch)
tree7063e4b883d89735dc31db8adc71a7a104c36837 /genome-site/content/styles
parent4ad03be690654f253b299d34b2271d9467b870f4 (diff)
downloadsite-3244f5225c244eb21d093046a6879f096dbf4fd8.tar.gz
site-3244f5225c244eb21d093046a6879f096dbf4fd8.tar.xz
site-3244f5225c244eb21d093046a6879f096dbf4fd8.zip
Fix srpm/rpm/dist/archive for initial review
Diffstat (limited to 'genome-site/content/styles')
-rw-r--r--genome-site/content/styles/callout-bg.pngbin0 -> 2751 bytes
-rw-r--r--genome-site/content/styles/default.css3
-rw-r--r--genome-site/content/styles/et_logo.pngbin0 -> 5194 bytes
-rw-r--r--genome-site/content/styles/footer_corner.pngbin0 -> 2359 bytes
-rw-r--r--genome-site/content/styles/footer_pattern.pngbin0 -> 817 bytes
-rw-r--r--genome-site/content/styles/generic.css87
-rw-r--r--genome-site/content/styles/genome-expansion.pngbin0 -> 64914 bytes
-rw-r--r--genome-site/content/styles/genome-high-level.pngbin0 -> 36451 bytes
-rw-r--r--genome-site/content/styles/genome-mainbg.pngbin0 -> 334 bytes
-rw-r--r--genome-site/content/styles/genome-mainbgcurve.pngbin0 -> 214 bytes
-rw-r--r--genome-site/content/styles/genome.css333
-rw-r--r--genome-site/content/styles/glogo.gifbin0 -> 1585 bytes
-rw-r--r--genome-site/content/styles/offbg.pngbin0 -> 375 bytes
-rw-r--r--genome-site/content/styles/onbg.pngbin0 -> 388 bytes
-rw-r--r--genome-site/content/styles/topbg.pngbin0 -> 665 bytes
15 files changed, 423 insertions, 0 deletions
diff --git a/genome-site/content/styles/callout-bg.png b/genome-site/content/styles/callout-bg.png
new file mode 100644
index 0000000..c24e5b8
--- /dev/null
+++ b/genome-site/content/styles/callout-bg.png
Binary files differ
diff --git a/genome-site/content/styles/default.css b/genome-site/content/styles/default.css
new file mode 100644
index 0000000..e50b401
--- /dev/null
+++ b/genome-site/content/styles/default.css
@@ -0,0 +1,3 @@
+
+@import url(generic.css);
+@import url(genome.css);
diff --git a/genome-site/content/styles/et_logo.png b/genome-site/content/styles/et_logo.png
new file mode 100644
index 0000000..e094b59
--- /dev/null
+++ b/genome-site/content/styles/et_logo.png
Binary files differ
diff --git a/genome-site/content/styles/footer_corner.png b/genome-site/content/styles/footer_corner.png
new file mode 100644
index 0000000..090bfce
--- /dev/null
+++ b/genome-site/content/styles/footer_corner.png
Binary files differ
diff --git a/genome-site/content/styles/footer_pattern.png b/genome-site/content/styles/footer_pattern.png
new file mode 100644
index 0000000..647c52a
--- /dev/null
+++ b/genome-site/content/styles/footer_pattern.png
Binary files differ
diff --git a/genome-site/content/styles/generic.css b/genome-site/content/styles/generic.css
new file mode 100644
index 0000000..ba60cad
--- /dev/null
+++ b/genome-site/content/styles/generic.css
@@ -0,0 +1,87 @@
+
+body {
+ margin: 0em;
+ padding: 0px;
+ left:0px;
+ margin:0px;
+ width:100%;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-size:14px;
+ color: #444;
+ background: #CCDCF4 url(genome-mainbg.png) top left repeat-x;
+
+}
+
+p, ul, ol, dl {
+ padding: 0px;
+ margin: 0px;
+}
+
+ol,ul {
+ margin-left: 3em;
+}
+
+ol,ul,dl,p {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
+p:first-line {
+ margin-right: 1em;
+}
+
+div.body p:first-letter {
+ font-size: 1.2em;
+ font-weight: bold;
+}
+
+h1,h2,h3,h4,h5,h6 {
+ font-weight: bold;
+ margin: 0px;
+ padding: 0px;
+}
+
+div.footer {
+ margin-top: 1em;
+}
+
+h1 {
+ font-size: 190%;
+ margin-top: 0;
+ padding-top: 0;
+ font-size: 190%;
+ color: #222;
+}
+
+h2 {
+ font-size: 140%;
+ color: #333;
+}
+
+h3 {
+ font-size: 120%;
+ color: #333;
+}
+
+h4 {
+ font-size: 1.2em;
+}
+h5 {
+ font-size: 1em;
+}
+h6 {
+ font-size: 0.8em;
+}
+
+dl dt {
+ margin-left: 1em;
+ margin-right: 2em;
+ font-weight: bold;
+ font-size: larger;
+}
+
+dl dd {
+ margin-left: 2em;
+ margin-right: 2em;
+ margin-bottom: 0.5em;
+}
diff --git a/genome-site/content/styles/genome-expansion.png b/genome-site/content/styles/genome-expansion.png
new file mode 100644
index 0000000..369107d
--- /dev/null
+++ b/genome-site/content/styles/genome-expansion.png
Binary files differ
diff --git a/genome-site/content/styles/genome-high-level.png b/genome-site/content/styles/genome-high-level.png
new file mode 100644
index 0000000..9a51899
--- /dev/null
+++ b/genome-site/content/styles/genome-high-level.png
Binary files differ
diff --git a/genome-site/content/styles/genome-mainbg.png b/genome-site/content/styles/genome-mainbg.png
new file mode 100644
index 0000000..bc20f72
--- /dev/null
+++ b/genome-site/content/styles/genome-mainbg.png
Binary files differ
diff --git a/genome-site/content/styles/genome-mainbgcurve.png b/genome-site/content/styles/genome-mainbgcurve.png
new file mode 100644
index 0000000..fd5d180
--- /dev/null
+++ b/genome-site/content/styles/genome-mainbgcurve.png
Binary files differ
diff --git a/genome-site/content/styles/genome.css b/genome-site/content/styles/genome.css
new file mode 100644
index 0000000..7a9d369
--- /dev/null
+++ b/genome-site/content/styles/genome.css
@@ -0,0 +1,333 @@
+a:link, a:visited, a:active {
+ text-decoration: none;
+ color: #1E3F76; }
+
+a:hover {
+ text-decoration: underline;
+ color: #0059B3}
+
+#inner { padding: 35px 30px;}
+
+#nav-menu {
+ float:left;
+ margin-bottom:1em;
+ width: 205px;
+}
+
+#nav-menu ul {
+ margin: 30px 0 0 23px;
+ padding: 1px 0;
+}
+
+#nav-menu ul li {
+ margin-left: 0;
+ padding: 2px 0;
+ list-style-type:none;
+}
+
+#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 0;
+}
+
+#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 {
+ text-decoration: underline;
+ color: #0059B3 ;
+}
+
+
+#footer p {
+ border:0px none;
+ left:0px;
+ margin:0px;
+ position:absolute;
+ text-align:center;
+ top:0px;
+ width:200px;
+ }
+#footer p a img {
+ border:0px none;
+}
+
+#headerLogo {
+ background: url(glogo.gif) 20px 30px no-repeat;
+ height: 89px;
+ width: 585px;
+ margin: 0;
+ padding: 0; }
+
+
+#header {
+ height:89px;
+ margin-bottom:12px;
+ width:100%;
+}
+
+#body {
+ float: left;
+ border: 0px;
+ left: 0px;
+ margin: 0px;
+ width: 100%;
+}
+
+#content {
+ margin-left: 200px;
+ padding: 0 50px 0px 0;
+ background: #fff url(genome-mainbgcurve.png) top left no-repeat;
+}
+
+.pintro {
+ color: #777;
+ font-size: 115%;
+ padding: 12px 0;
+ font-family: georgia, times, serif;
+ font-style: italic; }
+
+#intro {
+ float: left;
+ top: 0px;
+ width: 600px;
+}
+
+#bullets {
+ margin-left: 455px;
+}
+
+
+#frontpage h1 {
+ padding: 0px;
+ margin: 0px;
+ color: #0664fe;
+}
+
+#frontpage h2 {
+ border-bottom: 1px solid #ccc;
+ padding: 0px;
+ margin: 0px;
+}
+
+#bullets {
+ padding-top: 0.3em;
+ padding-left: 1em;
+}
+
+#bullets h2 {
+ padding-bottom: 0.2em;
+}
+
+#bullets li {
+ margin-bottom: 0.5em;
+}
+
+#graphic {
+ padding-top: 1em;
+}
+
+#headerSearch {
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ padding: 2em;
+}
+
+#headerSearch input {
+ border: 1px solid #999999;
+ color: #999999;
+ background: white;
+ padding: 3px;
+ font-size: 1em;
+}
+
+#headerSearch #submit {
+ border: 1px solid #999999;
+ background: #eeeeee;
+ color: black;
+ padding: 3px;
+ font-size: 1em;
+}
+
+
+#sitemap ul li {
+ list-style: none;
+}
+
+#sitemap ul {
+ margin: 1em;
+ padding: 0em;
+}
+
+#sitemap ul ul {
+ padding-left: 2em;
+}
+
+#sitemap li {
+ margin: 0.5em;
+}
+
+#sitemap a {
+ color: inherit;
+ text-decoration: underline;
+ font-weight: bold;
+}
+
+pre {
+ border: 1px solid #bad08e;
+ background: #d3e1b7;
+ color: black;
+ padding: 1em;
+}
+
+a {
+ color: inherit;
+}
+
+
+h1 a, h2 a, h3 a, h4 a, h5 a {
+ color: inherit;
+ text-decoration: inherit;
+}
+
+#changelog .author {
+ color: #3c857c;
+ font-weight: bold;
+}
+
+p.image {
+ text-align: center;
+}
+
+#footer {
+ background:#486AA3 url(footer_pattern.png) 0 0 repeat-x;
+ border:0px none;
+ clear:both;
+ height:180px;
+ margin:0px;
+ padding:0px;
+ position:relative;
+ width:100%;
+ }
+
+/* This is hidden from IE <= 6 because it can't do transparency */
+body > #footer {
+ background:#486AA3 url(footer_pattern.png) 0 0 repeat-x;
+}
+
+#footer p {
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ margin: 0px;
+ border: 0px;
+ width: 220px;
+ text-align: center;
+}
+
+#footer p a img {
+ border: 0px;
+}
+
+#projects {
+ margin: 0px;
+ border: 0px;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ width: 100%;
+}
+
+
+#projects dl {
+ margin: 0px;
+ border: 0px solid white;
+ height: 180px;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+}
+/* This is hidden from IE <= 6 because it can't do transparency */
+head:first-child+body #projects dl {
+ background: url(footer_corner.png) no-repeat;
+}
+
+
+#projects #p1 {
+ margin-left: 25%;
+ width: 75%;
+}
+
+#projects #p2 {
+ margin-left: 50%;
+ width: 50%;
+}
+
+#projects #p3 {
+ margin-left: 75%;
+ width: 25%;
+}
+
+#projects dt, #projects dd {
+ padding: 0px;
+ margin: 0px;
+}
+
+#projects #p1 dt, #projects #p1 dd {
+ width: 33%;
+ }
+#projects #p2 dt, #projects #p2 dd {
+ width: 50%;
+}
+#projects #p3 dt, #projects #p3 dd {
+ width: 99%;
+}
+
+#projects {
+}
+
+#projects span {
+ font-size: 0.8em;
+ display: block;
+ padding-left: 1em;
+ padding-top: 0.5em;
+}
+
+#projects a {
+ font-size: 0.8em;
+ display: block;
+ padding-left: 0.8em;
+ padding-top: 1em;
+}
+
+#projects a {
+ color: white;
+ text-decoration: inherit;
+}
+
+#projects span {
+ color: #ccc;
+}
+
+dd {
+ padding-bottom: 1em;
+}
+
+#doc p{
+ padding-top: 1em;
+}
+
+#doc h3{
+ padding-top: 2em;
+}
diff --git a/genome-site/content/styles/glogo.gif b/genome-site/content/styles/glogo.gif
new file mode 100644
index 0000000..482f026
--- /dev/null
+++ b/genome-site/content/styles/glogo.gif
Binary files differ
diff --git a/genome-site/content/styles/offbg.png b/genome-site/content/styles/offbg.png
new file mode 100644
index 0000000..4da082f
--- /dev/null
+++ b/genome-site/content/styles/offbg.png
Binary files differ
diff --git a/genome-site/content/styles/onbg.png b/genome-site/content/styles/onbg.png
new file mode 100644
index 0000000..b4973d3
--- /dev/null
+++ b/genome-site/content/styles/onbg.png
Binary files differ
diff --git a/genome-site/content/styles/topbg.png b/genome-site/content/styles/topbg.png
new file mode 100644
index 0000000..e3853b8
--- /dev/null
+++ b/genome-site/content/styles/topbg.png
Binary files differ