FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.


Home » FUDforum Development » Icons & buttons » Crisp button style tweak
icon14.gif  Crisp button style tweak [message #161448] Fri, 25 December 2009 16:49 Go to next message
fudidudi  New Zealand
Messages: 19
Registered: March 2009
Junior Member
Crisp theme button style tweak, with css rollover state.

In my forum.css:

/* begin fudidudi button tweak */

/* comment out old button style
input.button {
background: #eee;
color: #000;
font-weight: normal;
border-width: 1px;
border-style: solid;
border-color: #b4b2b4;
}
*/


/* new button style */

input.button {
margin: 0px 2px 2px;
padding: 1px 2px;
text-align: center;
}

input.button:link, input.button:visited, input.button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ddd url(images/button.png) repeat-x scroll left top;
border-color:#ccc #b4b2b4 #ccc #b4b2b4;
border-style:solid;
border-width:1px;
color:#333;
cursor:pointer;
display:inline;
}

input.button:hover, input.button:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E2E2E2 url(images/button.png) repeat-x scroll left -115px;
color:#000;
}
/* end fudidudi button tweak */

  • Attachment: button.png
    (Size: 0.28KB, Downloaded 146 times)

[Updated on: Fri, 25 December 2009 16:50]

Re: Crisp button style tweak [message #161512 is a reply to message #161448] Sun, 03 January 2010 03:48 Go to previous messageGo to next message
naudefj  is currently offline naudefj  South Africa
Messages: 1880
Registered: December 2004
Senior Member
Administrator
Core Developer
I'll apply this later.

PS: Do you think it would be possible to change the graphical buttons with HTML buttons? It is extremely difficult to maintain separate buttons for each theme and translation.
Re: Crisp button style tweak [message #161711 is a reply to message #161512] Sun, 31 January 2010 13:58 Go to previous message
naudefj  is currently offline naudefj  South Africa
Messages: 1880
Registered: December 2004
Senior Member
Administrator
Core Developer
Just a heads-up on this - your suggestion was implemented as part of this theme.
Previous Topic:quick reply button text
Next Topic:New logo for FUDforum
Goto Forum:
  


Current Time: Fri Sep 10 07:53:49 EDT 2010

Total time taken to generate the page: 0.00500 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.1.
Copyright ©2001-2010 FUDforum Bulletin Board Software