aboutsummaryrefslogtreecommitdiff
path: root/dicoweb/static/dicoweb.css
blob: bca907e3101fba5572d31d8a78aed105f7bf89b3 (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
124
125
126
127
128
129
130
131
132
133
134
/*
  This file is part of GNU Dico.
  Copyright (C) 2008, 2009, 2010 Wojciech Polak

  GNU Dico is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3, or (at your option)
  any later version.

  GNU Dico is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with GNU Dico.  If not, see <http://www.gnu.org/licenses/>.
*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, sans-serif;
  font-size: 95%;
  background-color: white;
  color: #585858;
}

h1, h2, h3 {
  font-weight: normal;
}
h2, h3, h4 {
  color: #185360;
}
h2 {
  margin: 0;
  padding-top: .5em;
  padding-bottom: .17em;
}

img {
  padding: 3px;
  border: 0px;
}

a {
  color: #ff5c2f;
}
a:hover {
  text-decoration: underline;
}

input {
  padding: 1px;
}

ul {
  margin-bottom: 1em;
}
li {
  margin-left: 2em;
  line-height: 1.5em;
}
p {
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
pre {
  font-size: 95%;
  white-space: normal;
  line-height: 140%;
  padding: 1em;
}
table {
  border-spacing: 2px;
}
tr, th, td {
  padding: 2px;
  vertical-align: top;
}

.hidden {
  display: none
}

#top {
  margin: 0 auto 0 auto;
}
#logo h1 {
  padding-left: 15px;
  padding-bottom: 3px;
}
#logo a {
  text-decoration: none;
}
#logo img {
  padding-left: 15px;
}
#searchform {
  width: 600px;
  margin: 60px auto 0 auto;
}
#searchform table {
  margin-left: auto;
  margin-right: auto;
}
.results, .derror {
  border-top: dotted 1px #e1e1e1;
  width: 700px;
  margin: 1em auto 0 auto;
  padding: 4px;
  padding-top: 10px;
  clear: both;
}
.dbname-short {
  border-bottom: 1px dotted #aaaaaa;
  cursor: help;
}
a.link-lmr {
  float: right;
  font-size: 8pt;
}

#footer {
  font-size: 80%;
  width: 700px;
  text-align: center;
  border-top: dotted 1px #e1e1e1;
  margin: 1em auto 10px auto;
  padding: 4px;
  padding-top: 10px;
}

Return to:

Send suggestions and report system problems to the System administrator.