Merge lp:~newz/ubuntu-website/light-django-theme into lp:~awstrial-dev/ubuntu-website/light-django-theme

Proposed by Matthew Nuzum
Status: Merged
Approved by: Michael Hall
Approved revision: 55
Merged at revision: 54
Proposed branch: lp:~newz/ubuntu-website/light-django-theme
Merge into: lp:~awstrial-dev/ubuntu-website/light-django-theme
Diff against target: 569 lines (+226/-226)
2 files modified
media/css/ie.css (+224/-224)
templates/ubuntu_website_base.html (+2/-2)
To merge this branch: bzr merge lp:~newz/ubuntu-website/light-django-theme
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+78121@code.launchpad.net

Description of the change

Includes a few fixes:

 1. Fixes path to the ubuntu logo in the header
 2. Cleans up the whitespace in ie.css (warning, big diff)
 3. Tries to correct some invalid CSS that may help IE's header look nicer
 4. Fixes an SSL warning for html5 shiv

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Looks good, we'll see if it fixes things

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'media/css/ie.css'
--- media/css/ie.css 2010-09-28 21:33:05 +0000
+++ media/css/ie.css 2011-10-04 16:27:23 +0000
@@ -1,15 +1,15 @@
1/*- LICENSE1/*- LICENSE
2-------------------------------------------------------------------------------------------------------- */2-------------------------------------------------------------------------------------------------------- */
3/*3/*
4 Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com4 Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com
55
6// Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/6// Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/
7// - Free for use in both personal and commercial projects7// - Free for use in both personal and commercial projects
8// - Attribution requires leaving author name, author link, and the license info intact.8// - Attribution requires leaving author name, author link, and the license info intact.
9*/9*/
1010
1111
12/*- reset12/*- reset
13-------------------------------------------------------------------------------------------------------- */13-------------------------------------------------------------------------------------------------------- */
14/*14/*
15Reset derived and adapted from15Reset derived and adapted from
@@ -22,303 +22,303 @@
22abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,22abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,
23sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,23sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
24tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header,24tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header,
25hgroup, menu, nav, section, time, mark, audio, video { background:transparent; border:0; font-family:inherit; font-weight:inherit; font-style:inherit; font-size:100%; margin:0; outline:0; padding:0; vertical-align:baseline; }25hgroup, menu, nav, section, time, mark, audio, video { background:transparent; border:0; font-family:inherit; font-weight:inherit; font-style:inherit; font-size:100%; margin:0; outline:0; padding:0; vertical-align:baseline; }
26:focus /* remember to define focus styles! */ { outline: 0; }26:focus /* remember to define focus styles! */ { outline: 0; }
27body { line-height:1; }27body { line-height:1; }
28article, aside, details, dialog, figure, footer, header, hgroup, nav, section { display:block; }28article, aside, details, dialog, figure, footer, header, hgroup, nav, section { display:block; }
29ol, ul { list-style-position: inside; }29ol, ul { list-style-position: inside; }
30nav ul { list-style:none; }30nav ul { list-style:none; }
31blockquote, q { quotes:none; }31blockquote, q { quotes:none; }
32blockquote:before, blockquote:after, q:before, q:after { content:''; }32blockquote:before, blockquote:after, q:before, q:after { content:''; }
33a { cursor:pointer; margin:0; padding:0; border:0; font-size:100%; color: #DD4814; vertical-align:baseline; background:transparent; text-decoration:none; }33a { cursor:pointer; margin:0; padding:0; border:0; font-size:100%; color: #DD4814; vertical-align:baseline; background:transparent; text-decoration:none; }
34ins { background-color:#ff9; color:#000; text-decoration:none; }34ins { background-color:#ff9; color:#000; text-decoration:none; }
35mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }35mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
36del { text-decoration: line-through; }36del { text-decoration: line-through; }
37abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }37abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
38table { border-collapse:collapse; border-spacing:0; }38table { border-collapse:collapse; border-spacing:0; }
39hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }39hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
40input, select { vertical-align:middle; }40input, select { vertical-align:middle; }
41textarea { overflow:auto;}41textarea { overflow:auto;}
42/* ----------------------------------------------------------------------------------------------------- */42/* ----------------------------------------------------------------------------------------------------- */
4343
4444
45/*- Typography45/*- Typography
46-------------------------------------------------------------------------------------------------------- */46-------------------------------------------------------------------------------------------------------- */
4747
48body { font-family: 'Ubuntubeta','Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif; font-size:100%; line-height:1.5em;}48body { font-family: 'Ubuntubeta','Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif; font-size:100%; line-height:1.5em;}
49h1, h2, h3 {49h1, h2, h3 {
50 color: #333333;50 color: #333333;
51 font-weight: normal;51 font-weight: normal;
52 margin: 0px;52 margin: 0px;
53}53}
5454
55h1 {55h1 {
56 font-size: 36px;56 font-size: 36px;
57 line-height: 40px;57 line-height: 40px;
5858
59 margin-top: 0px;59 margin-top: 0px;
60 margin-bottom: 0px;60 margin-bottom: 0px;
6161
62}62}
6363
64h2 {64h2 {
65 font-size: 24px;65 font-size: 24px;
66 line-height: 28px;66 line-height: 28px;
67 font-weight: normal;67 font-weight: normal;
68 margin-top: 16px;68 margin-top: 16px;
69 margin-bottom: 8px;69 margin-bottom: 8px;
70}70}
7171
72h3 {72h3 {
73 font-size: 16px;73 font-size: 16px;
74 line-height: 20px;74 line-height: 20px;
75 font-weight: normal;75 font-weight: normal;
76 margin-top: 16px;76 margin-top: 16px;
77 margin-bottom: 8px;77 margin-bottom: 8px;
78}78}
7979
80p {80p {
81 font-size: 12px;81 font-size: 12px;
82 line-height: 16px;82 line-height: 16px;
83}83}
8484
85dt { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }85dt { font-size:0.75em; font-weight:bold; /* 16x0.75 =12 */ }
86li { font-size: 12px; line-height: 16px; }86li { font-size: 12px; line-height: 16px; }
87strong { font-weight:bold;}87strong { font-weight:bold;}
88em { font-style:italic; }88em { font-style:italic; }
89#top-logo { font-size:0.875em; /* 16x0.75 =12 */}89#top-logo { font-size:0.875em; /* 16x0.75 =12 */}
90#main-nav { font-size:0.875em; /* 16x0.875=14 */}90#main-nav { font-size:0.875em; /* 16x0.875=14 */}
91#sub-nav { font-size:0.75em; /* 16x0.75 =12 */}91#sub-nav { font-size:0.75em; /* 16x0.75 =12 */}
92.showcase-text { font-size:0.875em; /* 16x0.875=14 */ }92.showcase-text { font-size:0.875em; /* 16x0.875=14 */ }
93/*footer { font-size:0.625em; /* 16x0.625=10 */ /* } */93/*footer { font-size:0.625em; /* 16x0.625=10 */ /* } */
9494
95/*- Layout95/*- Layout
96-------------------------------------------------------------------------------------------------------- */96-------------------------------------------------------------------------------------------------------- */
9797
98.container { clear:both; margin:0 auto; padding:0; position:relative; width:980px; }98.container { clear:both; margin:0 auto; padding:0; position:relative; width:980px; }
9999
100#main-nav { float:left; width:620px; }100#main-nav { float:left; width:620px; }
101.main-nav-item { margin:5px 10px; padding:10px; }101.main-nav-item { margin:5px 10px; padding:10px; }
102102
103#top-logo { float:right; margin:5px 10px 5px 0px; padding:10px 10px 0px 0px;; width:280px; }103#top-logo { float:right; margin:5px 10px 5px 0px; padding:10px 10px 0px 0px;; width:280px; }
104#the-logo { float:right; }104#the-logo { float:right; }
105105
106106
107107
108108
109#page-related { background-image:none; margin:0 auto; padding:0 10px 10px; position:relative; width:960px; }109#page-related { background-image:none; margin:0 auto; padding:0 10px 10px; position:relative; width:960px; }
110110
111#sub-nav-container { height:40px; margin:0 10px; width:940px; }111#sub-nav-container { height:40px; margin:0 10px; width:940px; }
112#sub-nav { float:left; padding:0px 10px;}112#sub-nav { float:left; padding:0px 10px;}
113113
114.sub-nav-item { margin:5px 10px; padding-right:10px;}114.sub-nav-item { margin:5px 10px; padding-right:10px;}
115#pop-up-container { float:left; padding:10px; }115#pop-up-container { float:left; padding:10px; }
116#pop-up-text { float:left; }116#pop-up-text { float:left; }
117#login-container { float:left; width:620px;}117#login-container { float:left; width:620px;}
118118
119119
120#searchbox-container { float:right; margin: 0px 10px 5px 0px; padding:0 0 0 10px; width:300px;}120#searchbox-container { float:right; margin: 0px 10px 5px 0px; padding:0 0 0 10px; width:300px;}
121.showcase-item { float:left; margin:5px 10px; padding:10px; width:280px;}121.showcase-item { float:left; margin:5px 10px; padding:10px; width:280px;}
122.showcase-heading { margin:5px 0px 10px; width:280px;}122.showcase-heading { margin:5px 0px 10px; width:280px;}
123.showcase-subheading { margin:5px 0px 10px; width:280px;}123.showcase-subheading { margin:5px 0px 10px; width:280px;}
124.showcase-text { margin:5px 0px 10px; width:280px;}124.showcase-text { margin:5px 0px 10px; width:280px;}
125.showcase-figure { float:left; margin:5px 10px; padding:10px; position:relative; width:600px;}125.showcase-figure { float:left; margin:5px 10px; padding:10px; position:relative; width:600px;}
126.showcase-img { display:block; margin:0px; padding:0px; position:relative; width:600px;}126.showcase-img { display:block; margin:0px; padding:0px; position:relative; width:600px;}
127.showcase-caption { position:absolute; bottom:0px; left:0px; margin:0px 10px 10px; padding:10px; width:580px;}127.showcase-caption { position:absolute; bottom:0px; left:0px; margin:0px 10px 10px; padding:10px; width:580px;}
128128
129129
130#showcase-nav { clear:both; margin:5px 10px; padding:0px 10px; width:920px; }130#showcase-nav { clear:both; margin:5px 10px; padding:0px 10px; width:920px; }
131.showcase-nav-item { padding-right:10px;}131.showcase-nav-item { padding-right:10px;}
132.main-content { clear:both; float:left; margin:5px 10px; padding:10px; width:920px; }132.main-content { clear:both; float:left; margin:5px 10px; padding:10px; width:920px; }
133.minor-content { float:left; margin:5px 10px; padding:10px; width:440px; }133.minor-content { float:left; margin:5px 10px; padding:10px; width:440px; }
134.side-content { float:left; margin:5px 10px; padding:10px; width:280px; }134.side-content { float:left; margin:5px 10px; padding:10px; width:280px; }
135.sub-content { float:left; margin:5px 10px; padding:10px; width:120px; }135.sub-content { float:left; margin:5px 10px; padding:10px; width:120px; }
136p { padding: 5px 0px 10px; }136p { padding: 5px 0px 10px; }
137137
138.divide { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 0px; visibility:hidden; }138.divide { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 0px; visibility:hidden; }
139.divide-showcase { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 25px; visibility:hidden;}139.divide-showcase { border:0px solid; clear:both; font-size:0px; height:1px; margin:-1px 0px 25px; visibility:hidden;}
140140
141#blog-posts { float:left; margin:5px 10px; padding:10px; width:600px; }141#blog-posts { float:left; margin:5px 10px; padding:10px; width:600px; }
142.blog-post { clear:both; margin-bottom:10px; padding-bottom:10px;}142.blog-post { clear:both; margin-bottom:10px; padding-bottom:10px;}
143.post-figure { float:right; margin:10px 0px 10px 10px; padding:0px; position:relative; width:260px;}143.post-figure { float:right; margin:10px 0px 10px 10px; padding:0px; position:relative; width:260px;}
144.post-img { display:block; margin:0px; padding:0px; position:relative; width:260px;}144.post-img { display:block; margin:0px; padding:0px; position:relative; width:260px;}
145.post-img-caption { position:absolute; bottom:0px; left:0px; padding:10px; width:240px;}145.post-img-caption { position:absolute; bottom:0px; left:0px; padding:10px; width:240px;}
146.comments-count { clear:both; display:block; font-style:italic; color:#999; text-align:right; }146.comments-count { clear:both; display:block; font-style:italic; color:#999; text-align:right; }
147147
148148
149#blog-aside { float:left; margin:5px 10px; padding:0px; width:300px; }149#blog-aside { float:left; margin:5px 10px; padding:0px; width:300px; }
150.widgets-aside { float:left; margin:5px 0px 15px; padding:10px; width:280px; }150.widgets-aside { float:left; margin:5px 0px 15px; padding:10px; width:280px; }
151151
152.pagination { clear:both; text-align:center; }152.pagination { clear:both; text-align:center; }
153153
154154
155.footer-content { float:left; margin:5px 10px; padding:10px; width:120px; }155.footer-content { float:left; margin:5px 10px; padding:10px; width:120px; }
156.foot-note { clear:both; margin:15px 10px 0px; padding:10px; width:920px; }156.foot-note { clear:both; margin:15px 10px 0px; padding:10px; width:920px; }
157157
158.plugin { margin: 0 -10px; padding:0px; position:relative; width:980px; }158.plugin { margin: 0 -10px; padding:0px; position:relative; width:980px; }
159/*- Decoration159/*- Decoration
160-------------------------------------------------------------------------------------------------------- */160-------------------------------------------------------------------------------------------------------- */
161161
162body { background:url("../images/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }162body { background:url("../images/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }
163#page-header { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; height:70px; }163#page-header { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; height:70px; }
164#page-header .container { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; }164#page-header .container { background: #DD4814 url("../images/header.png") repeat-x scroll 0 0 ; }
165#top-logo { color:#fff; line-height:1.5em; text-align:right; }165#top-logo { color:#fff; line-height:1.5em; text-align:right; }
166#the-logo { padding-left:4px; }166#the-logo { padding-left:4px; }
167#loco { clear:both; display:block; float:right;}167#loco { clear:both; display:block; float:right;}
168168
169169
170170
171171
172#main-nav { border-left: 1px solid #EF7149; z-index:10;}172#main-nav { border-left: 1px solid #EF7149; z-index:10;}
173.main-nav-item,173.main-nav-item,
174.main-nav-item:visited { border-right: 1px solid #EF7149; border-bottom: 0; border-top: 0; color: #fff; display: block; float: left; height: 70px; line-height: 70px; margin:0px; padding: 0 15px; text-shadow: 1px 1px 1px #333; }174.main-nav-item:visited { border-right: 1px solid #EF7149; border-bottom: 0; border-top: 0; color: #fff; display: block; float: left; height: 70px; line-height: 70px; margin:0px; padding: 0 15px; text-shadow: 1px 1px 1px #333; }
175.main-nav-item.current,175.main-nav-item.current,
176.main-nav-item:hover,176.main-nav-item:hover,
177.main-nav-item:active,177.main-nav-item:active,
178.main-nav-item:focus { background: url(../images/mainnav.png) 0 0 repeat; }178.main-nav-item:focus { background: url(../images/mainnav.png) 0 0 repeat; }
179179
180180
181#page-related { background-color:#FFFFFF;}181#page-related { background-color:#FFFFFF;}
182#sub-nav-container { background-color:#F7F7F7; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}182#sub-nav-container { background-color:#F7F7F7; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
183.sub-nav-item,183.sub-nav-item,
184.sub-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0px; padding: 0 15px; }184.sub-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0px; padding: 0 15px; }
185.sub-nav-item.current,185.sub-nav-item.current,
186.sub-nav-item:hover,186.sub-nav-item:hover,
187.sub-nav-item:active,187.sub-nav-item:active,
188.sub-nav-item:focus { background-color:#efefef; color:#DD4814; }188.sub-nav-item:focus { background-color:#efefef; color:#DD4814; }
189189
190.login-label { height:16px; margin:7px 0px 7px 9px; padding:3px; }190.login-label { height:16px; margin:7px 0px 7px 9px; padding:3px; }
191#username,191#username,
192#password { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:110px; }192#password { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 0px 7px 9px; padding:3px; width:110px; }
193#login { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 9px 7px 0px ; padding:2px;}193#login { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 9px 7px 0px ; padding:2px;}
194#login:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}194#login:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}
195#join,195#join,
196#join:visited { color:#333; }196#join:visited { color:#333; }
197#join:hover,197#join:hover,
198#join:active,198#join:active,
199#join:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }199#join:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }
200200
201#pop-up-text { font-weight:bold; line-height:20px; padding:0px 5px; }201#pop-up-text { font-weight:bold; line-height:20px; padding:0px 5px; }
202#searchbox { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 3px 7px 9px; padding:3px; width:180px;}202#searchbox { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:16px; margin:7px 3px 7px 9px; padding:3px; width:180px;}
203#searchbox:focus { background-color:#fff; border: 1px solid #DD4814; }203#searchbox:focus { background-color:#fff; border: 1px solid #DD4814; }
204#go-search { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 0 7px 0px ; padding:2px;}204#go-search { background-color:#f0f0f0; border: 1px solid #CCCCCC; height:24px; margin:7px 0 7px 0px ; padding:2px;}
205#go-search:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}205#go-search:hover { background-color:#f7f7f7; border: 1px solid #DD4814;}
206#more-search,206#more-search,
207#more-search:visited { background-color:#f0f0f0; border: 1px solid #CCCCCC; color:#333; height:16px; margin:7px 7px 7px 0px; padding:2px 3px; }207#more-search:visited { background-color:#f0f0f0; border: 1px solid #CCCCCC; color:#333; height:16px; margin:7px 7px 7px 0px; padding:2px 3px; }
208#more-search:hover,208#more-search:hover,
209#more-search:active,209#more-search:active,
210#more-search:focus { background-color:#f7f7f7; border: 1px solid #DD4814; color:#DD4814; text-shadow: 1px 1px 2px #999; }210#more-search:focus { background-color:#f7f7f7; border: 1px solid #DD4814; color:#DD4814; text-shadow: 1px 1px 2px #999; }
211211
212212
213.showcase-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;213.showcase-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;
214 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */214 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */
215 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }215 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }
216216
217#showcase-nav { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; height:40px; }217#showcase-nav { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; height:40px; }
218.showcase-nav-item,218.showcase-nav-item,
219.showcase-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0 1px; padding: 0 15px; }219.showcase-nav-item:visited { color:#333; display: block; float: left; line-height:40px; margin:0 1px; padding: 0 15px; }
220.showcase-nav-item:hover,220.showcase-nav-item:hover,
221.showcase-nav-item:active,221.showcase-nav-item:active,
222.showcase-nav-item:focus { border:1px solid #ddd; border-top:0px solid; border-bottom:0px solid; background-color:#efefef; color:#DD4814; margin:0; }222.showcase-nav-item:focus { border:1px solid #ddd; border-top:0px solid; border-bottom:0px solid; background-color:#efefef; color:#DD4814; margin:0; }
223223
224224
225225
226226
227#main-section .container { background-color:#fff; background-image:none; padding:0px 10px 10px; position:relative; width:960px;}227#main-section .container { background-color:#fff; background-image:none; padding:0px 10px 10px; position:relative; width:960px;}
228228
229.alone,229.alone,
230.leading,230.leading,
231.aggregator { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; float:left; }231.aggregator { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; float:left; }
232232
233.aggregator { margin:5px 10px;}233.aggregator { margin:5px 10px;}
234.aggregator .first { margin-left:0px;}234.aggregator .first { margin-left:0px;}
235.aggregator .last { margin-right:0px;}235.aggregator .last { margin-right:0px;}
236236
237237
238.post-header { border-bottom:1px dotted #333333; margin-bottom:10px; padding-bottom:5px; }238.post-header { border-bottom:1px dotted #333333; margin-bottom:10px; padding-bottom:5px; }
239.post-meta { color:#999; font-size:0.85em; font-style:italic; }239.post-meta { color:#999; font-size:0.85em; font-style:italic; }
240.post-title-link,240.post-title-link,
241.post-title-link:visited { color:#333; }241.post-title-link:visited { color:#333; }
242.post-title-link:hover,242.post-title-link:hover,
243.post-title-link:active,243.post-title-link:active,
244.post-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }244.post-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }
245245
246.post-img-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;246.post-img-caption { background-color:#000; background-color:rgba(0,0,0,0.4); color: #fff;
247 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */247 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000'); /* IE6,IE7 */
248 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }248 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000',EndColorStr='#66000000')"; /* IE8 */ }
249.pagination { border-top:1px solid #333; color: #fff; margin-top:15px; padding-top:15px; }249.pagination { border-top:1px solid #333; color: #fff; margin-top:15px; padding-top:15px; }
250.pagination-item { border-bottom:1px solid #333; color:#333; margin-right:5px; padding:2px 6px; }250.pagination-item { border-bottom:1px solid #333; color:#333; margin-right:5px; padding:2px 6px; }
251.pagination-item:hover { border-bottom:1px solid #DD4814; background-color:#f7f7f7; color:#DD4814;}251.pagination-item:hover { border-bottom:1px solid #DD4814; background-color:#f7f7f7; color:#DD4814;}
252.pagination-item.current { background-color:#f7f7f7; border-bottom:1px solid #333; color:#333; font-weight:bold; }252.pagination-item.current { background-color:#f7f7f7; border-bottom:1px solid #333; color:#333; font-weight:bold; }
253253
254.widgets-aside { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; }254.widgets-aside { background-color:#f7f7f7; border-radius: 8px; box-shadow: 0px 1px 1px #ccc; }
255.widget-links { list-style:none; list-style-position:outside; }255.widget-links { list-style:none; list-style-position:outside; }
256.a-item { display:block; margin-top:3px; }256.a-item { display:block; margin-top:3px; }
257.side-link,257.side-link,
258.side-link:visited { color: #333333; display:block; padding-right:3px; }258.side-link:visited { color: #333333; display:block; padding-right:3px; }
259.side-link:hover,259.side-link:hover,
260.side-link:active,260.side-link:active,
261.side-link:focus { background-color: #fff; border-right:3px solid #DD4814; color:#DD4814; text-decoration:none; }261.side-link:focus { background-color: #fff; border-right:3px solid #DD4814; color:#DD4814; text-decoration:none; }
262262
263#login-widget { text-align:center;}263#login-widget { text-align:center;}
264264
265#page-footer { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; }265#page-footer { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; }
266#page-footer .container { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; padding:0px 10px; width:960px; }266#page-footer .container { background:url("../images/footer.png") repeat-x scroll 0 0 #EEECEA; padding:0px 10px; width:960px; }
267#page-footer .container div.copyright {267#page-footer .container div.copyright {
268 font-size: 10px;268 font-size: 10px;
269 line-height: 14px;269 line-height: 14px;
270 color: #aea79f;270 color: #aea79f;
271}271}
272.footer-content dd { margin-bottom:15px;}272.footer-content dd { margin-bottom:15px;}
273.footer-links { list-style:none; text-indent:0px; list-style-position:outside; }273.footer-links { list-style:none; text-indent:0px; list-style-position:outside; }
274.footer-item { border-bottom:1px dotted #333; display:block; margin-top:3px; }274.footer-item { border-bottom:1px dotted #333; display:block; margin-top:3px; }
275.foot-note { color:#999; font-style:italic;}275.foot-note { color:#999; font-style:italic;}
276276
277.footer-link,277.footer-link,
278.footer-link:visited { color: #333333;}278.footer-link:visited { color: #333333;}
279.footer-link:hover,279.footer-link:hover,
280.footer-link:active,280.footer-link:active,
281.footer-link:focus { color:#DD4814; text-decoration:underline; }281.footer-link:focus { color:#DD4814; text-decoration:underline; }
282282
283.footer-link-main,283.footer-link-main,
284.footer-link-main:visited { }284.footer-link-main:visited { }
285.footer-link-main:hover,285.footer-link-main:hover,
286.footer-link-main:active,286.footer-link-main:active,
287.footer-link-main:focus { color:#DD4814; text-decoration:underline; }287.footer-link-main:focus { color:#DD4814; text-decoration:underline; }
288288
289289
290290
291/*- Forum Decoration [Demo]291/*- Forum Decoration [Demo]
292-------------------------------------------------------------------------------------------------------- */292-------------------------------------------------------------------------------------------------------- */
293293
294.forum-title { background-color:#efefef; margin:10px 0px; padding:20px;}294.forum-title { background-color:#efefef; margin:10px 0px; padding:20px;}
295295
296.forum-item { border-top:1px dotted #999; }296.forum-item { border-top:1px dotted #999; }
297.cat-title,297.cat-title,
298.sub-sections { font-size:0.75em; /* 16x0.75 =12 */ }298.sub-sections { font-size:0.75em; /* 16x0.75 =12 */ }
299299
300.latest,300.latest,
301.post-count { font-size:0.75em; /* 16x0.75 =12 */ line-height:1.2em; }301.post-count { font-size:0.75em; /* 16x0.75 =12 */ line-height:1.2em; }
302302
303303
304.cat-title,304.cat-title,
305.post-count,305.post-count,
306.latest { padding:10px; vertical-align:middle; }306.latest { padding:10px; vertical-align:middle; }
307307
308308
309.forum-title-link,309.forum-title-link,
310.forum-title-link:visited { color:#333; }310.forum-title-link:visited { color:#333; }
311.forum-title-link:hover,311.forum-title-link:hover,
312.forum-title-link:active,312.forum-title-link:active,
313.forum-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }313.forum-title-link:focus { color:#DD4814; text-shadow: 1px 1px 2px #999; }
314314
315.status { background-color:#efefef; padding:10px 5px; vertical-align:middle; width:30px; }315.status { background-color:#efefef; padding:10px 5px; vertical-align:middle; width:30px; }
316.latest { width:180px; }316.latest { width:180px; }
317.post-count { width:120px; }317.post-count { width:120px; }
318.sub-sections { background-color:#efefef; padding:5px 10px 10px; }318.sub-sections { background-color:#efefef; padding:5px 10px 10px; }
319.post-count { background-color:#efefef; }319.post-count { background-color:#efefef; }
320320
321.count { display:block; font-style:italic; }321.count { display:block; font-style:italic; }
322322
323323
324/* KuZeKo web@kuzeko.com324/* KuZeKo web@kuzeko.com
325325
=== modified file 'templates/ubuntu_website_base.html'
--- templates/ubuntu_website_base.html 2010-10-09 14:15:36 +0000
+++ templates/ubuntu_website_base.html 2011-10-04 16:27:23 +0000
@@ -24,7 +24,7 @@
24 <![endif]-->24 <![endif]-->
2525
26 <!--[if IE ]>26 <!--[if IE ]>
27 <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>27 <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
28 <![endif]-->28 <![endif]-->
29 {% endblock %}29 {% endblock %}
30{% block extrahead %}{% endblock %}30{% block extrahead %}{% endblock %}
@@ -46,7 +46,7 @@
46 </nav>46 </nav>
47 <h1 id="top-logo">47 <h1 id="top-logo">
48 <a href="{% block logo_href %}/{% endblock %}">48 <a href="{% block logo_href %}/{% endblock %}">
49 {% block logo_img %}<img class="png" id="the-logo" src="{{ubuntu_website_media}}/images/ubuntu.png" alt="Ubuntu" width="118" height="27" />{% endblock %}49 {% block logo_img %}<img class="png" id="the-logo" src="{{ubuntu_website_media}}/ubuntu.png" alt="Ubuntu" width="118" height="27" />{% endblock %}
50 <span id="loco">{% block logo_text %}Country Loco Team{% endblock %}</span>50 <span id="loco">{% block logo_text %}Country Loco Team{% endblock %}</span>
51 </a>51 </a>
52 </h1>52 </h1>

Subscribers

People subscribed via source and target branches