forked from henrythemes/jekyll-bootstrap-theme
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathunixtut2-print.css
101 lines (94 loc) · 1.59 KB
/
unixtut2-print.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#container {
background-color: #FFFFFF;
padding: 0px;
top: 0px;
margin: 0px;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
}
body {
background-color: #047093;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
line-height: 1.5em;
}
p, li {
font-size: 0.85em;
line-height: 1.5em;
}
.command {
font-weight: bold;
font-family: "Courier New", Courier, mono;
color: #000000;
}
.cli {
font-family: "Courier New", Courier, mono;
font-weight: bold;
border: 1px solid #FFD784;
background-color: #FFFFF0;
font-size: 0.98em;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 16px;
color: #333333;
}
.output {
font-family: "Courier New", Courier, mono;
font-weight: bold;
border: 1px solid #C2C1C0;
background-color: #F8F8F8;
font-size: 0.98em;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 16px;
color: #333333;
}
.hint {
border: 1px solid #FF8784;
background-color: #FFF1F0;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 16px;
color: #333333;
margin-left: 20px;
margin-right: 20px;
}
h3 {
font-size: 1.1em;
color: #006699;
text-decoration: underline;
}
h2 {
font-size: 1.3em;
color: #006699;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: dashed;
padding-top: 5px;
}
h1 {
text-align: center;
}
th, td {
font-size: 0.9em;
}
th {
background-color: #ECE9D8;
}
.date {
color: #FFFFFF;
background-color: #000000;
padding: 3px;
text-align: right;
font-size: 0.85em;
}
.date a {
color: #FFFFFF;
font-weight: bold;
text-align: left;
margin: 0px;
}