Skip to topic | Skip to bottom
Home
TWiki
TWiki.MwPtSkinr1.3 - 11 Aug 2005 - 07:42 - ArthurVanDamtopic end

Start of topic | Skip to actions

MwPtSkin

Heavily based on PatternSkin, tweaked to incorporate some good things from MediaWiki.

Preview this topic with its own skin

Modifications to PatternSkin:


Effect: Each web has its own WebTopBar
File: twiki.pattern.tmpl
Definition: %TMPL:DEF{"topbar"}%
Change: Replaced %INCLUDE{"%TWIKIWEB%.WebTopBar"}% by %INCLUDE{"%WEB%.WebTopBar"}%.


Effect: Automatically add type-specific icons to links (e.g. external, https or mailto links)
File: style.css
Add:
.twikiTopic a[href ^="http://"] {
    background: url(external_icon.png) center right no-repeat;
    padding-right: 13px;
}
and similar for other types. This relies on CSS3, at least it works fine in Mozilla and Firefox.
Examples: http://www.justatest-donotclick.it
https://safe.server.nu/foobar/rc-1/bar
mail@domain.com
ftp://ftpserver.ext/releases/foobar



to top

I Attachment sort Action Size Date Who Comment
layout.css manage 1.8 K 28 Oct 2004 - 20:11 ArthurVanDam layout CSS (for positioning elements)
style.css manage 26.1 K 28 Oct 2004 - 20:11 ArthurVanDam style CSS (for markup)
external_icon.png manage 0.3 K 28 Oct 2004 - 20:13 ArthurVanDam icon for external links
file_icon.gif manage 0.9 K 28 Oct 2004 - 20:13 ArthurVanDam icon for files/ftp links
mail_icon.gif manage 0.9 K 28 Oct 2004 - 20:13 ArthurVanDam icon for mailto links
lock_icon.gif manage 0.9 K 28 Oct 2004 - 20:14 ArthurVanDam icon for https/secure links
i_arrow_down.gif manage 0.1 K 28 Oct 2004 - 20:43 ArthurVanDam Icon: down arrow; used for Table Of Contents
ruler150.gif manage 0.1 K 23 Jan 2005 - 15:53 ArthurVanDam ruler for footer/footnotes
arrow-right.gif manage 0.2 K 11 Aug 2005 - 07:42 ArthurVanDam another right arrow

You are here: TWiki > MwPtSkin

to top

Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback