File: extra_stylesheet.css

package info (click to toggle)
wxwidgets3.2 3.2.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 179,460 kB
  • sloc: cpp: 992,335; ansic: 102,143; makefile: 51,623; sh: 11,572; python: 5,590; perl: 1,563; php: 326; xml: 200; javascript: 181
file content (79 lines) | stat: -rw-r--r-- 1,613 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* wxWidgets Custom Styles */

div.appearance {
    margin: 1em 0em;
}
div.appearance table {
    /* this is set to inline-block by the custom CSS theme, override it */
    display: table !important;
    margin: 0.5em 0em;
    width: 100%;
    text-align: center;
}
div.appearance img {
    margin: 0.5em;
    filter: none !important;
}
div.appearance .caption {
    font-style: italic;
    font-weight: normal;
    font-size: 90%;
}

div.appearance_brief table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
}

div.appearance_brief table td:first-child {
    width: 20em;
    text-align: left;
    padding-left: 2em;
}

div.appearance_brief table td {
    border-style: none solid solid none;
    border-width: 1px;
    border-color: lightblue;
}


td.green { color: green; }
td.orange { color: #ff8000; }
td.red { color: red; }

span.literal {
    text-decoration: none;
    font-weight: bold;
    font-family: monospace, fixed;
}

/* we make all the following <span> 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.flags, span.appearance, span.impl, span.avail {
    font-weight: bold;
    line-height: 130%;
}

span.style, span.event, span.flag {
    font-weight: bold;
}

div.styleDesc, div.eventDesc, div.flagDesc {
    margin-left: 3%;
    margin-bottom: 1ex;
}

div.eventHandler {
    margin: 1em;
    text-indent: 3%;
}

div.eventHandler span {
    padding: 5px;
    font-family: monospace, fixed;
}