Firefox PHP

So where do you edit the CSS visual look of the site?

Posted by thermalzombie 
So where do you edit the CSS visual look of the site?
October 10, 2017 02:07AM
Hi I just installed Phorum and not sure where to edit the CSS I copied the emerald template and edited the info and folder name. But do not no where to edit the CSS.

I opened the file css.tpl and found the following code referancing another source I think I only have a basic understanding of php.

body {
background-color: {body_background_color};
color: {default_font_color};
}

So where about do I go to edit the CSS?
Do I just replace {default_font_color} with the color I want?

Thanks for the reply.
Re: So where do you edit the CSS visual look of the site?
October 11, 2017 02:42AM
Hi thermalzombie,

see settings.tpl.

Regards
Oliver


Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Re: So where do you edit the CSS visual look of the site?
October 12, 2017 12:49AM
Hi wondering if someone could tell me what i am doing wrong?

Trying to increase border size.

#phorum table.list {
width: 100%;
margin-bottom: 4px;
border: 1px solid {border_color};
border-width: {border_width_5px} {border_width_5px} {border_width_5px};
border-bottom: 0;
}

{VAR border_width_5px "5px"}

border width bottom don't seem to want to work for me this whole system seems very complicated.

Thanks for the reply.
Re: So where do you edit the CSS visual look of the site?
October 12, 2017 02:21AM
Hi,

I use the Web Developer Addon in Firefox to inspect CSS for the respective element:
[chrispederick.com]

Regards
Oliver


Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Sorry, only registered users may post in this forum.

Click here to login