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

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

/* H */

>
>

Changed:
<
<

color
#302D29; /*#302D29;*/
}

/* P */

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

/* T */

.twikitoc {

color
#333;
background-color
#F5F5F5;
border-top
1px solid #DDDDDD;
border-bottom
1px solid #DDDDDD;
>
>

color: #AA3300;

Changed:
<
<

.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; /* should be %LINKCOLOR% %LINKCOLORVISITED% */
} #parents A:hover, #parents A:visited:hover {
color
#1528CA;
}
>
>


 <<O>>  Difference Topic CustomFormatting (r1.2 - 20 Sep 2003 - ArthurClemens)
Changed:
<
<

/* TOC */ .twikitoc {

/*width
100%;*/
font-size
95%;
line-height
1.5em;
margin
0.5em 0em 1em 0em;
padding
0.5em 1em 0.5em 2em; /* defaults: */
color
#333;
background-color
#F5F5F5;
border-top
1px solid #DDDDDD;
border-bottom
1px solid #DDDDDD;
} .twikitoc ul {
list-style
outside;
margin-left
0.5em;
padding-left
0.5em;
margin-top
0;
margin-bottom
0.5em; /* defaults: */
list-style-image
url(/twiki/pub/TWiki/TWikiDocGraphics/arrow_down.gif);
} .twikitoc li {
margin-left
1em;
}
>
>

/* ------------------------------------------------------------------------------- */
/* custom preferences */
/* ------------------------------------------------------------------------------- */
Changed:
<
<

/* CSS2 selector: */ .twikitoc p {

margin
0;
padding
0;
font-size
inherit;
} /* toc on same page: */ p.twikiinttoc:before {
font-weight
700; /* defaults: */
content
"On this page:";
color
#999;
} /* toc from other page: */ p.twikiexttoc:before {
font-weight
700; /* defaults: */
content
"Contents:";
color
#999;
} .twikitoc a:link {
text-decoration
none;
font-weight
regular; /* defaults: */
background-color
transparent;
color
blue;
} .twikitoc a:visited {
text-decoration
none;
font-weight
regular; /* defaults: */
background-color
transparent;
color
blue;
} .twikitoc a:hover {
text-decoration
underline;
font-weight
regular; /* defaults: */
background-color
transparent;
color
blue;
} .twikitoc a:active {
text-decoration
underline;
font-weight
regular; /* defaults: */
background-color
transparent;
color
blue;
}
>
>

/* A */

Changed:
<
<

