TWiki home TWiki > TWiki > WebHome? > FlexibleSkin > FlexibleSkinStyleSheet TWiki webs:
Main | TWiki | Plugins | Sandbox | Patterns
TWiki . { Home | Welcome | Register | Changes | Topics | Index | Search | Go }
%STARTINCLUDE%
/* custom preferences */
/* ------------------------------------------------------------------------------- */

/* 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;
}

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

%STOPINCLUDE%

-- AntonioTerceiro? - 10 Jan 2003

Topic FlexibleSkinStyleSheet . { Edit | Attach | Ref-By | Printable | Diffs | r1.4 | > | r1.3 | > | r1.2 | More }
Revision r1.4 - 21 Sep 2003 - 12:43 GMT - ArthurClemens
Parents: WebHome? > FlexibleSkin
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