aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/notification.d/style.css
blob: 648ea23c7d540590f8755e6c4f2c8d054bc055e1 (plain) (blame)
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
body {
  font-family: fira-sans, sans-serif;
  font-size: 10pt;
  background-color: transparent;
}
div.notification {
  position: relative;
  float: right;
  width: 600px;
  border: 3px outset #6c5d53;
  /* border-radius: 5px; */
  padding: 10px;
  background-color: #e6e6e6;
}
div.content {
  padding-left: 60px;
}
img.logo {
  float: left;
  border-radius: 50%;
}
p.heading {
  margin: 0px;
  font-weight: bold;
  text-decoration: underline;
}
p.hint {
  display: none;
}
pre {
  font-family: fira-mono, monospace;
  white-space: pre-wrap;
}
span.link {
  color: #863600;
}