css problem, schrift bleibt gleich

/*
RQMS - Rash Quote Management System
Copyright (C) 2003-2004 Tom Cuchta (tommah@instable.net / http://www.mastergoat.com) and Instable Network (p00p@instable.net / http://www.instable.net)

http://rqms.sourceforge.net

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
000000 00dd00
336699 009900
c08000 00cc00
ffffff 00ff00
f0f0f0 004400

*/
body, div#frontpage_left, div#frontpage_right, div.news_post_format, span.news_date, table#news_format, td.grey_bar, td.blue_bar, textarea.grey_textarea{
font-size: 10pt;
font-family: Veranda, sans-serif;
color: #00dd00;
background-color: #003300
}
div#content_format, input.grey_input {
font-size: 10pt;
font-family: monospace;
color: #00dd00;
background-color: #003300
}
a, a#admin_link, a:link, a:visited{
color: #009900;
}
a#admin_link:hover, a:hover, a:visited:hover{
color: #00cc00;
}
a#log_out, div#rash_version, div#section, input, select, span#qms{
color: #00ff00;
}
div#rash_version, div#section, td.grey_bar{
text-align: right;
}
div#content_format, table.bars_table{
margin-left: 92pt;
width: 80%;
font-family: monospace;
}
div#frontpage_right{
border-right-width: 0px;
border-left-width: 3px;
border-top-width: 0px;
border-bottom-width: 0px;
border-color: #009900;
border-style: solid;
}
div.quote_output{
font-family: monospace;
padding-bottom: 13pt;
}
div#section, span#admin_pchange, span.news_date, span.qotw_date{
font-weight: bold;
}
div#section, span.admin_sheader, span#qms{
font-size: 15pt;
}
input, select, td.blue_bar{
background-color: #009900;
font-family: monospace;
}
input.grey_input, input.grey_radio, td.grey_bar, textarea.grey_textarea{
background-color: #004400;
font-family: monospace;
}
span#qms{
font-style: italic;
}
das ist die css datei die ich fuer mein quote system verwende ( http://quote.apo-networks.de/ )
ich habe wegen einem zitat versucht, die schrift auf monospace umzustellen (ascii art sieht sonst recht scheisse aus *g*), aber egal was ich aender, ich schaff es irgendwie nicht die schrift zu aendern... koennte mir jmd sagen welchen teil ich aendern muss?
danke
 
Also wenn ich das jetzt richtig verstanden habe willst die Schriftart bei deinen Zitaten ändern.
Die kannst du aber nicht auf Monospace umstellen da das schon Monospace ist.

versuch mal überall wo das steht.
PHP:
font-size: 10pt;
font-family: monospace;

das hier rein zu schreiben:

PHP:
font-size: 10pt;
font-family: Veranda, sans-serif;
 
Die kann ich sehr wohl auf monospace umstellen, weil es naemlich nich auf monospace ist ;)
quote.apo-networks.de oder sehn die zitate nach monospace aus?
 
stimmt... dann is das hier
< BoboBot> __ __ _ _ _ _
< BoboBot> | \/ | / \ | | | | |
< BoboBot> | |\/| | / _ \| | | | |
< BoboBot> | | | |/ ___ \ |_| | |___
< BoboBot> |_| |_/_/ \_\___/|_____|
wohl einfach nur scheisse formatiert... muss ich ma aendern ;)

edit: habs geaendert und n paar leerzeichen eingefuegt, klappt trotzdem net. liegt wohl am script -.-
 
Zurück
Oben