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

/*
 *  Apache2::WebApp::Toolkit - Admin Control Panel (base.css)
 *  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                                                                 */

* {
	margin: 0px;
	padding: 0px;
}

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 {
	background-color: #EEEEEE;
	color: #787878;
	text-decoration: underline;
}

img {
	border: 1px solid #000000;
}

hr {
	display: none;
}

textarea {
	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;
}

#message span.title {
	color: #000000;
	display: block;



( run in 0.799 second using v1.01-cache-2.11-cpan-39bf76dae61 )