X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=web%2Fpara.css;h=e8c43489f4681bcbd8bb859db80582b5fa83c068;hp=abd68ffcb146263341b5bfd68e77bf9631387922;hb=6ba4caacaeb4ac2d8e5fc15699bf89f496d59901;hpb=4c061d66d12c3079b13731200225ef6e059a482d diff --git a/web/para.css b/web/para.css index abd68ffc..e8c43489 100644 --- a/web/para.css +++ b/web/para.css @@ -8,6 +8,37 @@ body { margin: 0px; } +table { + padding: 8px 4px; +} + +th { + padding: 2px 5px; + font-size: 100%; + text-align: left; +} + +td { + padding: 2px 5px; + font-size: 100%; + vertical-align: top; +} + +a { + color: #cc3322; +} + +hr { + height: 1px; + border: none; + border-top: 1px solid yellow; +} + +img { + float: right; + border-width: 0px; +} + caption { font-weight: bold } /* doxgen */ @@ -70,11 +101,6 @@ a.codeRef:visited { color: #BA3708 } -a:hover { - text-decoration: none; - background-color: #ffff00 -} - dl.el { margin-left: -1cm } .fragment { font-family: Fixed, monospace; @@ -213,15 +239,6 @@ td.tiny { font-size: 75%; } -/* links */ -a { - color: #cc3322; -} - -a:visited { - color: #cc3322; -} - .dirtab { padding: 4px; border-collapse: collapse; border: 1px solid #84b007; @@ -232,12 +249,6 @@ th.dirtab { font-weight: bold; } -hr { - height: 1px; - border: none; - border-top: 1px solid yellow; -} - /* Style for detailed member documentation */ .memtemplate { font-size: 100%; @@ -287,3 +298,148 @@ hr { color: #ffff00; font-style: italic; } + +span.cntrl { + border: dashed #aaaaaa; + border-width: 1px; + padding: 0px 2px 0px 2px; + margin: 0px 2px 0px 2px; +} + +div.page_header { + padding: 8px; + font-size: 120%; + font-weight: bold; + background-color: #151515; +} + +div.page_header a:visited, a.header { + color: #cc3322; +} + +div.page_header a:hover { + color: #880000; +} + +div.page_nav { + padding: 8px; +} + +div.page_nav a:visited { + color: #cc3322; +} + +div.page_path { + padding: 8px; + font-weight: bold; + border: solid #d9d8d1; + border-width: 0px 0px 1px; +} + +div.page_footer { + height: 17px; + padding: 4px 8px; + background-color: #d9d8d1; +} + +div.page_footer_text { + float: left; + color: #555555; + font-style: italic; +} + +div.page_body { + padding: 8px; + font-family: monospace; + font-size: 120%; +} + +a.title:hover { + background-color: #AA3100; +} + +div.title_text { + padding: 6px 0px; + border: solid #d9d8d1; + border-width: 0px 0px 1px; + font-family: monospace; +} + +div.log_body { + padding: 8px 8px 8px 150px; + font-family: monospace; + font-size: 120%; +} + +div.log { + font-family: monospace; + font-size: 120%; +} + +span.age { + position: relative; + float: left; + width: 142px; + font-style: italic; +} + +span.signoff { + color: #888888; +} + +div.log_link { + padding: 0px 8px; + font-size: 70%; + font-family: sans-serif; + font-style: normal; + position: relative; + float: left; + width: 136px; +} + +div.list_head { + padding: 6px 8px 4px; + border: solid #d9d8d1; + border-width: 1px 0px 0px; + font-style: italic; +} + +div.author_date { + padding: 8px; + border: solid #d9d8d1; + border-width: 0px 0px 1px 0px; + font-style: italic; +} + +a.list { + text-decoration: none; + color: #cc3322; +} + +a.subject, a.name { + font-weight: bold; +} + +table.tags a.subject { + font-weight: normal; +} + +a.list:hover { + text-decoration: underline; + color: #880000; +} + +a.text { + text-decoration: none; + color: #0000cc; +} + +a.text:visited { + text-decoration: none; + color: #880000; +} + +a.text:hover { + text-decoration: underline; + color: #880000; +}