summaryrefslogtreecommitdiff
blob: a133fc7cb6c20873486c02481ad034f97368c4ba (plain)
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
131
132
133
134
135
136
137
138
/*Copyright 2011 Gentoo Foundation
Created by Matthew Summers*/

body {
	background: #DDDAEC;
	font-size: 16px;
	font-family: sans-serif;
	color: #45347B;
	margin:0;
}

div.contain {
	display:inline-block;
	width:95%;
	height:100%;
	margin: 2em 2.5%;
	background: rgba(255,255,255,0.20);
	-moz-border-radius: 142px;
	-webkit-border-radius: 142px;
	-opera-border-radius: 142px;
	border-radius: 142px;
	-moz-box-shadow:#45347B 0 0 2.5em;
	-webkit-box-shadow:#45347B 0 0 2.5em;
	-opera-box-shadow:#45347B 0 0 2.5em;
	box-shadow:#45347B 0 0 2.5em;
}

div.head {
	
}

div.logo {
	background: url('gentoo-logo.png') no-repeat top center;
	text-align:center;
	
}
div.logo h1 {
/* 	display:none; */
	font-size: 48px;
	padding-top: 6em;
}

div.arches {
	width:100%;
	margin:auto;
	min-height:5em;
	text-align:center;
	display:inline-block;
}

div.arches ul {
	display:inline-block;
	margin: 0 auto;
	text-align:center;
}

div.arches ul li {
	float:left;
	display:block;
	width:17%;
	min-width: 160px;
	margin: 1%;
/* 	padding: 0.5%; */
	min-height: 160px;
	text-align:center;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-opera-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 1em #000;
	-webkit-box-shadow: #000 0 0 1em;
	-opera-box-shadow: #000 0 0 1em;
	box-shadow: 0 0 1em #000;
}

div.arches ul li a {
/* 	background: rgba(0,0,0,0.25); */
	color: #45347B;
	margin-right:1em;
	margin-bottom: 1em;
	font-weight: bold;
	text-decoration: none;
/* 	text-shadow:0 3px 2px #000000,  0px 0px 2px #000000; */
	display:inline-block;
	border: none;
	padding: 0.25em 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 0.5em #000;
	-webkit-box-shadow: #000 0 0 0.5em;
	-opera-box-shadow: #000 0 0 0.5em;
	box-shadow: 0 0 0.5em #000;
}

div.arches ul li a:hover {
	text-decoration: none;
	-moz-box-shadow:inset 0 0 0.5em #000;
	-webkit-box-shadow:inset #000 0 0 0.5em;
	-opera-box-shadow: inset #000 0 0 0.5em;
	box-shadow:inset 0 0 0.5em #000;
}

div.two ul li {
	width: 46%;
	}

div.other {
	margin:2em auto;
	padding:1em 0.5em;
	text-align:center;
	width: 42%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-opera-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 1em #000;
	-webkit-box-shadow: #000 0 0 1em;
	-opera-box-shadow: #000 0 0 1em;
	box-shadow: 0 0 1em #000;
}

div.footer {
/* 	display:inline-block; */
	text-align:center;
	margin:2em auto;
	width:75%;
}

p {
	margin: 1em 1em;
}

h1 {
	color: #45347B;
}