Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Shades. on April 21, 2010, 04:52:23 PM

Title: OmegaPink
Post by: Shades. on April 21, 2010, 04:52:23 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=2108)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,2108/image,thumb)

A pink curve variation.

Demo (http://themes.omegadex.com)

Please do not remove my link at the bottom of this theme!
Title: Re: OmegaPink
Post by: Shades. on November 23, 2010, 03:20:36 AM
I have also made one similar to this for SMF 1.1.12. It's currently waiting for review by SMF staff for download. But you can get it early at my demo site.

Where's my demo site you say? Scroll up! ;)
Title: Re: OmegaPink
Post by: Scratching my Head on February 08, 2012, 03:50:59 PM
Shades:

Any reason why  the text doesn't wrap when you're typing it in the reply box with the 2.0.2 upgrade?
It just extends to the right on the same line forever.
Title: Re: OmegaPink
Post by: Crip on February 08, 2012, 04:22:38 PM
look in Default theme Curve ../css/index.css Find:

"(QuickR)" search with FF => copy + paste in your theme. ;)
Title: Re: OmegaPink
Post by: Scratching my Head on February 08, 2012, 04:24:30 PM
I'll try it in a bit, and let you know how it goes, Crip.

:D
Title: Re: OmegaPink
Post by: Scratching my Head on February 08, 2012, 04:29:01 PM
Wait. What?

Do you mean take the quick reply from the default css and insert it into the OmegaPinkRC4.0 css?
Title: Re: OmegaPink
Post by: Scratching my Head on February 08, 2012, 04:40:30 PM
Hmmm. Still not working.
Title: Re: OmegaPink
Post by: Shades. on February 08, 2012, 05:59:09 PM
Quote from: Scratching my Head on February 08, 2012, 03:50:59 PM
Shades:

Any reason why  the text doesn't wrap when you're typing it in the reply box with the 2.0.2 upgrade?
It just extends to the right on the same line forever.
I don't know but this them was made for rc2-4. The only thing I changed from the default theme was the colors. Nothing else was changed so maybe Crip is on the right track with an answer for you. Sorry I couldn't be more help! 8)
Title: Re: OmegaPink
Post by: Crip on February 09, 2012, 05:48:46 AM
=======>  2.0.2)))))
css/index.css
++++++++++++++++++++++++++++++++++++++

/* Styles for the quick reply area.
---------------------------------------------------- */

#quickreplybox
{
   padding-bottom: 1px;
}
#quickReplyOptions .roundframe
{
   padding: 0 10%;
}
#quickReplyOptions form textarea
{
   height: 100px;
   width: 635px;
   max-width: 100%;
   min-width: 100%;
   margin: 0.25em 0 1em 0;
}


========
Should do it. ;D