Click here to Skip to main content
15,891,033 members
Articles / Web Development / ASP.NET

Microsoft Content Management Server Web Author Dynamic Console

Rate me:
Please Sign up or sign in to vote.
4.56/5 (9 votes)
22 Jan 2004CPOL3 min read 43.1K   2K   26  
A dynamic Web Author console for use in Microsoft Content Management Server (CMS).
/*
	console.css 

	Author: Stephen Huen

	Version Information 
	1.0		2003.12.22		Base version
	1.1		2004.01.23		Update styles for Error console

	The above comment must stay intact for use. Not for resale.
*/
.StyleConsoleLayer {
font-size: 11px;
background-color: #304C61;
position: absolute;
right: 10;
top: 120;
width: 18em;
padding: 0;
margin: 0;
visibility: hidden;
filter: alpha(opacity='85');
}
.StyleConsoleLayer div#ConsoleLayerContent {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 0;
margin: 1px;
border: 1px solid #000000;
width: 100%;
line-height: 100%;
}
.StyleConsoleLayer p#ConsoleState {
font-size: 100%;
background-color: #000000;
color: #FFFFFF;
text-align: center;
margin: 0;
padding: 0.167em;
line-height: 100%;
}
.StyleConsoleLayer span#LockedByUser {
font-style: italic;
}
.StyleConsoleLayer ul {
font-size: 100%;
margin: 0;
}
.StyleConsoleLayer li {
font-size: 100%;
list-style-type: none;
white-space: nowrap;
line-height: 100%;
}
.StyleConsoleCommandDivider {

}
.StyleConsoleCommandDivider hr {
background-color: #567589;
color: #567589;
height: 1px;
}
.StyleConsoleLayer li a {
color: #DDDDDD;
text-decoration : none;
display: block;
padding: 0.3em;
padding-left: 0.5em;
width: 100%;
border-style: solid;
border-width: 2px;
border-color: #304C61;
}
.StyleConsoleLayer li a:visited {
color: #DDDDDD;
}
.StyleConsoleLayer li a:hover {
color: #DDDDDD;
text-decoration : none;
border-color: #FFFFFF;
}
.StyleConsoleLayer p#ConsoleErrorTitle {
color: #FFFFFF;
font-size: 100%;
font-weight: bold;
padding: 0.167em;
margin: 0;
line-height: 100%;
}
.StyleConsoleLayer p#ConsoleErrorMessage {
color: #FFFFFF;
font-size: 100%;
padding: 0.167em;
margin: 0;
line-height: 100%;
}
.StyleConsoleTrigger img {
margin: 0;
vertical-align: middle;
border-color: Black;
border-width: 1px;
padding: 0, 2px, 0, 2px;
}
.StyleModeLink {

}
.StyleModeLink a {

}
.StyleModeLink a:hover {

}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Canada Canada
A Microsoft Certified Professional Developer and Technology Specialist.

Experience and expertise in SharePoint 2016 / 2013 / 2010 / 2007.

Role ranges from a developer in a multi-person team to a solution consultant with expert-level skills, leading a project to completion status.

Proven experience working effectively in a team environment and a self-managed environment.

Comments and Discussions