FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Forum Styles » Grey
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Grey [message #160165] Thu, 30 July 2009 20:52 Go to next message
beAst is currently offline  beAst
Messages: 33
Registered: July 2009
Location: Russia
Karma: 0
Member

It is my second theme, please inform about all that seems to you not beautiful that works not so, and so on

button tutorial


P.S.
Help me with quote block...
  • Attachment: grey.jpg
    (Size: 200.15KB, Downloaded 1084 times)
  • Attachment: grey.zip
    (Size: 108.81KB, Downloaded 929 times)

[Updated on: Thu, 30 July 2009 20:58]

Report message to a moderator

icon6.gif  Re: Grey [message #160166 is a reply to message #160165] Thu, 30 July 2009 21:03 Go to previous messageGo to next message
The Witcher is currently offline  The Witcher   United States
Messages: 675
Registered: May 2009
Location: USA
Karma: 3
Senior Member
What is the problem with Quote?

I'll take a look as soon as I can.


"I'm a Witcher, I solve human problems; not always using a sword!"
Re: Grey [message #160167 is a reply to message #160166] Thu, 30 July 2009 21:06 Go to previous messageGo to next message
beAst is currently offline  beAst
Messages: 33
Registered: July 2009
Location: Russia
Karma: 0
Member

Sad
  • Attachment: quu.jpg
    (Size: 53.48KB, Downloaded 906 times)
icon6.gif  Re: Grey [message #160168 is a reply to message #160167] Thu, 30 July 2009 22:41 Go to previous messageGo to next message
The Witcher is currently offline  The Witcher   United States
Messages: 675
Registered: May 2009
Location: USA
Karma: 3
Senior Member
Ok your quote box don't show up!

I have that problem as well in some areas and haven't quite got it all figured out yet.

Where did you get that quote gif? I don't see any in other CSS.

You will also need to make a few more of your buttons (there are 16 in all counting quick reply) and you are missing those from PM and the members area.

Meanwhile I will take a look at the CSS and see if I can find why the quote box don't show.

But it will be at least tomorrow.


"I'm a Witcher, I solve human problems; not always using a sword!"
Re: Grey [message #160169 is a reply to message #160167] Fri, 31 July 2009 00:00 Go to previous messageGo to next message
The Witcher is currently offline  The Witcher   United States
Messages: 675
Registered: May 2009
Location: USA
Karma: 3
Senior Member
Ok how does this look?

index.php?t=getfile&id=5691&private=0


That's pretty small but you can check it out on the test site, http://tunstavern.info/

Let me know!


"I'm a Witcher, I solve human problems; not always using a sword!"
Re: Grey [message #160177 is a reply to message #160169] Fri, 31 July 2009 06:45 Go to previous messageGo to next message
beAst is currently offline  beAst
Messages: 33
Registered: July 2009
Location: Russia
Karma: 0
Member

The Witcher писал(а) Птн, 31 Июль 2009 06:00
Ok how does this look?

index.php?t=getfile&id=5691&private=0


That's pretty small but you can check it out on the test site, http://tunstavern.info/

Let me know!


big thanks Smile

Re: Grey [message #160181 is a reply to message #160177] Fri, 31 July 2009 14:10 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
You are an excellent designer and your themes look stunning!

I just want to point out that you can remove the images that is part of the default theme. For example, you've included "up.gif". You can just leave these out to make your themes smaller and easier to maintain.

Keep up the good work!
Re: Grey [message #160182 is a reply to message #160181] Fri, 31 July 2009 14:19 Go to previous messageGo to next message
beAst is currently offline  beAst
Messages: 33
Registered: July 2009
Location: Russia
Karma: 0
Member

naudefj писал(а) Птн, 31 Июль 2009 20:10
You are an excellent designer and your themes look stunning!

I just want to point out that you can remove the images that is part of the default theme. For example, you've included "up.gif". You can just leave these out to make your themes smaller and easier to maintain.

Keep up the good work!

I lazy)

thanks..

there is theme by admin of my favourite forum
not finished, but looks pretty
  • Attachment: adm1.jpg
    (Size: 118.82KB, Downloaded 846 times)
icon6.gif  Re: Grey [message #160373 is a reply to message #160177] Fri, 28 August 2009 02:02 Go to previous messageGo to next message
The Witcher is currently offline  The Witcher   United States
Messages: 675
Registered: May 2009
Location: USA
Karma: 3
Senior Member
I found that the problem appeared to be in the CSS around line 207-214
 cite {
	/* quote titles */
	font-size: 9pt;
	font-weight: bold;
	margin-left: 20px;
	display: block;
		padding-left: 25px;
}


By removing that code and replacing it with:
 .quote {
	color: #444444;
	background: #FAFAFA;
	border: 1px solid #c2cdd6;
}
 

The problem was resolved, however that does not explain where or how the problem originated to begin with.

Off hand I am guessing that it was related to using the CSS from one of the experimental themes and/or a difference in language.

I have encountered the same in other CSS's I have tried, so far inspecting the element with "Firebug" shows that the quote is there when using ".cite" it just is not defined so it may have been correctable by simply changing/adding color codes.

For now there is a simple solution and I will look into it further later on if and when I encounter it again.



"I'm a Witcher, I solve human problems; not always using a sword!"
Re: Grey [message #160376 is a reply to message #160373] Fri, 28 August 2009 05:50 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
.quote is legacy - FUDforum 2.8.1 and earlier.

cite and blockquote will be used in all future releases.
icon6.gif  Re: Grey [message #160380 is a reply to message #160376] Fri, 28 August 2009 08:36 Go to previous message
The Witcher is currently offline  The Witcher   United States
Messages: 675
Registered: May 2009
Location: USA
Karma: 3
Senior Member
naudefj wrote on Fri, 28 August 2009 00:50
.quote is legacy - FUDforum 2.8.1 and earlier.

cite and blockquote will be used in all future releases.


Ok! That explains it then.

Thanks


"I'm a Witcher, I solve human problems; not always using a sword!"
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Concord theme (dark blue/ purple)
Next Topic: Themes to include into next release
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Mar 28 20:44:38 GMT 2024

Total time taken to generate the page: 0.01804 seconds