]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/custom_stylesheet.css
1 /*****************************************************************************
2 ** Name: custom_stylesheet.css
3 ** Purpose: The wxWidgets documentation CSS; a customized version of
4 ** the standard Doxygen CSS
5 ** Author: Doxygen team
7 ** Licence: wxWindows licence
8 *****************************************************************************/
10 body
, table
, div
, p
, dl
{
11 font-family: Lucida Grande
, Verdana
, Geneva
, Arial
, sans-serif
;
16 /* @group Heading Levels */
42 -webkit-column-gap: 1em;
44 -webkit-column-count: 3;
47 p
.startli
, p
.startdd
, p
.starttd
{
79 div
.qindex
, div
.navtab
{
80 background-color: #EBEFF6;
81 border: 1px solid
#A3B4D7;
85 div
.qindex
, div
.navpath
{
94 /* @group Link Styling */
99 text-decoration: none
;
102 .contents a:visited {
107 text-decoration: underline
;
116 background-color: #9CAFD4;
118 border: 1px double
#869DCA;
121 .contents a.qindexHL:visited {
147 font-family: monospace
, fixed
;
152 border: 1px solid
#C4CFE5;
153 background-color: #FBFCFD;
155 margin: 4px 8px 4px 2px;
157 word-wrap: break-word
;
163 background-color: black
;
169 border: solid thin
#333;
170 border-radius: 0.5em;
171 -webkit-border-radius: .5em;
172 -moz-border-radius: .5em;
173 box-shadow: 2px 2px 3px #999;
174 -webkit-box-shadow: 2px 2px 3px #999;
175 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 2px 2px 2px;
176 background-image: -webkit-gradient
(linear
, left top
, left bottom
, from
(#eee), to
(#000),color-stop
(0.3, #444));
177 background-image: -moz-linear-gradient
(center top
, #eee 0%, #444 40%, #000);
192 background-color: white
;
204 background-color: #EBEFF6;
206 border: 1px solid
#C4CFE5;
207 margin: 2px 0px 2px 0;
214 background-color: #EBEFF6;
215 border: 1px solid
#C4CFE5;
221 background-color: #EEF1F7;
233 vertical-align: middle
;
254 vertical-align: middle
;
257 /* @group Code Colorization */
320 background-color: #e8eef2;
330 border-collapse: collapse
;
331 border: 1px solid
#A3B4D7;
342 border-top: 1px solid
#4A6AAA;
347 margin: 2em 0em 0em 0em;
350 /* @group Member Descriptions */
357 .mdescLeft
, .mdescRight
,
358 .memItemLeft
, .memItemRight
,
359 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
360 background-color: #F9FAFC;
363 padding: 1px 0 0 8px;
366 .mdescLeft, .mdescRight {
367 padding: 0px 8px 4px 8px;
371 .memItemLeft, .memItemRight, .memTemplParams {
372 border-top: 1px solid
#C4CFE5;
375 .memItemLeft, .memTemplItemLeft {
390 /* @group Member Details */
392 /* Styles for detailed member documentation */
402 background-color: #EBEFF6;
403 border: 1px solid
#A3B4D7;
426 .memproto, dl.reflist dt {
427 border-top: 1px solid
#A8B8D9;
428 border-left: 1px solid
#A8B8D9;
429 border-right: 1px solid
#A8B8D9;
430 padding: 6px 0px 6px 0px;
433 text-shadow: 0px 1px 1px rgba
(255, 255, 255, 0.9);
434 /* opera specific markup */
435 box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
436 border-top-right-radius: 8px;
437 border-top-left-radius: 8px;
438 /* firefox specific markup */
439 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 5px 5px 5px;
440 -moz-border-radius-topright: 8px;
441 -moz-border-radius-topleft: 8px;
442 /* webkit specific markup */
443 -webkit-box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
444 -webkit-border-top-right-radius: 8px;
445 -webkit-border-top-left-radius: 8px;
446 background-image:url
('nav_f.png');
447 background-repeat:repeat-x
;
448 background-color: #CBDCFE;
452 .memdoc, dl.reflist dd {
453 border-bottom: 1px solid
#A8B8D9;
454 border-left: 1px solid
#A8B8D9;
455 border-right: 1px solid
#A8B8D9;
457 background-color: #FBFCFD;
459 /* opera specific markup */
460 border-bottom-left-radius: 8px;
461 border-bottom-right-radius: 8px;
462 box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
463 /* firefox specific markup */
464 -moz-border-radius-bottomleft: 8px;
465 -moz-border-radius-bottomright: 8px;
466 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 5px 5px 5px;
467 background-image: -moz-linear-gradient
(center top
, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7);
468 /* webkit specific markup */
469 -webkit-border-bottom-left-radius: 8px;
470 -webkit-border-bottom-right-radius: 8px;
471 -webkit-box-shadow: 5px 5px 5px rgba
(0, 0, 0, 0.15);
472 background-image: -webkit-gradient
(linear
,center top
,center bottom
,from
(#FFFFFF), color-stop
(0.6,#FFFFFF), color-stop
(0.60,#FFFFFF), color-stop
(0.95,#F7F8FB), to
(#EEF1F7));
480 margin: 0px 0px 10px 0px;
500 .params, .retval, .exception, .tparams {
501 border-spacing: 6px 2px;
504 .params .paramname, .retval .paramname {
515 font-family: "courier new",courier
,monospace
;
524 /* @group Directory (tree) */
526 /* for the tree view */
529 font-family: sans-serif
;
533 /* these are for tree view when used as main index */
548 The following two styles can be used to replace the root node title
549 with an image of your choice. Simply uncomment the next two styles,
550 specify the name of your image and be sure to set 'height' to the
551 proper pixel height of your image.
557 background-repeat: no-repeat;
558 background-image: url("yourimage.gif");
560 .directory h3.swap span {
580 vertical-align: -30%;
583 /* these are for tree view when not used as main index */
596 .directory-alt > h3 {
611 vertical-align: -30%;
626 border-collapse:collapse
;
629 table
.doxtable td
, table
.doxtable th
{
630 border: 1px solid
#2D4068;
631 padding: 3px 7px 2px;
635 background-color: #374F7F;
646 border: 1px solid
#A8B8D9;
648 -moz-border-radius: 4px;
649 -webkit-border-radius: 4px;
651 -moz-box-shadow: rgba
(0, 0, 0, 0.15) 2px 2px 2px;
652 -webkit-box-shadow: 2px 2px 2px rgba
(0, 0, 0, 0.15);
653 box-shadow: 2px 2px 2px rgba
(0, 0, 0, 0.15);
656 .fieldtable td, .fieldtable th {
657 padding: 3px 7px 2px;
660 .fieldtable td.fieldtype, .fieldtable td.fieldname {
662 border-right: 1px solid
#A8B8D9;
663 border-bottom: 1px solid
#A8B8D9;
667 .fieldtable td.fielddoc {
668 border-bottom: 1px solid
#A8B8D9;
672 .fieldtable tr:last-child td {
677 background-image:url
('nav_f.png');
678 background-repeat:repeat-x
;
679 background-color: #E2E8F2;
685 -moz-border-radius-topleft: 4px;
686 -moz-border-radius-topright: 4px;
687 -webkit-border-top-left-radius: 4px;
688 -webkit-border-top-right-radius: 4px;
689 border-top-left-radius: 4px;
690 border-top-right-radius: 4px;
691 border-bottom: 1px solid
#A8B8D9;
699 background-image: url
('tab_b.png');
708 background-image:url
('tab_b.png');
709 background-repeat:repeat-x
;
713 border:solid
1px #C2CDE4;
721 list-style-type:none
;
725 background-image:url
('bc_s.png');
726 background-repeat:no-repeat
;
727 background-position:right
;
731 .navpath li
.navelem a
735 text-decoration: none
;
739 .navpath li
.navelem
a:hover
746 list-style-type:none
;
750 background-image:none
;
751 background-repeat:no-repeat
;
752 background-position:right
;
788 background-image:url
('nav_h.png');
789 background-repeat:repeat-x
;
790 background-color: #F9FAFC;
792 border-bottom: 1px solid
#C4CFE5;
797 padding: 5px 5px 5px 7px;
805 dl
.note
, dl
.warning
, dl
.attention
, dl
.pre
, dl
.post
, dl
.invariant
, dl
.deprecated
, dl
.todo
, dl
.test
, dl
.bug
807 border-left:4px solid
;
813 border-color: #D0C000;
816 dl
.warning
, dl
.attention
818 border-color: #FF0000;
821 dl
.pre
, dl
.post
, dl
.invariant
823 border-color: #00D000;
828 border-color: #505050;
833 border-color: #00C0E0;
838 border-color: #3030E0;
843 border-color: #C08050;
850 vertical-align: bottom
;
851 border-collapse: separate
;
861 font: 300% Tahoma
, Arial
,sans-serif
;
868 font: 120% Tahoma
, Arial
,sans-serif
;
875 font: 120% Tahoma
, Arial
,sans-serif
;
885 border-bottom: 1px solid
#5373B4;
910 border: 1px solid
#90A5CE;
932 #top { display: none
; }
933 #side-nav { display: none
; }
934 #nav-path { display: none
; }
935 body
{ overflow:visible
; }
936 h1
, h2
, h3
, h4
, h5
, h6
{ page-break-after: avoid
; }
937 .summary { display: none
; }
938 .memitem { page-break-inside: avoid
; }
941 margin-left:0 !important
;
942 height:auto
!important
;
943 width:auto
!important
;
950 text-wrap: unrestricted
;
951 white-space: -moz-pre-wrap
; /* Moz */
952 white-space: -pre-wrap
; /* Opera 4-6 */
953 white-space: -o-pre-wrap
; /* Opera 7 */
954 white-space: pre-wrap
; /* CSS3 */
955 word-wrap: break-word
; /* IE 5.5+ */
963 wxWidgets docs specific styles
964 ==============================
981 /*font-weight: bold;*/
984 td
.green
{ color: green
; }
985 td
.orange
{ color: #ff8000; }
986 td
.red
{ color: red
; }
989 text-decoration: none
;
991 font-family: monospace
, fixed
;
994 /* we make all the following <span> tags render the text just like
995 the standard Doxygen @remarks, @see tags do, to obtain a uniform
997 span
.itemdef
, span
.lib
, span
.category
, span
.stdobj
, span
.styles
,
998 span
.events
, span
.flags
, span
.appearance
, span
.impl
, span
.avail
{
1003 span
.style
, span
.event
, span
.flag
{
1008 div
.styleDesc
, div
.eventDesc
, div
.flagDesc
{
1018 div
.eventHandler span
{
1020 background-color: #eeeeee;
1021 font-family: monospace
, fixed
;