Subversion Repositories oidinfo_new_design

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
/***Page header***/
2
 
3
#global_container {
4
   width: 800px;
5
   height: auto;
6
   margin: 0px auto 0px;
7
   padding: 0px;
8
   position: relative;
9
}
10
#global_content {
11
   width: 760px;
12
   height: auto;
13
   background-color: #5f5f5f;
14
   padding: 20px;
15
   position: relative;
16
   margin: 0px auto 0px;
17
   margin-top:20px;
18
}
19
#header {
20
   width: 760px;
21
   height: 110px;
22
   background-color: #5f5f5f;
23
   margin-top: 22px;
24
   padding: 20px;
25
   position: relative;
26
   margin: 0px auto 0px;
27
}
28
 
29
#header h1 {
30
   position: relative;
31
   /*font-family: arial,sans-serif;*/
32
   font-weight: bold;
33
   color: #fff;
34
   font-size: 20px;
35
   display: inline;
36
   float: left;
37
   margin: -10px 0px 0px 10px;
38
}
39
 
40
#bg_menu {
41
   width: 779px;
42
   height: 41px;
43
   background-color: #5f5f5f;
44
   padding: 0px 21px 0px 0px;
45
   margin-bottom: 14px;
46
   position: relative;
47
   z-index: 1200;
48
}
49
 
50
#header_menu {
51
   font-weight: bold;
52
   font-family: Arial;
53
}
54
 
55
#header_menu, #header_menu ul {
56
   float: right;
57
   padding: 0;
58
   margin: 0;
59
   list-style: none;
60
   line-height: 35px;
61
   text-align: left;
62
}
63
 
64
html > body #header_menu li {
65
   border-right: 1px solid transparent;
66
}
67
 
68
#header_menu li {
69
   float: left;
70
   border-right: 1px solid #fff;
71
}
72
 
73
#header_menu a {
74
   display: block;
75
   background: #6e6e6e;
76
   color: #fff;
77
   text-decoration: none;
78
   width: auto;
79
   padding: 0px 15px 0px;
80
   text-transform: uppercase;
81
   font-family: Arial, Helvetica, sans-serif;
82
   font-size: 14px;
83
   font-weight: bold;
84
}
85
 
86
#header_menu img {
87
   display: block;
88
   background: #6e6e6e;
89
   color: #fff;
90
   margin-left:0px;
91
}
92
 
93
#header_menu a:hover {
94
   background: #ff7e43;
95
}
96
 
97
#header_menu img:hover {
98
   background: #ff7e43;
99
}
100
 
101
#header img {
102
   display: inline;
103
   float: left;
104
}
105
 
106
#header_url_and_menu {
107
   width:100%;
108
}
109
 
110
#header_url {
111
   float:left;
112
}
113
 
114
#header_menu_right {
115
   float:inline;
116
   margin-left:32%;
117
   position:absolute;
118
}
119
 
120
#content_code_in_country_code {
121
   width: 930px;
122
   height: auto;
123
   background-color: #5f5f5f;
124
   padding: 20px;
125
   position: relative;
126
   margin: 0px auto 0px;
127
   margin-top:20px;
128
}
129
#country-code{
130
   width:920px;
131
   margin-left: auto;
132
   margin-right: auto;
133
   background: #eee;
134
   padding: 3px;
135
   display:block;
136
   height: auto;
137
}
138
#google_translate {
139
   display: inline;
140
   float: right;
141
}
142
body{
143
   font-family: arial,sans-serif;
144
}
145
a img {
146
   border: none;
147
}
148
 
149
#content h1 {
150
   font-weight: bold;
151
   font-size: 20px;
152
}
153
 
154
#search {
155
   position: absolute;
156
   left: 700px;
157
}
158
.page_title{
159
   font-weight:bold;
160
   font-size:18px;
161
   color:#FF5500;
162
}
163
.section_title , .action_title{ 
164
   font-size:16px;
165
   color:#FF5500;
166
}
167
 
168
div.clear{clear:both;}
169
#content_replace_in_search_replace {
170
   width: 760px;
171
   height: auto;
172
   background-color: #5f5f5f;
173
   padding: 20px;
174
   position: relative;
175
   margin: 0px auto 0px;
176
   margin-top:20px;
177
}
178
#replace{
179
   width:98%;
180
   margin-left: auto;
181
   margin-right: auto;
182
   background: #eee;
183
   padding: 1%;
184
   display:block;
185
   height: auto;
186
}
187
#advanced_search{
188
   width:98%;
189
   margin-left: auto;
190
   margin-right: auto;
191
   background: #eee;
192
   float:left;
193
   padding: 1.2%;
194
   display:block;
195
   height: auto;
196
 
197
}
198
.rounded {
199
   -webkit-border-radius: 20px;
200
   -moz-border-radius: 20px;
201
   border-radius: 20px;
202
}
203
.styled-select {
204
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 105% 0;
205
   height: 29px;
206
   overflow: hidden;
207
   width: 100%;
208
   background-color: #6e6e6e;
209
   margin-top:10px;
210
   color:white;
211
   border: none;
212
}
213
.styled-select select {
214
   background: transparent;
215
   border: none;
216
   font-size: 12px;
217
   height: 29px;
218
   padding: 0px; /* If you add too much padding here, the options won't show in IE */
219
   width: 100%;
220
}
221
.styled-select-country-code {
222
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 105% 0;
223
   height: 29px;
224
   overflow: hidden;
225
   width: 80%;
226
   background-color: #6e6e6e;
227
   margin-top:10px;
228
   color:white;
229
   border: none;
230
}
231
input[type=text]{
232
width:50%;
233
}
234
/*******************/
235
#menu{
236
   width: 98%;
237
   margin-right:2%;
238
   margin-top:2%;
239
}
240
#menu ul {
241
   float: right;
242
   padding: 0;
243
   margin:0;
244
   list-style: none;
245
   line-height: 35px;
246
   text-align: left;
247
 }
248
 
249
#menu li {
250
 margin:auto;
251
 padding:0;
252
 background-color:black;
253
 }
254
#menu li a {
255
 display: block;
256
   background: #6e6e6e;
257
   color: #fff;
258
   text-decoration: none;
259
   width: 150px;
260
   padding: 0px 15px 0px;
261
   font-family: Arial, Helvetica, sans-serif;
262
   font-size: 11px;
263
   font-weight: bold;
264
 }
265
#menu li a:hover {
266
   background: #ff7e43;
267
 }
268
 
269
#menu ul li ul {
270
 display:none;
271
 }
272
#menu ul li:hover ul {
273
 display:block;
274
 }
275
#menu li:hover ul li {
276
 float:none;
277
 }
278
 
279
#menu li ul {
280
 position:absolute;
281
 }
282
/******************/