liens relatifs pour les images référencées depuis les css

This commit is contained in:
fpeters 2003-12-24 09:42:05 +00:00
parent dbc8ed5bb5
commit 9158ba381c
33 changed files with 130 additions and 103 deletions

View File

@ -2,7 +2,7 @@
html, body {
margin: 0;
background: #1f0f10 url(/images/autumn.jpeg) repeat fixed;
background: #1f0f10 url(../images/autumn.jpeg) repeat fixed;
color: #faf9c9;
}
@ -17,7 +17,7 @@ ul#navigation {
float: right;
margin: 0 4% 0 0;
padding: 0.5em 0;
background: #1f0f10 url(/images/autumn.jpeg) repeat fixed;
background: #1f0f10 url(../images/autumn.jpeg) repeat fixed;
border: 1px solid #f4fdbf;
border-width: 0 0 1px 1px;
list-style: none;
@ -52,7 +52,7 @@ div#footer {
}
div#content h1, div#content h2 {
background: #1f0f10 url(/images/autumn.jpeg) repeat fixed;
background: #1f0f10 url(../images/autumn.jpeg) repeat fixed;
border: 1px solid #f4fdbf;
font-family: serif;
padding: 0 0.2em;
@ -134,7 +134,7 @@ div.dropdown ul {
div.dropdown span {
display: block;
border: 1px solid #ccc;
background: white url(/images/v.png) top right no-repeat;
background: white url(../images/v.png) top right no-repeat;
color: black;
}
@ -157,7 +157,7 @@ div.dropdown li {
div.dropdown:hover ul {
display: block;
background: white;
/*background: url(/images/ntbg.png);*/
/*background: url(../images/ntbg.png);*/
}
div.dropdown a {

View File

@ -16,6 +16,7 @@
<link rel="icon" href="/images/bxlug-favicon.ico" tal:reroot="href" />
<link rel="shortcut icon" href="/images/bxlug-favicon.ico" tal:reroot="href" />
<script type="text/javascript" src="/js/styleswitcher.js"></script>
<script tal:condition="userToken" type="text/javascript" src="/js/hideslots.js"></script>
</head>
<body>

View File

@ -4,7 +4,7 @@
html, body {
padding: 0;
margin: 0;
background: #271454 url(/images/bxlug_tux2.png) no-repeat scroll top right;
background: #271454 url(../images/bxlug_tux2.png) no-repeat scroll top right;
color: #cdd1ce;
}
@ -13,14 +13,14 @@ a:link, a:visited {
}
div#top {
background: #271454 url(/images/top.png);
background: #271454 url(../images/top.png);
}
h1#bxlug {
margin: 0;
padding: 0 135px 0 30px;
text-align: right;
background: transparent url(/images/bxlug_tux2.png) no-repeat scroll top right;
background: transparent url(../images/bxlug_tux2.png) no-repeat scroll top right;
letter-spacing: 0.1em;
font-weight: normal;
color: #cdd1ce;
@ -34,7 +34,7 @@ div#nav {
position: absolute;
right: 155px;
width: 200px;
background: #271454 url(/images/top.png);
background: #271454 url(../images/top.png);
}
div#nav ul {
@ -75,7 +75,7 @@ div#nextEvent {
left: 40px;
right: 365px;
border: 1px solid #cdd1ce;
background: #271454 url(/images/top.png);
background: #271454 url(../images/top.png);
}
div#nextEvent p {
@ -131,13 +131,13 @@ table {
}
th {
background: #271454 url(/images/top.png);
background: #271454 url(../images/top.png);
font-weight: bold;
text-align: center;
}
tr.even {
background: #271454 url(/images/top.png);
background: #271454 url(../images/top.png);
}
input {
@ -145,7 +145,7 @@ input {
}
pre {
background: #271454 url(/images/top.png);
background: #271454 url(../images/top.png);
border: 1px solid #cdd1ce;
padding: 2px;
}

View File

@ -25,7 +25,7 @@ div#top {
top: 0;
left: 0;
width: 100%;
background: transparent url(/images/degn.png) repeat-x bottom;
background: transparent url(../images/degn.png) repeat-x bottom;
padding-bottom: 10px;
}

View File

@ -7,7 +7,7 @@ html, body {
}
body {
background: #eee url(/images/bxlug_tux.png) no-repeat fixed 5px 90%;
background: #eee url(../images/bxlug_tux.png) no-repeat fixed 5px 90%;
}
div#top, div#nav, div#nextEvent {

