/*
	wiklink 1.2 css
	
	modify this css to skin your wiklink	
*/

/* page 4 print */
@page { 
	size: portrait;
	margin: 0;
	padding: 0;
} 

/* document structure */
html,body {}
h1		  {}
hr		  { display:none; }
pre		  {}
form      { display:none; }
ul		  {}
li		  {}
ins		  { text-decoration: none;}
address   { display:none; }
img		  {
	border: 0;	
	margin-right:	5px;
}

/* link */
a {display: none; }
/*a:after { content: " (" attr(href) ") "; } for next release*/

a.folder, a.world {
	display: inline;
	text-decoration: none;
}

a.folder { border-left: 1px solid #666; padding-left: 18px;}
a.world  { }


/* wiklink class */
.tools,  .tools-search, .tools-search,
.tools-view-link, .tools-view-user, .tools-tools{	display:none;	}

.message {	display: inline;}

.question {color: blue;  background: transparent;}
.error    {color: red;   background: transparent;}
.valid    {color: green; background: transparent;}