cirandas.net

ref: master

public/designs/themes/base/errors.css


 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
body {
  font-family: sans-serif;
  margin: 0px;
  padding: 0% 0%;
  background: #eee;
  font-size: 12px;
  width: 960px;
  margin: auto;
}

#wrap {
  margin: 20px 20px 0px 20px;
  border: 1px solid #d3d7cf;
  background: white url(imgs/50x.png) 100% 100% no-repeat;
  height: 480px;
}

#header {
  background: #ccc url(imgs/menu-top-bg-right.png) top right no-repeat;
  height: 42px;
  margin-top: 48px;
  position: relative;
}

#logo {
  background: url(imgs/menu-top-bg-left.png) 0px 29px no-repeat;
  position: absolute;
  top: -29px;
  height: 92px;
  width: 400px;
  z-index: 2;
}

#details {
  position: absolute;
  bottom: 1px;
  right: 13px;
  color: #EEE;
  Xtext-shadow: 1px 1px 1px #fff;
}

.message,
#languages {
  margin: 0px 20px;
}

#languages {
  float: left;
  width: 40%;
  margin-top: 3em;
  border-top: 1px solid #aaa;
  padding-top: 0.5em;
}

#languages a {
  margin-right: 0.5em;
}

h1 {
  margin: 30px 0px 0px 0px;
  font-weight: bold;
  font-variant: small-caps;
  border-bottom: 2px solid #2e3436;
  color: #555753;
  font-size: 16px;
}

a, a:visited {
  color: #666;
}
a:hover {
  color: black;
}