Apache2-WebApp-Extra-Admin

 view release on metacpan or  search on metacpan

usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css  view on Meta::CPAN

	margin: 20px 20px 20px 25px;
}

a, a:visited {
	color: #0000FF;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	background-color: #EEEEEE;
	color: #787878;
	text-decoration: underline;
}

img {
	border: 1px solid #000000;
}

hr {
	display: none;

usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css  view on Meta::CPAN

	overflow-x: hidden;
}


/*--------------------------------------------------------------------------*/
/* other                                                                    */

/* form alerts */

#alert {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-left: none;
	border-right: none;
	clear: both;
	color: #FF0000;
	display: block;
	font-weight: bold;
	padding: 6px;
	position: relative;
	text-align: center;
	width: 460px;
}


/* messages */

#message {
	background-color: #F7F7F7;
	border: 1px solid #000000;
	color: #AAAAAA;
	display: block;
	height: 100px;
	margin: 10px 0px 10px 0px;
	padding: 6px;
	position: relative;
	width: 460px;
}

usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css  view on Meta::CPAN

	left: -4px;
	margin: 10px 0px 10px 0px;
	position: relative;
	width: 100%;
}


/* highlight */

.highlight {
	background-color: #FFFF00;
	color: #000000;
}


/* internal system errors */

#error {
	background-color: #FF0000;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 25px;
}

#error ul {
	font-size: 13px;

usr/share/webapp-toolkit/extra/htdocs/admin/css/base.css  view on Meta::CPAN

}

#error li {
	margin-top: 10px;
}


/* saved message */

#saved {
	background-color: #FFFFFF;
	color: #00FF00;
	display: block;
	font-weight: bold;
	margin: 10px;
	padding: 6px;
	position: relative;
	text-align: center;
	width: 430px;
}

usr/share/webapp-toolkit/extra/htdocs/admin/css/content.css  view on Meta::CPAN

}

#info p.notes, p.steps {
	clear: both;
	display: block;
	padding: 6px;
	text-align: center;
}

#info p.steps {
	background-color: #FFFFFF;
	color: #787878;
	display: block;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	padding: 6px;
	text-align: center;
}

#info p.steps em {
	color: #787878;

usr/share/webapp-toolkit/extra/htdocs/admin/css/content.css  view on Meta::CPAN

/*--------------------------------------------------------------------------*/
/* page - container                                                         */

#page {
	clear: both;
	left: -4px;
	position: relative;
}

#page a:hover {
	background-color: transparent;
}


/* page - title text */

#page h2.title {
	font-weight: bold;
}

#page h2.title {

usr/share/webapp-toolkit/extra/htdocs/admin/css/content.css  view on Meta::CPAN



/* page - back */

#page div.back {
	float: right;
	position: relative;
}

#page div.back a {
	background-image: url( /extras/admin/images/back.gif );
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	padding-left: 35px;
	padding-top: 4px;
	text-align: right;
}


/* page - print */

#page div.print {
	float: right;
}

#page div.print a {
	background-image: url( /extras/admin/images/print.gif );
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	padding-left: 35px;
	padding-top: 4px;
	text-align: right;
}

usr/share/webapp-toolkit/extra/htdocs/admin/css/form.css  view on Meta::CPAN

	border: 1px solid #DDDDDD;
	color: #999999;
	margin-bottom: 20px;
	padding: 10px 0px 10px 20px;
}


/* form - legend */

#form legend {
	background-color: #FFFFFF;
	color: #787878;
	border: 1px solid #EEEEEE;
	padding: 2px 5px 2px 5px;
}


/* form - text labels */

#form label {
	clear: both;

usr/share/webapp-toolkit/extra/htdocs/admin/css/form.css  view on Meta::CPAN

#form input.field3 {
	width: 45px;
}

#form select {
	margin: 5px;
	width: 285px;
}

#form select option.highlight {
	background-color: #FFFF00;
	color: #000000;
}

#form textarea {
	height: 150px;
	width: 425px;
}

#form textarea.text0 {
	height: 120px;

usr/share/webapp-toolkit/extra/htdocs/admin/css/form.css  view on Meta::CPAN

}

#form div.captcha div {
	text-align: center;
}


/* form - textarea counter */

#form span.counter {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	left: 400px;
	padding: 1px;
	position: absolute;
}


/* form - other */

#form p.notes, #form p.alert {

usr/share/webapp-toolkit/extra/htdocs/admin/css/form.css  view on Meta::CPAN

}

#form p.alert {
	margin: 20px 0px 20px 0px;
}


