Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Pure CSS designs (Just for fun)

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Google Rank  
Author Message
tobyink

External


Since: Apr 25, 2004
Posts: 148



(Msg. 1) Posted: Fri Jun 04, 2004 1:40 am
Post subject: Pure CSS designs (Just for fun)
Archived from groups: alt>www>webmaster (more info?)

I've been experimenting with pure CSS designs recently.

*Pure* CSS.

Works in Moz and Opera:
http://www.goddamn.co.uk/tobyink/scratch/total.css

And this one is Moz only Sad
http://www.goddamn.co.uk/tobyink/scratch/total2

Smile

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

 >> Stay informed about: Pure CSS designs (Just for fun) 
Back to top
Login to vote
user387

External


Since: Feb 13, 2004
Posts: 1055



(Msg. 2) Posted: Fri Jun 04, 2004 3:10 am
Post subject: Re: Pure CSS designs (Just for fun) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Toby A Inkster wrote:

 > I've been experimenting with pure CSS designs recently.
 >
 > *Pure* CSS.
 >
 > Works in Moz and Opera:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/scratch/total.css</font" target="_blank">http://www.goddamn.co.uk/tobyink/scratch/total.css</font</a>>
 >
 > And this one is Moz only Sad
<font color=purple> > <a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/scratch/total2</font" target="_blank">http://www.goddamn.co.uk/tobyink/scratch/total2</font</a>>
 >
 > Smile

multi-poster!! Wink


--
Els
<a style='text-decoration: underline;' href="http://locusmeus.com/" target="_blank">http://locusmeus.com/</a>
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Pure CSS designs (Just for fun) 
Back to top
Login to vote
robertfolkerts

External


Since: Jun 06, 2004
Posts: 2



(Msg. 3) Posted: Sun Jun 06, 2004 4:54 am
Post subject: Re: Pure CSS designs (Just for fun) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Toby A Inkster wrote:

 > I've been experimenting with pure CSS designs recently.
 >
 > *Pure* CSS.
 >
 > Works in Moz and Opera:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/scratch/total.css</font" target="_blank">http://www.goddamn.co.uk/tobyink/scratch/total.css</font</a>>
 >
 > And this one is Moz only Sad
<font color=purple> > <a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/scratch/total2</font" target="_blank">http://www.goddamn.co.uk/tobyink/scratch/total2</font</a>>
 >
 > Smile
 >

This page also works under Konqueror, the KDE browser.

Other than proving that this can be done, is there a reason to to have
pure css? I have been using css to seperate design and content; this
makes it easier to manage a site. But you have managed to put the content
into the CSS. Interesting, but it seems to be of marginal utility<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Pure CSS designs (Just for fun) 
Back to top
Login to vote
tobyink

External


Since: Apr 25, 2004
Posts: 148



(Msg. 4) Posted: Tue Jun 08, 2004 1:37 am
Post subject: Re: Pure CSS designs (Just for fun) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

BobFolkerts wrote:

 > Other than proving that this can be done, is there a reason to to have
 > pure css?

I'm sure there are any number of psychiatric disorders...

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - <a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/?page=132" target="_blank">http://www.goddamn.co.uk/tobyink/?page=132</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Pure CSS designs (Just for fun) 
Back to top
Login to vote
user494

External


Since: Jun 09, 2004
Posts: 3



(Msg. 5) Posted: Wed Jun 09, 2004 1:32 pm
Post subject: Re: Pure CSS designs (Just for fun) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes, I believe there are. We use almost pure CSS layout now, and it means we
don't need to worry at all when we create new pages. Just dump in the
content. All design elements and all layout elements are managed by the CSS.
If I find that one element in my design needs to be tweaked, a simple CSS
change does the lot for me.

Is there any better reason you could look for?

Tony

