|
|
#1 (permalink) |
|
Benutzer
Registriert seit: 26.03.2010
Ort: Panama
Beiträge: 54
![]() |
Hallo wiedermal,
ich würde gerne die Schriftgrösse im Design Atlantis ändern (verwende Font Verdana) aber leider habe ich in der style_verdana.css viel mehr einträge als in den anderen Design´s und bin mir nicht sicher welchen ich hierzu ändern muss. Hier mal die style_verdana.css: Code:
BODY, HTML {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
}
A {
text-decoration : none;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
color: <cc:print value="&usercolor.alt.medium">;
}
A:HOVER {
text-decoration : underline;
color: <cc:print value="&usercolor.alt.medium">;
}
a.dark {
font-size: 7pt;
color: <cc:print value="&usercolor.dark">;
text-decoration: none;
}
a.medium {
font-size: 7pt;
color: <cc:print value="&usercolor.medium">;
text-decoration: none;
}
A:HOVER.medium {
text-decoration : none;
color: <cc:print value="&usercolor.alt.medium">;
}
A:HOVER.white {
text-decoration : none;
color: <cc:print value="&usercolor.alt.medium">;
}
a.alt {
font-size: 7pt;
color: <cc:print value="&usercolor.alt.medium">;
text-decoration: none;
}
a.white {
font-size: 7pt;
color: #ffffff;
text-decoration: none;
}
a.greylink {
font-size: 8pt;
line-height: 14pt;
font-weight: bold;
}
.small {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 7pt;
color: #ffffff;
font-weight : bold;
}
.normal {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
font-weight : normal;
}
.alt {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 7pt;
color: <cc:print value="&usercolor.alt.medium">;
font-weight : bold
}
h1 {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 20pt;
color: <cc:print value="&usercolor.medium">;
font-weight : bold;
margin-top : 2pt;
margin-bottom : 0pt;
}
h2 {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: <cc:print value="&usercolor.medium">;
font-weight : bold;
margin-top : 2pt;
margin-bottom : 6pt;
}
.teaserheader {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
font-weight : bold;
}
P {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
font-weight : normal;
line-height : 14pt;
margin-top : 2pt;
margin-bottom : 12pt;
}
P.list {
font-family : Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
font-weight : normal;
line-height : 12pt;
margin-top : 0pt;
margin-bottom : 0pt;
}
P.illu {
line-height : 10pt;
font-size: 7pt;
margin-top : 3pt;
margin-bottom : 12pt;
}
td.cell {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
font-weight : normal;
}
td.rowheader {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #ffffff;
font-weight : bold;
}
td.colheader {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
font-weight : bold;
}
INPUT.search {
font-size:8pt;
font-family : Tahoma, Arial, Helvetica, sans-serif;
background-Color:#ffffff;
border: 1px solid #b1b1b1;
width: 120px;
}
P.s2d {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 14pt;
color: <cc:print value="&usercolor.medium">;
font-weight : bold;
margin-top : 5pt;
margin-bottom : 5pt;
line-height: 16pt;
}
P.s2dsmall, a.s2dsmall {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 7pt;
color: <cc:print value="&usercolor.medium">;
margin-top : 2pt;
margin-bottom : 2pt;
line-height: 10pt;
}
td.s2d {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
font-weight : normal;
}
INPUT.s2d {
font-size:8pt;
font-family : Tahoma, Arial, Helvetica, sans-serif;
}
SELECT.s2d {
font-size:8pt;
font-family : Tahoma, Arial, Helvetica, sans-serif;
width:160px;
}
a.s2d {
font-size:8pt;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
color: <cc:print value="&usercolor.medium">;
}
a.s2dsmall, a.s2dinfo {
text-decoration:underline;
}
/** Für Formulare und Shopseiten **/
/* Schriftart für Formulartabellen und Formularelemente */
table.formtab td,
table.formtab input,
table.formtab select,
table.formtab textarea {
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
}
/* Rahmen und Farbe Formularelemente normal */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
background-color: <cc:print value="&usercolor.bright">;
border: 1px solid #b1b1b1;
}
/* Weitere Styledefinitionen für Formularelemente */
<cc:include src="formstyle.ccml" common="1">
tequilla11 Geändert von voodoo36 (22.03.2011 um 07:49 Uhr) |
|
|
|
|
|
#2 (permalink) |
|
Erfahrener Benutzer
Registriert seit: 28.11.2009
Ort: Cottbus/Spreewald
Beiträge: 2.659
![]() |
Erst mal den ganz behutsam:
BODY, HTML { font-family : Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; }
__________________
Never change a running system - wenn etwas läuft, soll man nichts ändern. Design-Anpassungen und mehr.... |
|
|
|
|
|
#4 (permalink) |
|
Erfahrener Benutzer
Registriert seit: 28.11.2009
Ort: Cottbus/Spreewald
Beiträge: 2.659
![]() |
Browser-Cache gelöscht?
--------------- Du hast aber auch Verdana gewählt bei design auswählen und dann der reiter "Schriftart"?
__________________
Never change a running system - wenn etwas läuft, soll man nichts ändern. Design-Anpassungen und mehr.... |
|
|
|
|
|
#5 (permalink) |
|
Benutzer
Registriert seit: 26.03.2010
Ort: Panama
Beiträge: 54
![]() |
Also, hab den Browser-Cache gelöscht (wie immer) und hab auch im Design unter Shriftwart Verdana gewählt. Hab auch die Webseite mal neu erstellt, aber ohne erfolg.
|
|
|
|
|
|
#6 (permalink) |
|
Benutzer
Registriert seit: 26.03.2010
Ort: Panama
Beiträge: 54
![]() |
So, hab mal einfach drauf los geändert und alle 9 und 10 pt werte eifach auf 12 geänder und siehe da, ... es hat funktioniert. Kann dazu leider keine genauen angaben machen aber hier mal die geänderte style_verdana.css:
Code:
BODY, HTML {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
}
A {
text-decoration : none;
font-family : Times New Roman, Times, serif;
font-weight: bold;
color: <cc:print value="&usercolor.alt.medium">;
}
A:HOVER {
text-decoration : underline;
color: <cc:print value="&usercolor.alt.medium">;
}
a.dark {
font-size: 12pt;
color: <cc:print value="&usercolor.dark">;
text-decoration: none;
}
a.medium {
font-size: 12pt;
color: <cc:print value="&usercolor.medium">;
text-decoration: none;
}
A:HOVER.medium {
text-decoration : none;
color: <cc:print value="&usercolor.alt.medium">;
}
A:HOVER.white {
text-decoration : none;
color: <cc:print value="&usercolor.alt.medium">;
}
a.alt {
font-size: 12pt;
color: <cc:print value="&usercolor.alt.medium">;
text-decoration: none;
}
a.white {
font-size: 12pt;
color: #ffffff;
text-decoration: none;
}
a.greylink {
font-size: 10pt;
line-height: 16pt;
font-weight: bold;
}
.small {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: #ffffff;
font-weight : bold;
}
.normal {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: #000000;
font-weight : normal;
}
.alt {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: <cc:print value="&usercolor.alt.medium">;
font-weight : bold
}
h1 {
font-family : Times New Roman, Times, serif;
font-size: 20pt;
color: <cc:print value="&usercolor.medium">;
font-weight : bold;
margin-top : 2pt;
margin-bottom : 0pt;
}
h2 {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: <cc:print value="&usercolor.medium">;
font-weight : bold;
margin-top : 2pt;
margin-bottom : 6pt;
}
.teaserheader {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: #000000;
font-weight : bold;
}
P {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: #000000;
font-weight : normal;
line-height : 16pt;
margin-top : 2pt;
margin-bottom : 12pt;
}
P.list {
font-family : Times New Roman, Times, serif;
color: #000000;
font-weight : normal;
line-height : 14pt;
margin-top : 0pt;
margin-bottom : 0pt;
}
P.illu {
line-height : 12pt;
font-size: 12pt;
margin-top : 3pt;
margin-bottom : 12pt;
}
td.cell {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: #000000;
font-weight : normal;
}
td.rowheader {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: #ffffff;
font-weight : bold;
}
td.colheader {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: #000000;
font-weight : bold;
}
INPUT.search {
font-size:12pt;
font-family : Times New Roman, Times, serif;
background-Color=#ffffff;
BORDER: #b1b1b1 1 solid;
width: 120px;
}
P.s2d {
font-family : Times New Roman, Times, serif;
font-size: 14pt;
color: <cc:print value="&usercolor.medium">;
font-weight : bold;
margin-top : 5pt;
margin-bottom : 5pt;
line-height: 16pt;
}
P.s2dsmall, a.s2dsmall {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: <cc:print value="&usercolor.medium">;
margin-top : 2pt;
margin-bottom : 2pt;
line-height: 12pt;
}
td.s2d {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
color: #000000;
font-weight : normal;
}
INPUT.s2d {
font-size:12pt;
font-family : Times New Roman, Times, serif;
}
SELECT.s2d {
font-size:10pt;
font-family : Times New Roman, Times, serif;
width:160px;
}
a.s2d {
font-size:12pt;
text-decoration : none;
font-family : Times New Roman, Times, serif;
font-weight: bold;
color: <cc:print value="&usercolor.medium">;
}
a.s2dsmall, a.s2dinfo {
text-decoration:underline;
}
/** Für Formulare und Shopseiten **/
/* Schriftart für Formulartabellen und Formularelemente */
table.formtab td,
table.formtab input,
table.formtab select,
table.formtab textarea {
font-family : Times New Roman, Times, serif;
font-size: 12pt;
}
/* Rahmen und Farbe Formularelemente normal */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
background-color: <cc:print value="&usercolor.bright">;
border: 1px solid #b1b1b1;
}
/* Weitere Styledefinitionen für Formularelemente */
<cc:include src="formstyle.ccml" common="1">
Geändert von voodoo36 (22.03.2011 um 07:48 Uhr) |
|
|
|
![]() |
| Lesezeichen |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Schriftgrösse beim Design Theta | Accutrade | Web to Date 6.0 | 1 | 03.06.2010 15:38 |
| Laufschrift: Schriftgrösse ändern | Steve | Web to Date 6.0 | 7 | 17.03.2010 09:03 |
| Breite ändern / anpassen Atlantis | DGOLF | Web to Date 6.0 | 0 | 04.03.2010 13:08 |
| Schriftgrösse ändern | art-inside | Web to Date 6.0 | 2 | 07.01.2010 19:18 |
| Hintergrund für Atlantis | ThreeBars | Web to Date 6.0 | 16 | 15.12.2009 15:45 |