File: mapping.css

package info (click to toggle)
octave-mapping 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,132 kB
  • sloc: objc: 1,860; python: 438; cpp: 219; makefile: 87; xml: 37; sh: 4
file content (30 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (8)
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
pre.example, .header, .float-caption, hr {
  /* base00 ~ body text in light solarized theme */
  color: #657b83;
  border-color: #657b83; }

pre.example {
  /* base3 ~ background color in light solarized theme */
  background-color: #fdf6e3;
  padding: 0.5em; }

table.cartouche {
  border: 1px solid #948473;
  background-color: #FFE3C6;
  width: 100%;
}
table.cartouche td, table.cartouche th {
  border: 1px solid #948473;
  padding: 4px 4px;
}

/* newer texinfo generation styles */
div.example {
  /* base00 ~ body text in light solarized theme */
  color: #657b83;
  border-color: #657b83; }

pre.example-preformatted {
  /* base3 ~ background color in light solarized theme */
  background-color: #fdf6e3;
  padding: 0.5em; }