File: ANI.css

package info (click to toggle)
r-cran-animation 2.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,268 kB
  • sloc: javascript: 873; sh: 15; makefile: 2
file content (73 lines) | stat: -rw-r--r-- 1,003 bytes parent folder | download | duplicates (3)
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
.anidemo {
	width: auto;
	margin: auto;
	font-family: sans-serif;
	font-size: 12px;
}
.anidemo input{
	font-family: monospace;
	background-color: #FFFFFF;
}
.anidemo input.anibutton{
	font-weight: bold;
}

.anidemo input.text {
	border: 1px solid #666666;
}

.anidemo fieldset {
	padding: 0.5em;
	width: auto;
	border: 1px solid #FF0000;
}

.anidemo legend {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 140%;
}

.loading {
	color: #FFFFFF;
	background-color: #990000;
	padding: 2px;
	width: auto;
	float: left;
	text-align: left;
}

.divPreload {
	height: 150px;
	width: 100%;
}

.divFrame {
	display: none;
}


.anidemo .btncontrol{
	margin: 5px auto 5px auto;
}


.anidemo .morepar{
	display: none;
	margin-bottom: 5px;
}

.anidemo .description {
	text-align: left;
	border-top: 1px	dashed #FF0000;
	padding-top: 0.5em;
}

.anidemo .footer {
	text-align: left;
	padding-top: 0.5em;
}

a {
	text-decoration: none;
}