-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.css
More file actions
76 lines (60 loc) · 1.12 KB
/
home.css
File metadata and controls
76 lines (60 loc) · 1.12 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
/* Styling for the home page */
#intro_text {
padding-right : 15px;
font-size : 20px;
padding-left : 10px;
text-indent : 0em;
line-height : 1.5em;
font-style : italic;
margin-bottom : 40px;
}
.main_table {
margin-top : 10px;
border-spacing : 15px;
}
.button_panel {
width : 28%;
padding-left : 10px;
}
.button_panel h2 {
padding-left : 20px;
}
.button_panel table {
width : 100%;
border-spacing : 10px;
}
.link_button {
padding-top : 0px;
margin : 0 auto;
border-style : outset;
border-width : 4px;
text-align : center;
width : 75%;
height : 100%;
background : #51A673;
font-style : bold;
}
.link_button a {
padding-top : 15px;
padding-bottom : 15px;
display : block;
text-decoration : none;
width : 100%;
height : 100%;
color : black;
font-size : 18px;
}
.news_feed {
padding-left : 8%;
vertical-align : top;
}
.news_feed ul {
font-size : 18px;
font-family : Serif;
color : #555555;
line-height : 1.5em;
}
.news_timestamp {
font-size : 14px;
font-style : italic;
}