File: styles.css

package info (click to toggle)
refind 0.14.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,432 kB
  • sloc: ansic: 52,757; sh: 2,086; python: 592; makefile: 351; perl: 5
file content (97 lines) | stat: -rw-r--r-- 1,450 bytes parent folder | download | duplicates (2)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body {
/*    color:black;
    background-color:white; */
    text-align:left;
/*    font-family:"Georgia",serif; */
}

p {
/*    text-indent:50px; */
}

li {
    margin-top: 1em;
    margin-bottom: 1em;
}

h1,h2,h3,h4 {
    text-align:center;
    font-family:"Bitstream Vera Sans", "Verdana", "Helvetica", "Arial", sans-serif;
}

.clear {
  clear: both;
}

.userinput {
    font-weight:bold;
    font-family:monospace;
}

.variable {
    font-style: italic;
}

.listing {
    font-family:monospace;
    margin: 0px;
    padding: 6px;
    border: 1px solid;
    max-width:100%;
    width: 50em;
    overflow-x:auto;
    text-align: left;
    background-color:#EEE;
    white-space:pre;
}

.quote {
    width: 90%;
    float: center;
    padding: 2px;
    margin: 10px;
    background-color: #EEEEEE;
}

.highlight {
    width: 95%;
    float: center;
    padding: 5px;
    margin: 10px;
    border: 5px solid gray;
    background: #EEE;
}

.sidebar {
    width: 45%;
    float: right;
    padding: 5px;
    border:5px solid gray;
    margin:10px;
    background-color:#EEE;
}

.navbar {
    width: 40%;
    float: left;
    padding: 5px;
    border: 5px solid gray;
    margin: 10px;
    background-color:#EEE;
}

.subhead {
    font-family:"Verdana", "Trebuchet", "Helvetica", sans-serif;
    font-size:150%;
    font-weight:bold;
    text-align:center;
}

.left {
    text-align:left;
}

.tight {
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}