Merge lp:~andrewsomething/ubuntu-packaging-guide/css-review into lp:ubuntu-packaging-guide

Proposed by Andrew Starr-Bochicchio
Status: Merged
Merged at revision: 92
Proposed branch: lp:~andrewsomething/ubuntu-packaging-guide/css-review
Merge into: lp:ubuntu-packaging-guide
Diff against target: 2044 lines (+0/-1959)
6 files modified
BORROWED-CODE (+0/-8)
themes/ubuntu/layout.html (+0/-31)
themes/ubuntu/static/default.css_t (+0/-62)
themes/ubuntu/static/light-django-theme.css (+0/-1265)
themes/ubuntu/static/newstyle.css (+0/-592)
themes/ubuntu/theme.conf (+0/-1)
To merge this branch: bzr merge lp:~andrewsomething/ubuntu-packaging-guide/css-review
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+105376@code.launchpad.net

Description of the change

This removes css and images that came from the django theme and the loco portal. It seems they weren't really being used. There are many un-used selectors in the remaining files, but they all come from the developer portal. I think it might be enough to keep the borrowed code down to a single project. It will keep it simpler to keep in sync.

If nothing else, it is a good start. It removes nearly 2,000 lines:

$ bzr diff --stat -r89
 BORROWED-CODE | 8 -
 themes/ubuntu/layout.html | 31 -
 themes/ubuntu/static/default.css_t | 62 -
 themes/ubuntu/static/light-django-theme.css | 1265 --------------------------
 themes/ubuntu/static/newstyle.css | 592 ------------
 themes/ubuntu/theme.conf | 1 -
 6 files changed, 0 insertions(+), 1959 deletions(-)

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Well done, thanks a lot. I took the liberty of removing the files in question from debian/copyright as well.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'BORROWED-CODE'
2--- BORROWED-CODE 2012-02-24 10:46:44 +0000
3+++ BORROWED-CODE 2012-05-10 19:16:22 +0000
4@@ -1,11 +1,3 @@
5-themes/ubuntu/static/newstyle.css
6-themes/ubuntu/static/images/*
7- From http://loco.ubuntu.com/media/css/newstyle.css
8- http://loco.ubuntu.com/media/images
9-
10-themes/ubuntu/static/light-django-theme.css
11- From lp:ubuntu-community-webthemes/light-django-theme
12-
13 themes/ubuntu/static/{reset,960,base,home}.css
14 themes/ubuntu/static/images/{background-header-home.png,background-footer.png,sec-nav-hover.gif}
15 From lp:ubuntudeveloperportal
16
17=== modified file 'themes/ubuntu/layout.html'
18--- themes/ubuntu/layout.html 2012-02-24 10:51:37 +0000
19+++ themes/ubuntu/layout.html 2012-05-10 19:16:22 +0000
20@@ -22,7 +22,6 @@
21 {%- macro relbar() %}
22 <div class="header-content">
23 <div class="clearfix">
24- <!--<img class="arrow-nav" src="http://developer.ubuntu.com/wp-content/themes/wordpress-theme-ubuntudeveloper/img/arrow-nav.png" width="9" height="5" alt="" />-->
25 <div class="header-navigation-secondary">
26 <div>
27 <nav role="navigation">
28@@ -98,12 +97,10 @@
29 {%- block htmltitle %}
30 <title>{{ title|striptags|e }}{{ titlesuffix }}</title>
31 {%- endblock %}
32- <!--<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />-->
33 <link rel="stylesheet" href="{{ pathto('_static/reset.css', 1) }}" type="text/css" />
34 <link rel="stylesheet" href="{{ pathto('_static/960.css', 1) }}" type="text/css" />
35 <link rel="stylesheet" href="{{ pathto('_static/base.css', 1) }}" type="text/css" />
36 <link rel="stylesheet" href="{{ pathto('_static/home.css', 1) }}" type="text/css" />
37- <!--<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />-->
38 {%- for cssfile in css_files %}
39 <link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
40 {%- endfor %}
41@@ -157,23 +154,6 @@
42 </head>
43 <body class="home">
44
45-<!--
46-<aside id="top-nav">
47- <div class="container">
48-
49- <section id="top-login">
50- <a class="top-login-item" href="/openid/login?next=/events/" title="Login">Login</a>
51- </section>
52- <nav id="top-related">
53- <a class="top-nav-item" href="http://www.ubuntu.com">Ubuntu.com</a>
54- <a class="top-nav-item" href="http://www.ubuntu.com/community">Community</a>
55- <a class="top-nav-item" href="http://www.ubuntu.com/support">Support</a>
56- <a class="top-nav-item" href="http://www.ubuntu.com/partners">Partners</a>
57- </nav>
58- </div>
59-</aside>
60--->
61-
62 <div class="header-navigation">
63 <div>
64 <nav role="navigation">
65@@ -195,16 +175,6 @@
66
67 {%- block relbar1 %}{{ relbar() }}{% endblock %}
68
69-<!--
70-<header id="page-header">
71- <div class="container" >
72- <nav id="main-nav">
73- <a class="main-nav-item " title="Index" href="index.html">Index</a>
74- </nav>
75- </div>
76-</header>
77--->
78-
79 {%- block header %}{% endblock %}
80
81 {%- block content %}
82@@ -255,7 +225,6 @@
83 {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
84 {%- endif %}
85
86- <!--<p>&copy; 2012 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd. <a class="link-bug" href="https://bugs.launchpad.net/ubuntudeveloperportal/+filebug">Report a bug on this site</a></p>-->
87 </div>
88 </footer>
89 {%- endblock %}
90
91=== removed file 'themes/ubuntu/static/default.css_t'
92--- themes/ubuntu/static/default.css_t 2011-07-22 11:34:39 +0000
93+++ themes/ubuntu/static/default.css_t 1970-01-01 00:00:00 +0000
94@@ -1,62 +0,0 @@
95-/*
96-* License: GPLv2
97-* Author : Alexander Fougner <fougner89 at gmail dot com>
98-* Source : http://loco.ubuntu.com/media/css/newstyle.css
99-* https://code.launchpad.net/~ubuntu-website-community/ubuntu-website/light-django-theme
100-*/
101-
102-@import url("light-django-theme.css");
103-@import url("newstyle.css");
104-
105-body {
106- background: url("images/dotted.png") repeat scroll 0 0 #FFFFFF;
107-}
108-
109-#page-header {
110- background: url("images/header.png") repeat-x scroll 0 0 #DD4814;
111-}
112-
113-div.sphinxsidebar {
114- float:right;
115- background: #f5f5f5;
116- border: 1px solid #ddd;
117- padding: 15px;
118- margin: 10px;
119- width: 230px;
120-background: #F7F7F7;
121-border-radius: 8px;
122-}
123-
124-div.sphinxsidebar ul {
125- margin-left: 10px;
126-}
127-
128-pre {
129- font-family: monospace;
130- border: 1px solid #ddd;
131- background: #f5f5f5;
132- margin: 5px;
133- padding: 5px;
134-}
135-
136-a.headerlink {
137- visibility: hidden;
138-}
139-
140-h1:hover > a.headerlink,
141-h2:hover > a.headerlink,
142-h3:hover > a.headerlink,
143-h4:hover > a.headerlink,
144-h5:hover > a.headerlink,
145-h6:hover > a.headerlink,
146-dt:hover > a.headerlink {
147-visibility: visible;
148-}
149-
150-form.search_form input, #searchbox {
151-height: auto;
152-}
153-
154-#page-footer .container div.copyright {
155-padding: 10px;
156-}
157
158=== removed file 'themes/ubuntu/static/images/dotted.png'
159Binary files themes/ubuntu/static/images/dotted.png 2011-07-20 14:16:22 +0000 and themes/ubuntu/static/images/dotted.png 1970-01-01 00:00:00 +0000 differ
160=== removed file 'themes/ubuntu/static/images/favicon.ico'
161Binary files themes/ubuntu/static/images/favicon.ico 2011-07-20 14:16:22 +0000 and themes/ubuntu/static/images/favicon.ico 1970-01-01 00:00:00 +0000 differ
162=== removed file 'themes/ubuntu/static/images/footer.png'
163Binary files themes/ubuntu/static/images/footer.png 2011-07-20 14:16:22 +0000 and themes/ubuntu/static/images/footer.png 1970-01-01 00:00:00 +0000 differ
164=== removed file 'themes/ubuntu/static/images/header.png'
165Binary files themes/ubuntu/static/images/header.png 2011-07-20 14:16:22 +0000 and themes/ubuntu/static/images/header.png 1970-01-01 00:00:00 +0000 differ
166=== removed file 'themes/ubuntu/static/images/search.png'
167Binary files themes/ubuntu/static/images/search.png 2011-07-20 14:16:22 +0000 and themes/ubuntu/static/images/search.png 1970-01-01 00:00:00 +0000 differ
168=== removed file 'themes/ubuntu/static/light-django-theme.css'
169--- themes/ubuntu/static/light-django-theme.css 2011-07-20 14:15:26 +0000
170+++ themes/ubuntu/static/light-django-theme.css 1970-01-01 00:00:00 +0000
171@@ -1,1265 +0,0 @@
172-/*- LICENSE
173--------------------------------------------------------------------------------------------------------- */
174-/*
175- Author: Matteo Lissandrini - kuzeko http://www.kuzeko.com
176-
177-// Licensed under the Creative Commons Attribution-Share Alike 3.0 License - http://creativecommons.org/licenses/by-sa/3.0/
178-// - Free for use in both personal and commercial projects
179-// - Attribution requires leaving author name, author link, and the license info intact.
180-*/
181-
182-/*- reset
183--------------------------------------------------------------------------------------------------------- */
184-
185-/*
186-Reset derived and adapted from
187-html5doctor.com Reset Stylesheet
188-v1.4.1
189-2010-03-01
190-Author: Richard Clark - http://richclarkdesign.com
191-*/
192-
193-html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
194- background: transparent;
195- border: 0;
196- font-family: inherit;
197- font-weight: inherit;
198- font-style: inherit;
199- font-size: 100%;
200- margin: 0;
201- outline: 0;
202- padding: 0;
203- vertical-align: baseline;
204-}
205-
206-blockquote:before, blockquote:after, q:before, q:after {
207- content: ''
208-}
209-
210-nav ul {
211- list-style: none
212-}
213-
214-td li, li li {
215- font-size: 13px;
216- line-height: 1.4;
217-}
218-
219-:focus /* remember to define focus styles! */ {
220- outline: 0
221-}
222-
223-body {
224- line-height: 1
225-}
226-
227-article, aside, details, dialog, figure, footer, header, hgroup, nav, section {
228- display: block
229-}
230-
231-ol, ul {
232- list-style-position: inside
233-}
234-
235-blockquote, q {
236- quotes: none
237-}
238-
239-a {
240- cursor: pointer;
241- margin: 0;
242- padding: 0;
243- border: 0;
244- font-size: 100%;
245- color: #DD4814;
246- vertical-align: baseline;
247- background: transparent;
248- text-decoration: none;
249-}
250-
251-ins {
252- background-color: #ff9;
253- color: #000;
254- text-decoration: none;
255-}
256-
257-mark {
258- background-color: #ff9;
259- color: #000;
260- font-style: italic;
261- font-weight: bold;
262-}
263-
264-del {
265- text-decoration: line-through
266-}
267-
268-abbr[title], dfn[title] {
269- border-bottom: 1px dotted #000;
270- cursor: help;
271-}
272-
273-table {
274- border-collapse: collapse;
275- border-spacing: 0;
276-}
277-
278-hr {
279- display: block;
280- height: 1px;
281- border: 0;
282- border-top: 1px solid #cccccc;
283- margin: 1em 0;
284- padding: 0;
285-}
286-
287-input, select {
288- vertical-align: middle
289-}
290-
291-textarea {
292- overflow: auto
293-}
294-
295-/* ----------------------------------------------------------------------------------------------------- */
296-
297-/*- Typography
298--------------------------------------------------------------------------------------------------------- */
299-
300-body {
301- font-family: 'Ubuntubeta','Ubuntu','Bitstream Vera Sans','DejaVu Sans', Tahoma, sans-serif;
302- font-size: 100%;
303- line-height: 1.5em;
304-}
305-
306-h1, h2, h3 {
307- color: #333333;
308- font-weight: normal;
309- margin: 0px;
310-}
311-
312-h1 {
313- font-size: 36px;
314- line-height: 40px;
315- margin-top: 0px;
316- margin-bottom: 0px;
317-}
318-
319-h2 {
320- font-size: 24px;
321- line-height: 28px;
322- font-weight: normal;
323- margin-top: 16px;
324- margin-bottom: 8px;
325-}
326-
327-h3 {
328- font-size: 16px;
329- line-height: 20px;
330- font-weight: normal;
331- margin-top: 16px;
332- margin-bottom: 8px;
333-}
334-
335-p {
336- font-size: 13px;
337- line-height: 1.4;
338-}
339-
340-dt {
341- font-size: 0.75em;
342- font-weight: bold;
343- /* 16x0.75 =12 */
344-}
345-
346-li {
347- font-size: 13px;
348- line-height: 1.4;
349-}
350-
351-strong {
352- font-weight: bold
353-}
354-
355-em {
356- font-style: italic
357-}
358-
359-table.basic {
360- font-size:0.75em;
361- line-height:1.3333em; /* 16x0.75 =12 */
362-}
363-table.basic thead th, table.basic thead a {
364- font-weight:bold;
365-}
366-
367-table.basic thead a , table.basic tfoot a {
368- text-decoration:underline;
369-}
370-
371-#top-logo {
372- font-size: 0.875em;
373- /* 16x0.75 =12 */
374-}
375-
376-#top-nav {
377- font-size:0.625em;
378- /* 16x0.625=10 */
379-}
380-
381-#main-nav {
382- font-size: 0.875em;
383- /* 16x0.875=14 */
384-}
385-
386-#sub-nav {
387- font-size: 0.75em;
388- /* 16x0.75 =12 */
389-}
390-
391-/* Form typography */
392-form .smalltext {
393- font-size:0.625em;
394- line-height: 1.4em;
395-}
396-
397-legend span.supporting, label, form .error {
398- font-size: 0.75em;
399- line-height: 1.2em;
400-}
401-
402-legend {
403- font-size: 1em;
404- line-height: 1em;
405-}
406-
407-input[type="text"], input[type="password"], select {
408- font-size: 0.75em;
409-}
410-
411-input[type="submit"] {
412- font-size: 1em;
413- line-height: 1.25em;
414-}
415-/* END Form typography */
416-
417-.showcase-text {
418- font-size: 0.875em;
419- /* 16x0.875=14 */
420-}
421-
422-.footer-item {
423- font-size: 0.75em;
424- /* 16x0.625=12 */
425-}
426-
427-/*- Layout
428--------------------------------------------------------------------------------------------------------- */
429-
430-.container {
431- clear: both;
432- margin: 0 auto;
433- padding: 0;
434- position: relative;
435- width: 980px;
436-}
437-
438-#top-nav {
439- margin:0 auto;
440- line-height: 2em;
441- height: 20px;
442-}
443-
444-.top-nav-item {
445- display:inline-block;
446- margin-right: 14px;
447- line-height:2em;
448-}
449-
450-#top-login {
451- display:inline-block;
452- margin-left:15px;
453-}
454-
455-.top-login-item {
456- display:inline-block;
457- padding:0 8px;
458- line-height:2em;
459-}
460-
461-#top-related {
462- float:right;
463- margin-right:2px;
464-}
465-
466-#main-nav {
467- float: left;
468- width: 770px;
469-}
470-
471-.main-nav-item {
472- margin: 5px 10px;
473- padding: 10px;
474-}
475-
476-.main-nav-item, .main-nav-item:visited {
477- border-right: 1px solid #EF7149;
478- border-bottom: 0;
479- border-top: 0;
480- color: #fff;
481- display: block;
482- float: left;
483- height: 70px;
484- line-height: 70px;
485- margin: 0px;
486- padding: 0 15px;
487- text-shadow: 1px 1px 1px #333;
488-}
489-
490-.main-nav-item.current, .main-nav-item:hover, .main-nav-item:active, .main-nav-item:focus {
491- background: url(../images/mainnav.png) 0 0 repeat
492-}
493-
494-#top-logo {
495- float: right;
496- margin: 5px 10px 5px 0px;
497- padding: 10px 10px 0px 0px;
498- width: 180px;
499-}
500-
501-#page-related {
502- background-image: none;
503- margin: 0 auto;
504- padding: 0 10px 10px;
505- position: relative;
506- width: 960px;
507-}
508-
509-#sub-nav-container {
510- height: 40px;
511- margin: 0 10px;
512- width: 940px;
513-}
514-
515- #sub-nav-container /* progressive */ {
516- -webkit-border-bottom-left-radius: 8px;
517- -webkit-border-bottom-right-radius: 8px;
518- -moz-border-radius-bottomleft: 8px;
519- -moz-border-radius-bottomright: 8px;
520- -webkit-box-shadow: 0px 1px 1px #ccc;
521- -moz-box-shadow: 0 1px 1px #DFDFDF;
522- }
523-
524-#sub-nav {
525- float: left;
526- padding: 0px 10px;
527-}
528-
529-.sub-nav-item {
530- margin: 5px 10px;
531- padding-right: 10px;
532-}
533-
534-.sub-nav-item, .sub-nav-item:visited {
535- color: #333;
536- display: block;
537- float: left;
538- line-height: 40px;
539- margin: 0px;
540- padding: 0 15px;
541-}
542-
543-.sub-nav-item.current, .sub-nav-item:hover, .sub-nav-item:active, .sub-nav-item:focus {
544- background-color: #efefef;
545- color: #DD4814;
546-}
547-
548-#pop-up-container {
549- float: left;
550- padding: 10px;
551-}
552-
553-#pop-up-text {
554- float: left
555-}
556-
557-#login-container {
558- float: left;
559- width: 620px;
560-}
561-
562-table.basic {
563- width:542px;
564- text-align:left;
565- padding:0 8px;
566- margin:20px auto;
567-}
568-
569-table.basic.wide {
570- width:100%;
571-}
572-
573-table.basic td, table.basic th {
574- padding:4px 8px;
575-}
576-
577-#searchbox-container {
578- float: right;
579- margin: 0px 10px 5px 0px;
580- padding: 0 0 0 10px;
581- width: auto;
582-}
583-
584-/* Form Layout */
585-form {
586- width: 542px;
587- margin: 0 auto;
588-}
589-
590-form ul.errorlist {
591- display: inline-block;
592- line-height: 1em;
593- vertical-align: top;
594-}
595-
596-form .error {
597- width: 184px; /* 224 - 30 */
598- height: 20px;
599- display: inline-block;
600- padding-left: 30px;
601- line-height: 1em;
602- vertical-align: top;
603- padding-top: 4px;
604-}
605-
606-form .help {
607- position: absolute;
608- z-index: 10;
609- right: 16px;
610- width: 20px;
611-}
612-
613-label {
614- display: block;
615- margin-bottom: 4px;
616-}
617-
618-label.inline {
619- display: inline-block;
620- vertical-align: middle;
621-}
622-
623-legend {
624- width: 100%;
625- position: relative;
626- padding: 8px;
627- margin: 0 -8px;
628-}
629-
630-legend span.supporting {
631- position: absolute;
632- right: 8px;
633-}
634-
635-fieldset {
636- position: relative;
637- margin-bottom: 16px;
638- padding: 8px;
639-}
640-
641-input[type="text"], input[type="password"], select, textarea {
642- width: 286px;
643- height: 20px;
644- margin-right: 16px;
645- margin-bottom: 8px;
646-}
647-
648-textarea, select[multiple="multiple"] {
649- min-width: 286px;
650- max-width: 286px;
651- min-height: 20px;
652- height: 100px;
653-}
654-
655-input[type="checkbox"], input[type="radio"] {
656- margin-top: 0px;
657- margin-bottom: 8px;
658-}
659-
660-input[type="text"]:focus, input[type="password"]:focus {
661- width: 284px;
662- height: 18px;
663-}
664-
665-input[type="text"].small, input[type="password"].small, select.small {
666- width: 134px;
667-}
668-
669-input[type="text"].small:focus, input[type="password"].small:focus, select.small:focus {
670- width: 132px;
671-}
672-
673-input[type="submit"] {
674- padding: 10px 8px;
675-}
676-/* END Form Layout */
677-
678-.showcase-item {
679- float: left;
680- margin: 5px 10px;
681- padding: 10px;
682- width: 280px;
683-}
684-
685-.showcase-heading {
686- margin: 5px 0px 10px;
687- width: 280px;
688-}
689-
690-.showcase-subheading {
691- margin: 5px 0px 10px;
692- width: 280px;
693-}
694-
695-.showcase-text {
696- margin: 5px 0px 10px;
697- width: 280px;
698-}
699-
700-.showcase-figure {
701- float: left;
702- margin: 5px 10px;
703- padding: 10px;
704- position: relative;
705- width: 600px;
706-}
707-
708-.showcase-img {
709- display: block;
710- margin: 0px;
711- padding: 0px;
712- position: relative;
713- width: 600px;
714-}
715-
716-.showcase-caption {
717- position: absolute;
718- bottom: 0px;
719- left: 0px;
720- margin: 0px 10px 10px;
721- padding: 10px;
722- width: 580px;
723-}
724-
725-#showcase-nav {
726- clear: both;
727- margin: 5px 10px;
728- padding: 0px 10px;
729- width: 920px;
730-}
731-
732- #showcase-nav /* progressive */ {
733- -webkit-border-radius: 8px;
734- -moz-border-radius: 8px;
735- -moz-box-shadow: 0px 1px 1px #dfdfdf;
736- -webkit-box-shadow: 0px 1px 1px #ccc;
737- }
738-
739-.showcase-nav-item {
740- padding-right: 10px
741-}
742-
743-.showcase-nav-item, .showcase-nav-item:visited {
744- color: #333;
745- display: block;
746- float: left;
747- line-height: 40px;
748- margin: 0 1px;
749- padding: 0 15px;
750-}
751-
752-.showcase-nav-item:hover, .showcase-nav-item:active, .showcase-nav-item:focus {
753- border: 1px solid #ddd;
754- border-top: 0px solid;
755- border-bottom: 0px solid;
756- background-color: #efefef;
757- color: #DD4814;
758- margin: 0;
759-}
760-
761-.main-content {
762- clear: both;
763- float: left;
764- margin: 5px 10px;
765- padding: 10px;
766- width: 920px;
767-}
768-
769-.minor-content {
770- float: left;
771- margin: 5px 10px;
772- padding: 10px;
773- width: 440px;
774-}
775-
776-.side-content {
777- float: left;
778- margin: 5px 10px;
779- padding: 10px;
780- width: 280px;
781-}
782-
783-.sub-content {
784- float: left;
785- margin: 5px 10px;
786- padding: 10px;
787- width: 120px;
788-}
789-
790-p {
791- padding: 5px 0px 10px
792-}
793-
794-.divide {
795- border: 0px solid;
796- clear: both;
797- font-size: 0px;
798- height: 1px;
799- margin: -1px 0px 0px;
800-}
801-
802-.divide-showcase {
803- border: 0px solid;
804- clear: both;
805- font-size: 0px;
806- height: 1px;
807- margin: -1px 0px 25px;
808-}
809-
810-#blog-posts {
811- float: left;
812- margin: 5px 10px;
813- padding: 10px;
814- width: 600px;
815-}
816-
817-.blog-post {
818- clear: both;
819- margin-bottom: 10px;
820- padding-bottom: 10px;
821-}
822-
823-.post-figure {
824- float: right;
825- margin: 10px 0px 10px 10px;
826- padding: 0px;
827- position: relative;
828- width: 260px;
829-}
830-
831-.post-img {
832- display: block;
833- margin: 0px;
834- padding: 0px;
835- position: relative;
836- width: 260px;
837-}
838-
839-.post-img-caption {
840- position: absolute;
841- bottom: 0px;
842- left: 0px;
843- padding: 10px;
844- width: 240px;
845-}
846-
847-.comments-count {
848- clear: both;
849- display: block;
850- font-style: italic;
851- color: #999;
852- text-align: right;
853-}
854-
855-#blog-aside {
856- float: left;
857- margin: 5px 10px;
858- padding: 0px;
859- width: 300px;
860-}
861-
862-.widgets-aside {
863- float: left;
864- margin: 5px 0px 15px;
865- padding: 10px;
866- width: 280px;
867-}
868-
869- .widgets-aside /* progressive */ {
870- -webkit-border-radius: 8px;
871- -moz-border-radius: 8px;
872- -moz-box-shadow: 0px 1px 1px #dfdfdf;
873- -webkit-box-shadow: 0px 1px 1px #ccc;
874- }
875-
876-.pagination {
877- clear: both;
878- text-align: center;
879-}
880-
881-.footer-content {
882- float: left;
883- margin: 5px 10px;
884- padding: 10px;
885- width: 120px;
886-}
887-
888- .footer-content dd {
889- margin-bottom: 15px
890- }
891-
892-.foot-note {
893- clear: both;
894- margin: 15px 10px 0px;
895- padding: 10px;
896- width: 920px;
897-}
898-
899-.plugin {
900- margin: 0 -10px;
901- padding: 0px;
902- width: 980px;
903-}
904-
905-/*- Decoration
906--------------------------------------------------------------------------------------------------------- */
907-
908-body {
909- background: url("../images/dotted.png") repeat scroll 0 0 #FFFFFF;
910- color: #333333;
911-}
912-
913-#top-nav {
914- background-color:#ffffff;
915-}
916-
917-.top-nav-item, .top-nav-item:visited {
918- color:#333333;
919-}
920-
921-.top-nav-item:hover {
922- text-decoration: underline;
923-}
924-
925-.top-login-item {
926- color:#dd4814;
927-}
928-
929-.top-login-item:hover {
930- text-decoration: underline;
931-}
932-
933-#page-header {
934- background: url("../images/header.png") repeat-x scroll 0 0 #DD4814;
935- height: 70px;
936-}
937-
938- #page-header .container {
939- background: url("../images/header.png") repeat-x scroll 0 0 #DD4814
940- }
941-
942-#top-logo {
943- color: #fff;
944- line-height: 1.5em;
945- text-align: right;
946-}
947-
948-#the-logo {
949- background: url("http://www.ubuntu.com/sites/default/themes/ubuntu10/logo.png");
950- width: 118px;
951- height: 27px;
952- display: block;
953- clear: both;
954- float: right
955-}
956-
957-#loco {
958- clear: both;
959- display: block;
960- float: right;
961- color: #fff;
962-}
963-
964-#main-nav {
965- border-left: 1px solid #EF7149;
966- z-index: 10;
967-}
968-
969-#page-related {
970- background-color: #FFFFFF
971-}
972-
973-#sub-nav-container {
974- background-color: #F7F7F7;
975- border-bottom-left-radius: 8px;
976- border-bottom-right-radius: 8px;
977-}
978-
979-#pop-up-text {
980- font-weight: bold;
981- line-height: 20px;
982- padding: 0px 5px;
983-}
984-
985-.login-label {
986- height: 16px;
987- margin: 7px 0px 7px 9px;
988- padding: 3px;
989-}
990-
991-#username, #password {
992- background-color: #f0f0f0;
993- border: 1px solid #CCCCCC;
994- height: 16px;
995- margin: 7px 0px 7px 9px;
996- padding: 3px;
997- width: 110px;
998-}
999-
1000-#login {
1001- background-color: #f0f0f0;
1002- border: 1px solid #CCCCCC;
1003- height: 24px;
1004- margin: 7px 9px 7px 7px;
1005- padding: 2px;
1006-}
1007-
1008-#login:hover {
1009- background-color: #f7f7f7;
1010- border: 1px solid #DD4814;
1011-}
1012-
1013-#join:hover, #join:active, #join:focus {
1014- color: #DD4814;
1015- text-shadow: 1px 1px 2px #999;
1016-}
1017-
1018-#join, #join:visited {
1019- color: #333
1020-}
1021-
1022-/* Form decoration */
1023-form ul {
1024- list-style-type: none;
1025-}
1026-
1027-form .error {
1028- background-image: url('../images/error.png');
1029- background-repeat: no-repeat;
1030-}
1031-
1032-form .help {
1033- background-image: url('../images/help.png');
1034- background-repeat: no-repeat;
1035-}
1036-
1037-form .smalltext {
1038- color: #333333;
1039-}
1040-
1041-label {
1042- color: #333333;
1043-}
1044-
1045-label.required:after {
1046- color: #DD4814;
1047- content: " *";
1048-}
1049-
1050-legend {
1051- background-color: #aea79f;
1052- color: #ffffff;
1053-}
1054-
1055-legend span.supporting {
1056- color: #ffffff;
1057-}
1058-
1059-legend span.supporting:before {
1060- color: #DD4814;
1061- content: "* ";
1062-}
1063-
1064-fieldset {
1065- background-color: #dfdcd9;
1066-}
1067-
1068-input[type="text"], input[type="password"], select, textarea {
1069- color: #333333;
1070- border: 1px solid #ccc1c1;
1071- background-color: white;
1072-}
1073-
1074-input[type="submit"][disabled="disabled"], input[type="submit"][disabled="disabled"]:hover {
1075- background-color:#AEA79F;
1076- text-shadow: none;
1077-}
1078-
1079-input[type="text"]:focus, input[type="password"]:focus {
1080- border: 2px solid #dd4814;
1081- color: #333333;
1082-}
1083-
1084-select:focus {
1085- border: 2px solid #dd4814;
1086- color: #333333;
1087-}
1088-
1089-input[type="text"].error, input[type="password"].error, select.error {
1090- border: 2px solid #dd4814;
1091- color: #dd4814;
1092-}
1093-
1094-input[type="submit"] {
1095- border-radius: 4px;
1096- background: #dd4814 url('../images/gradient.png') repeat-x;
1097- color: #ffffff;
1098- border: none;
1099- text-shadow: black 0px 1px 2px;
1100-}
1101-
1102-input[type="submit"]:hover {
1103- background-color: #b83a0f;
1104-}
1105-
1106-input[type="submit"]:active {
1107- background-color: #962d0c;
1108-}
1109-/* END Form decoration */
1110-
1111-
1112-FORM.search_form INPUT, #searchbox {
1113- background-color: #f0f0f0;
1114- border: 1px solid #CCCCCC;
1115- height: 16px;
1116- margin: 7px 0px 7px 9px;
1117- padding: 3px;
1118- width: 180px;
1119-}
1120-
1121-FORM.search_form INPUT, #searchbox:focus {
1122- background-color: #f7f7f7;
1123- border: 1px solid #DD4814;
1124-}
1125-
1126-#go-search {
1127- background-color: #f0f0f0;
1128- border: 1px solid #CCCCCC;
1129- height: 24px;
1130- margin: 7px 9px 7px 0px;
1131- padding: 2px;
1132-}
1133-
1134-#go-search:hover {
1135- background-color: #f7f7f7;
1136- border: 1px solid #DD4814;
1137-}
1138-
1139-#more-search:hover, #more-search:active, #more-search:focus {
1140- background-color: #f7f7f7;
1141- border: 1px solid #DD4814;
1142- color: #DD4814;
1143- text-shadow: 1px 1px 2px #999;
1144-}
1145-
1146-#more-search, #more-search:visited {
1147- background-color: #f0f0f0;
1148- border: 1px solid #CCCCCC;
1149- color: #333;
1150- height: 16px;
1151- margin: 7px 7px 7px 0px;
1152- padding: 1px 3px;
1153-}
1154-
1155-table.basic thead {
1156- background-color:#aea79f;
1157-}
1158-
1159-table.basic tfoot, table.basic tr.subsection {
1160- background-color:#dfdcd9;
1161-}
1162-
1163-table.basic tbody tr {
1164- border-bottom:1px dotted #cccccc;
1165-}
1166-
1167-table.basic thead th {
1168- color:#ffffff;
1169-}
1170-
1171-table.basic tfoot td, table.basic tbody td {
1172- color:#333333;
1173-}
1174-
1175-table.basic thead a {
1176- color:#ffffff;
1177-}
1178-
1179-table.basic tfoot a {
1180- color:#333333;
1181-}
1182-
1183-table.basic tbody a {
1184- color:#dd4814;
1185-}
1186-
1187-.showcase-caption {
1188- background-color: #000;
1189- background-color: rgba(0,0,0,0.4);
1190- color: #fff;
1191-}
1192-
1193-#showcase-nav {
1194- background-color: #f7f7f7;
1195- border-radius: 8px;
1196- box-shadow: 0px 1px 1px #dfdfdf;
1197- height: 40px;
1198-}
1199-
1200-#main-section .container {
1201- background-color: #fff;
1202- background-image: none;
1203- padding: 0px 10px 10px;
1204- position: relative;
1205- width: 960px;
1206-}
1207-
1208-.alone, .leading, .aggregator {
1209- background-color: #f7f7f7;
1210- border-radius: 8px;
1211- box-shadow: 0px 1px 1px #dfdfdf;
1212- float: left;
1213-}
1214-
1215- .alone, .leading, .aggregator /* progressive */ {
1216- -webkit-border-radius: 8px;
1217- -moz-border-radius: 8px;
1218- -moz-box-shadow: 0px 1px 1px #dfdfdf;
1219- -webkit-box-shadow: 0px 1px 1px #ccc;
1220- }
1221-
1222- .aggregator .first {
1223- margin-left: 0px
1224- }
1225-
1226- .aggregator .last {
1227- margin-right: 0px
1228- }
1229-
1230-.aggregator {
1231- margin: 5px 10px
1232-}
1233-
1234-.post-header {
1235- border-bottom: 1px dotted #333333;
1236- margin-bottom: 10px;
1237- padding-bottom: 5px;
1238-}
1239-
1240-.post-meta {
1241- color: #999;
1242- font-size: 0.85em;
1243- font-style: italic;
1244-}
1245-
1246-.post-title-link:hover, .post-title-link:active, .post-title-link:focus {
1247- color: #DD4814;
1248- text-shadow: 1px 1px 2px #999;
1249-}
1250-
1251-.post-title-link, .post-title-link:visited {
1252- color: #333
1253-}
1254-
1255-.post-img-caption {
1256- background-color: #000;
1257- background-color: rgba(0,0,0,0.4);
1258- color: #fff;
1259-}
1260-
1261-.pagination {
1262- border-top: 1px solid #333;
1263- color: #fff;
1264- margin-top: 15px;
1265- padding-top: 15px;
1266-}
1267-
1268-.pagination-item {
1269- border-bottom: 1px solid #333;
1270- color: #333;
1271- margin-right: 5px;
1272- padding: 2px 6px;
1273-}
1274-
1275-.pagination-item:hover {
1276- border-bottom: 1px solid #DD4814;
1277- background-color: #f7f7f7;
1278- color: #DD4814;
1279-}
1280-
1281-.pagination-item.current {
1282- background-color: #f7f7f7;
1283- border-bottom: 1px solid #333;
1284- color: #333;
1285- font-weight: bold;
1286-}
1287-
1288-.widgets-aside {
1289- background-color: #f7f7f7;
1290- border-radius: 8px;
1291- box-shadow: 0px 1px 1px #dfdfdf;
1292-}
1293-
1294-.widget-links {
1295- list-style: none
1296-}
1297-
1298-.a-item {
1299- display: block;
1300- margin-top: 3px;
1301-}
1302-
1303-.side-link:hover, .side-link:active, .side-link:focus {
1304- background-color: #fff;
1305- border-right: 3px solid #DD4814;
1306- color: #DD4814;
1307- text-decoration: none;
1308-}
1309-
1310-.side-link, .side-link:visited {
1311- color: #333333;
1312- display: block;
1313- padding-right: 3px;
1314-}
1315-
1316-#login-widget {
1317- text-align: center
1318-}
1319-
1320-#page-footer {
1321- background: url("../images/footer.png") repeat-x scroll 0 0 #EEECEA
1322-}
1323-
1324- #page-footer .container {
1325- background: url("../images/footer.png") repeat-x scroll 0 0 #EEECEA;
1326- padding: 0px 10px;
1327- width: 960px;
1328- }
1329-
1330- #page-footer .container div.copyright {
1331- font-size: 10px;
1332- line-height: 14px;
1333- color: #aea79f;
1334- }
1335-
1336-.footer-links {
1337- list-style: none
1338-}
1339-
1340-.footer-item {
1341- border-bottom: 1px dotted #333;
1342- display: block;
1343- margin-top: 3px;
1344-}
1345-
1346-.foot-note {
1347- color: #999;
1348- font-style: italic;
1349-}
1350-
1351-.footer-link:hover, .footer-link:active, .footer-link:focus {
1352- color: #DD4814;
1353- text-decoration: underline;
1354-}
1355-
1356-.footer-link, .footer-link:visited {
1357- color: #333333
1358-}
1359-
1360-.footer-link-main:hover, .footer-link-main:active, .footer-link-main:focus {
1361- color: #DD4814;
1362- text-decoration: underline;
1363-}
1364-
1365-.footer-link-main, .footer-link-main:visited {
1366-
1367-}
1368-
1369-/*- Forum Decoration [Demo]
1370--------------------------------------------------------------------------------------------------------- */
1371-
1372-.forum-title {
1373- background-color: #efefef;
1374- margin: 10px 0px;
1375- padding: 20px;
1376-}
1377-
1378-.forum-item {
1379- border-top: 1px dotted #999
1380-}
1381-
1382-.cat-title, .sub-sections {
1383- font-size: 0.75em;
1384- /* 16x0.75 =12 */
1385-}
1386-
1387-.latest, .post-count {
1388- font-size: 0.75em;
1389- /* 16x0.75 =12 */ line-height: 1.2em;
1390-}
1391-
1392-.cat-title, .post-count, .latest {
1393- padding: 10px;
1394- vertical-align: middle;
1395-}
1396-
1397-.forum-title-link:hover, .forum-title-link:active, .forum-title-link:focus {
1398- color: #DD4814;
1399- text-shadow: 1px 1px 2px #999;
1400-}
1401-
1402-.forum-title-link, .forum-title-link:visited {
1403- color: #333
1404-}
1405-
1406-.status {
1407- background-color: #efefef;
1408- padding: 10px 5px;
1409- vertical-align: middle;
1410- width: 30px;
1411-}
1412-
1413-.latest {
1414- width: 180px
1415-}
1416-
1417-.post-count {
1418- width: 120px
1419-}
1420-
1421-.sub-sections {
1422- background-color: #efefef;
1423- padding: 5px 10px 10px;
1424-}
1425-
1426-.post-count {
1427- background-color: #efefef
1428-}
1429-
1430-.count {
1431- display: block;
1432- font-style: italic;
1433-}
1434-
1435-/* KuZeKo web@kuzeko.com
1436--------------------------------------------------------------------------------------------------------- */
1437
1438=== removed file 'themes/ubuntu/static/newstyle.css'
1439--- themes/ubuntu/static/newstyle.css 2011-07-07 15:11:11 +0000
1440+++ themes/ubuntu/static/newstyle.css 1970-01-01 00:00:00 +0000
1441@@ -1,592 +0,0 @@
1442-/*
1443- * newstyle.css
1444- *
1445- * Base style for the LoCo Directory. This is an implementation
1446- * of the ( at the time of this writing ) new Ubuntu branding.
1447- *
1448- * Author: Michael Hall ( mhall119 )
1449- * Author: Paul Tagliamonte ( paultag )
1450- */
1451-
1452-h1.centered {
1453- text-align: center;
1454-}
1455-
1456-a {
1457- color: #DD4814;
1458-}
1459-
1460-a:visited {
1461- color: #b12a10;
1462-}
1463-
1464-th.form-item-label {
1465- vertical-align: top;
1466-}
1467-
1468-td.no-wrap {
1469- white-space: nowrap;
1470-}
1471-
1472-/*
1473-label {
1474- font-weight: bold;
1475- white-space: nowrap;
1476-}
1477-*/
1478-
1479-.minor-content.venue-map {
1480- min-height: 350px;
1481- margin-top: 60px;
1482-}
1483-
1484-#main-content {
1485- margin-right: 20px;
1486-}
1487-
1488-li.col_left {
1489- float: left;
1490- width: 45%;
1491- clear: left;
1492-}
1493-
1494-li.col_right {
1495- float: right;
1496- width: 45%;
1497- clear: right;
1498-}
1499-
1500-li.approved {
1501- list-style-image: url(../img/approved.png); /* Colorful Ubuntu Logo */
1502-}
1503-
1504-li.unapproved {
1505- list-style-image: url(../img/unapproved.png); /* Grey Ubuntu Logo */
1506-}
1507-
1508-ol.agenda-list, .agenda-list ol, .agenda-list li {
1509- padding: 2px 10px !important;
1510-}
1511-
1512-.relative {
1513- position: relative;
1514-}
1515-
1516-br.clear {
1517- clear: left;
1518-}
1519-
1520-#main-content .object-detail {
1521- -moz-border-radius: 15px;
1522- -webkit-border-radius: 15px;
1523-
1524- border: 2px solid #ccc;
1525- border-bottom: 4px solid #bbb;
1526- border-right: 4px solid #bbb;
1527- border-top: 2px solid #ddd;
1528- min-height: 500px;
1529- text-align: left;
1530-}
1531-
1532-#main-content .object-detail #options-left ul {
1533- position: relative;
1534- left: -60px;
1535-}
1536-
1537-#main-content .object-detail #options-right ul {
1538- position: relative;
1539-}
1540-
1541-#main-content .object-detail #options-left li {
1542- float: left;
1543- margin-left: 5px;
1544- display: inline;
1545-}
1546-
1547-#main-content .object-detail #options-right li {
1548- float: right;
1549- margin-right: 5px;
1550- text-align: right;
1551- display: inline;
1552-}
1553-
1554-#main-content .object-detail .option {
1555- width: 32px;
1556- height: 32px;
1557- display: block;
1558- text-decoration: none;
1559-}
1560-
1561-#main-content .object-detail a.goback {
1562- background: transparent url('../img/goback.png') no-repeat scroll top right;
1563-}
1564-
1565-#main-content .object-detail a.edit {
1566- background: transparent url('../img/edit.png') no-repeat scroll top right;
1567-}
1568-
1569-#main-content .object-detail a.delete {
1570- background: transparent url('../img/delete.png') no-repeat scroll top right;
1571-}
1572-
1573-#main-content .object-detail a.add-team-event {
1574- background: transparent url('../img/new_event.png') no-repeat scroll top right;
1575-}
1576-
1577-#main-content .object-detail a.add-comment {
1578- background: transparent url('../img/comment.png') no-repeat scroll top right;
1579-}
1580-
1581-.resource {
1582- width: 32px;
1583- height: 32px;
1584- padding: 2px;
1585- margin-top: 4px;
1586- margin-bottom: 3px;
1587- float: left;
1588- border: 1px white solid;
1589-}
1590-
1591-#main-content .resource:hover {
1592- border: 1px #eee solid;
1593-}
1594-
1595-#page-footer .container div.copyright {
1596- font-size: 0.75em;
1597- line-height: 1.5em;
1598-}
1599-
1600-#page-footer .container div.loggedin {
1601- font-size: 0.75em;
1602- line-height: 1.5em;
1603- float: left;
1604- width: 400px;
1605- margin-bottom: 10px;
1606- margin-top: 5px;
1607-}
1608-
1609-#page-footer .container div.lang_switcher {
1610- font-size: 0.75em;
1611- line-height: 1.5em;
1612- float: right;
1613- margin-bottom: 10px;
1614- margin-top: 5px;
1615- margin-right: 14px;
1616-}
1617-
1618-.team-event-nav {
1619- border-bottom: 1px gray solid;
1620- list-style: none;
1621- padding: 1px 0px 1px 5px;
1622- margin: 5px 0px 5px 0px;
1623-}
1624-
1625-.team-event-nav li {
1626- list-style: none;
1627- margin: -1px 2px 0px 3px;
1628- padding: 0px;
1629- display: inline;
1630-}
1631-
1632-.message .content-shim {
1633- margin: 0px; /* buffer the bulb in */
1634- padding: 5px; /* un-suck the text */
1635- background-repeat: no-repeat;
1636- background-image: url(../img/infobox-icon.png);
1637- padding-left: 30px; /* infobox icon is 22x22 */
1638-}
1639-
1640-.message {
1641- width: 70%;
1642- margin-left: auto;
1643- margin-right: auto;
1644- background-color: #FFFFB6;
1645- border-radius: 0px;
1646- box-shadow: 0px 1px 1px #FFE4B6;
1647-}
1648-
1649-.message { /* noncss 3. XXX: remove me in 20 years. */
1650- -webkit-border-radius: 8px;
1651- -moz-border-radius: 8px;
1652- -moz-box-shadow: 0px 0px 1px #FFE4B6;
1653- -webkit-box-shadow: 0px 0px 1px #FFE4B6;
1654-}
1655-
1656-/* UI Errors ( To yell at the user when they don't fill out a form ) */
1657-
1658-/*
1659-ul.errorlist {
1660- margin: 0px;
1661- padding: 0px;
1662-}
1663-
1664-.errorlist li {
1665- color: red;
1666- font-weight: bold;
1667- display: block;
1668- font-size: 1.1em;
1669- margin: 0px 0px 3px;
1670- padding: 4px 5px;
1671-}
1672-*/
1673-
1674-
1675-/* Flickr Feed for Global Event */
1676-
1677-.thumbs {
1678- margin: 0px;
1679- padding: 0px;
1680- overflow: hidden;
1681-}
1682-
1683-.thumbs li {
1684- list-style: none;
1685- float: left;
1686- margin: 5px;
1687- padding: 3px;
1688- background: #eee;
1689- -moz-box-shadow: 0px 0px 4px #444;
1690- -webkit-box-shadow: 0px 0px 2px #000;
1691-}
1692-
1693-.thumbs li a { }
1694-.thumbs li img { display: block; }
1695-.thumbs li a img { border: none;}
1696-
1697-aside#top-nav {
1698- width: 980px;
1699-}
1700-
1701-header#page-header {
1702- width: 960px;
1703- margin: 0px auto;
1704- padding: 0px 10px;
1705- position: relative;
1706-}
1707-
1708-footer#page-footer {
1709- width: 960px;
1710- margin: 0px auto;
1711- padding: 0px 10px;
1712- position: relative;
1713-}
1714-
1715-#page-footer div.container { width: 940px; }
1716-
1717-
1718-
1719-/*#venue-list ul,*/
1720-.venue-list{
1721- overflow:auto;
1722-}
1723-
1724-
1725-.venue-list h3 {
1726- color: #333;
1727- padding: 10px 0px 10px 10px;
1728- background: white url(/ubuntu-website/media/images/dotted.png) repeat scroll 0px 0px;
1729- margin-bottom: 0;
1730-}
1731-
1732-.venue-list ul {
1733- display: block;
1734- float: left;
1735- list-style-image: none;
1736- list-style-type: none;
1737- padding: 4px 0px 5px 5px;
1738- text-indent: 0px;
1739- width: 915px;
1740- background-color:#F7F7F7;
1741-}
1742-
1743-.venue-list ul li {
1744- list-style-image: none;
1745- list-style-type: none;
1746- text-indent: 0px;
1747- width: 200px;
1748- margin-right: 22px;
1749- margin-bottom: 5px;
1750- padding-left: 5px;
1751- float: left;
1752- font-size:12px;
1753-}
1754-
1755-.venue-list ul li h3{
1756- padding: 0px;
1757- background:#f7f6f5;
1758- margin: 0px;
1759- color: #333;
1760- padding: 4px 0px;
1761-}
1762-
1763-
1764-.venue-list ul li p{
1765- font-size: 12px;
1766- line-height: 16px;
1767- margin: 0px;
1768- padding: 0px;
1769-}
1770-
1771-.venue-list ul li p a{
1772- border-bottom: 1px dotted #333;
1773- clear: both;
1774- display: block;
1775- float: none;
1776- padding: 5px 0px 3px;
1777-}
1778-
1779-#site_search_form {
1780- width: auto;
1781-}
1782-#site_search_form input#id_q {
1783- background-color: #F0F0F0;
1784- border: 1px solid #CCCCCC;
1785- height: 16px;
1786- margin: 7px 0 7px 9px;
1787- padding: 3px;
1788- width: 180px;
1789-}
1790-
1791-form[name="lang-switcher"] {
1792- width: auto;
1793-}
1794-
1795-select[name="lang"] {
1796- background: auto;
1797- border: auto;
1798- width: auto;
1799- height: auto;
1800- font-size: 1em;
1801- margin: 0;
1802-}
1803-
1804-/* TODO: date_begin and date_end should have class .small */
1805-#id_date_begin_0, #id_date_begin_1, #id_date_end_0, #id_date_end_1 {
1806- width: 134px;
1807-}
1808-#id_date_begin_0:focus, #id_date_begin_1:focus, #id_date_end_0:focus, #id_date_end_1:focus {
1809- width: 132px;
1810-}
1811-/*
1812-.form {
1813- width: 500px;
1814- float:left;
1815-}
1816-
1817-.form div{
1818- padding-top:2px;
1819- padding-bottom:2px;
1820-}
1821-
1822-.form div span.help{
1823- font-size:20px;
1824- color: #DD4814;
1825- cursor:pointer;
1826- vertical-align: top;
1827- display:inline;
1828-
1829-}
1830-
1831-.form input[type="text"], .form textarea, .form select {
1832- padding: 5px;
1833- width: 200px;
1834- margin: 0px 0px 5px 0px;
1835- border: 1px solid #ccc;
1836-}
1837-
1838-.form input[type="text"] {
1839- margin-right: 10px;
1840-}
1841-
1842-.form input[type="checkbox"] {
1843- width: 200px;
1844- height:35px;
1845- margin: 0px 0px 5px 0px;
1846-}
1847-
1848-.form div div.field {
1849- float: left;
1850- padding-top: 5px;
1851-}
1852-
1853-.form div.approved, .form div.approved_date, .form div.expires_date {
1854- height:30px;
1855-}
1856-
1857-.form span.extra {
1858- float: left;
1859- padding-top: 5px;
1860- font-size:0.8em;
1861-}
1862-
1863-.form div div.field label{
1864- float: left;
1865- padding-right: 10px;
1866- width: 170px;
1867- font-size: 0.8em;
1868- text-align: right;
1869- font-weight:normal;
1870-}
1871-
1872-.form div span.required {
1873- font-size:20px;
1874- color: red;
1875- margin-left:5px;
1876- vertical-align: top;
1877- display:inline;
1878-}
1879-
1880-.form textarea {
1881- height: 90px;
1882- width: 270px;
1883-}
1884-
1885-
1886-.form select:focus, .form textarea:focus, .form input:focus {
1887- border: 1px solid #900;
1888-}
1889-
1890-.form input.submit-button {
1891- padding-left: 20px;
1892- padding-right: 20px;
1893- float: right;
1894- margin-right: 50px;
1895-}
1896-
1897-.form ul.errorlist {
1898- margin: 0px;
1899- padding: 0px;
1900-}
1901-
1902-.form .errorlist li {
1903- color: red;
1904- font-weight: bold;
1905- display: block;
1906- font-size: 0.8em;
1907- margin: 0px 130px 3px;
1908- padding: 4px 5px;
1909-}
1910-*/
1911-
1912-.attendee-cell {
1913- padding-top:10px;
1914-}
1915-
1916-.attendee-mugshot {
1917- vertical-align: middle;
1918-}
1919-
1920-.agenda-list {
1921- list-style-type: decimal;
1922-}
1923-
1924-.agenda-list .agenda-list {
1925- margin-left: 20px;
1926- list-style-type: lower-alpha;
1927-}
1928-
1929-.agenda-list .agenda-list .agenda-list {
1930- list-style-type: lower-roman;
1931-}
1932-
1933-.agenda-list .agenda-list .agenda-list .agenda-list {
1934- list-style-type: circle;
1935-}
1936-
1937-.agenda-title {
1938- font-weight: bold;
1939-}
1940-
1941-.agenda-description {
1942- margin-left: 30px;
1943- font-size: 0.9em;
1944-}
1945-
1946-#webchat {
1947- display: none;
1948- width: 900px;
1949- margin: 0 auto;
1950-}
1951-
1952-#ircchat {
1953- display: block;
1954- width: 900px;
1955- margin: 0 auto;
1956-}
1957-
1958-#locobranding {
1959- width: 96px;
1960- height: 96px;
1961- position: absolute;
1962- right: 10px;
1963-}
1964-
1965-/* My Teams style */
1966-h2.dynamic-width {
1967- display: inline-block;
1968- margin-bottom: 0;
1969-}
1970-
1971-.resources {
1972- font-size: 0.75em;
1973- float: right;
1974- margin-top: 21px;
1975-}
1976-
1977-.resources a {
1978- margin-left: 8px;
1979-}
1980-
1981-.photo a {
1982- display: inline-block;
1983- padding: 7px;
1984-}
1985-
1986-.photo img {
1987- width: 75px;
1988-}
1989-
1990-.main-content-split {
1991- width:450px;
1992- margin-top: 15px;
1993-}
1994-
1995-.main-content-split.left {
1996- float: left;
1997-}
1998-
1999-.main-content-split.right {
2000- float: right;
2001-}
2002-
2003-.main-content-split.left .title {
2004- font-size: 0.875em;
2005-}
2006-
2007-.main-content-split.left .new {
2008- float: right;
2009- font-size: 0.75em;
2010-}
2011-
2012-.event-summary {
2013- margin-top:15px;
2014-}
2015-
2016-hr.no-top {
2017- margin: 0 0;
2018-}
2019-
2020-img.bottom {
2021- vertical-align: bottom;
2022-}
2023-
2024-ul.indent {
2025- list-style: none;
2026- background-color: #F7F7F7;
2027- padding: 2px 2px 2px 15px;
2028-}
2029-
2030-ul.indent li {
2031- line-height:1.2em;
2032- margin: 0.5em 0;
2033-}
2034
2035=== modified file 'themes/ubuntu/theme.conf'
2036--- themes/ubuntu/theme.conf 2011-07-22 12:52:43 +0000
2037+++ themes/ubuntu/theme.conf 2012-05-10 19:16:22 +0000
2038@@ -1,6 +1,5 @@
2039 [theme]
2040 inherit = basic
2041-stylesheet = default.css
2042 pygments_style = none
2043
2044 [options]

Subscribers

People subscribed via source and target branches