/usr/share/doc/socnetv/manual/socnetv.css is in socnetv 0.90-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 | body {
background: white none;
color: black;
font-family: sans-serif;
padding: 0 15px 0 5px;
margin: 0;
}
p, h1, h2, h3, h4, h5, h6, td, th {
font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color: #377aeb;
background-color: transparent;
vertical-align: bottom;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
}
h4 {
padding: 0px 0px 0px 0px;
margin: 20px 0px 5px 0px;
font-size: 14px;
}
h5 {
padding: 0px 0px 0px 0px;
margin: 20px 0px 5px 5px;
font-size: 11px;
}
p {
text-align: justify;
}
.text {
color: #1e3a47;
font-size: 11px;
padding: 0 0px 0 5px;
}
.author {
color: rgb(82,80,82);
font-size: 11px;
font-weight: bold;
padding: 0;
margin: 0;
}
.credits {
line-height: 1em;
color: #1e3a47;
font-size: 11px;
}
.legalnotice, .copyright {
padding: 0;
margin: 0;
}
a {
color: #2d2b8b;
text-decoration: none;
border-bottom: thin dotted black;
margin:0;
padding:0;
}
a:hover {
background-color: #f6ffd5 ; // #aaaa00;
color: #2d2bff;
}
a:visited {
color: #8587f7;
}
.toc {
font-size: 11px;
}
.toc ul {
color: rgb(160,80,82);
}
.toc ol {
color: #8598f7;
color: rgb(160,80,82);
}
.toc a {
color: #8598f7;
border-bottom: none;
}
.header {
/* background: #f6ffd5 none; */
background: #e0f2fe none;
border-top: 1px solid #CFD1D5;
border-bottom: 1px solid #CFD1D5;
margin: 0px;
padding: 0px 0px 0px 0px;
}
.title {
vertical-align: bottom;
color: #377aeb;
padding: 0px 0px 0px 0px;
font-size: 20px;
font-family: serif;
font-weight: bold;
}
.logo {
background: transparent;
margin: 0px;
padding: 0px 15px 0px 15px;
float: left;
}
.footer{
/* background: #f6ffd5 none; */
background: #e0f2fe none;
border-top: 1px solid #CFD1D5;
border-bottom: 1px solid #CFD1D5;
font-size: 10px;
margin: 0px;
padding: 0px 0em 0px 0px;
text-align: left;
}
.footer a {
border-top: 0px solid #CFD1D5;
text-decoration: none;
border-bottom: none;
}
.footer a:visited {
border-top: 0px solid #CFD1D5;
text-decoration: none;
border-bottom: none;
}
.contents{
font-size: small;
text-align: center;
vertical-align: middle;
}
.license {
font-family: monospace;
color: rgb(0,0,0);
font-size: small;
padding: 5px 1em 0px 0px;
}
.code {
color: black;
font: normal 10px monospace;
background-color: #eceae9;
border: 1px dashed lightgray;
text-align: left;
margin-bottom:10px;
margin-top:0px;
padding: 0 15px 0 25px;
}
|