~jbicha/ubuntu-start-page/use-more-https

« back to all changes in this revision

Viewing changes to www/9.10/print.css

  • Committer: Martin Albisetti
  • Date: 2012-04-25 22:06:15 UTC
  • Revision ID: martin.albisetti@canonical.com-20120425220615-g1gg5nctazuwsdey
Re-add old releases with their old design

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
line-height:1.5;
 
3
font-family:"Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
 
4
color:#000;
 
5
background:none;
 
6
font-size:10pt;
 
7
}
 
8
 
 
9
.container {
 
10
background:none;
 
11
}
 
12
 
 
13
h1,h2,h3,h4,h5,h6 {
 
14
font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;
 
15
}
 
16
 
 
17
code {
 
18
font:.9em "Courier New", Monaco, Courier, monospace;
 
19
}
 
20
 
 
21
img {
 
22
float:left;
 
23
margin:1.5em 1.5em 1.5em 0;
 
24
}
 
25
 
 
26
a img {
 
27
border:none;
 
28
}
 
29
 
 
30
p img.top {
 
31
margin-top:0;
 
32
}
 
33
 
 
34
hr {
 
35
background:#ccc;
 
36
color:#ccc;
 
37
width:100%;
 
38
height:2px;
 
39
border:none;
 
40
margin:2em 0;
 
41
padding:0;
 
42
}
 
43
 
 
44
blockquote {
 
45
font-style:italic;
 
46
font-size:.9em;
 
47
margin:1.5em;
 
48
padding:1em;
 
49
}
 
50
 
 
51
.small {
 
52
font-size:.9em;
 
53
}
 
54
 
 
55
.large {
 
56
font-size:1.1em;
 
57
}
 
58
 
 
59
.quiet {
 
60
color:#999;
 
61
}
 
62
 
 
63
.hide {
 
64
display:none;
 
65
}
 
66
 
 
67
a:link,a:visited {
 
68
background:transparent;
 
69
font-weight:700;
 
70
text-decoration:underline;
 
71
}
 
72
 
 
73
a:link:after,a:visited:after {
 
74
content:" (" attr(href) ") ";
 
75
font-size:90%;
 
76
}
 
 
b'\\ No newline at end of file'