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

html {
	overflow-x: hidden;
	overflow-y: auto;
}

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

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin: 20px 20px 20px 25px;
}

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

a:hover {

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

/* 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 {

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

	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;
	list-style: square;
	margin-left: 20px;
	padding: 2px;
}

#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;
}


/* copyright notice */

#copy {
	bottom: 0px;
	color: #000000;
	font-size: 12px;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 110px;
}

#copy span {
	color: #787878;
}


/* version */

#version {
	border-left: 1px solid #BBBBBB;
	color: #787878;
	font-size: 14px;
	font-weight: normal;
	left: 10px;
	padding-left: 10px;
	position: absolute;
	top: 9px;
}

#version small {
	font-size: 11px;
}

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

	float: left;
	margin-bottom: 10px;
	position: relative;
}


/* info - title text */

#info h3.title {
	color: #787878;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

#info p.text, #info p.text_center {
	display: block;
	padding-top: 10px;
}

#info p.text {
	text-align: center;

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

	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;
	font-style: normal;
	font-weight: bold;
}


/* info - list default */

#info div.list {
	margin: 0px 20px 10px 20px;
}

#info div.list ul {
	color: #000000;
	font-size: 13px;
	list-style: square;
	padding: 2px;
}

#info div.list li {
	margin-top: 10px;
}


/* info - image */

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


/* info - table */

#info table {
	border: 1px dashed #DDDDDD;
	margin: 10px auto 10px auto;
	width: 100%;
}

#info table td {
	font-size: 12px;
	padding: 5px;
}


/* info - list */

#info dl {
	margin: 10px;
	width: 430px;
}

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

}

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


/* page - title text */

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

#page h2.title {
	font-size: 20px;
	padding: 3px;
}


/* page - back */

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

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

 *
 *  Licensed under the terms of the BSD License
 *  http://www.opensource.org/licenses/bsd-license.php
 */

/*--------------------------------------------------------------------------*/
/* form - container                                                         */

#form {
	clear: both;
	font-size: 13px;
	margin: 10px 0px 10px 0px;
	width: 475px;
}


/* form - fieldset */

#form fieldset {
	border: 1px solid #DDDDDD;
	color: #999999;

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

#form label {
	clear: both;
	color: #999999;
	float: left;
	margin-top: 8px;
	width: 145px;
}

#form label strong {
	color: #000000;
	font-weight: normal;
}

#form label span {
	padding-left: 7px;
}


/* form - fields */

#form input.field0, input.field1, input.field2, input.field3, select, textarea {

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

#form div.check0 {
	margin: 20px 0px 20px 0px;
	text-align: center;
}

#form div.check0 input {
	border: 0px;
}

#form div.check0 span, div.check1 span {
	font-size: 12px;
	padding-left: 5px;
}

#form div.check1 {
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}

#form div.options {

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

	left: 400px;
	padding: 1px;
	position: absolute;
}


/* form - other */

#form p.notes, #form p.alert {
	display: block;
	font-size: 12px;
	text-align: center;
}

#form p.notes {
	color: #888888;
	padding: 6px 0px 4px 0px;
	width: 430px;
}

#form p.alert {

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


#menu div.button a:hover {
	text-decoration: none;
}

#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 {
	font-size: 12px;
	list-style: circle;
	padding: 2px 2px 2px 22px;
}

#menu div.menu li {
	padding: 2px 0px 2px 0px;
}

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

#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;
}

#table td.left {
	border-left: 1px solid #E5E5E5;
}

#table td.right {
	border-right: 1px solid #E5E5E5;
}

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


#pages p.links {
	float: right;
}

#pages p.links a, p.links span {
	padding: 2px 5px 2px 5px;
}

#pages p.links span {
	font-weight: bold;
}


/* sorting arrows */

.arrow {
	border: 0px;
	padding: 0px 1px 0px 1px;
	vertical-align: 1px;
}

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


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

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

#logged strong {
	color: #FFFFFF;
}



( run in 1.488 second using v1.01-cache-2.11-cpan-97f6503c9c8 )