File: overrides.css

package info (click to toggle)
publican-debian 0.4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 104 kB
  • sloc: xml: 26; makefile: 10
file content (111 lines) | stat: -rw-r--r-- 1,462 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
a:link {
	color:#0035C7;
}

a:visited {
	color:#54638C;
}

h1 {
	color:#C70036;
}

div.producttitle {
	color:#C70036;
}

.section h1.title {
	color:#C70036;
}

.docnav.top li.home {
            color: #C70036;
}

h2,h3,h4,h5,h6 {
	color:#C70036;
}

table {
	border:1px solid #aaa;
}

table th {
	background-color:#900;
}

table tr.even td {
	background-color:#f5f5f5;
}

#title a {
	height:54px;
}

.term{
	color:#C70036;
}

.revhistory table th {
	color:#C70036;
}

.titlepage .edition {
	color: #C70036;
}

span.remark{
	background-color: #ffff00;
}


/* Disable the important formatting on sidebars. */
div.important.sidebar:before {
    content: "";
}

/* Styles of block URLs */
div.url {
    margin-top: 0.5em;
}
div.url + div.url {
    margin-top: 0;
}

/* Styles of sidebars */
div.sidebar {
    border: 2px solid #aaaaaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 90%;
    background-color: #eeeeee;
}

div.sidebar > div.titlepage {
    border-bottom: 1px solid;
}

div.sidebar > div.titlepage span.emphasis:nth-child(1) > em {
    color: #666666;
    font-style: normal;
    font-variant: small-caps;
}

/* Modify behaviour within sidebars */
div.sidebar p.title {
    margin-top: 0;
    margin-bottom: 0;
}
div.sidebar > p, div.sidebar > div.para {
    margin-top: 1em;
    margin-bottom: 0;
}
div.sidebar h6 {
    margin-top: 0px;
}

/* Styles of screens */
.screen .computeroutput {
    font-weight: normal;
}