forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile.css
More file actions
36 lines (29 loc) · 1.03 KB
/
mobile.css
File metadata and controls
36 lines (29 loc) · 1.03 KB
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
/* Copyright The IETF Trust 2007, All Rights Reserved */
body {
margin: 0;
padding: 0;
background-color: white;
font-family: sans-serif;
font-size: small;
font-size-adjust: none;
font-stretch: normal;
}
.legal {
font-size: .7em;
font-weight: bold;
text-align: center;
padding: 0.4em;
}
h1 { font-size: 1.44em; font-weight: bold; text-align: center; color: white; background-color: blue; }
h2 { font-size: 1.2em; font-weight: bold; text-align: center; color: white; background-color: blue; }
h3 { font-size: 1.095em; font-weight: bold; text-align: center; color: white; background-color: blue; }
h4 { font-size: 1em; font-weight: bold; text-align: left; color: white; background-color: blue; padding: 0.2em; }
h5 { font-size: 1em; font-weight: bold; text-align: left; color: black; background-color: #BBF; padding: 0.2em; }
h5 a { font-size: 1em; font-weight: bold; text-align: left; color: black; background-color: #BBF; padding: 0.2em; }
.header {
border: 0;
margin: 0;
padding: 0.1em;
color: white;
background-color: blue;
}