forked from markalab/lsst
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
130 lines (128 loc) · 2.13 KB
/
Copy pathmain.css
File metadata and controls
130 lines (128 loc) · 2.13 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
body {
margin: 60px auto;
width: 100%;
font-family:"Major Mono Display";
}
nav ul, footer ul {
font-family:"Major Mono Display";
padding: 0px;
list-style: none;
font-weight: bold;
}
nav ul li, footer ul li {
display: inline;
margin-right: 20px;
}
nav a {
font-family:"Major Mono Display";
text-decoration: none;
color: #999/*#2A5DB0,0087BD,999*/;
font-size: 1em
}
nav a:hover {
background-color: #555;
text-decoration: underline;
}
ul.posts {
margin: 20px auto 40px;
font-size: 1em;
}
ul.posts li {
list-style: none;
}
ul li {
font-family:"Major Mono Display";
font-size:1em;
}
h2 {
font-size: 2em;
font-family: "Major Mono Display";
width: 80%;
}
h3 {
font-size: 1.5em;
font-family:"Major Mono Display";
width: 80%;
}
p {
font-size: 1.25em;
font-family:"Major Mono Display";
line-height: 1.25em;
color: #333;
width: 90%;
}
footer {
border-top: 1px solid #d5d5d5;
font-size: .8em;
}
img {
float:left;
width: 100%;
filter: brightness(100%);
}
.responsive {
width: 100%;
height: auto
}
figure {
float: left;
width: 100%;
text-align: left;
filter: brightness(100%);
}
figcaption {
font-family:"Major Mono Display";
font-style: italic;
font-size: smaller;
}
html *
{
font-family:"Major Mono Display";
}
/*make a table*/
.tg {
border-collapse:collapse;
border-spacing:0;
/* width:80%;*/
}
.tg td{
font-family:"Major Mono Display";
font-size:14px;
padding:10px 5px;
border-style:solid;
border-width:1px;
overflow:hidden;
word-break:normal;
border-color:black;
}
.tg th{
font-family:"Major Mono Display";
font-size:14px;
font-weight:normal;
padding:10px 5px;
border-style:solid;
border-width:1px;
overflow:hidden;
word-break:normal;
border-color:black;
}
.tg .tg-11ys{
/*color:#45474d;*/
border-color:#202020;
text-align:left;
vertical-align:top
}
.tg .tg-b6pr{
font-weight:bold;
/*color:#5c5f67;*/
border-color:#202020;
text-align:left;
vertical-align:top
}
.tg .tg-ohiz{
font-style:italic;
color:#5c5782;
border-color:#202020;
text-align:left;
vertical-align:top
}