From 3791eea3c8506233143368b30792006508295e94 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Thu, 26 Nov 2009 11:38:50 +0000 Subject: [PATCH] www relayout git-svn-id: http://biopieces.googlecode.com/svn/trunk@775 74ccb610-7750-0410-82ae-013aeee3265d --- www/bgb.css | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 323 insertions(+) create mode 100644 www/bgb.css diff --git a/www/bgb.css b/www/bgb.css new file mode 100644 index 0000000..6f6928a --- /dev/null +++ b/www/bgb.css @@ -0,0 +1,323 @@ +/* CSS test /* + +/* Martin A. Hansen, July 2005 /* +/* email: mail@maasha.dk */ + +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SUGGESTED READING <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +/* +/* +/* http://www.w3.org/TR/CSS21/ +/* http://www.w3.org/TR/CSS21/propidx.html +/* http://www.w3schools.com/css/css_reference.asp +/* http://htmldog.com/guides/cssbeginner/ +/* http://htmldog.com/guides/cssintermediate/ +/* http://htmldog.com/guides/cssadvanced/ +/* +/* +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< + + +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> UNITS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +/* +/* +/* Unit Description +/* % a percentage of something +/* in inch +/* cm centimeter +/* mm millimeter +/* em one em is equal to the font size of the current element +/* ex one ex is the x-height of a font, the x-height is usually about half the font-size +/* pt point (1 pt is the same as 1/72 inch) +/* pc pica (1 pc is the same as 12 points) +/* px pixels (a dot on the computer screen) +/* +/* +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< + + +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> COLORS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +/* +/* +/* Examples (all give the same result): +/* red +/* rgb(255,0,0) +/* rgb(100%,0%,0%) +/* #ff0000 +/* #f00 +/* +/* There are 16 valid predefined colour names: +/* aqua +/* black +/* blue +/* fuchsia +/* gray +/* green +/* lime +/* maroon, +/* navy +/* olive +/* purple +/* red, +/* silver +/* teal +/* white +/* yellow +/* +/* transparent is also valid +/* +/* +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< + + +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PROPERTIES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +/* +/* +/* background-attachment +/* background-color +/* background-image +/* background-position +/* background-repeat +/* background +/* border-collapse +/* border-color +/* border-spacing +/* border-style +/* border-top border-right border-bottom border-left +/* border-top-color border-right-color border-bottom-color border-left-color +/* border-top-style border-right-style border-bottom-style border-left-style +/* border-top-width border-right-width border-bottom-width border-left-width +/* border-width +/* border +/* bottom +/* caption-side +/* clear +/* clip +/* color +/* content +/* counter-increment +/* counter-reset +/* cursor +/* direction +/* display +/* empty-cells +/* float +/* font-family +/* font-size +/* font-style +/* font-variant +/* font-weight +/* font +/* height +/* left +/* letter-spacing +/* line-height +/* list-style-image +/* list-style-position +/* list-style-type +/* list-style +/* margin-right margin-left +/* margin-top margin-bottom +/* margin +/* max-height +/* max-width +/* min-height +/* min-width +/* orphans +/* outline-color +/* outline-style +/* outline-width +/* outline +/* overflow +/* padding-top padding-right padding-bottom padding-left +/* padding +/* page-break-after +/* page-break-before +/* page-break-inside +/* position +/* quotes +/* right +/* table-layout +/* text-align +/* text-decoration +/* text-indent +/* text-transform +/* top +/* unicode-bidi +/* vertical-align +/* visibility +/* white-space +/* widows +/* width +/* word-spacing +/* z-index +/* +/* +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< + + +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> DESCRIPTORS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +/* +/* +/* Name Values +/* ---- ------ +/* ascent +/* baseline +/* bbox , , , +/* cap-height +/* centerline +/* definition-src +/* descent +/* font-family [ | ] [, [ | ]] +/* font-size all | [, ] +/* font-stretch all | [ normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded ] [, [ normal | +/* ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded] ] +/* font-style all | [ normal | italic | oblique ] [, [normal | italic | oblique] ] +/* font-variant [normal | small-caps] [,[normal | small-caps]] +/* font-weight all | [normal | bold | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900] [, [normal | bold | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900]] +/* mathline +/* panose-1 []{10} +/* slope +/* src [ [format( [, ]*)] | ] [, [format( [, ]*)] | ] +/* stemh +/* stemv +/* topline +/* unicode-range [, ] +/* units-per-em +/* widths [ ]? [ ]+ [,[ ]? ]+] +/* x-height +/* +/* +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< + + + +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> PROPERTY & VALUE EXAMPLES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< +/* +/* +/* color: yellow; +/* background-color: blue; +/* font-family: "Times New Roman", arial, helvetica, serif; +/* font-size: 0.8em; +/* text-decoration: none; +/* font-style: italic; +/* text-transform: uppercase; +/* letter-spacing: 0.5em; +/* word-spacing: 2em; +/* line-height: 1.5em; +/* text-align: center; +/* margin: 1em; +/* padding: 3em; +/* border-style: dashed; +/* border-width: 3px; +/* border-left-width: 10px; +/* border-right-width: 10px; +/* border-color: red; +/* +/* +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< + + + +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> DIV <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */ + +div.navigate { + +} + +div.browse { + text-align: center; +} + +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GENERIC CLASSES <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */ + + +.bold { + font-weight: bold; +} + + +.italic { + font-style: italic; +} + + +.oblique { + font-style: oblique; +} + + +.align_right { + text-align: right; +} + + +.align_center { + text-align: center; +} + +.inline { + display: inline; +} + + +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> HEADINGS AND PARAGRAPH <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */ + + +h1.right { + text-align: right +} + +h1.center { + text-align: center +} + +h2.right { + text-align: right +} + +h2.center { + text-align: center +} + +h3.right { + text-align: right +} + +h3.center { + text-align: center +} + +h4.right { + text-align: right +} + +h4.center { + text-align: center +} + +h5.right { + text-align: right +} + +h5.center { + text-align: center +} + +h6.right { + text-align: right +} + +h6.center { + text-align: center +} + +p.right { + text-align: right +} + +p.center { + text-align: center +} + + +/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */ -- 2.39.5