Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/modal_dialog/prompt.css
blob: 69d726d0ee1d78e83a3e2e815e000ef5dfab8726 (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
/* ----------------------------------
 * STYLES FOR PROMPT
 * Requires:
    menu-dialoges/core.css
    other/buttons/style.css
 * ---------------------------------- */
 
[role="dialog"] p {
  font-family: 'MozTT', Sans-serif;
  font-weight: lighter;
  font-size: 2.2rem;
  color: #FAFAFA;
  margin: 0;
}

[role="dialog"] p:last-child {
  overflow-x: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  /*screen height - menu data-items - dialog padding - title height*/
  /*almost 60% screen height*/
  max-height: 28rem;
}

[role="dialog"] .content {
  font-family: 'MozTT', Sans-serif;
  font-weight: lighter;
  font-size: 2.2rem;
  color: #fff;
  border-bottom: 0.1rem solid #777;
  margin: 0;
  padding: 2.5rem 0 2rem 0;
}

[role="dialog"] .content img {
  float: left;
  margin-right: 2rem;
}

[role="dialog"] .content strong {
  font-weight: lighter;
}

[role="dialog"] .content small {
  font-size: 1.4rem;
  font-family: 'MozTT', Sans-serif;
  font-weight: normal;
  color: #cbcbcb;
  display: block;
}