-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrief.css
79 lines (67 loc) · 995 Bytes
/
brief.css
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
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
font-family: Helvetica, Verdana, Arial, sans-serif;
}
h1 {
margin:0px;
padding:0px;
padding-top:5px;
font-size:1.4em;
}
h2 {
margin:0px;
padding:0px;
font-size:1.1em;
display: inline;
}
h3 {
margin:0px;
padding:0px;
margin-top:5px;
font-size:0.8em;
font-weight:normal;
}
a:link, a:visited {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: underline;
}
@media screen
{
h3.highlightyellow {
background-color:#FFE920;
}
h3.highlightgreen {
background-color:#2DC800;
}
}
@media print
{
h3.highlightyellow {
border: 1px solid;
}
h3.highlightgreen {
border: 1px dotted;
}
}
p{
padding: 0px;
margin: 0px;
font-size: 0.8em;
}
div.comments{
padding-left:30px;
padding-top:5px;
}
div.homelink{
position:absolute;
right:10px;
font-size: 0.8em;
}
hr {
clear: both;
border: 0px;
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}