00250: Provide a "wikiright" to match the existing wikileft

Summary: Provide a "wikiright" to match the existing wikileft
Created: 2004-12-22 11:25
Status: Closed
Category: Feature
From: Simon
Assigned:
Priority: 5,3
Version: 2.8
OS: n/a

Description: PmWiki/PmWiki provides for a LH sidebar using wikileft CSS style and template code. Please provide the symmetrical wikiright in the default CSS file (for those who what a RH sidebar, or both L and R side bars)

In screen.css there is #wikileft Could I suggest the following enhancement

#wikiright, /* added */
#wikileft {

  width:150px; 
  padding-top:0.5em; 
  padding-right:5px; 
  padding-left:5px;    /* added */
  font-size:smaller; 
  border-right:2px solid #cccccc;

}
#wikiright h1,/* added */
#wikileft h1 {

  margin:0px; 
  background-color:#eeeeff; 
  font-size:medium; 
  text-align:center;

}
#wikiright hr, /* added */
#wikileft hr { color:#cccccc; }

#wikiright ul, /* added */
#wikileft ul {

  margin-left:0px; 
  padding-left:6px; 
  list-style-type:none; 

}
#wikiright { /* added */

	border-left: 2px solid #cccccc;
	border-right: 0px none;
	text-align: right;

}

And whatever changes (if any) need to be changed to cater for the template directives
<!--PageRightFmt-->
<!--/PageRightFmt-->
(:noright:)

I would expect such additions to the template to be made by wikimasters copying and pasting into a template.


This is really just another skin template; I'd prefer it to be published as such rather than "built-in" to PmWiki's default template. --Pm