Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[v1.3] & 1.4 - 7.0 untere Leiste
#1
Heute zeig ich euch wie ihr die Leiste unten macht, wie bei der neuen Version.

Zuerst game.tpl öffnen, und dann die letzten beiden Zeilen, also
Code:
</body>
</html>
mit
Code:
<div id="footer">
<div id="footer_logo"> </div>
<div id="linkContainer" style="max-width: 830px; min-width: 250px;">
<div id="footer_left">
<a href="/forum" target="_blank">Forum</a> - <a href="help.php" target="_blank">Hilfe</a> - <a href="game.php?village={$village.id}&amp;screen=support" >Support</a>
</div>
<div id="footer_right">
<a href="game.php?village={$village.id}&amp;screen=friends">Freunde</a>
</div>
</div>
</div>    
</body>
</html>
ersetzten.

Dann die stamm.css öffnen und folgendes vor --> einfügen:
Code:
#footer, #footer a {
color: #603000;
}

#footer a:hover {
color: #e01f0f;
}

#footer #footer_left {
float: left;
margin-top: 3px;
}

#footer #footer_right {
float: right;
margin-top: 3px;
}

#footer_logo {
background-attachment: scroll;
background-color: transparent;
background-image: url("graphic/background/footer-seal.png");
background-position: 0% 0%;
background-repeat: repeat-x;
bottom: 0px;
display: none;
height: 25px;
left: 50%;
margin-left: -59px;
position: absolute;
width: 118px;
z-index: 1;
}

#footer a {
cursor: pointer;
}

#footer {
background-attachment: scroll;
background-color: transparent;
background-image: url("graphic/background/footer-bg.png");
background-position: 50% 0%;
background-repeat: repeat-x;
bottom: 0px;
cursor: default;
height: 25px;
left: 0px;
position: fixed;
width: 100%;
z-index: 9999;
}

#footer #linkContainer {
height: 21px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
max-width: 830px;
top: 3px;
width: 60%;
}

#footer * {
position: relative;
z-index: 3;
}

Dann noch die zwei Grafiken in den graphic/background Ordner machen und fertig Smile

Grafiken: [Klick]

PS: templates_c und Cache leeren nicht vergessen Wink

MfG Manuel
Reply


Messages In This Thread
& 1.4 - 7.0 untere Leiste - by SlimShady95 - 02.04.2011, 16:34
RE: & 1.4 - 7.0 untere Leiste - by snake 9 - 02.04.2011, 16:36
RE: & 1.4 - 7.0 untere Leiste - by snake 9 - 02.04.2011, 16:41
RE: & 1.4 - 7.0 untere Leiste - by ON21 - 02.04.2011, 17:05
RE: & 1.4 - 7.0 untere Leiste - by snake 9 - 02.04.2011, 17:09
RE: & 1.4 - 7.0 untere Leiste - by ON21 - 02.04.2011, 17:14
RE: & 1.4 - 7.0 untere Leiste - by k3v95 - 02.04.2011, 21:10
RE: & 1.4 - 7.0 untere Leiste - by Bettdecke1 - 03.04.2011, 16:31
RE: & 1.4 - 7.0 untere Leiste - by k3v95 - 03.04.2011, 18:30
RE: & 1.4 - 7.0 untere Leiste - by Bettdecke1 - 03.04.2011, 21:42
RE: & 1.4 - 7.0 untere Leiste - by snake 9 - 04.04.2011, 15:22
RE: & 1.4 - 7.0 untere Leiste - by Old pro - 05.06.2011, 15:29
RE: & 1.4 - 7.0 untere Leiste - by snake 9 - 05.06.2011, 17:49
RE: & 1.4 - 7.0 untere Leiste - by Old pro - 05.06.2011, 17:53
RE: & 1.4 - 7.0 untere Leiste - by snake 9 - 05.06.2011, 17:55
RE: & 1.4 - 7.0 untere Leiste - by k3v95 - 05.06.2011, 19:41
RE: & 1.4 - 7.0 untere Leiste - by index.php - 17.06.2011, 08:23
RE: & 1.4 - 7.0 untere Leiste - by ON21 - 17.06.2011, 11:57
RE: & 1.4 - 7.0 untere Leiste - by Bettdecke1 - 17.06.2011, 12:04
RE: & 1.4 - 7.0 untere Leiste - by ON21 - 17.06.2011, 12:13
RE: & 1.4 - 7.0 untere Leiste - by Molt - 17.06.2011, 15:59
RE: & 1.4 - 7.0 untere Leiste - by lolli1 - 17.06.2011, 12:27
RE: & 1.4 - 7.0 untere Leiste - by Bettdecke1 - 17.06.2011, 14:14
RE: & 1.4 - 7.0 untere Leiste - by lolli1 - 17.06.2011, 16:26
RE: & 1.4 - 7.0 untere Leiste - by Molt - 17.06.2011, 16:39
RE: & 1.4 - 7.0 untere Leiste - by Yannici - 17.06.2011, 16:47
RE: & 1.4 - 7.0 untere Leiste - by lolli1 - 17.06.2011, 16:51
RE: & 1.4 - 7.0 untere Leiste - by Yannici - 17.06.2011, 16:59
RE: & 1.4 - 7.0 untere Leiste - by index.php - 17.06.2011, 17:20
RE: & 1.4 - 7.0 untere Leiste - by Molt - 17.06.2011, 17:21
RE: & 1.4 - 7.0 untere Leiste - by index.php - 17.06.2011, 17:28
RE: & 1.4 - 7.0 untere Leiste - by ON21 - 18.06.2011, 08:59
RE: & 1.4 - 7.0 untere Leiste - by lolli1 - 18.06.2011, 09:20
RE: & 1.4 - 7.0 untere Leiste - by ON21 - 18.06.2011, 11:17
RE: & 1.4 - 7.0 untere Leiste - by k3v95 - 18.06.2011, 14:41
RE: & 1.4 - 7.0 untere Leiste - by ON21 - 18.06.2011, 15:26
RE: & 1.4 - 7.0 untere Leiste - by Molt - 18.06.2011, 17:01
RE: & 1.4 - 7.0 untere Leiste - by portuges23 - 12.11.2012, 14:08



Users browsing this thread: 1 Guest(s)