-
Notifications
You must be signed in to change notification settings - Fork 24
/
main.css
121 lines (103 loc) · 1.76 KB
/
main.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
121
body {
font-family: "Gill Sans WGL W01 Light";
font-size: 18px;
line-height: 1.26em;
text-rendering: optimizeLegibility;
font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
-moz-font-feature-settings: "kern";
-moz-font-feature-settings: "kern=1";
width: 680px;
margin-left:auto;
margin-right:auto;
padding: 0 10px 0 10px;
color: #333;
}
a {
color: #444;
}
a:hover {
text-decoration: none;
}
h1 {
font-size: 36px;
line-height: 1em;
font-weight:normal;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:15px;
margin-bottom:0;
padding-bottom: 0;
padding: 0;
}
h2 {
font-size: 18px;
font-weight:normal;
text-align: center;
margin-left:auto;
margin-right:auto;
margin-top:8px;
margin-bottom:2px;
padding: 0;
}
.header a {
text-decoration:none;
}
h2 a {
text-decoration:none;
}
p {
margin:0 0 12px 0;
}
.strapline {
margin-left:auto;
margin-right:auto;
text-align:center;
padding:0;
margin:0;
}
.header {
border-bottom: 1px solid black;
padding-bottom: 8px;
}
.footer {
margin-left:auto;
margin-right:auto;
text-align:center;
padding-top: 8px;
border-top:1px solid black;
height: 25px;
}
.grid {
margin-left:auto;
margin-right:auto;
}
.grid-element {
height: 360px;
width: 300px;
margin: 20px;
}
.grid-element.project {
margin-left: auto;
margin-right: auto;
}
a:hover .grid-element.main {
border: 1px black solid;
margin: 19px; /* to compensote for push down of border */
}
.grid-element.main {
float: left;
}
.project-links {
text-align: center;
}
.gitlet-introduction {
width: 205px;
height: 208px;
font-family: "courier", "courier new";
font-size: 13px;
margin-top: 100px;
margin-left: auto;
margin-right: auto;
}