File: tutorial.css

package info (click to toggle)
libconfuse 3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: ansic: 5,532; lex: 451; xml: 439; makefile: 213; sh: 39
file content (64 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (23)
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
body {
 padding: 1em;
 margin: 1em;
}

body p {
 margin-left: 1em;
 margin-right: 1em;
 text-align: justify;
}

p.copyright
{
 margin-left: 0em;
}

h1, h2 {
 /*letter-spacing: 0.15em;*/
 border-bottom: 1px solid black;
}

hr { display: none; }

a[href] {
 background: transparent;
 color: #04D;
 text-decoration: none;
}

a[href]:hover { text-decoration: underline; }

pre.programlisting
{
    margin-left: 1em;
    margin-right: 1em;
    border: 1px solid #DDDDDD;
    background: #F4F4F4;
    padding: 1em;
}

/*.copyright {
 color: #777;
 background: transparent;
 font-size: x-small;
 margin-left: 1em;
 margin-right: 1em;
 text-align: right;
 border-top: 1px solid black;
}*/

a img { border: 0px; }

div.sflogo {
 text-align: right;
 padding-left: 1em;
}

hr { clear: both; }

.warn {
 color: red;
 background: transparent;
}