View File

@ -2,7 +2,7 @@
body {
font-family: Verdana, Arial, Georgia, Geneva ;
background-image: url(/images/lutin-background.png);
background-image: url(../images/lutin-background.png);
background-repeat: no-repeat;
background-color : #FFFFFF;
margin: 0px;
@ -211,4 +211,4 @@ div.treemenu ul{
div.treemenu #nav a{
text-decoration: none;
}
*/
*/

View File

@ -38,37 +38,37 @@
border-bottom: 0;
border-left: 0;
}
.menu li.menu-open { list-style-image: url(/images/menu/puce-open.rol.gif); }
.menu li.menu-close { list-style-image: url(/images/menu/puce-close.rol.gif); }
.menu li.menu-leaf { list-style-image: url(/images/menu/puce-leaf.rol.gif); }
.menu li.menu-open { list-style-image: url(../images/menu/puce-open.rol.gif); }
.menu li.menu-close { list-style-image: url(../images/menu/puce-close.rol.gif); }
.menu li.menu-leaf { list-style-image: url(../images/menu/puce-leaf.rol.gif); }
.menu li.menu-open:hover { list-style-image: url(/images/menu/puce-open.gif); }
.menu li.menu-close:hover { list-style-image: url(/images/menu/puce-close.gif); }
.menu li.menu-leaf:hover { list-style-image: url(/images/menu/puce-leaf.gif); }
.menu li.menu-open:hover { list-style-image: url(../images/menu/puce-open.gif); }
.menu li.menu-close:hover { list-style-image: url(../images/menu/puce-close.gif); }
.menu li.menu-leaf:hover { list-style-image: url(../images/menu/puce-leaf.gif); }
//.menu li { background: #fff url(/images/menu/grada2.png) repeat-x top; }
.menu li { background: #fff url(/images/menu/grada1.png) repeat-x top; }
.menu li li { background: #fff url(/images/menu/grada2.png) repeat-x top; }
.menu li li li { background: #fff url(/images/menu/grada3.png) repeat-x top; }
.menu li li li li { background: #fff url(/images/menu/grada4.png) repeat-x top; }
.menu li li li li li { background: #fff url(/images/menu/grada5.png) repeat-x top; }
.menu li li li li li li { background: #fff url(/images/menu/grada6.png) repeat-x top; }
.menu li li li li li li li { background: #fff url(/images/menu/grada7.png) repeat-x top; }
.menu li li li li li li li li { background: #fff url(/images/menu/grada8.png) repeat-x top; }
.menu li li li li li li li li li { background: #fff url(/images/menu/grada9.png) repeat-x top; }
//.menu li { background: #fff url(../images/menu/grada2.png) repeat-x top; }
.menu li { background: #fff url(../images/menu/grada1.png) repeat-x top; }
.menu li li { background: #fff url(../images/menu/grada2.png) repeat-x top; }
.menu li li li { background: #fff url(../images/menu/grada3.png) repeat-x top; }
.menu li li li li { background: #fff url(../images/menu/grada4.png) repeat-x top; }
.menu li li li li li { background: #fff url(../images/menu/grada5.png) repeat-x top; }
.menu li li li li li li { background: #fff url(../images/menu/grada6.png) repeat-x top; }
.menu li li li li li li li { background: #fff url(../images/menu/grada7.png) repeat-x top; }
.menu li li li li li li li li { background: #fff url(../images/menu/grada8.png) repeat-x top; }
.menu li li li li li li li li li { background: #fff url(../images/menu/grada9.png) repeat-x top; }
//.menu li:hover { background: #fff url(/images/menu/grada2.rol.png) repeat-x top; }
//.menu li:hover { background: #fff url(../images/menu/grada2.rol.png) repeat-x top; }
.menu li:hover { background: #fff url(/images/menu/grada1.rol.png) repeat-x top; }
.menu li li:hover { background: #fff url(/images/menu/grada2.rol.png) repeat-x top; }
.menu li li li:hover { background: #fff url(/images/menu/grada3.rol.png) repeat-x top; }
.menu li li li li:hover { background: #fff url(/images/menu/grada4.rol.png) repeat-x top; }
.menu li li li li li:hover { background: #fff url(/images/menu/grada5.rol.png) repeat-x top; }
.menu li li li li li li:hover { background: #fff url(/images/menu/grada6.rol.png) repeat-x top; }
.menu li li li li li li li:hover { background: #fff url(/images/menu/grada7.rol.png) repeat-x top; }
.menu li li li li li li li li:hover { background: #fff url(/images/menu/grada8.rol.png) repeat-x top; }
.menu li li li li li li li li li:hover { background: #fff url(/images/menu/grada9.rol.png) repeat-x top; }
.menu li:hover { background: #fff url(../images/menu/grada1.rol.png) repeat-x top; }
.menu li li:hover { background: #fff url(../images/menu/grada2.rol.png) repeat-x top; }
.menu li li li:hover { background: #fff url(../images/menu/grada3.rol.png) repeat-x top; }
.menu li li li li:hover { background: #fff url(../images/menu/grada4.rol.png) repeat-x top; }
.menu li li li li li:hover { background: #fff url(../images/menu/grada5.rol.png) repeat-x top; }
.menu li li li li li li:hover { background: #fff url(../images/menu/grada6.rol.png) repeat-x top; }
.menu li li li li li li li:hover { background: #fff url(../images/menu/grada7.rol.png) repeat-x top; }
.menu li li li li li li li li:hover { background: #fff url(../images/menu/grada8.rol.png) repeat-x top; }
.menu li li li li li li li li li:hover { background: #fff url(../images/menu/grada9.rol.png) repeat-x top; }

View File

@ -1,6 +1,6 @@
body {
margin: 0;
background-image: url(/images/lutin-fond-jaune.jpg);
background-image: url(../images/lutin-fond-jaune.jpg);
background-color: white;
background-repeat: no-repeat;
}

View File

@ -24,11 +24,11 @@ div#zonemenu table {
div#zonemenu tr {
background-repeat: no-repeat;
background-image: url(/images/bouton-inactif-debut.jpg);
background-image: url(../images/bouton-inactif-debut.jpg);
}
div#zonemenu tr:hover {
background-image: url(/images/bouton-actif-debut.jpg);
background-image: url(../images/bouton-actif-debut.jpg);
}
div#zonemenu td {
@ -42,12 +42,12 @@ div#zonemenu td.menuitemdebut {
div#zonemenu td.menuitemmilieu {
vertical-align: middle;
background-repeat: repeat-x;
background-image: url(/images/bouton-milieu.jpg);
background-image: url(../images/bouton-milieu.jpg);
}
div#zonemenu td.menuitemfin {
width: 10px;
background-repeat: no-repeat;
background-image: url(/images/bouton-fin.jpg);
background-image: url(../images/bouton-fin.jpg);
}

View File

@ -7,5 +7,5 @@ div#zonedroite {
top: 100px;
width: 116px;
height: 303px;
background-image: url(/images/lutin-jaune.jpg);
background-image: url(../images/lutin-jaune.jpg);
}

View File

@ -70,7 +70,7 @@ p {
/* what follows is mine */
body {
background: white url(/images/cuisine-marmite.png) fixed bottom right no-repeat;
background: white url(../images/cuisine-marmite.png) fixed bottom right no-repeat;
}
img {

View File

@ -74,7 +74,7 @@ p {
/* what follows is mine */
body {
background: black url(/images/cyborg-banana.png) fixed top left no-repeat;
background: black url(../images/cyborg-banana.png) fixed top left no-repeat;
color: #17b5e7;
}

View File

@ -220,7 +220,7 @@ body>#menu {width:234px;}
}
#avatar {
background-image: url(/img/ikon_people_small.png);
background-image: url(../img/ikon_people_small.png);
background-repeat: no-repeat;
width: 17px;
height: 24px;
@ -230,7 +230,7 @@ body>#menu {width:234px;}
}
#clock {
background-image: url(/img/ikon_clock.png);
background-image: url(../img/ikon_clock.png);
background-repeat: no-repeat;
width: 17px;
height: 18px;

View File

@ -183,7 +183,7 @@ body>#header {height:14px;}
min-width:200px;
padding:10px;
padding-top: 190px;
background:#eee url(/img/gorby_abstract2.png) 50% 10px no-repeat;
background:#eee url(../img/gorby_abstract2.png) 50% 10px no-repeat;
border:0px solid #999;
line-height:17px;
voice-family: "\"}\"";
@ -215,7 +215,7 @@ body>#menu {width:190px;}
}
#avatar {
background-image: url(/img/ikon_people_small.png);
background-image: url(../img/ikon_people_small.png);
background-repeat: no-repeat;
width: 17px;
height: 24px;
@ -225,7 +225,7 @@ body>#menu {width:190px;}
}
#clock {
background-image: url(/img/ikon_clock.png);
background-image: url(../img/ikon_clock.png);
background-repeat: no-repeat;
width: 17px;
height: 18px;
@ -412,27 +412,27 @@ div#menu a {
}
a#link-home {
background: transparent url(/img/ikon_home2.png) 40px 0px no-repeat;
background: transparent url(../img/ikon_home2.png) 40px 0px no-repeat;
}
a#link-paper {
background: transparent url(/img/ikon_paper2.png) 40px 0px no-repeat;
background: transparent url(../img/ikon_paper2.png) 40px 0px no-repeat;
}
a#link-forum {
background: transparent url(/img/ikon_forum2.png) 40px 0px no-repeat;
background: transparent url(../img/ikon_forum2.png) 40px 0px no-repeat;
}
a#link-vote {
background: transparent url(/img/ikon_vote2.png) 40px 0px no-repeat;
background: transparent url(../img/ikon_vote2.png) 40px 0px no-repeat;
}
a#link-file {
background: transparent url(/img/ikon_file2.png) 40px 0px no-repeat;
background: transparent url(../img/ikon_file2.png) 40px 0px no-repeat;
}
a#link-calendar {
background: transparent url(/img/ikon_calendar2.png) 40px 0px no-repeat;
background: transparent url(../img/ikon_calendar2.png) 40px 0px no-repeat;
}
div#menu a:hover {color:#f40;}

View File

@ -202,7 +202,7 @@ body>#header {height:14px;}
}
#avatar {
background-image: url(/img/ikon_people_small.png);
background-image: url(../img/ikon_people_small.png);
background-repeat: no-repeat;
width: 17px;
height: 24px;
@ -212,7 +212,7 @@ body>#header {height:14px;}
}
#clock {
background-image: url(/img/ikon_clock.png);
background-image: url(../img/ikon_clock.png);
background-repeat: no-repeat;
width: 17px;
height: 18px;

View File

@ -88,7 +88,7 @@ a:hover {
}
#header h1 {
background: #543838 url(/images/eclova-topleft.png) fixed top left no-repeat;
background: #543838 url(../images/eclova-topleft.png) fixed top left no-repeat;
margin: 0px;
color: #e94840;
font-style: italic;
@ -97,7 +97,7 @@ a:hover {
}
#header h2 {
background: #705555 url(/eclova/eclova-topleft.png) fixed top left no-repeat;
background: #705555 url(../eclova/eclova-topleft.png) fixed top left no-repeat;
margin: 0px;
color: white;
padding-bottom: 10px;

View File

@ -2,7 +2,7 @@
body {
font-family: sans-serif;
background: #ebfaeb url(/images/eob-lines.png) repeat-y top left;
background: #ebfaeb url(../images/eob-lines.png) repeat-y top left;
color: black;
margin: 0;
padding: 0;

View File

@ -46,7 +46,7 @@ html, body {
margin-bottom: 10px;
padding-right: 20px;
border: 1px dotted #ffb20e;
background: white url(/images/fond-croissant-orange.jpeg) fixed top left no-repeat;
background: white url(../images/fond-croissant-orange.jpeg) fixed top left no-repeat;
}
@ -81,7 +81,7 @@ p {
/* what follows is mine */
body {
background: white url(/images/fond-croissant.jpeg) fixed top left no-repeat;
background: white url(../images/fond-croissant.jpeg) fixed top left no-repeat;
}
img {

View File

@ -15,7 +15,7 @@ h1#logo {
display: block;
padding: 40px 0 0 0;
overflow: hidden;
background-image: url(/images/glasnost.png);
background-image: url(../images/glasnost.png);
background-repeat: no-repeat;
height: 0px !important;
height /**/:40px; /* for IE5.5's bad box model */
@ -166,7 +166,7 @@ div.dropdown ul {
div.dropdown span {
display: block;
border: 1px solid #ccc;
background: white url(/images/v.png) top right no-repeat;
background: white url(../images/v.png) top right no-repeat;
}
div.dropdown:hover span {
@ -188,7 +188,7 @@ div.dropdown li {
div.dropdown:hover ul {
display: block;
background: white;
/*background: url(/images/ntbg.png);*/
/*background: url(../images/ntbg.png);*/
}
div#commands a {
@ -280,3 +280,29 @@ p.admonition-title {
background: #eee;
}
/*
div#main-content div.note {
position: absolute;
left: 2em;
width: 13em;
border: 1px solid #ccc;
margin: 0;
padding: 0;
height: 2ex;
overflow: hidden;
text-align: right;
font-size: 90%;
padding: 0 0.3em;
}
div#main-content div.note:hover {
height: auto;
}
div#main-content p.admonition-title {
margin: 0;
font-weight: bold;
text-align: right;
}
*/

View File

@ -65,7 +65,7 @@ p {
/* what follows is mine */
body {
background: white url(/images/glasnost2-bg.png) fixed bottom right no-repeat;
background: white url(../images/glasnost2-bg.png) fixed bottom right no-repeat;
}
img {

View File

@ -48,7 +48,7 @@ div.dropdown li {
div.dropdown:hover ul {
display: block;
background: white;
/*background: url(/images/ntbg.png);*/
/*background: url(../images/ntbg.png);*/
}
div#commands a {
display: block;

View File

@ -5,7 +5,7 @@ body {
font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background: #669 url(/images/fond.png);
background: #669 url(../images/fond.png);
color: #003;
}

View File

@ -5,7 +5,7 @@ body {
width: 90%;
margin-left: auto;
margin-right: auto;
background: white url(/images/libre-entreprise.jpeg) scroll 35px 35px no-repeat;
background: white url(../images/libre-entreprise.jpeg) scroll 35px 35px no-repeat;
color: black;
font-family: Lucida, Arial, Helvetica, sans-serif;
}

View File

@ -5,7 +5,7 @@ html, body {
margin: 0;
padding: 0;
color: black;
background: #d0d4e3 url(/images/fond.jpeg) fixed center center no-repeat;
background: #d0d4e3 url(../images/fond.jpeg) fixed center center no-repeat;
font-family: sans-serif;
}
@ -19,7 +19,7 @@ div#leftpart {
left: 0;
width: 150px;
height: 100%;
background: transparent url(/images/bord.png) fixed top left no-repeat;
background: transparent url(../images/bord.png) fixed top left no-repeat;
}
div#logo {
@ -96,7 +96,7 @@ div#glasnost-cmd a:hover {
}
div#container {
background: white url(/images/fond-light.jpeg) fixed center center no-repeat;
background: white url(../images/fond-light.jpeg) fixed center center no-repeat;
margin-right: 40px;
margin-left: 220px;
height: 70%;

View File

@ -12,7 +12,7 @@ html, body {
body {
color: black;
background: #996 url(/images/tuxmosaic.png) top left no-repeat;
background: #996 url(../images/tuxmosaic.png) top left no-repeat;
}

View File

@ -442,17 +442,17 @@ div.error-message h1 {
div#personalBar a.button, a.button {
padding-left: 18px;
background: url(/images/item.png) 8px 40% no-repeat;
background: url(../images/item.png) 8px 40% no-repeat;
}
input[type="submit"] {
padding-left: 10px;
background: white url(/images/submit.png) 5px 40% no-repeat;
background: white url(../images/submit.png) 5px 40% no-repeat;
}
div#personalBar a.user {
padding-left: 12px;
background: url(/images/user.png) left top no-repeat;
background: url(../images/user.png) left top no-repeat;
}
div.election-results {
@ -544,7 +544,7 @@ div#main-content .cell {
div.error-message {
padding-left: 50px;
background: #ffce7b url(/images/info.png) 2% 45% no-repeat;
background: #ffce7b url(../images/info.png) 2% 45% no-repeat;
}
@ -778,7 +778,7 @@ ul.multi {
.fieldRequired {
display: inline;
background: url(/images/required.png) center left no-repeat;
background: url(../images/required.png) center left no-repeat;
padding: 0 0 0 8px;
color: white;
}

View File

@ -4,7 +4,7 @@
html, body {
margin: 0;
font-family: sans-serif;
background: white url(/images/fingerprint.png) fixed 80% 65% no-repeat;
background: white url(../images/fingerprint.png) fixed 80% 65% no-repeat;
color: black;
}

View File

@ -128,7 +128,7 @@ div.error {
margin-top: 0.2em;
display: block;
font: bold smaller sans-serif;
background: #fcc url(/images/error.png) top left no-repeat;
background: #fcc url(../images/error.png) top left no-repeat;
padding-left: 20px;
}
@ -264,7 +264,7 @@ div.dropdown ul {
div.dropdown span {
display: block;
border: 1px solid #ccc;
background: white url(/images/v.png) top right no-repeat;
background: white url(../images/v.png) top right no-repeat;
}
div.dropdown:hover span {
@ -286,7 +286,7 @@ div.dropdown li {
div.dropdown:hover ul {
display: block;
background: white;
/*background: url(/images/ntbg.png);*/
/*background: url(../images/ntbg.png);*/
}
div#commands a {

View File

@ -82,7 +82,7 @@ p {
/* what follows is mine */
body {
background: white url(/images/fond-croissant.jpeg) fixed top left no-repeat;
background: white url(../images/fond-croissant.jpeg) fixed top left no-repeat;
}
img {

View File

@ -2,7 +2,7 @@
@import "form-lr.css";
body {
background: white url(/images/upthings.jpeg) fixed top left no-repeat;
background: white url(../images/upthings.jpeg) fixed top left no-repeat;
color: black;
font-family: sans-serif;
padding: 0;
@ -26,7 +26,7 @@ body>h1>span {
}
body>div {
background: white url(/images/upthings-neg.jpeg) fixed top left no-repeat;
background: white url(../images/upthings-neg.jpeg) fixed top left no-repeat;
padding: 0;
margin: 0;
margin-left: 40%;

View File

@ -9,7 +9,7 @@ html, body {
body {
margin-left: 100px;
background: #90abdb url(/images/border.png) -100px 0px repeat-y;
background: #90abdb url(../images/border.png) -100px 0px repeat-y;
}
ul#navigation {
@ -36,12 +36,12 @@ ul#navigation a:link, ul#navigation a:visited {
padding: 0 1em;
margin: 0 1em;
text-decoration: none;
background: #7297ce url(/images/deco.png) right top repeat-y;
background: #7297ce url(../images/deco.png) right top repeat-y;
border: 1px solid #44618f;
}
ul#navigation a:hover {
background: #7297ce url(/images/deco.gif) right top repeat-y;
background: #7297ce url(../images/deco.gif) right top repeat-y;
font-style: italic;
}
@ -92,7 +92,7 @@ ul.article-meta {
border: 1px solid #33517f;
border-top: none;
float: right;
background: #7297ce url(/images/border-top.png) top left repeat-x;
background: #7297ce url(../images/border-top.png) top left repeat-x;
margin: -5px 1em 1em 1em;
font-size: 80%;
padding: 0;
@ -160,7 +160,7 @@ div.buttons-bar .button {
}
input.button, a.button {
background: #7297ce url(/images/deco.png) right top repeat-y;
background: #7297ce url(../images/deco.png) right top repeat-y;
border: 1px outset #44618f;
color: white;
cursor: pointer;

View File

@ -1,7 +1,7 @@
html, body {
margin: 0;
padding: 0;
background: #c00 url(/images/black.png) bottom right repeat-x fixed;
background: #c00 url(../images/black.png) bottom right repeat-x fixed;
color: black;
font-family: monospace;
}
@ -48,7 +48,7 @@ div#navigation a:hover {
div#content {
margin: 0 200px 0 40px;
padding: 0 20px 10px 20px;
background: #c00 url(/images/red.png) bottom right repeat-x fixed;
background: #c00 url(../images/red.png) bottom right repeat-x fixed;
}
div#content a:link, div#content a:visited {

View File

@ -29,7 +29,7 @@ html, body {
/***************** header ***************************/
#header {
background: #fff url(/images/banner_entrouvert5.png) no-repeat top left;
background: #fff url(../images/banner_entrouvert5.png) no-repeat top left;
width: 100%;
height: 80px;
@ -165,7 +165,7 @@ a:hover {
}
.listitem ul li {
background: url(/images/item_uri.png) no-repeat 2px 3px;
background: url(../images/item_uri.png) no-repeat 2px 3px;
padding: 0 0 5px 15px;
margin: 0;
line-height: 14px;
@ -278,7 +278,7 @@ div.dropdown ul {
div.dropdown span {
display: block;
border: 1px solid #ccc;
background: white url(/images/v.png) top right no-repeat;
background: white url(../images/v.png) top right no-repeat;
}
div.dropdown:hover span {
@ -300,7 +300,7 @@ div.dropdown li {
div.dropdown:hover ul {
display: block;
background: white;
/*background: url(/images/ntbg.png);*/
/*background: url(../images/ntbg.png);*/
}
div#commands a {