File: renpydoc.css

package info (click to toggle)
renpy 8.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 81,768 kB
  • sloc: python: 44,587; ansic: 13,708; javascript: 308; makefile: 41; sh: 13
file content (117 lines) | stat: -rw-r--r-- 1,676 bytes parent folder | download
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
@import url("basic.css");

/* Syntax highlighting. */
pre {
    overflow-y: hidden;
}

.function, .class {
    margin-top: 2em;
}

table.indextable tbody tr.cap, table.indextable tbody tr.pcap {
	background: #f6f9fb;
}

table.indextable tbody tr.cap td, table.indextable tbody tr.pcap td {
	background: none;
}

.highlight .k {
    color: #804000 !important;
    font-weight: normal !important;
}

.highlight .s1, .highlight .s2, .highlight .se {
    color: #006000 !important;
    font-weight: normal !important;
}

.highlight .na {
    color: #004080 !important;
}

.highlight .c {
    color: #600000 !important;
}

.highlight .mi, .highlight .mf {
    color: #222 !important;
}

.descname, .descclassname {
    padding: 0;
}

/*  Definition list. */
dd {
    padding-left: 1em;
}

/* The " link" text. */

a.headerlink {
	font-size: 12px;
}

/* Navbar */

.navbar-version {
	display: none;
}

.globaltoc-container {
	display: none !important;
}

.navbar-brand {
    background: url(navbar-logo.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 50px !important;
    color: #444 !important;
    font-size: 20px;
}

div.section {
	overflow: auto;
}

.figure {
	width: 405px;
	float: left;
	display: block;
    font-size: 95%;
}

#sidebar {
    position: fixed;
	max-height: 82vh;
    overflow-y: auto;
}


@media (max-width: 992px) {
#sidebar {
    visibility: hidden;
}
}

@media (max-width: 1200px) {
#sidebar {
    margin-right: 3em;
}
}

dl.var dt {
	font-weight: inherit;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

dl.var dd:empty {
    margin-bottom: -20px !important;
}

.bs-sidenav {
    width: 263px;
}