diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-04-06 03:07:47 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-04-06 03:07:47 +0000 |
commit | 4a74e03d1f2c4ea230a75b34a2f7fb04309a3bb4 (patch) | |
tree | 0ea4c704a400c7c863e441f1f0fad69145eee28f /app-doc/gentoo-web/files/css | |
parent | zpp (diff) | |
download | gentoo-2-4a74e03d1f2c4ea230a75b34a2f7fb04309a3bb4.tar.gz gentoo-2-4a74e03d1f2c4ea230a75b34a2f7fb04309a3bb4.tar.bz2 gentoo-2-4a74e03d1f2c4ea230a75b34a2f7fb04309a3bb4.zip |
new ebuild
Diffstat (limited to 'app-doc/gentoo-web/files/css')
-rw-r--r-- | app-doc/gentoo-web/files/css/gentoo.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-doc/gentoo-web/files/css/gentoo.css b/app-doc/gentoo-web/files/css/gentoo.css new file mode 100644 index 000000000000..26c31cf97b50 --- /dev/null +++ b/app-doc/gentoo-web/files/css/gentoo.css @@ -0,0 +1,15 @@ +BODY { background: white; color: black; font-size: 0.9em; font-family: Georgia, Verdana, Arial, Helvetica; } +.main { margin-top: 0.2in; margin-bottom: 0.2in; margin-left: 1.0in; margin-right: 0.5in; font-size: 0.9em; font-weight: normal; } +.tab { margin-top: 0.0in; margin-bottom: 0.0in; margin-left: 1.0in; margin-right: 0.5in; font-size: 0.9em; font-weight: normal; } +.title { margin-left: 0.5in; margin-top: 0.4in; font-size: 1.5em; font-weight: bold; } +.copy { font-size: 0.8em; font-style: italic; color: #b0b0b0; text-align: right;} +.bgimage { background-repeat: no-repeat; background-position: center; } +.outabit { margin-left: 0.5in; margin-top: 0.1in; font-size:0.8em; color: #808080; margin-bottom: 0.1in; margin-right: 0.5in;} +.navbar { background: #e0e0ff; } +.navtitle { margin-left: 0.2in; margin-right: 0.2in; margin-top: 0.25in; margin-bottom: 0.05in; font-size: 0.8em; font-weight: bold; } +.navitem { margin-left: 0.25in; margin-right: 0.2in; margin-top: 0.0in; margin-bottom: 0.0in; font-size: 0.8em; } +.itemdesc { margin-left: 0.25in; margin-right: 0.2in; margin-top: 0.0in; margin-bottom: 0.1em; font-size: 0.7em; } +.ibm { font-weight: bold; color: #0000ff; } +.navarticle { font-style: italic; } +.infobox { margin: 0.5em; background: #e0e0ff; } +.info { font-size: 0.6em; margin: 0.5em; color: #505080; text-align: center; background: #e0e0ff; } |