"Toby A Inkster" <tobyink DeleteThis @goddamn.co.uk> wrote in message
news:pan.2004.06.07.21.37.08.802001@goddamn.co.uk...
 > BobFolkerts wrote:
 >
  > > Other than proving that this can be done, is there a reason to to have
  > > pure css?
 >
 > I'm sure there are any number of psychiatric disorders...
 >
 > --
 > Toby A Inkster BSc (Hons) ARCS
<font color=purple> > Contact Me - <a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/?page=132</font" target="_blank">http://www.goddamn.co.uk/tobyink/?page=132</font</a>>
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Pure CSS designs (Just for fun) 
Back to top
Login to vote
robertfolkerts

External


Since: Jun 06, 2004
Posts: 2



(Msg. 6) Posted: Thu Jun 10, 2004 5:53 am
Post subject: Re: Pure CSS designs (Just for fun) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I agree that CSS is how you should do presentation. That leaves html to
hold the document content. Seperating content & presentation is a good
thing. However, Toby used CSS only, you point your browser at a css file &
content apears on the screen. I was amaized that this worked.

However, we are now back to mixing content and presentation. Only now we
have in the CSS rather than in HTML. For some reason, you can add a
'content' label/value pair. This is fun stuff, but where can this be
used?

Perhaps it would be possbile to have 'boilerplate' content written into a
CSS file. You could then have this stuff cached on the client in the css
file. I know you can do this with (i)frames, but that introduces its own
issues.

I would like to understand why there are display & content label/value pairs
in CSS.

So, once again, thanks Toby! This is a strange little feature of CSS that I
never knew about.
 >> Stay informed about: Pure CSS designs (Just for fun) 
Back to top
Login to vote
tobyink

External


Since: Apr 25, 2004
Posts: 148



(Msg. 7) Posted: Thu Jun 10, 2004 10:49 am
Post subject: Re: Pure CSS designs (Just for fun) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

BobFolkerts wrote:

 > However, Toby used CSS only, you point your browser at a css file &
 > content apears on the screen. I was amaized that this worked.

That's because I cheated. Both links were actually to HTML files.

<a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/scratch/total.css" target="_blank">http://www.goddamn.co.uk/tobyink/scratch/total.css</a>
Despite the file name, the file is served with the "text/html" MIME type,
so it's interpreted as HTML with some embedded CSS.

<a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/scratch/total2" target="_blank">http://www.goddamn.co.uk/tobyink/scratch/total2</a>
MIME type is also text/html, but file appears completely blank. Yet in
Mozilla, content magically appears. I'll leave other people to figure out
how it's done. Wink

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - <a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/?page=132" target="_blank">http://www.goddamn.co.uk/tobyink/?page=132</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Pure CSS designs (Just for fun) 
Back to top
Login to vote
spam19

External


Since: May 08, 2004
Posts: 952



(Msg. 8) Posted: Thu Jun 10, 2004 12:16 pm
Post subject: Re: Pure CSS designs (Just for fun) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 10 Jun 2004 07:49:37 +0100, Toby A Inkster <tobyink DeleteThis @goddamn.co.uk>
wrote:

<font color=purple> > <a style='text-decoration: underline;' href="http://www.goddamn.co.uk/tobyink/scratch/total2</font" target="_blank">http://www.goddamn.co.uk/tobyink/scratch/total2</font</a>>
 > MIME type is also text/html, but file appears completely blank. Yet in
 > Mozilla, content magically appears. I'll leave other people to figure out
 > how it's done. Wink

<a style='text-decoration: underline;' href="http://www.w3.org/TR/REC-html40/present/styles.html#h-14.6" target="_blank">http://www.w3.org/TR/REC-html40/present/styles.html#h-14.6</a>

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollary that nothing is ridiculous.
- <a style='text-decoration: underline;' href="http://www.greywyvern.com" target="_blank">http://www.greywyvern.com</a> - Orca Knowledgebase: Completely CSS styleable
Knowledgebase/FAQ system<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Pure CSS designs (Just for fun) 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]