summaryrefslogtreecommitdiff
path: root/static/media/style.css
blob: d1b536f1fa0210e26823c5398061e991305eeaee (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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11pt;
    margin:0;
    color:#61615C;
    background-image:url(images/ishtar-bg.jpg);
    background-repeat:no-repeat;
    background-position:right top;
}

a {
    text-decoration:none;
    color:#D14;
}

caption {
    color:#922;
    font-weight:bold;
}

label{display:block}

label:first-letter {
  text-transform: uppercase;
}

.hidden{
    display:none;
}

div#header{
    width:100%;
    text-align:right;
    font-size: 0.9em;
    background-color: #EEE;
    border-bottom:1px solid #CCC;
    margin-bottom:10px;
}

div#logo{
    width:200px;
    top:30px;
    left:30px;
    padding-top:90px;
    position:absolute;
    text-align:center;
    background-image:url(images/ishtar-text.png);
    background-repeat:no-repeat;
}

div#context_menu{
    height:150px;
    margin-left:200px;
    margin-right:20px;
    margin-bottom:20px;
}

div#main_menu{
    width:200px;
    position:absolute;
}

div#main_menu ul{
    padding-left:1.5em;
    cursor:pointer;
    list-style:none;
}

div#main_menu a{
    color:#666;
}

div#main_menu a:hover{
    color:#D14;
}

div#main_menu .selected a{
    color:#D14;
}


div#main_menu > ul{
    color:#922;
}

div#content{
    margin-left:200px;
}

div.form {
    margin-left:auto;
    margin-right:auto;
    padding:1em;
    display:block;
    width:500px;
    background-color: #EEE;
    border:1px solid #CCC;
    border-radius:10px;
    text-align:center;
}

div.form table{
    padding:0.2em;
    margin-left:auto;
    margin-right:auto;
}

div.form table th{
    text-align:left;
}

.info{
    margin-left:auto;
    margin-right:auto;
    padding:1em;
    display:block;
    width:500px;
}

.info p{
    padding:0;
    margin:0.2em;
}