-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainpage.css
More file actions
117 lines (103 loc) · 1.7 KB
/
mainpage.css
File metadata and controls
117 lines (103 loc) · 1.7 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
/* Body styles for the main web page */
.image_band {
position: relative;
width: 100%;
max-width: 960px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
padding: 0px;
border-style: none;
background-color: #000000;
position: relative;
overflow: auto;
}
.grid12 {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.contentbox {
width: 220;
height: 230;
margin: 0px 30px 0px 30px;
padding: 10;
padding-top: 30px;
text-align: center;
text-transform: uppercase;
color: #F5DAA3;
float: left;
background-color: #404040;
border-radius: 5px;
position: relative;
}
.contentbox:hover, .contentbox:active {
color: #000000;
background-color: #C0C0C0;
}
.contentbox a {
text-decoration: none;
text-align: center;
color: #F5DAA3;
}
.contentbox:hover a, .contentbox:active a {
color: #000000;
}
.contentimage {
width: 200;
height: 200;
margin: 0;
overflow: hidden;
}
.links_area {
max-width: 960px;
/* height: 250px; */
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border-style: none;
background-color: #C0C0C0;
overflow: auto;
border-radius: 5px;
}
.links_content {
margin: 0px;
padding: 30px;
max-width: 900px;
/* height: 200px; */
overflow: auto;
}
.links_box {
width: 180px;
height: 113px;
padding: 10px;
background-color: #FFFFFF;
text-align: center;
float: left;
margin-left: 10px;
margin-right: 10px;
border-radius: 5px;
position: relative;
}
.links_box:hover, .links_box:active {
background-color: #F5DAA3;
}
.links_box .media {
width: 180px;
height: 113px;
margin-left: auto;
margin-right: auto;
}
div.links_box a {
text-decoration: none;
margin-top: 8px;
margin-bottom: 8px;
text-align: center;
color: #000000;
}
.links_box_img {
width: 180px;
height: 113px;
}