~hkdb/geary/disco-3.34.1

« back to all changes in this revision

Viewing changes to ui/composer-web-view.css

  • Committer: hkdb
  • Date: 2019-10-08 10:54:21 UTC
  • Revision ID: hkdb@3df.io-20191008105421-3dkwnpnhcamm77to
Tags: upstream-3.34.1-disco
ImportĀ upstreamĀ versionĀ 3.34.1-disco

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2016 Software Freedom Conservancy Inc.
 
3
 * Copyright 2017 Michael Gratton <mike@vee.net>
 
4
 */
 
5
 
 
6
body {
 
7
  margin: 0 !important;
 
8
  border: 0 !important;
 
9
  padding: 0 !important;
 
10
  color: black;
 
11
  background-color: #f9f9f9;
 
12
  font-size: medium !important;
 
13
}
 
14
 
 
15
body.plain, body.plain * {
 
16
  font-family: monospace !important;
 
17
  font-weight: normal;
 
18
  font-style: normal;
 
19
  font-size: medium !important;
 
20
  text-decoration: none;
 
21
}
 
22
 
 
23
body.plain a {
 
24
  cursor: text;
 
25
}
 
26
 
 
27
body > *.geary-no-display {
 
28
  display: none !important;
 
29
}
 
30
 
 
31
body > div#geary-body {
 
32
  margin: 0 !important;
 
33
  border: 0 !important;
 
34
  padding: 12px !important;
 
35
  outline: 0px !important;
 
36
}
 
37
 
 
38
body > div#geary-signature,
 
39
body > div#geary-quote {
 
40
  margin: 0 6px !important;
 
41
  border: 0 !important;
 
42
  padding: 6px !important;
 
43
}
 
44
 
 
45
body > div.geary-focus {
 
46
  background-color: white;
 
47
}
 
48
 
 
49
body > div#geary-signature.geary-focus,
 
50
body > div#geary-quote.geary-focus {
 
51
  outline: 1px dashed #ccc !important;
 
52
}
 
53
 
 
54
blockquote {
 
55
  margin: 0 10px;
 
56
  border: 0;
 
57
  border-left: 3px #aaa solid;
 
58
  padding: 0 5px;
 
59
}
 
60
 
 
61
pre {
 
62
  white-space: pre-wrap;
 
63
  margin: 0;
 
64
}