/usr/share/libgda-4.0/web/gda.css is in libgda-4.0-common 4.2.8-2build1.
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 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 | /* General styles */
body {
margin:0px;
padding:0px;
border:0px;
width:100%;
background-color: white;
font-family: sans-serif;
color: black;
}
a {
color:#0000ff;
border: 0px;
}
a:active {
color: #ff0000;
}
a:visited {
color: #551a8b;
}
h1, h2, h3 {
margin:.8em 0 .2em 0;
padding:0;
}
p {
margin:.4em 0 .8em 0;
padding:0;
}
img {
margin:10px 0 5px;
}
/* Header styles */
#header {
background: #729FCF;
clear:both;
float:left;
width:100%;
font-size: 75%;
border-bottom:3px;
}
#header p,
#header h1,
#header h2 {
padding-top: 0px;
padding-bottom: 10px;
color: #eeeeec;
margin-left: 85px;
}
#header ul {
clear:left;
float:left;
width:100%;
list-style:none;
margin:10px 0 0 0;
padding:0;
font-size: 85%;
}
#header ul li {
display:inline;
list-style:none;
margin:0;
padding:0;
}
#header ul li a {
font-weight: bold;
display:block;
float:left;
margin:0 0 0 1px;
padding:3px 10px;
text-align:center;
background:#eee;
color: #FFFFFF;
text-decoration:none;
position:relative;
left:15px;
line-height:1.3em;
}
#header ul li a:hover {
background:#369;
color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
color:#fff;
background:#000;
font-weight:bold;
}
#header ul li a span {
display:block;
}
/* column container */
.colmask {
position:relative;
clear:both;
float:left;
width:100%; /* width of whole page */
overflow:hidden;
}
/* common column settings */
.colright,
.colmid,
.colleft {
float:left;
width:100%;
position:relative;
}
.col1,
.col2,
.col3 {
float:left;
position:relative;
padding:0 0 1em 0;
overflow:hidden;
}
.col1 {
background-color: #fff;
color: #333;
}
.leftmenu .colleft {
right:86%; /* right column width */
background: #2E3436;
color: #FFFFFF;
}
.leftmenu .col1 {
width:84%; /* right column content width */
left:101%; /* 100% plus left column left padding */
}
.leftmenu .col2 {
width:12%; /* left column content width (column width minus left and right padding) */
left:2%; /* (right column left and right padding) plus (left column left padding) */
}
.col2 ul {
font-weight: bold;
list-style: none;
padding: 0 10px 10px;
margin: 0 0 0 0;
font-size: 90%;
}
.col2 li a {
font-weight: normal;
color: #FFFFFF;
margin: 0 0 0 0;
padding: 0 10px;
text-decoration: none;
font-size: 80%;
}
.col1 h1 {
/*margin: 5em 0px .5em 0px;*/
font-size: 100%;
color: black;
}
.col1 h2 {
padding-left: 5px;
font-size: 80%;
}
.col1 ul {
font-weight: bold;
list-style: none;
padding: 0px 10px 10px;
margin: 0px 0px 0px 0px;
font-size: 90%;
}
.col1 li {
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 10px;
text-decoration: none;
font-size: 80%;
}
div.clist {
padding: 0px;
overflow: hidden;
}
.clist ul {
float: left;
width: 100%;
margin: 0px;
margin-left: 10px;
padding: 0px;
list-style: none;
}
.clist li {
float: left;
width: 33%;
margin: 0px;
padding: 0px;
font-size: 90%;
}
.clist a {
font-weight: normal;
color: #050505;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: none;
}
.clist br {
clear: both;
}
table.ctable
{
font-weight: normal;
font-size: 90%;
width: 100%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
margin-bottom: 5px;
}
.ctable th
{
border-bottom: 2px solid #6699CC;
background-color: #729FCF;
text-align: center;
font-weight: bold;
color: #eeeeec;
}
.ctable td
{
padding-left: 2px;
border-left: 1px dotted #729FCF;
}
.graph
{
/*background: lightblue;*/
padding: 0px;
}
.graph img
{
max-width: 100%;
height: auto;
border: 0px;
}
.pkey
{
/*background: lightblue;*/
color: blue;
font-weight: bold;
}
.ccode
{
/*background: lightblue;*/
padding-left: 5px;
}
/* Footer styles */
#footer {
clear:both;
float:left;
width:100%;
border-top:1px solid #000;
font-size:60%;
}
#footer p {
padding:10px;
margin:0;
}
.tcontents {
overflow: hidden;
}
|