~newz/ubuntu-website/ubuntu07

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
139
@import "pageheader.css"; /* separate files for improved readability */
@import "navigation.css";

#container {
	margin: 0 auto;
	padding: 0 0 0 14px;
	position: relative;
	background-color: #fff;
	background-image: url(images/page-border-left-repeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 94%;
	max-width: 950px;
	min-width: 760px;
}
#content {
	margin: 0; 
	padding: 0 13px 0 0;
	min-height: 665px;
	position: relative;
	background-color: #fff;
	background-image: url(images/page-border-right-repeat.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#topNav {
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
}
#bg-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 665px;
	background-image: url(images/page-border-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 6;
}
#bg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 665px;
	background-image: url(images/page-border-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 6;
}
#bottom-left {
	/*
	width: 14px;
	height: 34px;
	background-image: url(images/footerbg-left.jpg);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 7;*/
	display: none;
}
#bottom-right {
	/*
	width: 13px;
	height: 34px;
	background-image: url(images/footerbg-right.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 7;*/
	display: none;
}
/* bodyouter provides the borders for the left navigation */
/* see http://webhost.bridgew.edu/etribou/layouts/skidoo_too/ */
#bodyouter {
	position: relative;
	overflow: hidden;
	margin: 0 0;
	padding-left: 205px;
}
* html #bodyouter {
	height: 1%;
}
#leftsidebar {
	width: 205px;
	float: right;
	margin-left: -205px;
}
#bodyinner {
	width: 100%;
	border-left: 205px solid white;
	margin-left: -205px;
	float: right;
}
#contentpadding {
	padding-left: 20px;
}
/* end body/content region */
/* begin footer */
#footer {
	/* background-image: url(images/footerbg.jpg); */
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 0 0;
}
#footer .wrapper {
	padding: 0 15px 5px 15px;
	color: #656565;
	font-size: 70%;
	position: relative;
}
#footer .wrapper a {
	color: #656565;
	text-decoration: none;
}
#footer .wrapper p {
	width: 45%;
	float: left;
	font-size: 90%;
}
#footer .wrapper ul {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.3em;
}
#footer .wrapper li {
	display: block;
	float: left;
	border-right: 1px solid #656565;
	padding: 0 10px;
}
#footer .wrapper li.last {
	border-right-style: none;
	padding-right: 0;
}