X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0aaf0255e451c8a599f622f49443a8a4347c9ee8..e18e78a7cc106a75e5228c51edd982436682633d:/docs/doxygen/wxwidgets.css diff --git a/docs/doxygen/wxwidgets.css b/docs/doxygen/wxwidgets.css index 409b0c148e..8ec3c853e7 100644 --- a/docs/doxygen/wxwidgets.css +++ b/docs/doxygen/wxwidgets.css @@ -1,3 +1,18 @@ +/***************************************************************************** + ** Name: wxwidgets.css + ** Purpose: The wxWidgets documentation CSS; a customized version of + ** the standard Doxygen CSS + ** Author: Doxygen team + ** RCS-ID: $Id$ + ** Licence: wxWindows license + *****************************************************************************/ + + +/* + Doxygen classic styles + ====================== +*/ + BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { font-family: Geneva, Arial, Helvetica, sans-serif; } @@ -7,7 +22,7 @@ BODY,TD { H1 { text-align: center; font-size: 160%; - border-top: 1em; + border-top: 1em; } H2 { font-size: 120%; @@ -37,25 +52,25 @@ DIV.navpath { line-height: 140%; } DIV.navtab { - background-color: #e8eef2; - border: 1px solid #84b0c7; - text-align: center; - margin: 2px; - margin-right: 15px; - padding: 2px; + background-color: #e8eef2; + border: 1px solid #84b0c7; + text-align: center; + margin: 2px; + margin-right: 15px; + padding: 2px; } TD.navtab { - font-size: 70%; + font-size: 70%; } A.qindex { - text-decoration: none; - font-weight: bold; - color: #1A419D; + text-decoration: none; + font-weight: bold; + color: #1A419D; } A.qindex:visited { - text-decoration: none; - font-weight: bold; - color: #1A419D + text-decoration: none; + font-weight: bold; + color: #1A419D } A.qindex:hover { text-decoration: none; @@ -111,8 +126,8 @@ DL.el { margin-left: -1cm } .fragment { - font-family: monospace, fixed; - font-size: 95%; + font-family: monospace, fixed; + font-size: 95%; } PRE.fragment { border: 1px solid #CCCCCC; @@ -135,10 +150,10 @@ DIV.ah { } DIV.groupHeader { - margin-left: 16px; - margin-top: 12px; - margin-bottom: 6px; - font-weight: bold; + margin-left: 16px; + margin-top: 12px; + margin-bottom: 6px; + font-weight: bold; } DIV.groupText { margin-left: 16px; @@ -202,7 +217,7 @@ SPAN.vhdllogic { color: #ff0000 } .mdescLeft { padding: 0px 8px 4px 8px; - font-size: 80%; + font-size: 90%; font-style: italic; background-color: #FAFAFA; border-top: 1px none #E0E0E0; @@ -212,8 +227,8 @@ SPAN.vhdllogic { color: #ff0000 } margin: 0px; } .mdescRight { - padding: 0px 8px 4px 8px; - font-size: 80%; + padding: 0px 8px 4px 8px; + font-size: 90%; font-style: italic; background-color: #FAFAFA; border-top: 1px none #E0E0E0; @@ -238,7 +253,7 @@ SPAN.vhdllogic { color: #ff0000 } border-bottom-style: none; border-left-style: none; background-color: #FAFAFA; - font-size: 80%; + font-size: 90%; } .memItemRight { padding: 1px 8px 0px 8px; @@ -256,7 +271,7 @@ SPAN.vhdllogic { color: #ff0000 } border-bottom-style: none; border-left-style: none; background-color: #FAFAFA; - font-size: 80%; + font-size: 90%; } .memTemplItemLeft { padding: 1px 0px 0px 8px; @@ -274,7 +289,7 @@ SPAN.vhdllogic { color: #ff0000 } border-bottom-style: none; border-left-style: none; background-color: #FAFAFA; - font-size: 80%; + font-size: 90%; } .memTemplItemRight { padding: 1px 8px 0px 8px; @@ -292,7 +307,7 @@ SPAN.vhdllogic { color: #ff0000 } border-bottom-style: none; border-left-style: none; background-color: #FAFAFA; - font-size: 80%; + font-size: 90%; } .memTemplParams { padding: 1px 0px 0px 8px; @@ -311,7 +326,7 @@ SPAN.vhdllogic { color: #ff0000 } border-left-style: none; color: #606060; background-color: #FAFAFA; - font-size: 80%; + font-size: 90%; } .search { color: #003399; @@ -435,45 +450,55 @@ HR { /* - wxWidgets docs specific styles + wxWidgets docs specific styles + ============================== */ IMG.logo { - float: right; - margin: 20px; + float: right; + margin: 20px; } IMG.appearance { - margin: 20px; + margin: 20px; } TABLE.appearance { - width: 100%; - text-align: center; - font-style: italic; - font-size: 90%; - /*font-weight: bold;*/ + width: 100%; + text-align: center; + font-style: italic; + font-size: 90%; + /*font-weight: bold;*/ } SPAN.literal { - text-decoration: none; - font-weight: bold; - font-family: monospace, fixed; - color: #008800; + text-decoration: none; + font-weight: bold; + font-family: monospace, fixed; + color: #008800; +} + +/* we make all the following tags render the text just like + the standard Doxygen @remarks, @see tags do, to obtain a uniform + look and feel */ +SPAN.itemdef, SPAN.lib, SPAN.category, SPAN.stdobj, SPAN.styles, SPAN.events, SPAN.appearance, SPAN.impl, SPAN.avail { + font-weight: bold; + line-height: 130%; } -SPAN.itemdef { - font-weight: bold; - color: #880000; +SPAN.style, SPAN.event { + font-weight: bold; + color: #880000; } -SPAN.style { - font-weight: bold; - color: #880000; +A[HREF="modules.html"] SPAN:before { + content: "Categories / "; } -SPAN.event { - font-weight: bold; - color: #880000; +/* Doxygen defaults the top navigation tabs to a small, bold font, + so we reset it here to a larger, normal font. */ +DIV.navigation A SPAN { + font-size: 120%; + font-weight: normal; }