Recent Topics

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

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.