summaryrefslogtreecommitdiff
path: root/min_selfservice/css/default.css
blob: 74f3565cb59680273d470efed2c35739d1cd9f79 (plain)
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
body {
        background-color:#e8e8e8;
        //font-family:Arial, Verdana, Helvetica, sans-serif;
        //font-size:12px;
        //color:#0D0700;
}

body, li, ol, p, table, td, th, tr, a, ul, blockquote, div {
        //font-family:Arial, Verdana, Helvetica, sans-serif;
        //font-size:12px;
        color:#0D0700;
}

a {
        //color:#00527f;
        text-decoration:none;
}

a:hover {
        text-decoration:underline;
}
td.page{
        border-style:solid;
        border-width:2px;
        border-color:#cccccc;
        background-color:#f8f8f8;
        padding:10px;
}

#menu_ul {
        padding: 0;
        //width: 840px;
        margin: 0 auto;
}

#menu_ul li {
        float: left;
        list-style: none;
        position: relative;
        border-right: 4px solid #e8e8e8;
}

#menu_ul a {
        display: block;
        padding: 6px 8px;
        color: #525151;
        font-size: 13px;
        font-weight: bold;
        white-space: nowrap;
        background: #cccccc;
         -moz-border-radius-topleft:8px;
         -moz-border-radius-topright:8px;
         -webkit-border-radius-topleft:8px;
         -webkit-border-radius-topright:8px;
         border-top-left-radius:8px;
         border-top-right-radius:8px;
}

#menu_ul a:hover  {
        text-decoration:none;
}

#menu_ul ul {
        margin:0;
        padding:0;
        display:none;
        position: absolute;
        top: 100%;
        left: -1px;
        background: #ae2099;
        border: 1px solid #ffffff;
}

#menu_ul ul li {
        float: none;
        border-style: none;
}

#menu_ul ul a {
        padding: 4px 10px;
        color: #ffffff;
        font-size: 12px;
        font-weight: normal;
        background: transparent;
}

#menu_ul ul a:hover  {
        background: #7e0079;
         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:0px;
         -webkit-border-radius-topleft:0px;
         -webkit-border-radius-topright:0px;
         border-top-left-radius:0px;
         border-top-right-radius:0px;
}

#menu_ul a.current_menu, #menu_ul a.hover {
        color: #ffffff;
        background: #7e0079;
}

#menu_ul img {
        vertical-align:middle;
        width: 7px;
        height: 4px;
        border-style: none;
        margin-left: 10px;
}