File: style.css

package info (click to toggle)
solfege 3.23.4-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 29,744 kB
  • sloc: python: 26,939; xml: 4,380; ansic: 1,544; sh: 807; makefile: 655; perl: 8; exp: 7
file content (45 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (4)
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
body {
 max-width: 35em;
 padding-left: 3em;
 line-height: 140%;
}
.warning {
 background: yellow;
 border: 1px solid black;
 -moz-border-radius: 5px;
 padding-left: 1em;
 padding-right: 1em;
 padding-bottom: 1em;
}
.fdef {
    font-weight: bold;
}
.fdef  .replaceable {
  font-weight: normal;
}
p.remark {
 background: yellow;
 padding: 1ex;
 border: 1px dashed red;
}
.programlisting {
 padding-top: 1ex;
 padding-bottom: 1ex;
 background: #eeeeee;
}
.guimenu,
.guisubmenu,
.guimenuitem,
.guibutton {
   font-weight: bold;
}
.guibutton, .keycap{
  border-left: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
  background: #bbbbbb;
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
  -moz-border-radius: 5px;
  padding-left: 6px;
  padding-right: 6px;
}