X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=static%2Fubuntu%2Fubuntu.css;h=c8e9fd9f492d4c8c4cd09132f7f5f4d776034f1b;hb=c8dfb3a8da10790d7769ee6fdc6ff20d7aadeacb;hp=f80d9fda1e2713011f9d16f51f016b63e89266a1;hpb=d2feffced1b7f39f2e67fdd736d2cfbcf84b9e45;p=deb%2Fpackages.git diff --git a/static/ubuntu/ubuntu.css b/static/ubuntu/ubuntu.css index f80d9fd..c8e9fd9 100644 --- a/static/ubuntu/ubuntu.css +++ b/static/ubuntu/ubuntu.css @@ -37,32 +37,6 @@ body horribly under narrow viewports */ } -#outerColumnContainer -{ - background-color: #fff; - border-style: solid; - border-width: 0 18em 0 0; /* side border widths must equal the - widths of the left and right columns. - */ - border-right-color: #fff; /* right hand column background color */ - color: #000; - z-index: 1; -} -* html #outercolumncontainer -{ - /* IE5.0/Win fix for 1px whitespace between masthead and body. - * The case-incorrect selector is on purpose. IE5.0 and IE5.5 are - * case insensitive and I'm targeting IE 5.0. 5.5 doesn't get hurt - * by this extra margin work. - */ - margin-top: -1px; - border-top: solid 1px #fff; -} -#innerColumnContainer -{ - width: 100%; - z-index: 2; -} html[xmlns] .mozclear { /* this selector should be valid CSS, but Opera 7.5 (and above) will pick @@ -75,28 +49,7 @@ html[xmlns] .mozclear border-color: transparent; margin-bottom: -1px; } -#rightColumn, #contentColumn -{ - float: left; - overflow: visible; /* fix for IE italics bug */ - position: relative; - z-index: 10; -} -#rightColumn -{ - float: right; /* doesn't have to be floated right, but if using some - original skidoo tweaks, you need it this way */ - margin: 0 -18em 0 1px; - width: 18em; -} -#rightColumn .inside -{ - font-size: 100%; /* because the parent element ( #rightColumn ) - defines its width in EMs, we can't change the font - size in that selector, otherwise the column won't use - the entire width reserved for the column */ -} -#contentColumn +#content { margin: 0 -1px 0 0; /* required to get the negative margin-based layout to work. if #contentColumn does not @@ -107,43 +60,23 @@ html[xmlns] .mozclear } #footWrapper { - background: url(footer-bg.png); - background-repeat: repeat-x; - border-bottom: 2px solid #583D1E; + background-color: #dbba75; + border-bottom: 2px solid #000; } #footer { - color: #5B4832; - background-image: url(footer-image2.png); - background-repeat: repeat-y; - background-position: left top; position: relative; text-align: center; padding: 10px; } -#prefooter +#fineprint { color: #5B4832; - text-align: center; -} - -#prefooter .bordertop -{ - border-top: 1px dotted #C1B496; + background-color: #dbba75; } -#extranav -{ - margin: 0; - border-bottom: 1px dotted #C1B496; -} - -#extranav a, #extranav a:visited, #prefooter a, #prefooter a:visited { color: #2e2003;} /* darker brown */ -#extranav a:hover, #prefooter a:hover {color: #800000; } /* ubuntu dark brown */ - - html>body #footer { padding-bottom: 1.01em; /* attempt to fix Gecko engine's rounding errors @@ -183,64 +116,22 @@ p, h1, h2, h3, h4, h5, h6 } #footer { + margin-top: 1em; padding: .3em; /* ditto from above */ } -#pageWrapper, #innerColumnContainer, #masthead, #footer +#pageWrapper, #masthead, #footer { border-color: #000; /* one-stop control of border color used within the layout */ } -#outerColumnContainer -{ - border-top-color: #000; /* should match the above border color */ -} - -/* navigation elements */ -#rightColumn ul -{ - list-style: none; - margin: 0; - padding: 0; - color: #696969; -} -#rightColumn li { - margin-bottom: 0px; /* Overwrite plone,css settings */ -} -#rightColumn #navigation_links li -{ - padding: 0 0 .3em 20px; - font-size: 120%; -} -#rightColumn #navigation_news li -{ - padding: 0 .3em .3em 20px; -} -#rightColumn a -{ - text-decoration: none; - color: black; - font-weight: bold; -} -#rightColumn li.active -{ - background-image: url(little-u.gif); - background-repeat: no-repeat; - background-position: top left; -} - -#rightColumn a:hover -{ - text-decoration: underline; - color: black; -} /* body styles */ -#contentColumn a +#content a { color: black; } -#contentColumn p +#content p { font-size: 100%; font-family: Verdana, arial, helvetica, sans-serif; @@ -260,7 +151,7 @@ h1, h2, h3, h4, h5, h6 h1 { font-size: 170%; - border-bottom: 2px solid #6D4C07; +/* border-bottom: 2px solid #6D4C07; */ } h2 @@ -295,10 +186,10 @@ h6 { dt { - margin-top: 20px; - margin-bottom: 8px; +/* margin-top: 20px; */ +/* margin-bottom: 8px; */ font-size: 120%; - border-bottom: 1px solid #6D4C07; +/* border-bottom: 1px solid #6D4C07; */ } img { border: 0; }