File: sailcut-handbook.css

package info (click to toggle)
sailcut 1.3.4-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,864 kB
  • ctags: 1,120
  • sloc: cpp: 12,369; python: 127; xml: 46; makefile: 8; sh: 7
file content (30 lines) | stat: -rw-r--r-- 525 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
body {
  background: white none;
  color: black;
  font-family: sans-serif;
}

.guimenu, .guimenuitem, .guisubmenu {
  font-weight: bold;
  border: 1px rgb(96,152,255);
  border-style: none none dotted none;
}

.guilabel {
  font-weight: bold;
}

.guibutton {
  font-weight: bold;
  background-color: rgb(232,232,232);
  color: inherit;
  padding-left: 0.2em; 
  padding-right: 0.2em; 
  border: 1px solid;
}

.programlisting {
   border: 1px solid rgb(64,128,144);
   background-color: rgb(240,248,255);
   padding: 10px;
}