Project

General

Profile

1
@charset "UTF-8";
2

    
3
td.content form.secure_switch .left-content { width :49%; float :left; }
4
td.content form.secure_switch .right-content { width :49%; float :right; }
5

    
6
form.secure_switch { border :0px #484 solid; margin :1em 0; width :100%; }
7

    
8
table.switch-ftan-info,
9
table.switch-ftan-form { width :100%; background-color :transparent; }
10
table.switch-ftan-info tbody,
11
table.switch-ftan-form tbody { margin :10px 0; }
12
table.switch-ftan-form tbody td label { font-weight :bold; font-size :1.0em; color :#000000; }
13
table.switch-ftan-info thead tr th { margin :20px 0; font-weight :bold; font-size :1.4em; background-color :transparent; color :#000000; text-align :left; }
14

    
15
table.switch-ftan-info thead tr th span.norm { color : #003300; }
16
table.switch-ftan-info thead tr th span.grey { color : #666666; }
17

    
18
table.switch-ftan-form tbody td { height :30px; vertical-align :middle; }
19
table.switch-ftan-form tbody td input[type="submit"] { font-size :1.0em; width : 40%; }
20
table.switch-ftan-form tbody td input[type="text"] { font-size :1.0em; width : 100%; }
21
table.switch-ftan-form tbody td select { font-size :1.0em; width : 101.5%; }
22

    
23
.ok, .error { font-weight:bold; }
24
.ok { color:green; }
25
.error { color:red; }
26
.check { color:#555; }
27

    
28
.module-info { padding :10px; margin :0px auto; background :transparent; color :#000000; font-size :1.0em; }
29
.module-info p { margin :0.2em auto; }
30
.warning { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; background :#fee; border :0.2em #844 solid; color :#990000; margin :0.2em auto; padding :0.63em; width :60%; text-align :center; }
31
.warning strong { font-size :1.2em; }
32
.warning span { font-size :1.2em; line-height :1.5em; color :#333333; }
33

    
34
/* Tooltip CSS */
35
.tooltip {
36
	border-bottom: 1px dotted #000000;
37
	color: #000000;
38
	outline: none;
39
	cursor: help;
40
	text-decoration: none;
41
	position: relative;
42
}
43
.tooltip span { margin-left: -999em; position: absolute; }
44
.tooltip:hover em {
45
	font-family: Candara, Tahoma, Geneva, sans-serif;
46
	font-size: 1.2em;
47
	font-weight: bold;
48
	display: block;
49
	padding: 0.2em 0 0.6em 0;
50
}
51
.tooltip:hover span {
52
	border-radius: 5px 5px;
53
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
54
	font-family: Calibri, Tahoma, Geneva, sans-serif;
55
	position: absolute;
56
	left: -15em;
57
	top: 2em;
58
	z-index: 99;
59
	margin-left: 1em;
60
	padding: 10px 10px 10px 50px;
61
	width: 250px;
62
}
63
.help {
64
	border: 1px solid #2bb0d7;
65
	background: #9fdaee url(htt/help.png) no-repeat left;
66
}
(2-2/9)