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

« back to all changes in this revision

Viewing changes to www/8.04/style.css

  • Committer: Martin Albisetti
  • Date: 2012-04-23 21:59:26 UTC
  • Revision ID: martin.albisetti@canonical.com-20120423215926-ihlsz1segaicopmz
Update all previous release start pages to link to 12.04

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@import url(http://start.ubuntu.com/8.04/screen-6c-24-24-12.css?v=08032801);
2
 
 
3
 
/* changing the screen-6c... import necessetates changing the
4
 
 * values for #round
5
 
 */
6
 
 
7
 
body {
8
 
        background: #d3caaa url(http://start.ubuntu.com/8.04/images/bg-page.png) repeat-x top;
9
 
        margin: 20px;
10
 
        font-size: 90%;
11
 
}
12
 
#round {
13
 
        background: #fff url(http://start.ubuntu.com/8.04/images/bg-content.png) repeat-y top;
14
 
        width: 876px;
15
 
        margin: auto;
16
 
        position: relative;
17
 
}
18
 
#header {
19
 
        background: #af6234 url(http://start.ubuntu.com/8.04/images/header.png) no-repeat top;
20
 
        height: 125px;
21
 
}
22
 
#header h1 {
23
 
        text-indent: -800px;
24
 
}
25
 
#heron img {
26
 
        padding-top: 7px;
27
 
}
28
 
#tabs ul {
29
 
        float: right;
30
 
        margin-top: 82px;
31
 
        display: none;
32
 
}
33
 
#header li {
34
 
        display: inline;
35
 
}
36
 
#header li a {
37
 
        color: #fff;
38
 
        text-decoration: none;
39
 
        font-size: 90%;
40
 
        background-color: #af6234;
41
 
        padding: 3px;
42
 
        margin-left: 4px;
43
 
        border-top: 1px solid #be8408;
44
 
        border-left: 1px solid #be8408;
45
 
        border-right: 1px solid #be8408;
46
 
}
47
 
#bottomcap { 
48
 
        height: 20px;
49
 
}
50
 
 
51
 
h1, h2, h3, h4, h5, h6 {
52
 
        color: #5A3320;
53
 
}
54
 
#masthead h1 {
55
 
        color: #CC0000; 
56
 
        display: block;
57
 
}
58
 
h1 {font-size:1.8em}
59
 
h2 {font-size:1.3em}
60
 
h3 {font-size:1.3em}
61
 
h4 {font-size:1.1em}
62
 
h5 {font-size:1em}
63
 
h6 {font-size:1em}
64
 
 
65
 
a {
66
 
        color: #D90D19;
67
 
}
68
 
 
69
 
#content {
70
 
        padding: 12px;
71
 
}
72
 
#footer { /* the footer has the bottom cap image following which gives the
73
 
                         illusion of 20px of padding below the footer */
74
 
        padding: 12px 12px 0 12px;
75
 
}
76
 
#searchbox {
77
 
        padding: 15px 0;
78
 
}
79
 
#searchbox img, #searchbox a{
80
 
        margin: 0;
81
 
        padding: 0;
82
 
        border-style: none;
83
 
        display: inline;
84
 
        vertical-align: middle;
85
 
}
86
 
#searchbox label {
87
 
        display: none;
88
 
}
89
 
#searchbox form {
90
 
        display: inline;
91
 
}
92
 
#sbb { /* submit button in search box */
93
 
        width: 80px;
94
 
}
95
 
/* search box is 492px, search text field needs to grow by 54px
96
 
   492 - 438 = 54px + 269 = 323px */
97
 
#sbi {
98
 
        width: 323px;
99
 
}
100
 
 
101
 
/* gadget customizations */
102
 
#gadgets {
103
 
        padding-top: 2.1em;
104
 
}
105
 
#gadgets tr+tr+tr+tr { /* hide bottom row of the gadget */
106
 
        /* display: none; */ 
107
 
}
108
 
#gadgets td {
109
 
        /* text-align: left ! important; */
110
 
}
111
 
#gadgets td a {
112
 
/*      font-size: 1.3em ! important;
113
 
        text-decoration: none;
114
 
        color: #5A3320;
115
 
*/
116
 
}
117
 
#gadgets td div { /* remove border from gadget */
118
 
        border-style: none !important;
119
 
}
120
 
#gadgets .gbox {
121
 
        padding-bottom: 1.25em;
122
 
}
123
 
#gadgets .gimage {
124
 
        width: 48px;
125
 
        margin-right: 5px;
126
 
        float: left;
127
 
}
128
 
#gadgets .gtext {
129
 
        display: inline;
130
 
}
 
 
b'\\ No newline at end of file'