File: style.css

package info (click to toggle)
foo2zjs 20050217-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,364 kB
  • ctags: 2,122
  • sloc: ansic: 15,074; xml: 1,751; makefile: 503; sh: 269; perl: 102
file content (31 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
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
BODY,TD,A,P,.H {
    font-family:arial,sans-serif;
#	font-size: 10pt;
}
H3 {
#	font-size: 11pt;
}
A:hover {
    background-color: #E6E6E6;
    test-decoration: none;
}
.EXAMPLE {
    font-family:courier;
        background: #E6E6E6;
}
INPUT,SELECT {
#	font-size : 13px;
    color : #000000;
    text-transform: none;
    background-color: #E6E6E6;
    text-decoration: none;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
}
PRE {
        border: 1px dashed #660000;
        background: #E6E6E6;
        margin: 4px;
        padding: 6px;
}