X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=web%2Fpara.css;h=e14bd7d488a9bd65492d98fa1e7b722ce05e3a12;hp=42687835202b277489cb061ea7fd17f14bd9b171;hb=197addc9ef3e4ad1a83364671ccc9b886e4943e4;hpb=51445cd67f7927a7fd96a5ca48753d153809aaff diff --git a/web/para.css b/web/para.css index 42687835..e14bd7d4 100644 --- a/web/para.css +++ b/web/para.css @@ -1,14 +1,28 @@ -BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { +body,h1,h2,h3,h4,h5,h6,p,center,td,th,ul,dl,div { font-family: sans-serif; - font-size: small; } -CAPTION { font-weight: bold } +body { + background-color: black; + color: #bbbbbb; + margin: 0px; +} + +table { + padding: 8px 4px; +} + +td { + padding: 2px 5px; + font-size: 100%; + vertical-align: top; +} +caption { font-weight: bold } /* doxgen */ /* Data structure index. Box with clickable letters */ -DIV.qindex { +div.qindex { width: 100%; background-color: #000055; border: 1px solid #ffff00; @@ -19,34 +33,64 @@ DIV.qindex { } /* Data structure index, clickable letters */ -A.qindex { +a.qindex { text-decoration: none; font-weight: bold; color: #cc3322; } -A.qindex:visited { + +a.qindex:visited { text-decoration: none; font-weight: bold; color: #cc3322 } -A.qindex:hover { + +a.qindex:hover { text-decoration: none; background-color: #ffff00; } -A.el { text-decoration: none; font-weight: bold } -A.elRef { font-weight: bold } -A.code:link { text-decoration: none; font-weight: normal; color: #BA3708} -A.code:visited { text-decoration: none; font-weight: normal; color: #BA3708} -A.codeRef:link { font-weight: normal; color: #BA3708} -A.codeRef:visited { font-weight: normal; color: #BA3708} -A:hover { text-decoration: none; background-color: #ffff00 } -DL.el { margin-left: -1cm } +a.el { + text-decoration: none; + font-weight: bold +} + +a.elRef { font-weight: bold } + +a.code:link { + text-decoration: none; + font-weight: normal; + color: #BA3708 +} + +a.code:visited { + text-decoration: none; + font-weight: normal; + color: #BA3708 +} + +a.codeRef:link { + font-weight: normal; + color: #BA3708 +} + +a.codeRef:visited { + font-weight: normal; + color: #BA3708 +} + +a:hover { + text-decoration: none; + background-color: #ffff00 +} + +dl.el { margin-left: -1cm } .fragment { font-family: Fixed, monospace; font-size: 95%; } -PRE.fragment { + +pre.fragment { border: 1px solid #CCCCCC; background-color: #351505; margin-top: 4px; @@ -60,7 +104,7 @@ PRE.fragment { } /* data structures non-clickable letters */ -DIV.ah { +div.ah { background-color: black; font-weight: bold; color: #cccccc; @@ -68,24 +112,21 @@ DIV.ah { margin-top: 3px } -DIV.groupHeader { +div.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold; } -DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% } - -BODY { - background: black; - color: #bbbbbb; - margin-right: 20px; - margin-left: 20px; +div.groupText { + margin-left: 16px; + font-style: italic; + font-size: 90% } /* File list */ -TD.indexkey { +td.indexkey { background-color: #000055; font-weight: bold; padding-right : 10px; @@ -99,7 +140,7 @@ TD.indexkey { border: 1px solid #ffff00; } -TD.indexvalue { +td.indexvalue { background-color: #000055; font-style: italic; padding-right : 10px; @@ -113,12 +154,12 @@ TD.indexvalue { border: 1px solid #ffff00; } -TR.memlist { - background-color: #112244; +tr.memlist { + background-color: #112244; } -P.formulaDsp { text-align: center; } -IMG.formulaDsp { } -IMG.formulaInl { vertical-align: middle; } +p.formulaDsp { text-align: center; } +img.formulaDsp { } +img.formulaInl { vertical-align: middle; } /* Overwiew on top of page for *.c file */ @@ -126,12 +167,14 @@ IMG.formulaInl { vertical-align: middle; } padding: 0px 8px 4px 8px; margin: 0px; } + .mdescRight { /* Short description */ padding: 0px 8px 4px 8px; font-size: 100%; font-style: italic; margin: 0px; } + .memItemLeft { /* return value */ color: #ffffff; border-top-color: #ffff00; @@ -144,6 +187,7 @@ IMG.formulaInl { vertical-align: middle; } border-left-style: none; font-size: 100%; } + .memItemRight { /* function declaration */ color: #ffffff; border-top-color: #ffff00; @@ -157,19 +201,24 @@ IMG.formulaInl { vertical-align: middle; } font-size: 100%; } -.search { color: #f03309; - font-weight: bold; +.search { + color: #f03309; + font-weight: bold; } -FORM.search { - margin-bottom: 0px; - margin-top: 0px; + +form.search { + margin-bottom: 0px; + margin-top: 0px; } -INPUT.search { font-size: 75%; - color: #800000; - font-weight: normal; - background-color: #000000; + +input.search { + font-size: 75%; + color: #800000; + font-weight: normal; + background-color: #000000; } -TD.tiny { + +td.tiny { font-size: 75%; } @@ -181,64 +230,69 @@ a { a:visited { color: #cc3322; } + .dirtab { padding: 4px; border-collapse: collapse; border: 1px solid #84b007; } -TH.dirtab { background: #080e02; - font-weight: bold; + +th.dirtab { + background: #080e02; + font-weight: bold; } -HR { height: 1px; - border: none; - border-top: 1px solid yellow; + +hr { + height: 1px; + border: none; + border-top: 1px solid yellow; } /* Style for detailed member documentation */ .memtemplate { - font-size: 100%; - color: #cccccc; - font-weight: normal; + font-size: 100%; + color: #cccccc; + font-weight: normal; } .memitem { /* outer border around function */ - padding: 6px; - background-color: #000000; - border-width: 2px; - border-style: solid; - border-color: #ffff00; + padding: 6px; + background-color: #000000; + border-width: 2px; + border-style: solid; + border-color: #ffff00; } .memname { - color: #ffffff; /* name of the function */ - white-space: nowrap; - font-weight: bold; + color: #ffffff; /* name of the function */ + white-space: nowrap; + font-weight: bold; } .memdoc{ - padding-left: 10px; + padding-left: 10px; } /* inner box containing function definition */ .memproto { - background-color: #000055; - width: 100%; - border-width: 2px; - border-style: solid; - border-color: #ffff00; - font-weight: bold; -/* -moz-border-radius: 8px 8px 8px 8px;*/ + background-color: #000055; + width: 100%; + border-width: 2px; + border-style: solid; + border-color: #ffff00; + font-weight: bold; } .paramkey { - color: #ff0000; - text-align: right; + color: #ff0000; + text-align: right; } + .paramtype { /* type of function parameter, e.g. "int" */ - color: #00ff00; - white-space: nowrap; + color: #00ff00; + white-space: nowrap; } + .paramname { /* name of function parameter */ - color: #ffff00; - font-style: italic; + color: #ffff00; + font-style: italic; } -