Tags:
create new tag
view all tags

Modernize Pattern Skin

The PatternSkin has a professional look. Skins follow a fashion cycle. We could tweak the skin a bit to make it look very modern. A low hanging fruit is to do something with the currently empty banner.

How about adding a subtle background image? Inspired by the MediaWiki look, I created this background banner that gives a modern look and also conveys the TWikiLogos branding message. This propsal is tracked in Bugs:Item748.

Banner background, to be right justified on banner:

Banner background, to be right justified on banner

Here is a screen mockup:

Screenshot mockup

-- PeterThoeny - 22 Oct 2005

I think by modern you mean trendy.

If you think the space is too empty, why not think up a good idea for it?

The graphic as is is not appealing enough.

  • I like it, in that it is in the background, non intrusive. -- AntonAylward

-- ArthurClemens - 22 Oct 2005

Modern design: http://ma.gnolia.com/ and http://www.alistapart.com/

-- ArthurClemens - 22 Oct 2005

It is also possible to remove the top bar (for twiki.org) and have the logo in the left bar (top).

-- ArthurClemens - 22 Oct 2005

Yes, trendy is a better word.

The graphic I created is food for thought. An artist can create something much better than I can.

-- PeterThoeny - 23 Oct 2005

I enjoy playing around with graphic ideas as much as the next person - but our efforts at creating a logo has convinced me that our efforts would be better spent attracting more real graphics artists to the TWiki platform. ArthurClemens, MichaelDaum and a few others have helped raise our standards but it would be great to have a larger representation of that skill set in our community. Towards that end, I'm starting a conversation for AttractingGraphicArtists.

-- LynnwoodBrown - 23 Oct 2005

We need something of more contrast up there. The above Ts are too sallow.

What about this:

SepiaFieldHeader.jpg

IMHO, the TWiki logo is fine in TWiki.WebHome but rather poor in the top bar, in especially because it doesn't look good on a non-white background. Rather than repeating the logo in the top bar (where it will be replaced by a company's logo anyway) I'd suggest to put the %WIKITOOLNAME% up there.

Here's the css mockup:

#patternTopBar {
  background:#FAF7E8;
  height:80px;
  background-image:url(SepiaFieldBar.jpg); 
  background-repeat:no-repeat;
  background-position:top left;
  border-bottom:5px solid #E2DCC8;
}

.patternTopBarLogo img {
  display:none;
}
.patternTopBarLogo {
  margin-top:25px;
  display:block;
}
.patternTopBarLogo:before {
  content:"TWiki";
  font-family:"Lucida Grande", verdana, arial, sans-serif;
  font-size:45px;
  color:white;
  font-weight:bold;
  text-shadow:1px 1px 1px black;
}

-- MichaelDaum - 23 Nov 2005

Yes, of course you can put an image up there. But what does it reveal? Try to find something that is about TWiki.

And the logo should be fitted in as well.

-- ArthurClemens - 23 Nov 2005

What are you talking about: the default appearance shipped with TWiki/Dakar or the TWiki.org appearance? In the first case we need something that's simply nice without carrying any further burden. In the second case we need something that imparts the twiki message. Please, please, please make this two separate issues.

Just for a moment, forget about symbolism, as this topic is about modernizing PatternSkin.

-- MichaelDaum - 23 Nov 2005

If this topic is about providing functionality, here's the documentation topic: http://develop.twiki.org/~develop/cgi-bin/view/TWiki/PatternSkinCssCookbookTopBarBackgroundImage

If it is about branding TWiki, this topic has the wrong name. So indeed, these are separate issues.

-- ArthurClemens - 23 Nov 2005

And as you can see the logo looks very bad on that page. What do you recommend then?

-- MichaelDaum - 23 Nov 2005

For TWiki branding: something along these lines perhaps - using the balloon pointer as cut-out shape:

header_illustration.png

This is a proposal, the image is not final - altough I do like the symbolism.

The documentation topic PatternSkinCssCookbookTopBarBackgroundImage should be updated with a different logo, one that fits on a dark background, and perhaps a gradient background image.

-- ArthurClemens - 23 Nov 2005

Great!!! Use it.

What about a common place where header images shipped with TWiki can be access by any skin, like attaching them to TWiki.HeaderArt. Or shall we compile a separate ArtWorkContrib? Just an idea...

-- MichaelDaum - 24 Nov 2005

