fnp
/
cas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e181e417f5b8811978790625345307bfb9bfd23e
[cas.git]
/
src
/
cas
/
media
/
static
/
css
/
main.css
1
body {
2
background-color: #eee;
3
}
4
5
#content_wrap {
6
background-color: #555;
7
margin: 0px 5%;
8
padding: 5px;
9
}
10
11
#content {
12
background-color: white;
13
border-radius: 10px;
14
margin: 5px;
15
padding: 0.2em 1em;
16
overflow: hidden;
17
}
18
19
#details {
20
margin: 1em;
21
float: left;
22
max-width: 75%;
23
24
}
25
26
#details form table th {
27
text-align: left;
28
}
29
30
#details form {
31
margin-bottom: 2em;
32
}
33
34
#details .message {
35
border: 2px solid green;
36
font-size: 2em;
37
padding: 20px;
38
}
39
40
#details h2 {
41
margin-top: 40px;
42
}
43
44
.user_avatar {
45
float: left;
46
margin: 1em;
47
max-width: 20%;
48
text-align: center;
49
}
50
51
.user_avatar img {
52
border: 1px solid black;
53
}
54
55
#services-list {
56
width: 250px;
57
float: right;
58
margin: 1em 2em;
59
}
60
61
#services-list img {
62
width: 250px;
63
margin: 1em 0em;
64
}
65
66
img.small_logo {
67
width: 250px;
68
}