File: ncl.css

package info (click to toggle)
libncl 2.1.18%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,344 kB
  • ctags: 3,526
  • sloc: xml: 43,716; cpp: 30,400; sh: 10,658; python: 231; makefile: 190
file content (39 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (5)
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
DIV.linkstrip {
	MARGIN-TOP: 1em; FONT-SIZE: large; TEXT-ALIGN: center
}

P.footer {
	CLEAR: left; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: x-small; PADDING-BOTTOM: 0px; MARGIN: 1ex 15% 0px; LINE-HEIGHT: 0.6; PADDING-TOP: 0px; FONT-FAMILY: Arial, Chicago, sans-serif; TEXT-ALIGN: center
}

A:hover {
	COLOR: #a00; BACKGROUND-COLOR: white; TEXT-DECORATION: none
}

.quickref {
	font-family: Arial, sans-serif
}

.public {
	font-weight: bold; color: black; background: white;
}

.protected {
	font-weight: bold; color: teal; background: white;
}

.private {
	font-weight: bold; color: red; background: white;
}

.groupheading {
	font-size: large; font-weight: bold;
}

.classy {
	font-family: Arial, sans-serif; color: navy;
}

.variablename {
	font-weight: bold; color: maroon;
}