5910c5cff2d7b9b3141b3e6c2c69390b2c9a53ae
[aaf/authz.git] / authz-gui / theme / aafOldIE.css
1 /*
2   Modifications for non-html5 IE
3 */
4 body {
5         background-size:23em 4.7em;
6 }
7
8
9 body h1 {
10         margin: 4px auto;
11         color: #F13099;
12 }
13
14 #footer {
15         background-color: #FF7200;
16         color: #FFFFFF;
17         text-align:right;
18         font-size: 60%;
19         padding: 5px;
20         position:fixed;
21         bottom: 0px;
22         left: 0px;
23         right: 0px;
24 }
25
26 #breadcrumbs a:visited, #breadcrumbs a:link {
27         transition: padding .5s;
28 }
29
30 #breadcrumbs a:hover {
31         padding: 2px 2px 2px 30px;
32         transition: padding .5s;
33 }
34
35 #breadcrumbs, #content {
36         margin: 3px;
37 }
38
39 #breadcrumbs, #inner {
40         margin: 3px;
41         width: 77%;
42         float: left;
43         min-width:500px;
44         background-color: #FFFFFF;
45 }
46
47
48 #breadcrumbs li {
49         box-shadow: 3px 3px 2px #888888;
50 }
51
52 #inner {
53         padding: 10px;
54         overflow: hidden;
55 }
56
57 #inner form {
58         border: solid 2px #D0D0D0;
59 }
60
61 #inner form input[id] {
62         margin: 4px 0;
63 }
64
65 #inner form label {
66         margin: 4px 0;
67 }
68
69 #inner form label[required] {
70         color: red;
71 }
72
73 #inner form input[type=submit] {
74         font-size: 1.0em;
75         margin: 12px 0 0px 0;
76         color: #F13099;
77 }
78
79 p.preamble, p.notfound {
80         display: block;
81         margin: 30px 0px 10px 0px;
82         font: italic bold 20px/30px Georgia, serif;
83         font-size: 110%;
84         color: #0079B8;
85 }
86
87
88 #Pages {
89         margin: 20px;
90         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147AB3', endColorstr='#ffffff',GradientType=1 ); /*linear gradient for IE 6-9*/
91 }
92
93 #Pages a:visited, #Pages a:link {
94         display: block;
95         padding: 3px 40px 3px 10px;
96         transition: padding .5s;
97         margin: 6px;
98         box-shadow: 3px 3px 2px #888888;
99         background-color: #98bf21;
100         text-decoration: none;
101         color: white;
102         font-weight: bold;
103 }
104
105 #Pages a:hover {
106         padding: 4px 80px 4px 20px;
107         transition: box-shadow padding 1s;
108         box-shadow: 4px 4px 3px #888888;
109 }
110
111 tr {
112         font-size: .9em;
113 }
114
115 tr.alt {
116         background-color: #EEF0F0;
117 }
118
119 #nav {
120
121         display: block;
122         position: absolute;
123         top: 175px;
124         right: 2%;
125         left: 81%;
126         z-index=1;
127         clear: both;
128 }
129
130         
131 #nav h2 {
132         color: #FF7200;
133         font-size: 1.2em;
134         font-family: Verdana,Arial,Helvetica,sans-serif;
135         font-style: italic;
136         font-weight: normal;
137         
138 }
139
140 #nav ul {
141         font-style:italic; 
142         font-size: .8em;
143         font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
144         color: #067ab4;
145         list-style-type: square;
146         margin: 0;
147         padding: 0;
148 }
149
150 div.std {
151         border: solid 2px #D0D0D0;
152         border-radius: 5px;
153         box-shadow: 10px 10px 5px #888888;
154 }
155
156
157 div.detail {
158         border: solid 2px #C0C0C0;
159         border-radius: 14px;
160         box-shadow: 10px 10px 5px #888888;
161 }
162