Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/themes/default/banner.css
blob: 1a23fa70553b8994974cf1b1fdc3429fbf04ef20 (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
/* ----------------------------------
 * BANNER
 * Requires:
    menus-dialogs/core.css
 * ---------------------------------- */

body[role="application"] section[role="dialog"].banner {
  top: auto;
  height: 8rem;
  padding: 0;
  text-align: center;
}

body[role="application"] section[role="dialog"].banner:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}

body[role="application"] section[role="dialog"].banner p {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1.6rem;
  line-height: 1.4em;
  max-width: 75%;
  margin: 0;
}

body[role="application"] section[role="dialog"].banner p strong {
  text-transform: uppercase;
  color: #0995b0;
  font-weight: normal;
}