/* field error */

#form input.error , select.error, textarea.error {
	background-color: #FFFFFF;
	color: #FF0000;
	cursor: pointer;
}

usr/share/webapp-toolkit/extra/htdocs/admin/css/menu.css  view on Meta::CPAN

 *  Copyright (C) 2010 Marc S. Brooks <mbrooks@cpan.org>
 *
 *  Licensed under the terms of the BSD License
 *  http://www.opensource.org/licenses/bsd-license.php
 */

/*--------------------------------------------------------------------------*/
/* defaults - override                                                      */

body {
	background-color: #CCCCCC;
	margin: 0px;
}


/*--------------------------------------------------------------------------*/
/* menu - container                                                         */

#menu {
	padding: 0px 0px 7px 10px;
	position: relative;
	top: 42px;
	width: 123px;
}
	
#menu div.button {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	margin: 7px 0px 7px 0px;
}
	
#menu div.button a {
	color: #000000;
	display: block;
	padding: 3px 0px 3px 3px; 
}	 

usr/share/webapp-toolkit/extra/htdocs/admin/css/menu.css  view on Meta::CPAN


#menu div.button a:visited {
	color: #000000;
}

#menu div.button strong {
	font-weight: normal;
}

#menu div.menu {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	left: 14px;
	position: relative;
	top: -8px;
	width: 100%;
}

#menu div.menu ul.options {

usr/share/webapp-toolkit/extra/htdocs/admin/css/results.css  view on Meta::CPAN

html, body {
	min-width: 800px;
	margin-bottom: 10px;
}


/*--------------------------------------------------------------------------*/
/* shadow                                                                   */

#shadow {
	background-color: #F0F0F0;
	border: 1px solid #F3F3F3;
	clear: both;
	position: relative;
	width: 100%;
}


/*--------------------------------------------------------------------------*/
/* table - container                                                        */

#table {
	background-color: #FFFFFF;
	border-collapse: collapse;
	clear: both;
	left: -5px;
	position: relative;
	text-align: center;
	top: -5px;
	width: 100%;
}


/* table - cell properties */

#table td {
	border-bottom: 1px solid #E5E5E5;
	height: 30px;
}

#table td.on {
	background-color: #F7F7F7;
	border: 1px solid #787878;
	border-top: 1px solid #CCCCCC;
}

#table td.off {
	background-color: #DDDDDD;
	border: 1px solid #999999;
	border-bottom: 1px solid #000000;
}

#table td.on a, td.off a {
	display: block;
	padding: 6px 0px 6px 0px;
}

#table td.on a.asc, #table td.on a.desc {
	background-repeat: no-repeat;
	padding-left: 10px;
}

#table td.on a.asc {
	background-image: url( /extras/admin/images/arrow_asc.gif );
	background-position: 10px 11px;
}

#table td.on a.desc {
	background-image: url( /extras/admin/images/arrow_desc.gif );
	background-position: 10px 10px;
}

#table td.on a:hover, td.off a:hover {
	text-decoration: none;
}

#table td.on strong, td.off strong {
	font-weight: normal;
}

usr/share/webapp-toolkit/extra/htdocs/admin/css/top.css  view on Meta::CPAN

 *  Copyright (C) 2010 Marc S. Brooks <mbrooks@cpan.org>
 *
 *  Licensed under the terms of the BSD License
 *  http://www.opensource.org/licenses/bsd-license.php
 */

/*--------------------------------------------------------------------------*/
/* defaults - override                                                      */

body {
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	height: 49px;
	margin: 0px;
}

#logged {
	float: right;
	font-size: 12px;
	position: relative;
	right: 20px;

usr/share/webapp-toolkit/extra/htdocs/admin/js/form.js  view on Meta::CPAN

	var elm = document.getElementsByTagName("*");
	var obj = document.getElementById("alert");

	var error;

	for (var i = 0; i < elm.length; i++) {
		if (elm[i].className.match(/error/) ) {
			elm[i].onmouseover = function() {
				error = obj.innerHTML;
				obj.innerHTML = this.title;
				this.style.backgroundColor = "#FF0000";
				this.style.color           = "#FFFFFF";
			}
			elm[i].onmouseout = function() {
				obj.innerHTML = error;
				this.style.backgroundColor = "#FFFFFF";
				this.style.color           = "#FF0000";
			}
		}
	}
}

function eventSubmit() {
	document.getElementById("allow").onclick = function() {
		disableSubmit()
	};



( run in 2.226 seconds using v1.01-cache-2.11-cpan-f56aa216473 )