File: tea_doc.css

package info (click to toggle)
tea 14.2.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,112 kB
  • ctags: 1,746
  • sloc: ansic: 21,260; sh: 3,538; makefile: 204; cs: 8
file content (56 lines) | stat: -rw-r--r-- 497 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
a:link 
{
color: #3535c9;
}

a:visited 
{
color: #3535c9;
}

a:active 
{
color: #e71c1c;
}

a:hover 
{
text-decoration: none; 
color: black;
outline: thin dashed black; 
}

.b_em
{
color: red;
}

.mi
{
/*background: #2482fd;*/
background: #e3e3e3;
/*color: white;*/
/*outline: thin solid;*/
/*text-decoration: underline;*/
}


.p_ex
{
background: #e5e5e5;
color: black;
border-width: 1px;
border-style: dashed;
font-family: monospace;
}

.p_music
{
color: #c52929;
}


body
{
font-family: serif;
}