Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [CSS] Schriftgröße ändern? (https://www.gegen-bilderklau.net/thread.php?threadid=104670)
Zitat: |
Original von Terrorkrümel.Unzensiert Wo muss ich bei folgendem Code die Schriftgrößer für den Mainteil ändern? [Design ist bereits eingebaut hier] Die Schrift ist mir da jetzt nämlich noch zu klein und zu schwer zu lesen. Krieg's leider nicht hin. Hilfe wäre toll. <html> <head> <style type=text/css> BODY{ background: #000000; scrollbar-arrow-color: #ffffff; scrollbar-base-color: #000000; scrollbar-track-color: #440136; scrollbar-face-color: #000000; scrollbar-highlight-color: #440136; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: #000000; } div, font{ font-family: century Gothic; color: #522343; font-size: 7pt; } TEXTAREA { Color: #000000; Background-Color: #440136; Font-Family: tahoma; Font-Size: 7pt; Border:2px; Border-color: #000000; border-style: solid; width:145; height:65;} INPUT { Color: #ffffff; Background-Color: transparent; Font-Family: tahoma; Font-Size: 7pt; Border:1px; Border-Color: #FF00FF; Border-Style: solid; } td { FONT-FAMILY: georgia; FONT-SIZE: 7pt; COLOR: #ffffff; line-height: 140%;} .content { position: absolute; left: 335px; top: 130px; background: transparent; height: 370px; width: 250px; font-family: century Gothic; color: #522343; font-size: 7pt; line-height:11px; overflow:auto; } h1 { font-size: 10px; color:#ffffff; border: 1px double #440136; border-bottom: 3px solid #440136; text-align: left; height: 11px; font-weight: bold; } h2 { font-size: 10px; color:#ffffff; background: url("http://i112.photobucket.com/albums/n166/onlyjas/Lila-weiss/h1.jpg" ![]() text-align: left; height: 13px; font-weight: bold; } .inhaltetable { width: 230px } .navi { position: absolute; top: 230px; left: 210px; width: 102px; text-align: center; background: transparent; font-size: 10px; font-family: arial; line-height: 13px; height: 20px; color: #000000; } b {color:#ffffff; FONT-FAMILY: verdana; FONT-SIZE:8pt; letter-spacing: -1px;} u {COLOR:#ffffff; border-bottom: 1px solid #743C69; letter-spacing: 2;} i {color:#ffffff;} s {color:#ffffff;} A, A:active, A:visited {color:#ffffff; text-align: center; border-bottom: 2px solid #570C45; text-transform: capitalize; TEXT-DECORATION: underline; font-size: 7pt; Font-family: century gothic;} A:hover {border-bottom: 2px solid #967087;} </style> </head> <body> <div src=scrolling="no" style="overflow:auto; position: absolute; width:1; height:1; left:2; top:403"> {PLACE_POWEREDBY}</div> <div style="position:absolute; top:0px; left:142px;"><img src="http://i112.photobucket.com/albums/n166/onlyjas/Lila-weiss/Lila-wei.jp g"></div> <div class=navi> <h2>Überschrift</h2> <a href="http://myblog.de/f">Seite Eins</a><br> <a href="http://myblog.de//f">Seite Zwei</a><br> <a href="http://myblog.de//f">Seite Drei</a><br> <a href="http://myblog.de/f">Seite Vier</a><br> <h2>Überschrift</h2> <a href="http://myblog.de/f">Seite Fünf</a><br> <a href="http://myblog.de/f">Seite Sechs</a><br> <a href="http://myblog.de/f">Seite Sieben</a><br> <a href="http://myblog.de/f">Seite Acht</a><br> <h2>Credits</h2> <a href="http://myblog.de/onlyjas" target="_blank">Designer</a><br> <a href="http://myblog.de/unique.design" target="_blank">Design</a> <br> </div> <div class="content"> {PLACE_CONTENT}</div> </body> </html> |