From 4eb4b2cfbad40eefbf654eb71bc626dd73e21e74 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 26 May 2025 15:55:44 +0200 Subject: [PATCH] css: Remove a lot of unused cruft. None of these are actually used in the pages generated by doxyen-1.8. --- web/para.css | 244 --------------------------------------------------- 1 file changed, 244 deletions(-) diff --git a/web/para.css b/web/para.css index ea683ca4..5fac87bb 100644 --- a/web/para.css +++ b/web/para.css @@ -28,42 +28,11 @@ hr { /* doxygen */ -/* Data structure index. Box with clickable letters */ -div.qindex { - width: 100%; - background-color: #000055; - border: 1px solid #ffff00; - text-align: center; - margin: 2px; - padding: 2px; - line-height: 140%; -} - -/* Data structure index, clickable letters */ -a.qindex { - text-decoration: none; - font-weight: bold; - color: #cc3322; -} - -a.qindex:visited { - text-decoration: none; - font-weight: bold; - color: #cc3322 -} - -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; @@ -76,16 +45,6 @@ a.code:visited { color: #BA3708 } -a.codeRef:link { - font-weight: normal; - color: #BA3708 -} - -a.codeRef:visited { - font-weight: normal; - color: #BA3708 -} - dl.el { margin-left: -1cm } .fragment { font-family: Fixed, monospace; @@ -121,100 +80,10 @@ div.groupHeader { font-weight: bold; } -div.groupText { - margin-left: 16px; - font-style: italic; - font-size: 90% -} - -/* File list */ -td.indexkey { - background-color: #000055; - font-weight: bold; - padding-right : 10px; - padding-top : 2px; - padding-left : 10px; - padding-bottom : 2px; - margin-left : 0px; - margin-right : 0px; - margin-top : 2px; - margin-bottom : 2px; - border: 1px solid #ffff00; -} - -td.indexvalue { - background-color: #000055; - font-style: italic; - padding-right : 10px; - padding-top : 2px; - padding-left : 10px; - padding-bottom : 2px; - margin-left : 0px; - margin-right : 0px; - margin-top : 2px; - margin-bottom : 2px; - border: 1px solid #ffff00; -} - -tr.memlist { - background-color: #112244; -} -p.formulaDsp { text-align: center; } -img.formulaDsp { } -img.formulaInl { vertical-align: middle; } - -/* Overwiew on top of page for *.c file */ - -.mdescLeft { /* empty box on the left besides short description */ - padding: 0px 8px 4px 8px; - margin: 0px; -} - -.mdescRight { /* Short description */ - padding: 0px 8px 4px 8px; - font-size: 100%; - font-style: italic; - margin: 0px; -} - -.search { - color: #f03309; - font-weight: bold; -} - -form.search { - margin-bottom: 0px; - margin-top: 0px; -} - -input.search { - font-size: 75%; - color: #800000; - font-weight: normal; - background-color: #000000; -} - td.tiny { font-size: 75%; } -.dirtab { padding: 4px; - border-collapse: collapse; - border: 1px solid #84b007; -} - -th.dirtab { - background: #080e02; - font-weight: bold; -} - -/* Style for detailed member documentation */ -.memtemplate { - font-size: 100%; - color: #cccccc; - font-weight: normal; -} - .memitem { /* outer border around function */ padding: 6px; background-color: #000000; @@ -258,123 +127,10 @@ th.dirtab { 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; } -- 2.39.5