Overview | Input | Output | Export | How to format | How to save | Readme

Clipcollect HelpJoker Clipcollect Help : Dir Level2 : prevnext Example css

	/* General formatting */	

body,table{  /* table gets a different font in some browsers otherwise */
	font-family:Andale Sans,Verdana,sans-serif;
	font-size:11pt;
	line-height:14pt}
body{
	background-color:#FFFFFF;
	text-align:justify;
	margin-left:5%;
	margin-right:5%}
a:visited{color:#0000BB}

	/* ClipCollect specific classes */

.dirtable,.filetable{border:2px solid #DD5555}
.dirtable{	
	background-color:#FFFFFF;   	
	width:20%;
	white-space:nowrap;

	/* "float:left" positions a "+bottom"-file at the right of the 
	directory navigation box. 'style="clear:both"' somewhere in this 
	+bottom-file will start the remainder below the navigation 
	box. This way it is possible to have 3 parts on directory pages:
	 above the navigation box: "++top"
	 right of it: "+bottom"-1.part (ended by 'style="clear:both"')
	 below it: "+bottom"-2.part
	To position the middle right part more precisely it may be
	useful to put its contents in a table with a single cell */

	float:left}
.filetable{background-color:#FFFFCB}
.dirpath,.dirdirectories,.dirfiles,.filepath,.abcpath{border-style:none}
.dirdirectories{   
	border-width:2;
	border-color:#DD5555;
	border-top-style:dotted;
	padding-left:3px}
.dirfiles{    
	border-width:2;
	border-color:#DD5555;
	border-top-style:solid;
	padding-left:10px}

	/* color the file list item-wise alternatingly */

.df0{background-color:#FFFFEB}
.df1{background-color:#EBFFEB}