-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
75 lines (75 loc) · 3.88 KB
/
Copy pathindex.css
File metadata and controls
75 lines (75 loc) · 3.88 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
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
/* Clean copy from https://github.com/orderedlist/minimal */
@media all{
/* Main */
body{background:#FFFFFF; color:#595959; font-family:sans-serif; font-size:16px; font-weight:400; margin-top:2rem;}
/* Header */
h1{font-size:1.12rem; font-weight:600;}
h2{font-size:1.06rem; font-weight:500; color:#393939; font-family:"Futura",Helvetica;}
h3{font-size:1rem; font-weight:500; color:#FE2E2E; font-family:"Futura",Helvetica;}
h4{font-size:1.06rem; font-weight:500; color:#393939; font-family:"Futura",Helvetica;}
h1, h2, h3, h4{margin:0 0 1.125rem; line-height:1.1;}
/* Link */
a{text-decoration:none; color:#3399CC; font-weight:500;z-index:2;}
/* Font */
small{font-size:0.85rem;font-weight:600;}
a small{font-size:0.75rem; color:#777777; margin-top:-0.3em; display:block; font-weight:500;}
strong{color:#222222; font-weight:600;}
/* Image */
img{max-width:100%; height:auto;}
/* Frame Container */
.wrapper{max-width:73.75rem; margin:0 auto;}
/* Left Frame */
header{width:16.875rem; float:left; position:fixed;z-index:0;}
/* Left Header */
header ul{list-style:none; width:16.875rem; height:2.5rem; padding:0; background:#F4F4F4; border-radius:0.313rem; border:0.063rem solid #E0E0E0;}
header li{width:5.563rem; height:2.5rem; float:left; border-right:0.063rem solid #E0E0E0;}
header ul a{height:2.125rem; padding-top:0.375rem; display:block; font-size:0.88rem; color:#999999; font-weight:600; line-height:1; text-align:center;}
header ul li + li + li{width:5.563rem; border-right:none;}
header ul a strong{font-size:0.875rem; color:#222222; font-weight:600;display:block;}
/* Left Bottom */
footer{width:16.875rem; float:left; position:fixed; bottom:3.125rem; font-size:0.85rem;}
/* Right Frame */
section{width:51.875rem; float:right; padding-bottom:3.125rem;position:relative;;z-index:1;}
/* Table */
table{width:100%; border-collapse:collapse;}
/* Table Header */
th{color:#444444;}
/* Table Container*/
th, td{text-align:left; padding:0.313rem 0.625rem; border-bottom:0.063rem solid #E5E5E5;}
dt{color:#444444; font-weight:500;}
/* Demarcation */
hr{border:0; background:#E5E5E5; height:0.07rem; margin:0 0 1.125rem;}
/* Typesetting */
blockquote{font-style:italic; border-left:0.063rem solid #E5E5E5; margin:0; padding:0 0 0 1.25rem;}
pre{padding:0.5rem 0.938rem; background:#F8F8F8; border-radius:0.313rem; border:0.063rem solid #E5E5E5; overflow-x:auto;}
p, ul, ol, table, pre, dl{margin:0 0 1.125rem;}
/* Code Style */
code, pre{font-family:monaco,Consolas,"Lucida Console",monospace; color:#333333; font-weight:500;}
/* YouTube Embedded */
.video-container{position:relative; padding-bottom:56.25%; padding-top:1.875rem; height:0; overflow:hidden;}
/* YouTube Embedded iframe */
.video-container iframe, .video-container object, .video-container embed {position:absolute; top:0; left:0; width:100%; height:100%;}
}
/*1280px*/
@media print, screen and (min-width:1280px){
header{padding-right:11.25rem;}}
/*1136px*/
@media print, screen and (max-width:1136px){
div.wrapper{width:auto; margin:0;}
header, section, footer {float:none; position:static; width:auto;}
header{padding-right:20rem;}
section{border:0.063rem solid #E5E5E5; border-width:0.063rem 0; padding:1.25rem 0; margin:0 0 1.25rem;}
header a small{display:inline;}
header ul{position:absolute; right:3.125rem; top:3.25rem;}}
/*960px*/
@media print, screen and (max-width:960px){
body{word-wrap:break-word; font-size:1rem; line-height:1.2rem;}
header{padding:0;}
header ul, header p.view{position:static;}
pre, code {word-wrap:normal;}
.calendar{display:none;}
h4 {display:none;}}
/*print*/
@media print {
body {padding:0.4in; font-size:12pt; color:#444444;}}
/*E20210223*/