source: extensions/floPure/Pure_autumn/local_head.tpl @ 13741

Last change on this file since 13741 was 11927, checked in by flop25, 13 years ago

correction for 2.3 and the menu on picture page

File size: 536 bytes
Line 
1{if isset($MENUBAR) and isset($ELEMENT_CONTENT)}
2{html_head}{literal}
3<style>
4#theImage {
5    background-image: none;
6}
7BODY {
8    background-image: url("{/literal}{$ROOT_URL}themes/{$themeconf.name}{literal}/images/arbrefond.png");
9    background-repeat: no-repeat;
10    color: #696969;
11    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
12}
13#imageHeaderBar, #imageToolBar {
14    border-left: 2px solid #CCCCCC;
15    border-right: 2px solid #D9E2F0;
16                margin-right: 5px;
17                width:auto;
18}
19</style>
20{/literal}{/html_head}
21{/if}
Note: See TracBrowser for help on using the repository browser.