Beiträge von solea1

    hallo,
    nochmal danke für die Antwort.
    Also hingekriegt habe ich es leider immer noch nicht.
    ich habe diesen Wert

    p { margin-bottom: 1.625em; }

    in meinem child theme verändert, die Absätze auf meinen Seiten ändern sich damit dann auch. Nur leider bleiben die Absätze in meinem pm Programm die selben. Was kann ich dagegen tun?
    So langsam bin ich am resignierten... könntest du evtl. sagen, welchen Wert ich hier oben in dem css verändert sollte um die Absätze in meinem pm Programm zu minimieren?

    vielen Dank für deine Hilfe!

    hallo,

    vielen Dank für deine Antwort.

    Wo finde ich denn diese Zeile in meiner style.css des plugins (s.o.)? Oder muss ich diese Zeile dem style.css neu anfügen? Denn das habe ich gemacht (12px gesetzt) und das Problem ist dann, dass zwar die Absätze geringer werden, aber teilweise auch die Zeilen ganz komisch ineinander laufen. ich habe an die o.g. Login-Daten eine Nachricht geschickt, da kann man es dann gut sehen.
    Irgenwie verstehe ich das alles nicht. Vor allem, dass es in der style.css keine line-height gibt, denn das muss doch irgenwo festgelegt sein, wie hoch die Abstände sein sollen?!
    Nochmals Hilfe wäre echt super!

    Hallo,

    ich habe ein Problem mit den Absätzen in meinem PM Programm (cartpauj pm). Diese sind mir einfach zu groß und ich weiß nicht wie ich es ändern soll (s. angehängte Grafik)


    Man kann sich auch gerne als Gast anmelden dann kann man sich das Plugin unter Persönliche Nachrichten anschauen

    http://alfacomputer-bruchsal.de/azubis/wp-admin/
    Name: Test-alfa
    PW: test


    Für Hilfe wäre ich wirklich sehr dankbar!!!

    die style.css sieht übrigens so aus;

    /*The main wrapper*/
    #pm-wrapper
    {
    margin: 5px;
    position: relative;
    /*background-color: white;*/ /*Uncomment this if you have dark background and can't see the text*/
    }

    /*Header styling*/
    #pm-header
    {
    border: 1px solid #333;
    height: 70px;
    width: 100%;
    color: white;
    }

    #pm-header strong
    {
    color: #333;
    font-size: 20px;
    }
    #pm-header p
    {
    padding: 0px;
    margin: 3px;
    color: #333;
    font-size: 12px;
    }

    #pm-header .avatar
    {
    float: left;
    border: none;
    margin: 5px;
    }

    /*Menu Styling*/
    #pm-menu
    {
    color: #333;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    }

    #pm-menu a, #pm-menu a:hover, #pm-menu a:visited
    {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    }

    /*Notify Styling*/
    #pm-notify
    {
    color: black;
    background-color: #FFFF66;
    border: 1px solid black;
    height: 20px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    }

    /*Content styling*/
    #pm-content
    {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    height: auto;
    width: 100%;
    border: 1px solid #333;
    color: #333;
    }

    #pm-content p, #pm-content form
    {
    margin: 5px;
    }

    #pm-content hr
    {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    }

    #pm-content .pmtext p
    {
    margin-left: 0px;
    }

    #pm-content textarea
    {
    width: 90%;
    height: 200px;
    }

    #pm-content input[type=text]
    {
    width: 45%;
    }

    #pm-content table
    {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
    text-align: left;
    }

    #pm-content th, #pm-content td
    {
    padding-left: 5px;
    border: 1px solid #333;
    vertical-align: top;
    white-space: pre-line;
    }

    #pm-content .trodd0{}
    #pm-content .trodd1
    {
    background-color: #ddd;
    }

    #pm-content img
    {
    max-width: 400px;
    margin-top: 5px;
    margin-bottom: 5px;
    }

    #pm-content a
    {
    color: navy;
    text-decoration: underline;
    }

    #pm-content small
    {
    font-size: 10px;
    }

    #pm-content .avatar
    {
    float: left;
    border: none;
    margin: 0px;
    margin-bottom: 5px;
    }

    #pm-content blockquote
    {
    color: #666;
    width: 90%;
    background: #eee;
    border: 1px solid #333;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    }

    pre.code
    {
    width: 90%;
    background: #eee;
    border: solid 1px #ccc;
    padding: 5px;
    overflow: auto;
    white-space: pre-wrap;
    font-size: 95%; /*If font is too small try increasing this*/
    }

    /*Footer styling*/
    #pm-footer
    {
    text-align: center;
    font-size: 10px;
    display:none;
    border: 1px solid #333;
    width: 100%;
    color: #333;
    }

    #pm-footer a, #pm-footer a:hover, #pm-footer a:visited
    {
    color: #333;
    display: none;
    text-decoration: underline;
    }

    /*Auto-suggest*/
    #results
    {
    width:250px;
    border: solid 1px #333;
    display: none;
    position: absolute;
    background: white;
    }

    #results ul, #results li
    {
    padding: 0px;
    margin: 0px;
    border: 0px;
    list-style: none;
    }

    #results li
    {
    border-top: solid 1px #333;
    }

    #results li a
    {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    }

    #results li a:hover
    {
    background: #333;
    color: white;
    }

    Hallo,

    ich erstelle für ein Schulprojekt folgende Seite

    http://alfacomputer-bruchsal.de/azubis/

    ich habe ein Child-Theme erstellt und nehme meine Änderungen in css vor.

    1. Leider bekomme ich es nicht hin, dass die Menüpunkte in der Menüleiste in der ersten Zeile bleiben und nicht in die zweite Zeile rutschen (Der Menüpunkt "Forum". Platz wäre doch eigentlich genug...

    mit firebug finde ich die entsprechende Stelle nicht. Wäre wirklich toll, wenn mir da jemand helfen könnte...

    Liebe Grüße

    solea

    Krass! das war es. bin mit filezilla rein und hab im Ordner html die Datei index.html gelöscht.
    Vielen Dank für die Hilfe!!

    Dennoch kommt mir das "Control-Center" von all inkl etwas übersichtlicher vor als das von alfahosting, bin mir nicht ganz sicher wo ich mich nun anmelden soll....
    eigentlich müsste ich glaube ich auch gar keinen so großen Wert auf die Vorinstallation von wordpress legen, jetzt wo ich filezilla ohnehin schon am laufen habe kann ich wahrscheinlich auch die manuelle Installation durchführen..

    verstehe ich das eigentlich richtg: Wenn ich mich jetzt bei einem hoster anmelde wo ich eine .de Domain bekomme, dann kann ich wordpress direkt über diese domain laufen lassen, wenn ich bei der installation angebe, das wordpress auf diese Domain installiert wird?

    Vielen vielen Dank nochmal, wirklich große Klasse deine Hilfe!

    Hallo Leute,

    ich versuche einen einfachen Blog mit Wordpress zu machen, da ich das ganze erst einmal ausprobieren wollte habe ich mir ein Testpaket bei Alfahosting bestellt. Dort ist Wordpress bereits vorinstalliert. Ich bin dort auch Software und habe wordpress installiert. Danach bin ich zu wordpress, habe mich angemeldet etc.
    Das Problem ist immer wenn ich bei wordpress aus dem dashboard auf meine Seite will unter
    http://test-31921.alfa3044.alfahosting-server.de

    kommt kein blog sondern nur die alfahosting-Seite.

    Kann jemand von euch sagen, was ich falsch mache?

    Ich habe noch nichts mit diesem Ftp-Zeugs gemacht, kann es daran liegen? Aber ich dachte, durch die Vorinstallation von alfahosting müsste ich nicht mehr mit filezilla oder ähnliches anstellen?

    Ein wenig Hilfe wäre wirklich super, bin nämlich total ratlos.

    Liebe Grüße

    solea