Statistics
| Branch: | Tag: | Revision:

root / okeanos_site / static / css / ie.css @ 0768522a

History | View | Annotate | Download (1 kB)

1
/* ============================== */
2
/* Zeta import: 'ie.css' */
3
/* From: 'None' */
4
body {
5
        text-align: center}
6

    
7
* html body legend {
8
        margin: -8px 16px 0;
9
        padding: 0}
10

    
11
html > body p code {
12
        *white-space: normal}
13

    
14
.container {
15
        text-align: left}
16

    
17
sup {
18
        vertical-align: text-top}
19

    
20
sub {
21
        vertical-align: text-bottom}
22

    
23
hr {
24
        margin: -8px auto 11px}
25

    
26
img {
27
        -ms-interpolation-mode: bicubic}
28

    
29
fieldset {
30
        padding-top: 0}
31

    
32
textarea {
33
        overflow: auto}
34

    
35
input.text {
36
        margin: .5em 0;
37
        border: 1px solid #bbb;
38
        background-color: #fff}
39

    
40
input.text:focus {
41
        border: 1px solid #666}
42

    
43
input.title {
44
        margin: .5em 0;
45
        border: 1px solid #bbb;
46
        background-color: #fff}
47

    
48
input.title:focus {
49
        border: 1px solid #666}
50

    
51
input.checkbox {
52
        position: relative;
53
        top: .25em}
54

    
55
input.radio {
56
        position: relative;
57
        top: .25em}
58

    
59
input.button {
60
        position: relative;
61
        top: .25em}
62

    
63
textarea {
64
        margin: .5em 0}
65

    
66
select {
67
        margin: .5em 0}
68

    
69
button {
70
        position: relative;
71
        top: .25em}
72

    
73
a {
74
    color: #4085A5;
75
}
76

    
77
.menu li {
78
    height: 50px;
79
}
80

    
81
.menu li.last {
82
    margin-top: -7px;
83
}