diff --git a/fsfe.xsl b/fsfe.xsl index e8693f01ac..03d3a446ef 100644 --- a/fsfe.xsl +++ b/fsfe.xsl @@ -100,492 +100,495 @@ wrapper - Unnecessary div, for IE only + + wrapper-inner + Unnecessary div, for IE only - - n - Give non-graphical browsers a way to skip the menu. - - #content - Skip menu - - - - - - header - - - - logo + + n + Give non-graphical browsers a way to skip the menu. - / - - FSFE Logo - /graphics/logo.png - + #content + Skip menu - - - - statement - Free Software Foundation Europe is a non-profit organisation dedicated - to the furthering of Free Software and working for freedom in the emerging - digital society. Learn more - - - - - - sidebar - - + - menu - - - - - - fsfe - - / - FSFE - - - - - - - - - - - - - - - - - - - - - - - - - - + header - - - - - - - planet - - http://planet.fsfe.org - Planet - - - + + + logo + + / + + FSFE Logo + /graphics/logo.png + + + + + statement + Free Software Foundation Europe is a non-profit organisation dedicated + to the furthering of Free Software and working for freedom in the emerging + digital society. Learn more + + + + + + + sidebar - - - fellowship - - http://fellowship.fsfe.org - Fellowship - - + + + menu - - - - - - - - - - - - - - - - + + + + + fsfe + + / + FSFE + + + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + planet + + http://planet.fsfe.org + Planet + + + + + + + + + fellowship + + http://fellowship.fsfe.org + Fellowship + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + search - - - - - - - search - - - n - - - - - get - http://search.fsfe.org/yacysearch.html - - - hidden - verify - true - - - - hidden - maximumRecords - 10 - - - - hidden - meanCount - 5 - - - - hidden - resource - local - - - - hidden - prefermaskfilter - .*..html - - - - hidden - prefermaskfilter - .* - - - - hidden - display - 2 - - - - hidden - nav - hosts - - - - image - /graphics/icons/search-button.png - - - - - text - query - - - - - - - - - - - - - - translations - - - - - - - - - - - ..html - + + + + + + + translations + + + + + + + + + + + ..html + + - - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - infobox - - - - - - - - - - content + + + + + + + infobox + + + + + + + + + + content - - + + - - - n - - #top - To top - - - - + + + n + + #top + To top + + + + - - + + + - - - - - - - - - 0 - - - - - - - - - - - localmenu - - [ - - - - - - - - - - - - - - - - local_menu_item - - - - - - - - - - - - - - - - | - - - ] [ - - - - - ] + + + + + + + + + 0 + + + + + + + + + + + localmenu + + [ + + + + + + + + + + + + + + + + local_menu_item + + + + + + + + + + + + + + + + | + + + ] [ + + + + + ] + diff --git a/look/generic.css b/look/generic.css index 18e20220f0..a20f8a6e7a 100644 --- a/look/generic.css +++ b/look/generic.css @@ -105,21 +105,25 @@ ol { #wrapper { background-color: white; - margin: 0 4em 0 14px; - padding-bottom: 3em; + margin: 0 4em 0 1.2em; + padding-bottom: 0; max-width: 980px; min-width: 500px; - border-bottom-right-radius: 25px; - border-bottom-left-radius: 3px; + border-left: 1px solid rgb(240,240,240); +} + +#wrapper-inner { + padding-bottom: 3em; -moz-border-radius-bottomright: 25px; -moz-border-radius-bottomleft: 3px; - background-image: url("banner.png"); - background-repeat: no-repeat; - background-position: 0 70px; + border-bottom-right-radius: 25px; + border-bottom-left-radius: 3px; + background-image: url("banner.png"); + background-repeat: no-repeat; + background-position: 0 70px; box-shadow: 2px 2px 3px rgba(0,0,0,.1); - -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.1); + -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.1); -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.1); - border-left: 1px solid rgb(240,240,240); } .n {