0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
standard
/
htdocs
/
styles
/
notheme
/
[
Home
]
File: notheme-II-tc.css
/* * $Header: /cvsroot/tikiwiki/tiki/styles/notheme/notheme-II-tc.css,v 1.6 2003/11/15 06:42:15 zaufi Exp $ * */ /* The three columns (now divs) */ div#leftcolumn { position: absolute; color: WindowText; left: 5px; top: 5px; width: 180px; z-index: 1; } div#rightcolumn { position: absolute; color: WindowText; right: 5px; top: 5px; width: 180px; z-index: 1; } div#leftcolumn:hover, div#rightcolumn:hover { z-index: 3; } /* And this is what lies inside the centercolumn * Note: side mardins are generated by Smarty!!! * Look into tiki.tpl for details... */ div#tiki-center { color: WindowText; background: AppWorkspace; position: absolute; top: 30px; left: 50px; right: 50px; padding: 2px 20px 10px 20px; border: 3px outset WindowFrame; z-index: 2; } div.errorpage#tiki-center { color: WindowText; background: none; border: none; padding: 0px; z-index: 2; top: 0px; left: 0px; right: 0px; }