I kind of like it. Suggestion: Less contrast, e.g. lighter, and blue hue of sidebar instead of gray.

-- PeterThoeny - 24 Nov 2005

Arthur, can you attach the header image you were using in your screenshot. I'd like to see it in RL. I got the impression that the colors in the header art should have more constrast or be more colorful than the text area. Or match the darker part of the gradient.

-- MichaelDaum - 24 Nov 2005

I have uploaded the PNGs. The Illustrator ai file with the white shapes is too big though (1.2MB zipped).

-- ArthurClemens - 24 Nov 2005

Michael: My concern with a darker/stronger background image is that it draws attention away from the actual content, which is not desirable in a collaborative environment.

Here are some variations on Arthur's image. I tried to make the image more clear and more light. I also created striped images, alternating lighter and darker variations of the image. Two variations on that, 1 pixel high and 2 pixel high. My favorites are header-4.gif (very light solid background, gray) and header-4-1.gif (light striped background, 1 pixel, gray)

  • header-3.gif - light solid background, gray:
    light solid background

  • header-4.gif - very light solid background, gray: screenshot
    very light solid background

  • header-4-1.gif - light striped background, 1 pixel, gray: screenshot
    light striped background, 1 pixel

  • header-4-1c.gif - light striped background, 1 pixel, cyan: screenshot
    light striped background, 1 pixel, cyan

  • header-4-2.gif - light striped background, 2 pixel, gray: screenshot
    light striped background, 2 pixel

-- PeterThoeny - 19 Dec 2005

I liked the striped version. For some reason, I like stripes. My main concern in this case if to give administrators the possibility of customizing their top bars, and not lose it after an upgrade.

The approach used in DakarRelease for TWikiPreferences, for example, is a good one. Parhaps the TWiki.WebTopBar could have

%<nop/>INCLUDE{"Main.WebTopBar" warn="<span class='patternTopBarLogo'><a href='%WEBLOGOURL%'><img src='%WEBLOGOIMG%' border='0' alt='%WEBLOGOALT%'/></a></span><!-- /patternTopBarLogo-->"}%

instead of

<span class="patternTopBarLogo"><a href="%WEBLOGOURL%"><img src="%WEBLOGOIMG%" border="0" alt="%WEBLOGOALT%"/></a></span><!-- /patternTopBarLogo-->

This way admins that customize their top bars won't lose it, and those who doen't will have a pretty default top bar.

-- AntonioTerceiro - 19 Dec 2005

For performance I would like to avoid another INCLUDE on every page.

-- PeterThoeny - 19 Dec 2005

The striped images are so light it is hard to tell what's on them. If the image contents should be hidden it is clearly not a good image.

I also don't find the straight borders an improvement, as they deprive the headers of any playfulness they had.

-- ArthurClemens - 20 Dec 2005

The idea of the straight lines was to show paper on a table, but I see your point. OK, new version based on your feedback:

  • header-5-1.gif - lightly darkened striped background, 1 pixel, rounded borders: screenshot
    lightly darkened striped background, 1 pixel, rounded borders

I find this image acceptable, but almost too dark. I am open to other thoughts.

-- PeterThoeny - 20 Dec 2005

OK, I recreated the bg image with smoother color palette. Here is the 1px striped background gif image (color reduction with optimized octree and error diffusion)

See also png, jpg 4x, jpg 10x, and original unstriped png version. If needed, also the 1px mask.

-- PeterThoeny - 05 Jan 2006

I have made a combination of the webbgcolor and the image. To stand next to the webbgcolor, the image must not be too light. So I made a gradient for the lines, light at the left and transparent to the right.

Try out, not tested on other browsers: http://visiblearea.com/devtwiki/bin/view/Sandbox/ (and other webs for other colors).

-- ArthurClemens - 08 Jan 2006

Arthur, we are getting there. I like the gradual change from stripes to solid. smile

Feedback:

  • I find the image color on the right a bit too dark, it draws the eyes away from the actual content
  • I find the web color on the right too distractive, and somehow does not fit into the design.
  • most of us at today's meeting liked the title bar in the WebLeftBar of the Cairo version

My 2c.

-- PeterThoeny - 08 Jan 2006

I have made some changes.

The above mentioned:

TWiki_header_with_webbgcolor.png

Without bgcolor, with web indicator and a bit lighter image:

TWiki_header_white_and_web_.png

