pragmaMx Support Forum

pragmaMx => Themes & Design => Thema gestartet von: trans22 in 22 Juni 2005, 20:06:37

Titel: Schrift in Blöcken ändern
Beitrag von: trans22 in 22 Juni 2005, 20:06:37
Hi,
wo lässt sich die Schrift in den Blöcken ändern?

Site: http://www.shopnet24.ch/s24/index.php

Danke Andy
Titel: Re: Schrift in Blöcken ändern
Beitrag von: henne in 22 Juni 2005, 21:50:47
Hi trans22,

ich vermute mal in der style.css die Klasse boxcontent.. ohne jetzt genauer zu schauen ;)
Titel: Re: Schrift in Blöcken ändern
Beitrag von: trans22 in 22 Juni 2005, 23:37:18
Hi Henne,
habe kein boxcontent gefunden. Das sind die beiden css-Dateien des Themes - Thanks Andy

style.css

Zitat//* this for control : 1. info blocks *//
//*....................2. Vote text   *//
//*....................3. Login text  *//

INPUT,TD,P,FORM{font-family: Verdana;font-size:11;font-weight:bold;color:#666666}

/* this for control fonts .............* /


INPUT,textarea,div{font-family: verdana ;font-size:11;font-weight:bold;color:#ffffff}


/* this for control the fonts of the article or news text */

FONT {font-family: Verdana;font-size:11;font-weight:normal;color:#333333}

/* this for control the date and welcome on the bue line bar */

.common_text_white_date {font-family: Verdana;font-size:11;font-weight:normal;color:#ffffff}

/* this for control the text field search*/
.textfield {  font-family: Arial, Helvetica, sans-serif; font-size: 11px;font-weight:normal; color: #333333; border: #333333; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

/* this for control the .............*/
.button { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; color: #333333}
.list {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; color: #000000; background-color: #ffffff}

/* this for change the fonts of title blocks and date*/

.common_text_white{font-family:Verdana;font-size:10;font-weight:bold;color:#ffffff}


/* this for control the fonts of menu on the blue line bar */

A.arial_hover_underline:link{font-family:Verdana;font-size:11;font-weight:bold;color:#ffffff;text-decoration:none}
A.arial_hover_underline:active{font-family:Verdana;font-size:11;font-weight:bold;color:#ffffff;text-decoration:none}
A.arial_hover_underline:visited{font-family:Verdana;font-size:11;font-weight:bold;color:#ffffff;text-decoration:none}
A.arial_hover_underline:hover{font-family:Verdana;font-size:11;font-weight:bold;color:#ffcc00;text-decoration:none}

/* this for control fonts of ( "search nuke sites", "links" and "catagories on our database" ) */

.common_text_black{font-family:Verdana;font-size:11;font-weight:normal;color:#000000}


/*this for control..........*/

.common_text_space_5{font-family:Verdana;font-size:11;font-weight:normal;color:#ffffff;letter-spacing:5px}
.common_text_space_1{font-family:verdana;font-size:11;font-weight:normal;color:#ffffff;letter-spacing:1px}

/*this for control the titel of articles or news*/

.common_text_blue{font-family:Verdana;font-size:12;font-weight:bold;color:#0066cc}
.style_berita {font-family:Verdana;font-size:11;font-weight:normal;color:#000000}

/* this for control the fonts of submit nuke sites */

A.arial_hover_normal:link{font-family:Verdana;font-size:10;font-weight:normal;color:#000000;text-decoration:underline}
A.arial_hover_normal:active{font-family:Verdana;font-size:10;font-weight:normal;color:#000000;text-decoration:underline}
A.arial_hover_normal:visited{font-family:Verdana;font-size:10;font-weight:normal;color:#000000;text-decoration:underline}
A.arial_hover_normal:hover{font-family:Verdana;font-size:10;font-weight:normal;color:#000000;text-decoration:none}

styleNN.css

Zitat//* this for control : 1. info blocks *//
//*....................2. Vote text   *//
//*....................3. Login text  *//

INPUT,TD,P,FORM{font-family: Verdana;font-size:11;font-weight:bold;color:#666666}

/* this for control fonts .............* /


INPUT,textarea,div{font-family: verdana ;font-size:11;font-weight:bold;color:#ffffff}


/* this for control the fonts of the article or news text */

FONT {font-family: Verdana;font-size:11;font-weight:normal;color:#333333}

/* this for control the date and welcome on the bue line bar */

.common_text_white_date {font-family: Verdana;font-size:11;font-weight:normal;color:#ffffff}

/* this for control the text field search*/
.textfield {  font-family: Arial, Helvetica, sans-serif; font-size: 11px;font-weight:normal; color: #333333; border: #333333; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

/* this for control the .............*/
.button { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; color: #333333}
.list {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; color: #000000; background-color: #ffffff}

/* this for change the fonts of title blocks and date*/

.common_text_white{font-family:Verdana;font-size:11;font-weight:bold;color:#ffffff}


/* this for control the fonts of menu on the blue line bar */

A.arial_hover_underline:link{font-family:Verdana;font-size:11;font-weight:bold;color:#ffffff;text-decoration:none}
A.arial_hover_underline:active{font-family:Verdana;font-size:11;font-weight:bold;color:#ffffff;text-decoration:none}
A.arial_hover_underline:visited{font-family:Verdana;font-size:11;font-weight:bold;color:#ffffff;text-decoration:none}
A.arial_hover_underline:hover{font-family:Verdana;font-size:11;font-weight:bold;color:#ffcc00;text-decoration:none}

/* this for control fonts of ( "search nuke sites", "links" and "catagories on our database" ) */

.common_text_black{font-family:Verdana;font-size:11;font-weight:normal;color:#000000}


/*this for control..........*/

.common_text_space_5{font-family:Verdana;font-size:11;font-weight:normal;color:#ffffff;letter-spacing:5px}
.common_text_space_1{font-family:verdana;font-size:11;font-weight:normal;color:#ffffff;letter-spacing:1px}

/*this for control the titel of articles or news*/

.common_text_blue{font-family:Verdana;font-size:12;font-weight:bold;color:#0066cc}
.style_berita {font-family:Verdana;font-size:11;font-weight:normal;color:#000000}

/* this for control the fonts of submit nuke sites */

A.arial_hover_normal:link{font-family:Verdana;font-size:10;font-weight:normal;color:#000000;text-decoration:underline}
A.arial_hover_normal:active{font-family:Verdana;font-size:10;font-weight:normal;color:#000000;text-decoration:underline}
A.arial_hover_normal:visited{font-family:Verdana;font-size:10;font-weight:normal;color:#000000;text-decoration:underline}
A.arial_hover_normal:hover{font-family:Verdana;font-size:10;font-weight:normal;color:#000000;text-decoration:none}
Titel: Re: Schrift in Blöcken ändern
Beitrag von: henne in 23 Juni 2005, 07:21:49
Hi Trans22,

so hab mir das jetzt mal näher angesehen..

Der Content wurde in dem Theme bisher gar nicht formatiert nur über die Tabellen und divs das funktioniert aber nicht richtig ;)

habe die theme.php und die style.css abgeändert.

in der style.css gibt es jetzt eine Klasse boxcontent und  die Links können jetzt auch formatiert werden per css.

Das hab ich hinzugefügt in der style.css.. mußt Du dir natürlich noch nach Deinem Geschmack anpassen:


* {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
}

a:link {
color: #333333;
text-decoration: none;
background-color: transparent;
border-bottom: #333333 1px dotted;
}

a:visited {
color: #333333;
text-decoration: none;
background-color: transparent;
border-bottom: #333333 1px dotted;

}

a:hover {
color: #ff6600;
text-decoration: none;
border-bottom: #ff6600 1px dotted;

}

a:hover img {
filter: glow(Color=#ff6600,Strength=1);
}

a:active {
color: #333366;
text-decoration: none;
background-color: transparent;
border-bottom: #333333 1px dotted;

}

.boxcontent {
font-size: 11px;
}



das geänderte Theme häng ich hier mal an.
Titel: Re: Schrift in Blöcken ändern
Beitrag von: trans22 in 24 Juni 2005, 08:28:10
Hi Henne,
Super und herzlichen Dank für Deine Hilfe, funktioniert alles bestens

Gruss Andy