Hallo:)
Ich möchte auf meiner Let's Play Seite [link] eine Folgen-Navigationsleiste einbauen. Das Ganze soll dann wie folgt aussehen:
[ATTACH=CONFIG]11717[/ATTACH]
Ich verwende dabei das Theme Bresponzive. Ich hab auch schon versucht das in der style.css zu verwirklichen, allerdings wird es nicht so dargestellt wie ich will.
div.back_forward_bar {
background-color: #363636;
margin:0;
padding:9px;
height:28px;
border-style:none;
font-weight:100;
color:white;
font-size:28px;
display:block;
font-family:Oswald,serif;
}
a.backb {
text-decoration:none;
font-weight:100;
color:#white;
display:inline;
float:left;
padding-left:4px;
}
a.backb:hover {text-decoration:underline;color:#ddd;}
a.forwardb:hover {text-decoration:underline;color:#ddd;}
a.forwardb {
text-decoration:none;
font-weight:100;
color:#white;
display:inline;
float:right;
padding-right:4px;
}
Der obere Teil steht in style.css und der untere kommt in den Artikel.
<div class="back_forward_bar"><a href="http://brothos.bplaced.net/wordpress/folg…-schlacht-ruft/" class="backb">«Vorherige Folge</a><a href="http://brothos.bplaced.net/wordpress/folg…n-triss-aktion/" class="forwardb">Nächste Folge»</a></div>
Ich würde mich sehr darüber freuen, wenn mir jemand weiterhilft.