-- ArthurClemens - 08 Jan 2006

I like the "Without bgcolor, with web indicator and a bit lighter image" very much!!

-- PeterThoeny - 08 Jan 2006

Small suggestion to make it very clear: In the title bar, call it "Sandbox web" or "Sandbox Web" instead of just "Sandbox".

-- PeterThoeny - 08 Jan 2006

Just a suggestion. DON'T.

-- AntonAylward - 08 Jan 2006

Topic attachments
I Attachment History Action Size Date Who Comment
JPEGjpg SepiaFieldBar.jpg r1 manage 17.2 K 2005-11-23 - 09:51 UnknownUser  
JPEGjpg SepiaFieldHeader.jpg r1 manage 117.3 K 2005-11-23 - 09:44 UnknownUser  
PNGpng TWiki_header_white_and_web_.png r1 manage 84.6 K 2006-01-08 - 02:53 UnknownUser  
PNGpng TWiki_header_with_webbgcolor.png r1 manage 85.2 K 2006-01-08 - 02:53 UnknownUser  
PNGpng filemerge.png r1 manage 54.1 K 2005-11-24 - 15:02 UnknownUser header - the inspiration
GIFgif header-3.gif r1 manage 25.2 K 2005-12-19 - 05:30 PeterThoeny light solid background
GIFgif header-4-1.gif r1 manage 21.5 K 2005-12-19 - 05:31 PeterThoeny light striped background, 1 pixel
GIFgif header-4-1c.gif r1 manage 17.8 K 2005-12-19 - 05:31 PeterThoeny light striped background, 1 pixel, cyan
GIFgif header-4-2.gif r1 manage 23.3 K 2005-12-19 - 05:31 PeterThoeny light striped background, 2 pixel
GIFgif header-4.gif r1 manage 17.5 K 2005-12-19 - 05:28 PeterThoeny very light solid background
GIFgif header-5-1.gif r1 manage 15.5 K 2005-12-20 - 00:44 PeterThoeny lightly darkened striped background, 1 pixel, round edge
PNGpng header-6-4.png r2 r1 manage 44.7 K 2006-01-05 - 01:26 PeterThoeny original with smoother color palette, without striped background
GIFgif header-6-4b.gif r1 manage 27.1 K 2006-01-05 - 01:14 PeterThoeny 1px striped background with smoother color palette, gif with optimized octree reduction with error diffusion
JPEGjpg header-6-4b.jpg r1 manage 10.9 K 2006-01-05 - 01:12 PeterThoeny 1px striped background with smoother color palette, jpg 4x compression
PNGpng header-6-4b.png r1 manage 39.4 K 2006-01-05 - 01:11 PeterThoeny 1px striped background with smoother color palette
JPEGjpg header-6-4b10.jpg r1 manage 7.2 K 2006-01-05 - 01:12 PeterThoeny 1px striped background with smoother color palette, jpg 10x compression
PNGpng header-orig.png r1 manage 1249.1 K 2005-11-24 - 15:02 UnknownUser header original photograph
PNGpng header-stripe1.png r1 manage 0.5 K 2006-01-05 - 01:09 PeterThoeny 1px stripe image mask. offset 2px from left
PNGpng header.png r1 manage 75.9 K 2005-11-24 - 14:59 UnknownUser header image
PNGpng header_illustration.png r1 manage 127.1 K 2005-11-23 - 22:23 UnknownUser  
PNGpng screen-4-1.png r1 manage 85.6 K 2005-12-19 - 05:17 PeterThoeny screenshot, light striped background, 1 pixel
PNGpng screen-4-1c.png r1 manage 73.5 K 2005-12-19 - 05:17 PeterThoeny screenshot, light striped background, 2 pixel, cyan
PNGpng screen-4-2.png r1 manage 85.0 K 2005-12-19 - 05:17 PeterThoeny screenshot, light striped background, 2 pixel
PNGpng screen-4.png r1 manage 73.7 K 2005-12-19 - 05:36 PeterThoeny screenshot, very light background
PNGpng screen-5-1.png r1 manage 86.4 K 2005-12-20 - 00:45 PeterThoeny screenshot of lightly darkened striped background, 1 pixel, round edge
Edit | Attach | Watch | Print version | History: r30 < r29 < r28 < r27 < r26 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r30 - 2006-03-04 - ArthurClemens
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.