TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: pnreddy on Jun 30, 11, 02:00:27 PM

Title: Recall Theme
Post by: pnreddy on Jun 30, 11, 02:00:27 PM
Hello,
I am using Recall theme on my site here (http://www.pharmacovigilanceforum.com). Can you guys have a look and give any feedback?

I dont know graphics, so made a simple logo. I still feel it looks cool.

I liked how the quotes appear on this site? Can I get any help on how to achieve that?

Thanks much!
pnr
Title: Re: Recall Theme
Post by: Crip on Jun 30, 11, 02:11:45 PM
Can we have a link?
Title: Re: Recall Theme
Post by: pnreddy on Jun 30, 11, 02:40:59 PM
sure. it is www.pharmacovigilanceforum.com
Title: Re: Recall Theme
Post by: Crip on Jun 30, 11, 02:50:20 PM
Site & logo look good :up:

Quotes for this site are some simple CSS3 shadows..

/* Some BBC related styles.
------------------------------------------------------- */

/* A quote, perhaps from another post. */
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote {
font-size: x-small;
color: #000;
line-height: 1.4em;
background: url(../images/theme/quote.png) 0.1em 0.1em no-repeat;
border: 1px solid #C5C5CF;
padding: 1.1em 1.4em;
margin: 0.1em 0 0.3em 0;
overflow: auto;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

Title: Re: Recall Theme
Post by: pnreddy on Jun 30, 11, 03:04:43 PM
Should I go ahead and replace the above code with the current below code?

/* Some BBC related styles.
------------------------------------------------------- */

/* A quote, perhaps from another post. */
.quoteheader
{
   color: #7a899c;
}
.codeheader, .quoteheader
{
   font-size: 0.9em;
   font-weight: bold;
   padding-left: 5px;
}
blockquote, blockquote blockquote blockquote
{
   font-size: 0.9em;
   color: #000000;
   line-height: 1.4em;
   background: url(../images/theme/quote.png) 2px 2px no-repeat #E2E7EA;
   border-top: solid 1px #000;
   border-bottom: solid 1px #000;
   padding: 1em 1em 1em 2em;
   margin: 0.3em 0 0 0;
}
blockquote blockquote
{
   background: #e7eAfC;
}
Title: Re: Recall Theme
Post by: Crip on Jun 30, 11, 03:05:00 PM
Quote from: pnreddy on Jun 30, 11, 02:40:59 PM
sure. it is www.pharmacovigilanceforum.com

See Quote?
Title: Re: Recall Theme
Post by: Crip on Jun 30, 11, 03:06:09 PM
Yes , if you want it. :bf: ;)
Title: Re: Recall Theme
Post by: pnreddy on Jun 30, 11, 03:36:42 PM
Quote from: Crip on Jun 30, 11, 03:06:09 PM
Yes , if you want it. :bf: ;)

Done.. And, its WOW!! Thanks for the help, Crip :)  O0
Title: Re: Recall Theme
Post by: pnreddy on Jul 02, 11, 02:26:48 PM
Crip bro,

What needs to be changed to change the header like this forum on Recall theme?
Title: Re: Recall Theme
Post by: Crip on Jul 02, 11, 03:12:58 PM
like what part of the header?
Title: Re: Recall Theme
Post by: pnreddy on Jul 04, 11, 08:11:31 AM
the background of the header :)
Title: Re: Recall Theme
Post by: Crip on Jul 04, 11, 09:28:24 AM
I made that in PS , just added a bit of "Noise" to it .. i ant sharing no more of this Theme bro'
Title: Re: Recall Theme
Post by: pnreddy on Jul 05, 11, 01:36:22 PM
Quote from: Crip on Jul 04, 11, 09:28:24 AM
I made that in PS , just added a bit of "Noise" to it .. i ant sharing no more of this Theme bro'

Sure.. That actually makes sense... Its a nice "Noise" though!  ;)
Title: Re: Recall Theme
Post by: walter on Jun 13, 13, 09:20:25 AM
Hello Crip, and thanks for all your hard work on supporting so many themes. It is appreciated for those of us who don't have any coding experience, but still want great-looking themes.

I began using your Recall theme when I upgraded to SMF 2 recently, and in modifying your theme to work for my site, I ran into a problem in the header area.

(see example image here: http://skullknight.net/images/headerbackgroundargh1.jpg )

The top right corner is using some kind of shaded image--the default header background image actually--but I cannot isolate what the image is. I have searched through the theme's image folders and cannot find it. All I want to do is replace it with a solid color to work with my site's logo.

Any ideas? Thanks in advance!
Title: Re: Recall Theme
Post by: Crip on Jun 13, 13, 09:31:17 AM
HI Walt ,
..this images holds the HEADER / MENU / & BACKGROUND =>
http://www.jpr62.com/demos/Themes/recall/images/img/back-ground.png

We may need to see your Forum to go further with this?
Title: Re: Recall Theme
Post by: walter on Jun 13, 13, 11:28:57 AM
Ahh, I overlooked that tiny little piece at the top... That did it. Thanks!

Also, I need to increase the height of the header to compensate for my logo (needs 140 pixels, but this is capped at 120, without disrupting the frame images surrounding the board index).

Could you just list the elements I will need to change in order to compensate for increased height?

Thanks again.

PS: My site is at www.skullknight.net/forum
Title: Re: Recall Theme
Post by: Crip on Jun 13, 13, 11:53:42 AM
Like i said , that one image is the HEADER/MENU/BACKGROUND ..
with the header only 120px in HEIGHT you'll need to re-size your logo to fit..
..it's a necessary evil i reckon?