hab jetzt alle änderungen wieder rückgängig gemacht und stehe wieder am anfang.
vielleicht weiß ja jemand noch was.
gruss julia
PS: den fehler kann man jetzt natürlich nicht mehr besichtigen.
Beiträge von julia
-
-
habe jetzt rap,masthead und container um 100px verbreitert.
das sich previos & next im Firefox überschneiden hat sich geändert aber das problem mit dem IE bleibt das gleiche. -
also mit firefox steht der beitrag zwar oben aber unten die kommentarbox sieht komisch schlank aus und oben die beiden links (previous & next) schieben sich übereinander.
Im IE steht der beitrag immer noch unten.
ich werd jetzt noch die breite für rap & masthead ändern.
mal sehen was dann passiert. -
hab ich.
hat sich nix geändert -
qwaldscheisser
vielen dank
nächstes problem:
die navi ist zwar drin aber zerschiesst mir jetzt das layout.
der beitrag ist nun ganz unten
http://www.tuerkei-heute.de/07/kultur/nasr…l-eulenspiegel/
lässt sich natürlich über das CSS lösen (habe bereits die breite der sidebar verändert) aber finde mich in den den ganzen IDs & classes nicht zurecht.
kann mir vielleicht nochmal jemand nen guten tip geben?
gruss julia
PS: hier mal die CSS
ZitatAlles anzeigen
body {
background: #afa48e;
color: #7f6f57;
margin: 0;
padding: 0;
text-align: center; /* IE hack Part 1 */
}
/*---------------------------- Site Navigation -------------------------------*/
#hnav {
width: 770px;
margin: 8px auto;
height: 23px;
background: #fff4df;
border-bottom: 0px solid #ccced2;
border-left: 0px solid #f5f6f7;
border-right: 0px solid #ccced2;
}
#header {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
text-align: left;
height: 20px;
}
#hmenu {
margin: 2px 5px 0 0;
text-transform:lowercase;
text-align: right;
float: right;
width: 475px;
}
#masthead {
background: url(images/coffeehead.jpg);
width: 750px;
height: 230px;
margin: 0 auto;
padding: 0;
border-top: 0px solid #7f7157;
border-right: 1px solid #7f7157;
border-bottom: 1px solid #7f7157;
border-left: 1px solid #7f7157;
}
/*------------------------------- Main Body ----------------------------------*/
#rap {
width:790px;
margin: 0px auto;
padding:0px;
background: #fff4df;
border-left: 5px solid #7f7157;
border-right: 5px solid #7f7157;
}
#container {
width: 770px;
margin: 0px auto;
background: #fff4df;
border-left: 0px solid #f3782a;
border-right: 0px solid #f3782a;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: .75em;
text-align: left; /* IE hack Part 2 */
border-top: 0px solid #f3782a;
border-bottom: 0px solid #f3782a;
}
#topcontentdouble {
float: right;
width: 540px;
height: 27px;
background: #fff4df;
margin: 9px 10px 0 0;
display: inline;
}
#topcontent {
width: 730px;
background: #fff4df;
margin: 9px auto 0 auto;
height: 27px;
}
#content {
float: right;
width: 560px;
background: #fff4df;
margin: 0 10px 0 0;
display: inline;
}
#bottomcontentdouble {
clear: both;
width: 730px;
background: #fff4df;
margin: 0 10px 9px 10px;
height: 27px;
}
#singlecontent {
width: 730px;
background: #fff4df;
padding-top:0;
margin: 0 auto;
}
.post {
margin-top: 0px;
margin-left: 15px;
margin-right: 20px;
margin-bottom: 70px;
}
.singlepost {
margin: 0px 105px 80px 105px;
}
#bottomcontent {
width: 730px;
background: #fff4df;
margin: 0px auto 0px auto;
padding-bottom: 9px;
height: 27px;
}
.meta {
font-size: .9em;
line-height: 18px;
}
.feedback {
float: right;
font-size: .9em;
line-height: 28px;
}
.author {
width: 200px;
float: right;
text-align: right;
}
/*---------------------------- Page Navigation -------------------------------*/
.postnavigation {
height: 45px;
}
.left {
float: left;
padding-left: 105px;
}
.right {
float: right;
padding-right: 105px;
}
.leftdouble {
float: left;
padding-left: 10px;
}
.rightdouble {
float: right;
padding-right: 10px;
}
/* ------------------------------ Sidebars -----------------------------------*/
#sidebar {
position: relative;
float: left;
width: 160px;
margin: 0 0 0 10px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1.0em;
text-align: left; /* IE hack Part 2 */
display: inline;
}
#sidebar ul {
position: relative;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
color: #4f4331;
}
#sidebar ul, #sidebar ul li {
margin: 0;
padding: 0;
}
#sidebar ul li ul{
background: #bfb39b;
border-top: 1px solid #fff4df;
margin: 0 5px 2px 0px;
padding: 1px 0 1px 5px;
color: #4f4331;
}
#sidebar h2 {
background: #7f7157;
color: #fff4df;
margin: 10px 5px 3px 0px;
padding: 1px 0 1px 5px;
}
#sidebar a {
display: block;
padding: 2px;
width: 120px;
padding-left: 12px;
border-bottom: 1px solid #fff4df;
background-image: url(images/icon1.gif);
background-repeat: no-repeat;
background-position: 0 55%;
color: #4f4331;
text-decoration: none;
}
#sidebar a:hover {
display: block;
padding: 2px;
width: 120px;
padding-left: 12px;
border-bottom: 1px solid #fff4df;
background-image: url(images/icon2.gif);
background-repeat: no-repeat;
background-position: 0 55%;
background-color: #cfc2a8;
color: #4f4331;
text-decoration: none;
}
/*
The following is the fix
for 3-pixel-jog bug in IE
*/
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
/*margin-right: 7px;*/
}
* html #sidebar {
height: 1%;
}
/* End hide from IE5/mac */
/* ------------------------------ Comments -----------------------------------*/
#response {
margin: 0px 110px;
}
#commentlist {
padding: 0px 10px 0px 10px;
margin-left: 10px;
margin-right: 10px;
color: #7b7b7b;
list-style-type: none;
text-align: justify;
}
#commentlist li p{
padding: 0px;
margin: 8px 0px 0px 0px;
}
.commentname {
width: 220px;
float: left;
font-size: 0.9em;
margin: 0;
padding: 0 0 2px 0;
}
.commentinfo{
width: 250px;
float: right;
text-align: right;
}
.commenttext {
clear: both;
padding-top: 0px;
margin-top: 0px;
margin-bottom: 70px;
border-top: 1px solid #91af83;
}
/* ----------------------------- Comment Form ------------------------------- */
h2#postcomment {
background: #fff4df;
margin: 40px 0px 0px 0px;
padding: 0 0 20px 10px;
}
#commentform {
background: #dfd5c3;
padding: 1px 20px;
margin-top: 0px;
margin-bottom: 0px;
}
#commentboxes {
width: 200px;
float: left;
color: #7b7b7b;
font-size: 0.9em;
}
p.instructions {
margin: 14px 0 0 200px;
color: #7f7157;
font-size: 0.9em;
text-align: justify;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #d5d7db;
padding-left: 15px;
position: relative;
}
#inputbox {
clear: both;
color: #7b7b7b;
font-size: 0.9em;
}
#button{
padding-top: 0.5em;
}
#commentsbottom {
background: #fff4df;
margin: 0;
padding: 0;
height: 22px;
}
/* --------------------------- 'Sidebar'(bottom search bar) structure -------------------------- */
#menu {
/*margin: 0px auto;*/
margin: 8px;
width: 750px;
height: 45px;
background: #fff4df;
border-top: 0px solid #ce5e16;
border-right: 0px solid #ce5e16;
border-bottom: 0px solid #ce5e16;
border-left: 0px solid #ce5e16;
}
#searchform {
float: left;
margin-top: 12px;
padding-left: 20px;
}
#topimage {
margin: 2px 0 0 0;
cursor: pointer;
width: 60px;
height: 40px;
background: url(images/topimage.jpg) no-repeat top;
float: right;
padding-right: 9px;
padding-top: 3px;
}
#topimage a{
display:block;
height:100%;
overflow:hidden;
text-decoration:none;
}
#topimage a:hover {
border: 0;
}
/* ------------------------------- Credits ---------------------------------- */
#footer {
margin: 10px auto;
width: 750px;
font-size: .8em;
}
#footer p {
margin-top: 0;
}
.clearer {
clear: both;
line-height: 0px;
}
/*------------------------------ H Menu Styling ----------------------------- */
#top {
display: inline;
list-style-type: none;
}
#hnav ul li{
display: inline;
}
#hnav ul li a {
color: #4f4331;
text-decoration: none;
padding: 5px 0px 5px 30px;
font-size: 0.7em;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: normal;
}
#hnav ul li a:hover {
color: #aaaa88;
border-top: 1px solid #aaaa88;
border-bottom: 1px solid #aaaa88;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Typography >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* ------------------------------- General ---------------------------------- */
a {
color: #91af83;
text-decoration: none;
}
a:hover {
color: #bfb39b;
border-top: 1px solid #bfb39b;
border-bottom: 1px solid #bfb39b;
text-decoration: none;
}
top a {
border: 0;
text-decoration: none;
}
blockquote {
background: #cfc2a8;
color: #4f4636;
border-left: 6px solid #7f7157;
padding: 10px 20px;
}
code {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1.0em;
}
h1 {
margin-bottom: 4px;
padding: 0;
color: #523419;
font-size: 14px;
}
h1 a {
margin: 0;
padding: 0;
text-decoration: none;
color: #6f6f6f;
}
h2 {
color: #7f7157;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
margin-bottom: 0px;
margin-top: 40px;
margin-left: 4px;
}
.singlepost h2{
margin-top: 0px;
}
h3 {
text-align: left;
color: #778868;
margin: 0;
margin-top: 3px;
padding: 0;
font-size: 0.9em;
line-height: 26px;
font-weight: normal;
}
/* ------------------------------Site Navigation ---------------------------- */
#blogtitle {
margin: 0;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 0.8em;
}
#blogtitle a{
color: #4f4331;
font-weight: bold;
}
#blogtitle a:hover{
color: #aaaa88;
font-weight: bold;
border: 0;
}
/* -------------------------------- Main Body ------------------------------- */
.post {
color: #7f6f57;
text-align: justify;
}
.singlepost {
color: #7f6f57;
text-align: justify;
}
.posted {
color: #a3945d;
}
.title a {
text-align: left;
height: 20px;
color: #523419;
display: block;
text-decoration: none;
font-size: 1.2em;
font-weight: bold;
}
.title a:hover {
color: #bfb39b;
border: 0;
}
.storycontent {
border-bottom: 1px solid #7f6f57;
padding: 0px 0px 5px 0px;
}
.singlepost p {
margin-top: 0;
}
.storycontent a {
text-decoration: none;
}
.storycontent a:hover {
text-decoration: none;
}
.storycontent a:visited {
text-decoration: none;
}
.img a {
text-decoration: none;
}
/* ----------------------------- Page Navigation ---------------------------- */
.left a{
color: #91af83;
font-size: 0.9em;
text-decoration: underline;
}
.left a:hover {
border: 0;
}
.right a{
font-size: 0.9em;
color: #91af83;
text-decoration: underline;
}
.right a:hover {
border: 0;
}
.leftdouble a{
color: #91af83;
font-size: 0.9em;
text-decoration: underline;
}
.leftdouble a:hover {
border: 0;
}
.rightdouble a{
font-size: 0.9em;
color: #91af83;
text-decoration: underline;
}
.rightdouble a:hover {
border: 0;
} -
guten tag,
ich würde gerne in meinem blog http://www.tuerkei-heute.de/ die navigation der startseite auch auf allen anderen unterseiten haben.
also im beitrag und in den kategorien & archiven.
kann mir mal jemand erklären wie ich das anstelle.?
gruss julia
PS: das theme ist "Coffee Cup" -
wunderbar.
hat geklappt.
vielen dank
gruss julia -
auch schon probiert.
daran liegts nicht -
guten morgen,
wenn ich unten in den blindtext versuche einen absatz einzufügen erhalte ich das phänomen das der text im obereb teil einen anderen zeilenabstand hat als im unteren teil.
egal wie ich versuche einen absatz zu erstellen (enter, shift & enter, <br> oder <p> an unterschiedlichstebn stellen ob mit wysiwyg oder html) es ergibt immer das gleiche ergebnis.
sitz schon seit 6 stunden dran und hab auch schon im tiny.js rumgewerkelt (natürlich ergebnislos & rückgängig gemacht.
hab schon schaum vorm mund und hätte gerne HILFE
gruss julia
ZitatAlles anzeigen<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td style="height: 20px"> </td>
</tr>
<tr>
<td valign="top"><a href="<A href="http://www.domain.de"><img/">http://www.domain.de"><img style="float: left" alt="Thema" src="http://www.domain.de/wp-content/studio.jpg" border="0" /></a><strong>Überschrift</strong><br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla
<p> </p>
<p><span class="klein">(c)Unterschrift</span><br />
<a href="<A href="http://www./"><span">http://www."><span class="ama">Text</span></a><a href="http://www.#" ><img style="float: right" alt="blabla" src="http://www.domain.de/wp-content/a.gif" border="0" /></a></p>
</td>
</tr>
</table>
<table border="0">
<tr>
<td><span class="klein"><strong>Text</strong>:blablabla <strong>Text</strong>: abcdefghi</span></td>
</tr>
</table> -
guten abend,
ich würde gerne meine unterkategorien optisch so auszeichnen (vielleichjt einrücken) so das sie als Unterkategorien zu erkennen sind.
im moment sehen alle gleichberechtigt aus.
was ich mir vorgestellt habe ist was ähnliches wie dieses http://www.tuerkei-heute.de/soll.jpg
wie es noch bei mir aussieht ist so... http://www.tuerkei-heute.de/haben.jpg
(in diesem fall ist "Aktfotografie" die Unterkategorie von "Fotografie")
hat mal jemand ne möglichst einfache lösung?
bin anfängerin.
gruss julia
PS: nutze das theme "daisyraegemini" und eine URL gibts noch nicht weil ich vorerst nur auf meinem lokalen server schraube
-----------------------------------------------EDIT------------------------------------
hab grade gesehen...die unterkat ist eingerückt aber nur minimal.
wie mache ich die einrückung grösser ???
2: hab grade das plugin "fold page list" aktiviert aber das tuts nicht.
weiss jemand warum?
hats was mit dem theme zu tun?