Beiträge von traum

    Grade eben ist mir aufgefallen, dass sich die Schriftgrößen in meinem Blog, ändern. Schon auf der ersten Seite kann man sehen, dass der unterste Beitrag eine etwas kleinere Schrift hat, als der darüber. Klickt man die jeweilige Kategorie an, ändert es sich nochmals.

    http://www.fractured.de/fractured_wp/

    Kennt jemand das Problem? Ich habe zwar an der CSS vom Template gearbeitet, kann mich jedoch nicht entsinnen da die Schriftgrößen geändert zu haben. Zumal ich nicht mal weiß wie das möglich sein soll, dass auf einer Seite verschiedene Schriftgrößen zu sehen sind.

    Nabend zusammen,

    vielleicht habe ich das auch einfach nur übersehen, aber wie stellt man es ein, dass myGallery die Bilder in einem neuen Fenster öffnet? Dass die Vollbilder innerhalb des Blogs angezeigt werden sagt mir weniger zu.

    Wäre nett wenn man mir da mal unter die Arme greifen könnte.

    Danke,
    t

    Hi zusammen,

    ein wenig hab ich ja schon in dem CSS Code des Templates herumgepfuscht, allerdings finde ich 2 Stellen nicht, die ich aber auch gern ändern würde.

    http://traum.rumpelkammer.org/wordpress/

    Da könnt ihr sehen was ich meine. Die Schrift in der rechten Box ist mir viel zu fett. Ich hätte sie gern feiner, so gefällt sie mir nicht.

    Und die kursive Überschrift über meinem Testartikel ist mir etwas zu groß. Die möchte ich gern etwas kleiner haben.

    Ich habe mal den CSS Code angehängt, vielleicht ist jemand so nett und könnte mir die 2 Stellen die ich ändern will im Code hervorheben? Danke schonmal.

    CSS:

    body {
    background: #99CCCC url(images/hintergrund.gif) repeat-x fixed;
    text-align: center;
    padding: 1em 0;
    font: 62.5% verdana, sans-serif;
    }

    a {
    color: #000000;
    }

    a:hover {
    color: #669999;
    text-decoration: none;
    }

    hr {
    display: none;
    }

    img {
    border: none;
    }

    ins {
    text-decoration: none;
    border-bottom: 1px dashed #eee;
    }

    acronym, abbr, dfn {
    border-bottom: 1px dashed #eee;
    font-style: normal;
    }

    blockquote {
    border-left: 5px solid #336666;
    margin: 1em 0;
    padding: 10px;
    background: #336666;
    width: 90%;
    }

    code, pre {
    color: #000000;
    font-family: verdana, sans-serif;
    }

    .bild-links {
    float: left;
    margin: 0 15px 3px 0;
    }

    .bild-rechts {
    float: right;
    margin: 0 0 3px 15px;
    }

    .center {
    text-align: center;
    }

    .search-button, #commentform input {
    font-size: 1em;
    font-weight: bold;
    border: 1px solid #300000;
    background: #003333;
    color: #ffc;
    padding: 1px 2px;
    }

    #container {
    margin: 0 auto;
    text-align: left;
    width: 730px;
    border-bottom: 5px solid #eee;
    background: url(images/container.gif);
    color: #000000;
    line-height: 150%;
    }

    #header {
    height: 205px;
    background: url(images/frostherz.jpg) no-repeat;
    }

    #header h1 {
    font: italic 22px georgia, serif;
    color: #000000;
    line-height: 200px;
    padding: 0 15px;
    }

    #header h1 a {
    color: #fff;
    text-decoration: none;
    }

    #navi {
    float: right;
    width: 200px;
    }

    #navi-innen {
    padding: 0 15px 10px 15px;
    }

    #navi h2 {
    font: bold 1.4em veradana, sans-serif;
    margin: .8em 0 .2em 0;
    }

    #navi ul {
    list-style: none;
    margin: .4em 0 1em 0;
    padding: 0;
    }

    #navi ul li ul {
    margin: .2em 0 .4em .5em;
    }

    #navi a {
    text-decoration: none;
    font-weight: bold;
    }

    #navi .navi-search {
    margin-bottom: 3px;
    background: #eee;
    font-size: 1em;
    width: 150px;
    border: 1px solid #300000;
    }

    #content {
    margin: 1em 215px 1.5em 15px;
    font-size: 1.1em;
    }

    #content h2 {
    font: italic 2.1em georgia, serif;
    margin: 5px 0;
    letter-spacing: 1px;
    }

    #content h2 a {
    text-decoration: none;
    }

    #content h3 {
    padding: 0 0 0 17px;
    margin: .5em 0;
    font-size: 1.4em;
    }

    #content h4 {
    font-size: 1.3em;
    padding: 0;
    margin: 1em 0;
    }

    #content h5 {
    font-size: 1.1em;
    padding: 0;
    margin: 1em 0;
    }

    #content .date {
    font-size: 1em;
    text-align: right;
    font-weight: bold;
    }

    #content .meta {
    font-size: .9em;
    }

    #content .feedback {
    margin: 15px 0 15px 0;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #700000;
    }

    #commentlist li {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #700000;
    }

    #commentform {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #300000;
    background: #600000;
    }

    #commentform textarea {
    background: #eee;
    border: 1px solid #300000;
    }

    #commentform #email, #commentform #author, #commentform #url {
    font-size: 1.1em;
    background: #eee;
    border: 1px solid #300000;
    width: 180px;
    }

    #footer {
    clear: both;
    margin: 3em 15px 0 15px;
    padding: 5px;
    text-align: center;
    font-size: .8em;
    }