~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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
@import "drupal.css";
@import "common.css";
@import "layout.css";

body {
	background-image: url(images/bgrepeat.jpg);
	background-color: #D3CAAA;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

/* override a setting in drupal that makes editing difficult */
.node-form .standard {
	clear: none;
}

/* special styles for getUbuntu */
#getubuntupage {

}
#getubuntutabs {
	position: relative;
	height: 38px;
}
#getubuntutabs ul {
	margin: 0;
	padding: 0;
	height: 38px;
}
#getubuntutabs li {
	display: block;
	position: absolute;
	top: 0;
	width: 176px;
	height: 38px;
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 90%;
	display: block;
}
#getubuntutabs li.active {
	border-bottom-style: none;
}
#getubuntutabs li a {
	color: black;
	display: block;
	width: 165px;
	text-indent: 40px;
	text-decoration: none;
	line-height: 38px;
	background-position: 8px 5px;
	background-repeat: no-repeat;
}
#getubuntutabs li.downloadtab {
	left: 0;
	z-index: 10;
}
#getubuntutabs li.downloadtab a {
	background-image: url(images/tab-downloadbg.png);
}
#getubuntutabs li.buytab {
	left: 165px;
	z-index: 9;
}
#getubuntutabs li.buytab a {
	background-image: url(images/tab-shipitbg.png);
	text-indent: 48px;
}
#getubuntutabs li.shipittab {
	left: 330px;
	z-index: 8;
}
#getubuntutabs li.shipittab a {
	background-image: url(images/tab-buybg.png);
}
#getubuntucontent {
	padding: .4em;
	border: 1px solid #d2d2d2;
	border-top: 1px solid #E7E3D5;
	background-image: url(images/tabbs-tile.png);
	background-repeat: repeat-x;
}
#getubuntucontent  h3{
	clear: both;
}
#getubuntucontent  fieldset{
	width: 42%;
	float: left;
	border-style: none;
	border-top: 1px solid #D3CAAA;
	margin: 0 2% 0 1%;
	padding: .5em 2% .5em 1%;
}
#getubuntucontent legend{
	font-weight: bold;
}
#getubuntucontent label{
	display: block;
	margin-left: 1em;
}
#getubuntucontent fieldset label{
	display: block;
	text-indent: -2em;
	margin-left: 2em;
}
#getubuntucontent select{
	margin-left: 2em;
}
#getubuntucontent button{
	margin: 1em;
	border-style: none;
	background-color: transparent;
	font-size: 140%;
	color: #529B00;
	font-weight: bold;
}
#getubuntucontent button img {
	vertical-align: middle;
}

/* styles for homepage */
#homepage_header a {
	text-decoration: none;
	color: #5A3320;
}
.frontpage h2, .frontpage h3 {
	margin-top: 0 !important;
}
#newsbox-homepage {
	position: relative;
	width: 195px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#newsbox-homepage-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 195px;
	height: 10px;
	background-image: url(images/newsbox-top.png);
	background-repeat: no-repeat;
}
#newsbox-homepage-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 195px;
	height: 10px;
	background-image: url(images/newsbox-bottom.png);
	background-repeat: no-repeat;
}
#newsbox-homepage p, #newsbox-homepage h3 {
	padding-left: 15px;
	padding-right: 15px;
}
/* spotlight page */
#ubuntulive h2 {
	height: 40px;
	line-height: 40px;
	background-image: url(images/home_title_bg.gif);
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #FAC093;
	color: black;
	padding-left: 50px;
	margin-bottom: 1.4em;
}
#ubuntulive img {
	padding-right: 50px;
}
#ubuntulive a {
	color: white;
	font-weight: bold;
}
#ubuntulive p {
	color: white;
	font-size: 110%;
	padding-left: 50px;
	padding-right: 50px;
}
#ubuntulive {
	padding-top: 15px;
	padding-bottom: 160px;
	background-color: #F48026;
	background-image: url(images/home_mid_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}