mojotrollz url fixes
This commit is contained in:
parent
ee6fe424b1
commit
c2ff69b880
@ -121,7 +121,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn_menu{
|
.btn_menu{
|
||||||
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=buttons&id=nav_off.png) no-repeat;
|
background: url(http://www.mojotrollz.eu/api.php?call=files&cat=buttons&id=nav_off.png) no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
padding-top: 7px;
|
padding-top: 7px;
|
||||||
@ -136,14 +136,14 @@ body {
|
|||||||
}
|
}
|
||||||
.btn_menu:hover, .btn_menu:active{
|
.btn_menu:hover, .btn_menu:active{
|
||||||
width: 260px;
|
width: 260px;
|
||||||
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=button_red.png) no-repeat;
|
background: url(http://www.mojotrollz.eu/api.php?call=files&cat=wowicons&id=button_red.png) no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: gold;
|
color: gold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn_menu_off{
|
.btn_menu_off{
|
||||||
background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=buttons&id=nav_off.png) no-repeat;
|
background: url(http://www.mojotrollz.eu/api.php?call=files&cat=buttons&id=nav_off.png) no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<div>
|
<div>
|
||||||
<img width="300" src="http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=m.png"/>
|
<img width="300" src="./api.php?call=files&cat=wowicons&id=m.png"/>
|
||||||
<H3>Soon to come...</H3>
|
<H3>Soon to come...</H3>
|
||||||
<h4><font color="blue">ts3: mojotrollz.eu</font></h4>
|
<h4><font color="blue">ts3: mojotrollz.eu</font></h4>
|
||||||
</div>
|
</div>
|
||||||
@ -8,7 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="threecol_row">
|
<div class="threecol_row">
|
||||||
<div class="threecol_col" style="background: url(${PICPATH_DEFAULT}border_lefts.png) repeat-y; width: 12px;"></div>
|
<div class="threecol_col" style="background: url(${PICPATH_DEFAULT}border_lefts.png) repeat-y; width: 12px;"></div>
|
||||||
<div class="threecol_col" style="background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=background1.png); padding-left: 10px;">${default_page_login}</div>
|
<div class="threecol_col" style="background: url(./api.php?call=files&cat=wowicons&id=background1.png); padding-left: 10px;">${default_page_login}</div>
|
||||||
<div class="threecol_col" style="background: url(${PICPATH_DEFAULT}border_rights.png) repeat-y; width: 12px;"></div>
|
<div class="threecol_col" style="background: url(${PICPATH_DEFAULT}border_rights.png) repeat-y; width: 12px;"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="threecol_row" style="height: 12px;">
|
<div class="threecol_row" style="height: 12px;">
|
||||||
@ -27,7 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="threecol_row">
|
<div class="threecol_row">
|
||||||
<div class="threecol_col" style="background: url(${PICPATH_DEFAULT}border_lefts.png) repeat-y; width: 12px;"></div>
|
<div class="threecol_col" style="background: url(${PICPATH_DEFAULT}border_lefts.png) repeat-y; width: 12px;"></div>
|
||||||
<div class="threecol_col" style="background: url(http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=background1.png); padding-left: 10px;">${default_page_new_char}</div>
|
<div class="threecol_col" style="background: url(./api.php?call=files&cat=wowicons&id=background1.png); padding-left: 10px;">${default_page_new_char}</div>
|
||||||
<div class="threecol_col" style="background: url(${PICPATH_DEFAULT}border_rights.png) repeat-y; width: 12px;"></div>
|
<div class="threecol_col" style="background: url(${PICPATH_DEFAULT}border_rights.png) repeat-y; width: 12px;"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="threecol_row" style="height: 12px;">
|
<div class="threecol_row" style="height: 12px;">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user