Advertisement:

Author Topic: Ant's Curve Variants  (Read 10599 times)

Offline Thelost

  • Semi-Newbie
  • *
  • Posts: 15
Re: Ant's Curve Variants
« Reply #40 on: October 14, 2011, 06:50:53 PM »
PERFECT THANKS!

That is exactly the way i wanted it.  Minus the 2em, i adjusted that, 40 px tall was a bit big, i opted for 1.4 with a 30px bg image.  Either way though you have been a wealth of help and i appreciate the shortcuts, saved me hours of endless fiddling and head scratching, although i can honestly say the fiddling has tought me significantly more than i thought it would.  Had a few moments there were i was pleasantly suprised with the results.

Well anyway, thanks again.  Cheers!  :D
~ Lost

Offline Aleksi "Lex" Kilpinen

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 15,444
  • Gender: Male
  • The Artist Formerly Known as LexArma
Re: Ant's Curve Variants
« Reply #41 on: February 21, 2012, 04:53:46 AM »
Blue Steel will follow shortly, and I'll update this page then.. When all three are available I'll pack them into one multi theme, which is going to be called (wait for it) Ant's Curve Variants. I may add a couple of extra new ones too. ;D
Any update to the Status of Blue Steel? I'd love to see it happen :)
Finnish Support Local Moderator & Support Specialist
My Mods: Facebook and Twitter Sharer



Offline Mithotyn

  • Semi-Newbie
  • *
  • Posts: 93
  • Gender: Male
Re: Ant's Curve Variants
« Reply #42 on: May 10, 2012, 05:56:46 PM »
Hi Antechinus,
I need You help, How do I edit the corrupted area?


Offline Mithotyn

  • Semi-Newbie
  • *
  • Posts: 93
  • Gender: Male
Re: Ant's Curve Variants
« Reply #43 on: May 14, 2012, 05:17:50 PM »
Fixed.

Open Index.css in search;

Find:
Code: [Select]
#guest_form  .input_text, #guest_form  .input_password, #guest_form  select, #guest_form  .button_submit
{
margin: 0;
font-weight: bold;
color: #fff2cf;
background: #7f6b57 url(../images/theme/menu_gfx.png) -5px -120px no-repeat;
border: 1px solid #6f5c45;
border-radius: 0.25em;
font-size: 1.1em;
padding: 2px 4px;
vertical-align: top;
}

Replace:
Code: [Select]
#guest_form  .input_text, #guest_form  .input_password, #guest_form  select, #guest_form  .button_submit
{
margin: 0;
font-weight: bold;
color: #fff2cf;
background: #7f6b57 url(../images/theme/menu_gfx.png) -50px -120px no-repeat;
border: 1px solid #6f5c45;
border-radius: 0.25em;
font-size: 1.1em;
padding: 2px 4px;
vertical-align: top;
}