aboutsummaryrefslogtreecommitdiff
path: root/css/v2/changepassword.css
blob: 21643f483b7675a261d79beab4a487e0dc0ed33d (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
a:link { color: yellow; }
a:visited { color: yellow; }
a:active { color: yellow; }

body {
  background-color: black;
  color: white;
  text-align: center;
}
ul, p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.smaller {
  font-size: smaller;
}
.warning {
  color: red;
  font-weight: bold;
}

#box {
  position: relative;
  width: 80%;
  max-width: 600px;
  top: 50px;
  border: 2px solid red;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#box a {
  color: #eae3d7;
  font-size: smaller;
}
#box table {
  margin-left: auto;
  margin-right: auto;
}

#add_openid {
  background: url(images/openid.png) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000;
  padding-left: 18px;
}
.img-16-delete {background: transparent url(images/master-icons.png?v=0) no-repeat -64px 0px;}

Return to:

Send suggestions and report system problems to the System administrator.