Seite 3 von 4

Re: nach oben button

Verfasst: Fr 17. Feb 2012, 19:05
von Kathrina
Hallo Chef,

hey, das ist mein erster Versuch und ich war heute beim Friseur, bin also sehr blond grade. Ich weiß das nicht mit der CSS Datei. Habe anpassbares Design, Standard 1 genommen.

Schriftart: Times New Roman, Schriftfarbe: schwarz, Schriftgröße so wie der nach oben Button ist, glaube 4

Re: nach oben button

Verfasst: Sa 18. Feb 2012, 05:34
von goefi-chiangmai
Ok,
Anpassbares 1.

Dann gehe mal auf: EINSTELLUNGEN - HOMEPAGE-EINSTELLUNGEN - HEADER BEREICH

Da ist zuunderst: EIGENER ZUSäTZLICHER HTML-HTML Code..............zw <head> und </head>

Da mach folgendes rein:

Code: Alles auswählen

<style type="text/css">
<!--
h1 {
  font-family: Times New Roman;
  font-size: 24px;
  color: #000000;
}
h2 {
  font-family: Times New Roman;
  font-size: 20px;
  color: #000000;
}
body {
 font-family: Times New Roman;
 font-size: 16px;
 color:#000000;
 text-align: left;
}
a:link {
 font-family: Times New Roman;
 color:#111111;
 font-size:16px;
 text-decoration:none;
}
a:visited {
 font-family: Times New Roman;
 color:#111111;
 font-size:16px;
 text-decoration:none;
}
a:active {
 font-family: Times New Roman;
 color:#111111;
 font-size:16px;
 text-decoration:none;
}
a:hover {
 font-family: Times New Roman;
 color:#696969;
 font-size:20px;
 text-decoration:underline;
}
=-->
</style>
Ich habe Dir jetzt einfach was eingestellt, musst halt sagen was ändern möchtest, an Schriften nachher

Re: nach oben button

Verfasst: Sa 18. Feb 2012, 11:21
von Kathrina
Vielen Dank :DA

Ich habe es eingefügt und es funktioniert auch :JJ

Re: nach oben button

Verfasst: Sa 18. Feb 2012, 11:33
von goefi-chiangmai
Kathrina hat geschrieben:Vielen Dank :DA

Ich habe es eingefügt und es funktioniert auch :JJ
Toll

kannst natürlich grösse und Farben ändern

Ui ist noch ein kleiner fehler zuunderst bei hover font-size:20px; mach da auch 16 draus oder die andern auf 20

Re: nach oben button

Verfasst: Fr 6. Apr 2012, 01:19
von charlyjaku
Moin. Ich habe eine Mouse, bei der drückt man auf das Scrollrad, dann erscheint auf dem Schirm ein hoch-runter-Symbol. Damit kann ich mich auf jeder Seite blitzartig nach oben u. unten bewegen bzw. die Seite auch langsam laufen lassen.z.B. beim Mitlesen. Dann kann ich auf diesen button verzichten. Ich glaube die meisten Mäuse können das.
Gruß Charly

Re: nach oben button

Verfasst: Fr 6. Apr 2012, 01:27
von Kathrina
toll!

Re: nach oben button

Verfasst: Mi 11. Apr 2012, 13:42
von Kathrina
Falls jemand mal Zeit hat, könnte man mir das css für diese Schriften noch schreiben?

Bild

Bild

Bild

ich hätte die jeweils grüne Schrift noch gerne in #bfb9a9 Times New Roman Größe 4

Vielen Dank

Re: nach oben button

Verfasst: Mi 11. Apr 2012, 17:21
von goefi-chiangmai
Stell mal das Bestehende CSS rein, weil das ist schon Geschrieben, musst nur ändern

Re: nach oben button

Verfasst: Mi 11. Apr 2012, 17:39
von Kathrina

Code: Alles auswählen

<style type="text/css">
<!--
h1 {
  font-family: Times New Roman;
  font-size: 24px;
  color: #000000;
}
h2 {
  font-family: Times New Roman;
  font-size: 20px;
  color: #000000;
}
body {
 font-family: Times New Roman;
 font-size: 16px;
 color:#000000;
 text-align: left;
}
a:link {
 font-family: Times New Roman;
 color:#111111;
 font-size:16px;
 text-decoration:underline;
}
a:visited {
 font-family: Times New Roman;
 color:#111111;
 font-size:16px;
 text-decoration:none;
}
a:active {
 font-family: Times New Roman;
 color:#111111;
 font-size:16px;
 text-decoration:none;
}
a:hover {
 font-family: Times New Roman;
 color:#696969;
 font-size:16px;
 text-decoration:underline;
}
 
A.menulink:link, A.menulink:visited, A.menulink:active {
            display: block;
            width: 131px;
            height:46px;
            line-height:42px;
            margin-bottom: 1px;
            text-align: center;
            text-decoration: none;
            font-family: Times New Roman;
            font-size: 18px;
            color:#000000;
            background-color:transparent;
            background-image: url(http://file1.npage.de/010642/27/bilder/unbeschrifteter_button_weisser_rahmen.png);
            background-repeat: no-repeat;


    }
    A.menulink:hover {

            color:#696969;
            background-color:transparent
    }
    

  }=-->
</style>
  
  

Re: nach oben button

Verfasst: Mi 11. Apr 2012, 17:59
von goefi-chiangmai
body {
font-family: Times New Roman; (Schriftart)
font-size: 16px; (Schriftgrösse)
color:#000000; (Schriftfarbe)
text-align: left;
}

bei body kannst deine Schrift ändern: