Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shared/style/status.css
blob: 78dfc98fffdf460796f663ab495b6f3cbe29b088 (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
/* ----------------------------------
 * Status
 * ---------------------------------- */
section[role="status"] {
  background: url(status/images/ui/pattern.png) repeat left top, url(status/images/ui/gradient.png) no-repeat left top;
  background-size: auto auto, 100% 100%;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  min-height: 6.2rem;
  white-space: nowrap;
  font-family: "MozTT", Sans-serif;
  color: #fff;
  text-align: center;
}

section[role="status"] p {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1.6rem;
  line-height: 1.4em;
  max-width: 75%;
  margin: 1rem 0;
  text-align: left;
}

section[role="status"]:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

section[role="status"] p strong {
  text-transform: uppercase;
  color: #0995b0;
  font-weight: normal;
}