can't change the font

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

can't change the font

Post by Carlos Rocha »

Hi all,

I'm trying to reproduce phpwcms layout just to learn how it works. But the font I got is this http://www.net-disk.com

I already checked frontend.css and conf.template_default.inc.php, and everything seems to be alright. I'm getting crazy :(

thx
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

"frontend.css" is not getting applied, for some reason. Check CHMOD FILE phpwcms_template/inc_css/frontend.css 666

If I save the entire web page... the frontend.css is not part of the save. If I then place call to Oliver's frontend.css in... Fonts adjust correctly
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

frontend.css access rigths is 777
This is what I have in the css (default css)
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
}


td, tr, th, p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px
}

/*
ul { margin: 0px 0px 0px 20px; }
li { font-size: 11px; list-style: disc; }
*/

a, a:link, a:visited, a:active {
color: #FF3300;
text-decoration: none
}
a:hover {
color: #FF3300;
text-decoration: underline;
}

.articleText { text-align: justify; }

.articleCode {
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}

.articleHead, .articleList_tophead, h1, h2 {
font-weight: bold;
font-size: 21px;
font-family: "Arial Narrow", "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
line-height : 120%;
color : #000000;
}

.articleSubHead, .articleList_topsubhead, h3, h4 {
font-family: Helvetica, Arial, sans-serif;
font-size: 17px;
font-weight: normal;
color: #6D7983;
line-height: 110%;
margin-bottom: 0px;
}

.articleSummary {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 135%;
}

.contentHead {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 15px;
font-weight: bold;
color: #6D7983;
line-height: 110%;
}

.contentSubHead {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
color: #000000;
line-height: 110%;
}

.tableHead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #6D7983;
line-height: 13px;
}

.tableSubHead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

.v09 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }


.formButton { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.inputText { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}

/* search */
.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4A5966;
font-weight: normal;
text-decoration: none;
}
.nav_table a:hover {
text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4A5966;
font-weight: bold;
text-decoration: none;
}

.articleList_toptext {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
}

.articleList_listhead {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
}


/* CSS for the top level list */
#list_top_ul {
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #5E747F;
font: bold 12px Verdana, sans-serif;
}
#list_top_ul li {
list-style: none;
margin: 0;
display: inline;
}
#list_top_ul li a {
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #D7DEE5;
text-decoration: none;
}
#list_top_ul li a:link { color: #5E747F; }
#list_top_ul li a:visited { color: #5E747F; }
#list_top_ul li a:hover {
color: Black;
background: #92A1AF;;
border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
background: white;
border-bottom: 1px solid white;
}

/* CSS for the currect level list */
#list_level ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#list_level li { margin: 0 0 1px 0; }
#list_level a {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #92A1AF;
width: 160px;
background-color: #B7C2D0;
}
#list_level a:link, #list_level_ul a:visited {
color: Black;
text-decoration: none;
}
#list_level a:hover {
border: 1px solid #92A1AF;
background-color: #FF8C00;
color: Black;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
border: 1px solid #92A1AF;
background-color: #FF6600;
color: White;
}
Pappnase

Post by Pappnase »

hello

could you please take a look if the frontend.css is there!?
i know it's a silly Q but please do it.
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

Thanx guys

The problem was with phpwsmc_template access mode. After changing it to 777 it works :oops:

Sorry for your time
Pappnase

Post by Pappnase »

hehe

could happen! so maybe it's better to check all permissions again! :wink:

http://docu.fhss.de/inst_en.shtml
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

A BIG THANK YOU

To Oliver and all of you
Im loving it :)
Post Reply