summaryrefslogtreecommitdiff
path: root/src/medsrv/templates/static/style.css
blob: cb7f30398ed7e60efd07c09dd3cdf93e22f2dc4f (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

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #230100;
    background-color: #f7f4d3;
    margin: 0;
}

.content {
}

.content > * {
    background-color: #e5bf5e;
    border: solid 2px;
    padding: 1em 1em 1em 1em;
    margin: 1em;
    text-align: left;
}

textarea, select, input {
	background-color: #ffec9e;
	border: 1px solid;
	padding: 1px 3px 1px 3px;
}

table.user input[type="text"], table.user input[type="password"] {
	width: 15em;
}

table.peer textarea {
	height: 20em;
	width: 42.3em;

}

table.peer input[type="text"] {
	width: 38em;
}

.menu {
	text-align: right;
    background-color: #e5bf5e;
    padding: 3px;
    border-bottom: solid 2px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 1.5em;
	font-size: 2.1em;
	white-space: nowrap;
}

hr {
	border: solid 1px;
}

a img {
	border: none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fleft {
	margin-right: 2em;
	float: left;
}

.fright {
	float: left;
}

.cleft {
	clear:left;
}

.cright {
	clear:right;
}

.both {
	clear:both;
}

.error {
	color: #dd0000;
}

table.list * {
	padding: 0px 1em 0px 0.2em;
}

table.list tr td, table.list tr th {
	border: solid 1px;
	border-color: black;
}

table.list tr th {
	background-color: #ffec9e;
}

table.list tr:nth-child(odd) td {
	background-color: #f2cd6f;
}

table.list tr td a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}