/* SCREENSHOT */ .picture {

margin-top
3em;
margin-bottom
4em;
font-size
90%;
line-height
100%; /* defaults: */ color:#889;
} .picture img { margin-bottom: 0.3em; display: block; /* defaults: */ border: 1px solid #DDD;
>
>

.attention {

border-top
1px solid #FFCC00;
border-bottom
1px solid #FFCC00;
background-color
#FFFFD2;
Changed:
<
<

/* excerpt is kind of quote */ /* quote is not overridden to allow quote as is */

>
>

/* E */

Deleted:
<
<

margin
0 1em;
padding
0 1em;
font-style
normal; /* defaults: */
Added:
>
>

/* H */

Changed:
<
<

.excerpt, .picture, .twikitoc {

font-family
Helvetica, "Franklin Gothic Medium", "Lucida Sans", Arial, sans-serif;
}

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

/* E */

.excerpt {

color
black;
border-left
3px double purple;
>
>

h1, h2 {

color
#302D29; /*#302D29;*/
Changed:
<
<

color:#889;

>
>

color:red; /*#889;*/

Deleted:
<
<

/* attention */

Changed:
<
<

.attention {

/*font-family
Verdana;*/
font-size
10px;
line-height
130%;
background-color
#FFFFD2;
padding-top
0.5em;
padding-bottom
0.7em;
padding-left
1.5em;
padding-right
1.5em;
border-top
1px solid #FFCC00;
border-bottom
1px solid #FFCC00;
margin-top
1.5em;
margin-bottom
1.75em;
>
>

#parents {

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

.attention ol {

margin-left
2.5em;
padding
0em;
margin-top
0em;
margin-bottom
0em;
>
>

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

color
#1528CA; /* should be %LINKCOLOR% %LINKCOLORVISITED% */
Added:
>
>

#parents A:hover, #parents A:visited:hover {

color
#1528CA;
}

Added:
>
>

%META:TOPICMOVED{by="ArthurClemens" date="1064090571" from="TWiki.FormattingCss" to="TWiki.CustomFormatting"}%


 <<O>>  Difference Topic CustomFormatting (r1.1 - 20 Sep 2003 - ArthurClemens)
Added:
>
>

%META:TOPICINFO{author="ArthurClemens" date="1064085643" format="1.0" version="1.1"}%

/* TOC */ .twikitoc {

/*width
100%;*/
font-size
95%;
line-height
1.5em;
margin
0.5em 0em 1em 0em;
padding
0.5em 1em 0.5em 2em; /* defaults: */
color
#333;
background-color
#F5F5F5;
border-top
1px solid #DDDDDD;
border-bottom
1px solid #DDDDDD;
} .twikitoc ul {
list-style
outside;
margin-left
0.5em;
padding-left
0.5em;
margin-top
0;
margin-bottom
0.5em; /* defaults: */
list-style-image
url(/twiki/pub/TWiki/TWikiDocGraphics/arrow_down.gif);
} .twikitoc li {
margin-left
1em;
}

/* CSS2 selector: */ .twikitoc p {

margin
0;
padding
0;
font-size
inherit;
} /* toc on same page: */ p.twikiinttoc:before {
font-weight
700; /* defaults: */
content
"On this page:";
color
#999;
} /* toc from other page: */ p.twikiexttoc:before {
font-weight
700; /* defaults: */
content
"Contents:";
color
#999;
} .twikitoc a:link {
text-decoration
none;
font-weight
regular; /* defaults: */
background-color
transparent;
color
blue;
} .twikitoc a:visited {
text-decoration
none;
font-weight
regular; /* defaults: */
background-color
transparent;
color
blue;
} .twikitoc a:hover {
text-decoration
underline;
font-weight
regular; /* defaults: */
background-color
transparent;
color
blue;
} .twikitoc a:active {
text-decoration
underline;
font-weight
regular; /* defaults: */
background-color
transparent;
color
blue;
}

/* SCREENSHOT */ .picture {

margin-top
3em;
margin-bottom
4em;
font-size
90%;
line-height
100%; /* defaults: */ color:#889;
} .picture img { margin-bottom: 0.3em; display: block; /* defaults: */ border: 1px solid #DDD; }

/* excerpt is kind of quote */ /* quote is not overridden to allow quote as is */

.excerpt {

margin
0 1em;
padding
0 1em;
font-style
normal; /* defaults: */
color
black;
border-left
3px double purple;
}

.excerpt, .picture, .twikitoc {

font-family
Helvetica, "Franklin Gothic Medium", "Lucida Sans", Arial, sans-serif;
}

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

/* E */

.excerpt {

color
black;
border-left
3px double purple;
}

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

/* attention */

.attention {

/*font-family
Verdana;*/
font-size
10px;
line-height
130%;
background-color
#FFFFD2;
padding-top
0.5em;
padding-bottom
0.7em;
padding-left
1.5em;
padding-right
1.5em;
border-top
1px solid #FFCC00;
border-bottom
1px solid #FFCC00;
margin-top
1.5em;
margin-bottom
1.75em;
}

.attention ol {

margin-left
2.5em;
padding
0em;
margin-top
0em;
margin-bottom
0em;
}

Topic CustomFormatting . { View | Diffs | r1.3 | > | r1.2 | > | r1.1 | More }
Revision r1.1 - 20 Sep 2003 - 19:20 GMT - ArthurClemens
Revision r1.3 - 21 Sep 2003 - 12:11 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