Kenneth's customized css.template.tmpl

<style type="text/css" media="all">
   @import url('%PUBURLPATH%/%TWIKIWEB%/TwistyContrib/twist.css');
</style>
<style type="text/css" media="all">
/* Check if style urls are valid (non-empty) */
   %IF{ "$ TWIKILAYOUTURL" then="@import url('%TWIKILAYOUTURL%');" else=""}%
   %IF{ "$ TWIKISTYLEURL"  then="@import url('%TWIKISTYLEURL%');" else=""}%
   %IF{ "$ TWIKICOLORSURL" then="@import url('%TWIKICOLORSURL%');" else=""}%
</style>
<!--[if IE]>
<style>
pre {
   overflow-x:auto;
   overflow-y:hidden;
   padding-bottom:expression(this.scrollWidth > this.offsetWidth ? 16 : 0);
}
</style>
<![endif]-->
<style type="text/css" media="all">
   /* Styles that are set using variables */
   .twikiToc li {
      background-image:url("%PUBURLPATH%/%TWIKIWEB%/PatternSkin/bullet-down.gif");
   }
   #patternLeftBar .patternWebIndicator,
   .patternBookViewList .twikiTopRow {
      background-color:%WEBBGCOLOR%;
   }
   %IF{ 'defined WEBHEADERART' then='#patternTopBar { background-image:url("%WEBHEADERART%"); background-repeat:no-repeat;}'}%
   %IF{ 'defined WEBHEADERBGCOLOR' then='#patternTopBar { background-color:%WEBHEADERBGCOLOR%;}'}%
   .twikiHelp,
   .patternAccessKeyInfo {
      /* background:url("%PUBURLPATH%/%TWIKIWEB%/PatternSkin/striped_blue.gif"); */
   }
   .patternLeftBarPersonal,
   .tipsOfTheDayContents {
      /* background:url("%PUBURLPATH%/%TWIKIWEB%/PatternSkin/gradient_blue.jpg") #fff repeat-x; */
   }
   /* #patternLeftBar, */
   #patternMain {
      /* background:url("%PUBURLPATH%/%TWIKIWEB%/PatternSkin/gradient_yellow.jpg") #fff repeat-x; */
   }
   .patternPrintPage #patternMain {
      background:#fff;
   }
   .twikiPageForm table {
      /* background-image:url("%PUBURLPATH%/%TWIKIWEB%/PatternSkin/striped_yellow.gif"); */
   }
   .patternLeftBarPersonal li {
      /* background-image:url("%PUBURLPATH%/%TWIKIWEB%/PatternSkin/bullet-blue.gif"); */
   }
</style>
<style type="text/css" media="all">
   /* Check if style urls are valid (non-empty) */
   %IF{ "$ USERLAYOUTURL" then="@import url('%USERLAYOUTURL%');" else=""}%
   %IF{ "$ USERSTYLEURL"  then="@import url('%USERSTYLEURL%');" else=""}%
   %IF{ "$ USERCOLORSURL" then="@import url('%USERCOLORSURL%');" else=""}%
</style>
<!--[if IE 5.5000]>
<style type="text/css" media="print">
   @import url("%PUBURLPATH%/%TWIKIWEB%/PatternSkin/print.css") print;
</style>
<![endif]-->

-- KennethLavrsen - 03 Mar 2006

Topic revision: r1 - 03 Mar 2006 - 18:29:44 - KennethLavrsen
 
Kenneth - Css Pattern Tmpl
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback