--- web/trunk/www.linuxsampler.org/index.css 2007/08/08 17:18:12 1275 +++ web/trunk/www.linuxsampler.org/index.css 2011/08/21 10:04:11 2256 @@ -5,33 +5,39 @@ #mainwindow { border: 1px solid black; background: white; - overflow: auto; - width: 100%; padding: 0; } +.lsbackground { + overflow: hidden; + width: 100%; + } + #contents { margin: 0; } h2 { - font-size: 14pt; - font-family: sans-serif; + font-size: 14.67px; + font-family: sans-serif,Arial,Helvetica; + font-style: normal; + font-weight: bold; border: none; background: rgb(240,240,240); - margin: 0.8em 2em; - padding: 0.4em 0.4em; + margin: 0.8em 0.4em 0.8em 0.8em; + padding: 0.4em 0.4em 0.4em 0.4em; } h3 { - font-size: 14pt; - font-family: sans-serif; - font-weight: normal; + font-size: 14.67px; + font-family: sans-serif,Arial,Helvetica; + font-style: normal; + font-weight: bold; border: none; background: rgb(240,240,240); - margin: 0.8em 2em; - padding: 0.4em 0.4em; + margin: 0.8em 0.4em 0.8em 0.8em; + padding: 0.4em 0.4em 0.4em 0.4em; } .hidden @@ -45,31 +51,138 @@ } table th { - font-size: 14pt; - font-family: sans-serif; + font-size: 14.67px; + font-family: sans-serif,Arial,Helvetica; + font-style: normal; font-weight: bold; background: rgb(240,240,240); } .code { - width: 100%; + overflow: auto; + font-size: 10.67px; + /*max-width: 300;*/ background-color: #F6F6F6; border: 2px outset GhostWhite; + margin: 0em 3em 0em 3.2em; padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px; } +.figure { + overflow: auto; + font-size: 10.67px; + margin: 0em 3em 0em 3.2em; + padding-left: 3px; + padding-right: 3px; + padding-top: 3px; + padding-bottom: 3px; +} + +table { + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + text-align: justify; + font-style: normal; + font-weight: normal; + padding: 0em 0em 0em 0em; + margin: 0em 0em 0em 0em; + } + table.default { - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; - padding: 1em 2.2em; + padding: 0em 0em 0em 0em; + margin: 0em 0em 0em 2em; } +table.decorated { + border: none; + background-color: transparent; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + text-align: justify; + font-style: normal; + font-weight: normal; + padding: 0em 0em 0em 0em; + margin: 0em 0em 0em 2em; +} + +td.decorated { + border: none; + background-color: #F2F2F4; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + font-style: normal; + font-weight: normal; + text-align: left; + padding: 0.6em; +} + +td.decorated_header { + border: none; + background-color: #E0E0FF; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + font-style: normal; + font-weight: bold; + text-align: left; + padding: 0.6em; +} + +table.decocomp { + border: none; + background-color: transparent; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + text-align: justify; + font-style: normal; + font-weight: normal; + padding: 0em 0em 0em 0em; + margin: 0em 0em 0em 1em; +} + +td.decocomp { + border: none; + background-color: #F2F2F4; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + font-style: normal; + font-weight: normal; + text-align: left; + padding-left: 0.6em; + padding-right: 0.6em; + padding-top: 0.1em; + padding-bottom: 0.1em; +} + +td.decocomp_header { + border: none; + background-color: #dddddd; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + font-style: normal; + font-weight: bold; + text-align: left; + padding: 0.6em; +} + +.boxed { + padding: 0.6em; + border: 1px outset White; + background-color: #F0F0F0; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + text-align: justify; + font-style: normal; + font-weight: normal; +} + td.bordered { text-align: center; padding: 0.6em; @@ -82,8 +195,8 @@ } .formatmatrix { - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; @@ -117,8 +230,8 @@ } .linkstable { - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; @@ -132,30 +245,55 @@ text-decoration: underline; } -table.default { - margin-left: 2cm - } +a:link { + color: #007; +} + +a:visited { + color: #889; +} + +p { + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + text-align: justify; + font-style: normal; + font-weight: normal; + padding: 1em 2.2em; +} p.default { - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; padding: 1em 2.2em; } +p.caution { + border: solid 1px; + background: rgb(255, 180, 180); + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + text-align: justify; + font-style: normal; + font-weight: normal; + margin: 1.6em 1.2em 1.6em 1.2em; + padding: 0.6em 0.6em 0.6em 0.6em; +} + table.pure { - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; font-style: normal; font-weight: normal; } div.groupbox { background: rgb(240, 240, 240); - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; @@ -166,8 +304,8 @@ p.groupbox { border: none; background: rgb(240, 240, 240); - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; @@ -176,8 +314,8 @@ } span.default { - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; @@ -201,32 +339,32 @@ li { padding: 0.2em 0.2em 0.2em 0.2em; - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; } li.ok { list-style-image: url("gfx/okay_green.png"); padding: 0.2em 0.2em 0.2em 0.2em; - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; } li.false { list-style-image: url("gfx/x.png"); padding: 0.2em 0.2em 0.2em 0.2em; - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; } li.partly { list-style-image: url("gfx/yellow_light.png"); padding: 0.2em 0.2em 0.2em 0.2em; - font-size: 12pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; } @@ -262,8 +400,8 @@ border: 1px dotted; margin: 0.8em 2em; padding: 0.4em 0.4em; - font-size: 11pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; @@ -277,8 +415,8 @@ } li.news { - font-size: 11pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; @@ -290,6 +428,11 @@ span.news_footer { margin: 0em 2em; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; + text-align: left; + font-style: normal; + font-weight: normal; } @@ -297,9 +440,8 @@ /* CVS Commits section */ table.cvs { - table-layout: automatic; - font-size: 11pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; @@ -307,23 +449,22 @@ } table.cvs_project { - table-layout: automatic; border: 1px dotted; } #cvs_content { - max-height: 300px; + height: 300px; overflow: hidden; - font-size: 11pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal; } span.cvs_footer { - font-size: 11pt; - font-family: sans-serif; + font-size: 13.33px; + font-family: sans-serif,Arial,Helvetica; text-align: justify; font-style: normal; font-weight: normal;