phpBB

Development Discussion Board

phpBB's testing ground of bleeding edge code
Advanced search

Quicklogin Font Color

Temporary forum to obtain support for MODs/Styles while phpbb.com is down

Quicklogin Font Color

Postby tröti » Mon Feb 09, 2009 3:45 pm

Hello, i want to change the Font-Color of my Quick - Login inputbox.
I am new in phpBB3 and Web administration. I already use the search function, but didn't find anything.

The text in the inputbox is "grey" on "white" background...so very bad to read.

Can anyone help me?
This is my URL
http://ncf1474.eden3.netclusive.de/phpBB3/index.php


I already searched in common.css colours.css and forms.css, but no changes affected my inputbox
/ html / phpBB3 / styles / WoWKing / theme <<< directory structure



Thanks a lot.
tröti
Registered User
 
Posts: 3
Joined: Mon Feb 09, 2009 3:40 pm

Re: Quicklogin Font Color

Postby camm15h » Mon Feb 09, 2009 3:49 pm

It will be this area in forms.css:

Code: Select all
fieldset.quick-login input.inputbox {
   width: 15%;
   vertical-align: middle;
   margin-right: 5px;
   background-color: #f3f3f3;
}

Replace with:
Code: Select all
fieldset.quick-login input.inputbox {
   color: #ffffff;
   width: 15%;
   vertical-align: middle;
   margin-right: 5px;
   background-color: #000000;
}

Refresh theme.
Paul Cammish
Moderator Team Leader | Hull IT Solutions System Engineer

PM me for MOD or Style installations, board upgrades & customisations.
User avatar
camm15h
Moderator Team Leader
Moderator Team Leader
 
Posts: 86
Joined: Sat Jul 29, 2006 7:37 pm
Location: Hull, UK

Re: Quicklogin Font Color

Postby Brf » Mon Feb 09, 2009 3:54 pm

Or this in colours.css:

Code: Select all
/* Quick-login on index page */
fieldset.quick-login input.inputbox {
   background-color: #F2F3F3;
}
User avatar
Brf
Support Team
Support Team
 
Posts: 332
Joined: Sun Mar 11, 2007 1:06 pm

Re: Quicklogin Font Color

Postby tröti » Mon Feb 09, 2009 3:58 pm

No effect....thats what i mean.
Still "GREY" font and white background


Thanks a lot for fast answers :-D
tröti
Registered User
 
Posts: 3
Joined: Mon Feb 09, 2009 3:40 pm

Re: Quicklogin Font Color

Postby Brf » Mon Feb 09, 2009 4:37 pm

After you change a CSS file you have to refresh your theme on the styles/themes page and then F5 your webbrowser.
User avatar
Brf
Support Team
Support Team
 
Posts: 332
Joined: Sun Mar 11, 2007 1:06 pm

Re: Quicklogin Font Color

Postby camm15h » Mon Feb 09, 2009 4:42 pm

(OT: looks like you could benefit with the dark style smilies)
Paul Cammish
Moderator Team Leader | Hull IT Solutions System Engineer

PM me for MOD or Style installations, board upgrades & customisations.
User avatar
camm15h
Moderator Team Leader
Moderator Team Leader
 
Posts: 86
Joined: Sat Jul 29, 2006 7:37 pm
Location: Hull, UK

Re: Quicklogin Font Color

Postby tröti » Tue Feb 10, 2009 7:16 am

After you change a CSS file you have to refresh your theme on the styles/themes page


This was the thing I didn't know, thanks a lot.


(OT: looks like you could benefit with the dark style smilies)


Nice tip, thanks, too.
tröti
Registered User
 
Posts: 3
Joined: Mon Feb 09, 2009 3:40 pm


Return to phpBB 3.0.x MOD/Style Support

Who is online

Users browsing this forum: No registered users and 7 guests