~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
/* 
 * classes used throughout the site and template
*/
.rule {
	margin: 0 auto;
	clear: both;
}
img.rule {
	width: 100%;
}
.clear {
	clear: both;
}
.mnemonic {
	text-decoration: underline;
}
.highlight {
	color: #5A3320;
}
.commandprompt {
	font-family: monospace;
	white-space: pre;
	display: block;
	background-color: #e8e8e8;
	border: 1px solid #ccc;
}
.quote {
	display: block;
	color: #333;
}
.redhighlight {
/* 	color: #D90D19 !important;
	text-decoration: none;
	font-size: 90%; */
}
.blackhighlight {
	color: #000 !important;
	text-decoration: none;
}
.brownhighlight {
	color: #5A3320 !important;
	text-decoration: none;
}
.graybg {
	background-color: #f6f5f0;
}
.noundies {
	text-decoration: none;
}
.small {
	font-size: 90%;
}
.tiny {
	font-size: 80%;
}

.affiliate {
	margin: 10px 30px 20px 60px; 
	border-left: 10px solid red; 
	background-color: white;
	font-size: 100%;
	padding: 10px 5px;
	line-height: 1.3em;
}

.gold_cell {
	border: 0px solid black;
	padding-left: 15px;
}

.partner_cell {
	border: 0px solid black;
	padding-left: 15px;
}

.affiliate_cell {
	border: 0px solid black; 
	padding-left: 15px;
}
/* end partner page styles */
body {
	font-family: Tahoma, Sans, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Trebuchet", "Nimbus Sans L", sans-serif;
	color: #5A3320;
	margin: 1em 0 .3em;
}
p {
	margin: 1em 0 .3em;
}
#bodyinner {
	font-size: 80%;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
a {
	color: #D90D19;
}
a:visited {
	color: #D90D19;
}
#bodyinner td {
	padding: 8px;
}
button {
	cursor: pointer;
}
.usn {
	background-color: #eee;
	padding: 0.75em 1.5em;
	border: 1px solid #ddd;
	font-family: monospace;
	white-space: pre;
}