File: global.css

package info (click to toggle)
php-imlib 0.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,020 kB
  • ctags: 817
  • sloc: php: 2,464; ansic: 1,324; xml: 94; makefile: 67; sh: 12
file content (42 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (4)
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
BODY {
   color: #000000;
   background-color: #cccccc;
}

TD.d-cell {
   color: #000000;
   background-color: #dddddd;
   vertical-align: top;
}
TD.d-nav {
   color: #000000;
   background-color: #dddddd;
   text-align: center;
   font-size: 10px;
   vertical-align: top;
}
TD.d-navpipe {
   color: #000000;
   background-color: #dddddd;
   text-align: center;
   font-size: 8px;
   vertical-align: top;
}
TH.d-cell, TD.d-dark {
   color: #000000;
   background-color: #bbbbbb;
   vertical-align: top;
}

.d-title {
   font-family: Arial, Helvetica, Geneva, sans-serif;
   font-size: 12px;
   font-weight: 800;
   text-decoration: none;
}

.d-field {
   font-family: Arial, Helvetica, Geneva, sans-serif;
   font-size: 12px;
   text-decoration: none;
}