TWiki home TWiki > TWiki > FlexibleSkinStyleSheet (r1.1 vs. r1.4) TWiki webs:
Main | TWiki | Plugins | Sandbox | Patterns
TWiki . { Home | Welcome | Register | Changes | Topics | Index | Search | Go }
 <<O>>  Difference Topic FlexibleSkinStyleSheet (r1.4 - 21 Sep 2003 - ArthurClemens)
Added:
>
>

/* custom preferences */ /* ------------------------------------------------------------------------------- */

Changed:
<
<

/* Show the "PREVIEW" word in the background when previewing a topic: */ FlexibleSkinPreview? { background: url('http://www.visiblearea.com/twiki/pub/TWiki/PreviewBackground/previewbg.gif');

>
>

/* A */

.attention {

border-top
1px solid #FFCC00;
border-bottom
1px solid #FFCC00;
background-color
#FFFFD2;
}

/* E */

.excerpt {

color
black;
border-left
3px double purple;
} h1, h2 { color: rgb(59,119,188); }

/* P */

.picture { color:#889; } .picture img { border: 1px solid #DDD; }

/* T */

.twikitoc {

color
#333;
background-color
#F5F5F5;
border-top
1px solid #DDDDDD;
border-bottom
1px solid #DDDDDD;
} .twikitoc ul {
list-style-image
url(/twiki/pub/TWiki/TWikiDocGraphics/arrow_down.gif);
} /* toc on same page: */ p.twikiinttoc:before {
content
"On this page:";
color
#999;
} /* toc from other page: */ p.twikiexttoc:before {
content
"Contents:";
color
#999;
} .twikitoc a:link {
background-color
transparent;
color
blue;
} .twikitoc a:visited {
background-color
transparent;
color
blue;
} .twikitoc a:hover {
background-color
transparent;
color
blue;
} .twikitoc a:active {
background-color
transparent;
color
blue;
}

#parents {

color
black;
border-bottom
1px solid #DDDDDD;
Changed:
<
<

/* Make warnings appear in red, bold text: */ font.warn { color: red; font-weight: bold;

>
>

#parents A:link, #parents A:visited {

color
#1528CA;
} #parents A:hover, #parents A:visited:hover {
color
#1528CA;

 <<O>>  Difference Topic FlexibleSkinStyleSheet (r1.3 - 14 Jan 2003 - Main.terceiro)
Changed:
<
<
>
>

%META:TOPICPARENT{name="FlexibleSkin"}%


 <<O>>  Difference Topic FlexibleSkinStyleSheet (r1.2 - 10 Jan 2003 - Main.terceiro)
Added:
>
>

/* Show the "PREVIEW" word in the background when previewing a topic: */

Added:
>
>

/* Make warnings appear in red, bold text: */ font.warn { color: red; font-weight: bold; }


 <<O>>  Difference Topic FlexibleSkinStyleSheet (r1.1 - 10 Jan 2003 - Main.terceiro)
Added:
>
>

%META:TOPICINFO{author="terceiro" date="1042223040" format="1.0" version="1.1"}%

%STARTINCLUDE%

TD.FlexibleSkinPreview
{
  background: url('%PUBURL%/TWiki/PreviewBackground/previewbg.gif');
}

%STOPINCLUDE%

-- AntonioTerceiro? - 10 Jan 2003


Topic FlexibleSkinStyleSheet . { View | Diffs | r1.4 | > | r1.3 | > | r1.2 | More }
Revision r1.1 - 10 Jan 2003 - 18:24 GMT - Main.terceiro
Revision r1.4 - 21 Sep 2003 - 12:43 GMT - ArthurClemens
Copyright © 2003 by the contributing authors. All material on this collaboration tool is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback