forked from brandomr/document_cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
brandonrose_doc.css
120 lines (85 loc) · 1.53 KB
/
brandonrose_doc.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
html {
min-width: 1040px;
}
body {
font-family: "Helvetica Neue", Helvetica, sans-serif;
margin: 1em auto 4em auto;
tab-size: 2;
width: 960px;
}
.main {
width: 750px;
}
.thumb_holder {
}
/*******************************************************************
TYPOGRAPHY
*******************************************************************/
h1 {
font-size: 64px;
font-weight: 300;
letter-spacing: -2px;
margin: .3em 0 .1em 0;
}
h2 {
margin-top: 2em;
font-weight: 300;
}
h3 {
margin: .5em 0 .1em 0;
}
p {
line-height: 1.5em;
width: 750px;
}
a {
color: steelblue;
}
a:not(:hover) {
text-decoration: none;
}
/*******************************************************************
TABLES
*******************************************************************/
.twocols {
width: 300px;
display: inline-block;
}
table {
width: 300px;
border-collapse:collapse;
display: inline-block;
margin-right: 25px;
}
th {
padding: 5px;
font-weight: bold;
font-size: 14px;
background-color: #f8f8f8;
}
th,td {
border: 1px solid #ddd;
}
td {
padding: 5px;
font-size: 14px;
letter-spacing: -1px;
}
/*******************************************************************
IMAGES
*******************************************************************/
.thumbnail {
height: 264px;
width: 360px;
display: inline-block;
}
.index_thumb {
height: 173px;
width: 333px;
display: inline-block;
border: 2px solid #ddd;
margin: .3em 0 .5em .5em;
}
img.index_thumb:hover {
border: 2px solid steelblue;
}