File: winround.css

package info (click to toggle)
virtuoso-opensource 7.2.5.1%2Bdfsg1-0.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 285,240 kB
  • sloc: ansic: 641,220; sql: 490,413; xml: 269,570; java: 83,893; javascript: 79,900; cpp: 36,927; sh: 31,653; cs: 25,702; php: 12,690; yacc: 10,227; lex: 7,601; makefile: 7,129; jsp: 4,523; awk: 1,697; perl: 1,013; ruby: 1,003; python: 326
file content (159 lines) | stat: -rw-r--r-- 3,528 bytes parent folder | download | duplicates (7)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
.oat_winround_container {
	padding: 0px;
}

.oat_winround_wrapper {
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
}

html>/**/body .oat_winround_wrapper {
	height: 100%; /* hidden for IE6 and IE7 */
}

.oat_winround_wrapper td {
	margin: 0px;
	padding: 0px;
}

.oat_winround_lt {
	width: 16px;
	height: 16px;
	background-image: url('images/oat/winround_lt.png');
	background-repeat: no-repeat;
	behavior: url('images/oat/rdfbrowser2/js/iepngfix.htc');
}
.oat_winround_t {
	background-repeat: repeat-x;
	background-position: top;
	height: 6px;
	background-image: url('images/oat/winround_t.png');
	background-color: #fff;
	vertical-align: top;
}
.oat_winround_rt {
	width: 16px;
	height: 16px;
	background-image: url('images/oat/winround_rt.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.oat_winround_l {
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	background-image: url('images/oat/winround_l.png');
	background-color: #fff;
}
.oat_winround_r {
	background-repeat: repeat-y;
	background-position: right;
	width: 16px;
	background-image: url('images/oat/winround_r.png');
}
.oat_winround_lb {
	width: 16px;
	height: 16px;
	background-image: url('images/oat/winround_lb.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.oat_winround_b {
	background-repeat: repeat-x;
	background-position: bottom;
	height: 6px;
	background-image: url('images/oat/winround_b.png');
	background-color: #fff;
	vertical-align: bottom;
}
.oat_winround_status {
	position: relative;
	bottom: 3px;
	font-size: 8pt;
	color: #666666;
}
.oat_winround_rb {
	width: 16px;
	height: 16px;
	background-image: url('images/oat/winround_rb.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.oat_winround_m {
	vertical-align: top;
	background-color: #fff;
}
.oat_winround_content {
	position: relative;
	top: 7px;
	left: -1%;
	font-size: 10pt;
	text-align: justify;
	width: 101%;
	padding-bottom: 10px;
}
.oat_winround_title {
	position: relative;
	width: 100%;
	top: 3px;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
}

.oat_winround_caption {
	color: #333333;
	font-weight: bold;
	position: relative;
	top: 3px;
}

.oat_winround_close_b {
	float: right;
	width: 14px;
	height: 13px;
	cursor: pointer;
	position: relative;
	right: 3px;
	top: 3px;
}

.oat_winround_resize_b {
	width: 10px;
	height: 10px;
	position: relative;
	top: -1px;
	_top: -5px; /* IE6 */
 	right: -1px;
	z-index: 2;
	background-image: url("images/oat/winround_resize.gif");
	background-repeat: no-repeat;	/* ie hack */
	background-position: bottom right;	/* ie hack */
}

.oat_winround_close_b {
	background-image: url("images/oat/RoundWin_close.gif");
	background-repeat: no-repeat;
}

.oat_winround_container div.oat_anchor_arrow_bottomright {
	position: absolute;
	bottom: -35px;	right: 20px;	width: 30px;	height: 35px;
	background-image: url("images/oat/winround_arrow_rb.gif");
}
.oat_winround_container div.oat_anchor_arrow_bottomleft {
	position: absolute;
	bottom: -35px;	left: 20px;	width: 30px;	height: 35px;
	background-image: url("images/oat/winround_arrow_lb.gif");
}
.oat_winround_container div.oat_anchor_arrow_topright {
	position: absolute;
	top: -35px;	right: 20px;	width: 30px;	height: 35px;
	background-image: url("images/oat/winround_arrow_rt.gif");
}
.oat_winround_container div.oat_anchor_arrow_topleft {
	position: absolute;
	top: -35px;	left: 20px;	width: 30px;	height: 35px;
	background-image: url("images/oat/winround_arrow_lt.gif");
}