Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 330
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 306
Total: 306

Recall Theme

Started by pnreddy, Jun 30, 11, 02:00:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pnreddy

Hello,
I am using Recall theme on my site here. 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

Crip

Can we have a link?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

pnreddy

#2

Crip

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);
}

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

pnreddy

#4
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;
}

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Crip

Yes , if you want it. :bf: ;)
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

pnreddy

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

pnreddy

Crip bro,

What needs to be changed to change the header like this forum on Recall theme?

Crip

like what part of the header?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

pnreddy

the background of the header :)

Crip

I made that in PS , just added a bit of "Noise" to it .. i ant sharing no more of this Theme bro'
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

pnreddy

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!  ;)

walter

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!

Crip

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?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

walter

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

Crip

#16
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?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.