File: common.css

package info (click to toggle)
renpy 6.6.2.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 8,740 kB
  • ctags: 3,407
  • sloc: python: 22,153; ansic: 3,724; makefile: 138; lisp: 128; sh: 14
file content (29 lines) | stat: -rw-r--r-- 287 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
/** CSS placed here will be applied to all skins */
.renpy-doc {
    margin-left: 3em;
}

.renpy-doc I {
    color: #020;
}

BODY.ns-0 .firstHeading {
display: none;
}

.kwa {
color: #880;
}

.str {
color: #080;
}

.slc {
color: #800;
}

pre {
background: #eee;
border: 1px solid #ccf;
}