File: composer-web-view.css

package info (click to toggle)
geary 46.0-12
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 15,092 kB
  • sloc: javascript: 972; ansic: 722; sql: 247; xml: 183; python: 30; makefile: 28; sh: 24
file content (65 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download | duplicates (4)
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
/*
 * Copyright 2016 Software Freedom Conservancy Inc.
 * Copyright 2017 Michael Gratton <mike@vee.net>
 */

body {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  color: black;
  background-color: #f9f9f9;
  font-size: medium !important;
}

body.plain, body.plain * {
  font-family: monospace !important;
  font-weight: normal;
  font-style: normal;
  font-size: medium !important;
  color: black !important;
  text-decoration: none;
}

body.plain a {
  cursor: text;
}

body > *.geary-no-display {
  display: none !important;
}

body > div#geary-body {
  margin: 0 !important;
  border: 0 !important;
  padding: 12px !important;
  outline: 0px !important;
}

body > div#geary-signature,
body > div#geary-quote {
  margin: 0 6px !important;
  border: 0 !important;
  padding: 6px !important;
}

body > div:focus-within {
  background-color: white;
}

body > div#geary-signature:focus-within,
body > div#geary-quote:focus-within {
  outline: 1px dashed #ccc !important;
}

blockquote {
  margin: 0 10px;
  border: 0;
  border-left: 3px #aaa solid;
  padding: 0 5px;
}

pre {
  white-space: break-spaces;
  margin: 0;
}