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

Home » FUDforum Development » Icons & buttons » Crisp button style tweak
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
icon14.gif  Crisp button style tweak [message #161448] Fri, 25 December 2009 21:49 Go to next message
fudidudi   
Messages: 19
Registered: March 2009
Karma: 0
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 1523 times)

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

Report message to a moderator

Re: Crisp button style tweak [message #161512 is a reply to message #161448] Sun, 03 January 2010 08:48 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
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 18:58 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Just a heads-up on this - your suggestion was implemented as part of this theme.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: quick reply button text
Next Topic: Twilight Grey Themed Buttons
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Apr 28 11:39:37 GMT 2024

Total time taken to generate the page: 0.02484 seconds