-
AuthorPosts
-
mfcphil Friend
mfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 11, 2009 at 3:06 pm #140165Can we change the css colour of the log-in box…cant find any code
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 11, 2009 at 3:19 pm #300945You won’t find it all in css as it is a graphic.
In the templates images folder you will find one called grad4.gif. Edit that to whatever colour you want.
The rest of the colour details such as border can be found here.
template.css (line 1014)
#ja-login {
background:#F8F8F7 url(../images/grad4.gif) repeat-x scroll center bottom;
border-color:#E7E8E6 #E7E8E6 #CCCCCC;
border-style:solid;
border-width:1px;
padding:4px 8px;
position:absolute;
right:0;
top:15px;
}Or, if you actually mean the bit where the text is typed change this adding the line in red.
template.css (line 1039)
#ja-login form #mod_login_username, #ja-login form #mod_login_password {
background-color:#yourcolour;
font-size:11px !important;
margin:1px 8px 0 0;
padding:2px;
width:110px;
}Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 11, 2009 at 4:50 pm #300954How about changing template.css (line 998)
#ja-login {
background:#DFEEF0 url(../images/grad4.gif) repeat-x scroll center bottom;
border-color:#E7E8E6 #E7E8E6 #CCCCCC;
border-style:solid;
border-width:1px;
padding:4px 8px;
position:absolute;
right:0;
top:15px;
}and replacing your grad4.gif with the attached file.
-
1 user says Thank You to Phill for this useful post
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 11, 2009 at 4:59 pm #300958Cheers Phil you star!!
certainly looks better than the grey.
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 12, 2009 at 7:28 am #301007Hey Phil
Where’s the log-in button image??
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 12, 2009 at 7:34 am #301008Glad to see you managed to get a nice colour sorted. Looks good.
Here is the code for the button.
template.css (line 169)
.button {
background:transparent url(../images/grad4.gif) repeat-x scroll 0 0;
border:1px outset #A8A8A8;
color:#515756;
font-size:92%;
font-weight:bold;
padding:2px 8px;
}1 user says Thank You to Phill for this useful post
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 12, 2009 at 7:41 am #301009All done now
Cheers Phil 😉
lasor123 Friendlasor123
- Join date:
- April 2008
- Posts:
- 116
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
April 22, 2009 at 8:41 pm #302245Hi.
Can I see the work you done ?
BR, Lasor
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 22, 2009 at 9:17 pm #302251Here is Phil’s site.
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 3 voices, and was last updated by Phill 15 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
colour the log-in box
Viewing 9 posts - 1 through 9 (of 9 total)