summaryrefslogtreecommitdiffstats
path: root/genome-site-1.0.0/content/styles/genome.css
diff options
context:
space:
mode:
authorChris Alfonso <calfonso@redhat.com>2008-07-08 09:11:32 -0400
committerChris Alfonso <calfonso@redhat.com>2008-07-08 09:41:48 -0400
commit82bd5a85312ce80c5eabebfea7e78dfb5e3ed252 (patch)
tree5c9884be47bd11b5c79a4f6b52f0a11f88bdc8d1 /genome-site-1.0.0/content/styles/genome.css
parent85c40a9f0fc74e1c0ca8d23a74a3a821170c87dc (diff)
downloadsite-82bd5a85312ce80c5eabebfea7e78dfb5e3ed252.tar.gz
site-82bd5a85312ce80c5eabebfea7e78dfb5e3ed252.tar.xz
site-82bd5a85312ce80c5eabebfea7e78dfb5e3ed252.zip
Renaming genome to genome
Diffstat (limited to 'genome-site-1.0.0/content/styles/genome.css')
-rw-r--r--genome-site-1.0.0/content/styles/genome.css346
1 files changed, 346 insertions, 0 deletions
diff --git a/genome-site-1.0.0/content/styles/genome.css b/genome-site-1.0.0/content/styles/genome.css
new file mode 100644
index 0000000..eb860d9
--- /dev/null
+++ b/genome-site-1.0.0/content/styles/genome.css
@@ -0,0 +1,346 @@
+#header {
+ margin: 0px;
+ width: 100%;
+ border: 0px;
+ background: url(topbg.png) top left repeat-x;
+ height: 89px;
+ width: 100%;
+ margin-bottom: 20px;
+}
+
+#headerLogo {
+ background: url(logoMountain.png) top left no-repeat;
+ height: 89px;
+ width: 585px;
+ margin: 0;
+ padding: 0; }
+
+#body {
+ float: left;
+ border: 0px;
+ left: 0px;
+ margin: 0px;
+ width: 100%;
+}
+
+#content {
+ margin: 0 0 0 235px;
+ padding: 0 50px 65px 0;
+}
+
+.pintro {
+ color: #777;
+ font-size: 115%;
+ padding: 12px 20px;
+ background-color: #eee;
+ 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;
+}
+
+#menu {
+ float: left;
+ padding-top: 0px;
+ left: 0px;
+ width: 200px;
+ margin-bottom: 1em;
+ width:205px;
+}
+
+#menu ul {
+ margin-left: 10px;
+ padding-top: 1px;
+ padding-bottom: 1px;
+ background:white none repeat scroll 0%;
+ margin:0px 0px 0px 15px;
+ padding:1px 0px;
+}
+
+#menu li ul {
+ margin-left: 0px;
+ padding: 0px;
+}
+
+#menu ul li {
+ list-style: none;
+ color: white;
+ padding: 0px;
+ font-weight: bold;
+ font-size: 1.2em;
+ list-style-image:none;
+ list-style-position:outside;
+ list-style-type:none;
+}
+
+#menu li ul li {
+ font-size: 1em;
+}
+
+#menu ul li a, #menu ul li span {
+ text-decoration: inherit;
+ color: inherit;
+ display: block;
+ padding: 6px;
+ margin: 1px;
+}
+
+#menu ul li .active {
+ background:#0664FE url(onbg.png) top right no-repeat;
+}
+
+#menu ul.l0 li .inactive {
+ background:#629DFE url(offbg.png) top right no-repeat;
+}
+
+
+#menu ul.l1 li .inactive {
+ background: #ecf2e0;
+ border-left: 6px solid #629dfe;
+}
+
+#menu ul.l1 li .inactive,
+#menu ul.l1 li .active {
+ padding-left: 1em;
+}
+
+#menu ul.l1 li .active {
+ border-left: 6px solid #0664fe;
+}
+
+#wrapper {
+ background: url(everestPeaks-sm.png) 90% bottom no-repeat;
+}
+
+#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 {
+ clear: both;
+ position: relative;
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+ width: 100%;
+ background: #757575;
+ height: 180px;
+}
+/* This is hidden from IE <= 6 because it can't do transparency */
+body > #footer {
+ background: #757575 url(footer_pattern.png) 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;
+}