[opencms-dev] Workplace Css in 5.3.6 under Windows XP?

Jakob Lemler Jakob.Lemler at t-online.de
Fri Jul 23 17:24:00 CEST 2004


Hi,

it was mentioned some days/weeks before, but I still miss the css
changes for the workplace Version 5.3.6dev under Windows XP... The
changes I know are in file
"[Webapps]\opencms\skins\modern\files\css_workplace.css".

The two changed lines are for the background color, "ThreeDFace" looks
much better than the original white "Menu" ...

Regards
Jakob

/* Body used for workplace head (top_head.html) */
body.buttons-head {
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
--> changed: background-color: ThreeDFace;
	border-top: 1px solid ThreeDHighlight;
	border-left: 1px solid ThreeDHighlight;
	border-bottom: 1px solid ThreeDShadow;
	border-right: 1px solid ThreeDShadow;
}

/* Body used for workplace foot (top_foot.html) */
body.buttons-foot {
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
--> changed: background-color: ThreeDFace;
	border-top: 1px solid ThreeDLightShadow;
	border-left: 1px solid ThreeDHighlight;
	border-bottom: 1px solid ThreeDShadow;
	border-right: 1px solid ThreeDShadow;
}




More information about the opencms-dev mailing list