summaryrefslogtreecommitdiffstats
path: root/about/style/screen.css
blob: f4c0bd959cb83419a37f96a74584886f26b2c64d (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
html {
	background-color: #fff;
	color: #000;
}

body {
	font-family: Sans, sans-serif;
	font-size: 70%;
	text-align: center;
}

em { font-style: normal; }

a, a:visited { color: #21449c; }

#title2 { 
	color: #2b51a6; 
	font-size: 200%;
}
h2
        {
        color: #2b51a6;
        font-size: 150%;
        text-align: center;
}

h3 a, h3 { 
	color: #2b51a6;
}

#distro {
	text-align: #center;
}

div#content {
	width: 800px;
	margin: auto;
	text-align: left;
}

div#title {
	display: block;
	height: 100px;
	width: 100%;
	background: url(images/BDO-GALAXY.png) no-repeat;
	margin-bottom: 2em;
	position: relative;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	ul li {
		margin-bottom: 0em;
	}
		ul li img {}
		ul li h3 {
			margin: 0px;
			font-size: 120%;
		}
		ul li p {
			margin-top: 0px;
			text-align: justify;
		}
	
	ul.focus {}
		ul.focus li {
			text-align: center;
			float: left;
			padding: 1em;
			width: 30%;
		}
			ul.focus li img {
				margin: auto;
			}
			ul.focus li h3 {
				text-align: left;
				margin: 1em 0 0 0;
			}
			ul.focus li p {
				text-align: left;
			}

	ul.list li p.more {
		text-align: right;
	}
			
div.clear { clear: both; }

div.bottom {
	width: 100%;
	height: 24px;
	background-image: url(images/BDO-GALAXY-BAS.png);
	background-repeat: no-repeat;
	margin-bottom: 2em;
	position: relative;
}
div#title_top {
        margin-top: 5px;
        text-align: right;
        margin-bottom: 3em;
}