App-Mowyw

 view release on metacpan or  search on metacpan

example/source/style.css  view on Meta::CPAN

body {
	font: small/1.8em "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #222;
	margin: 0;
	padding: 0 1em;
	background: #5B99D7 url(images/bg.png);
}

h1 {
	font-size: 3em;
	font-weight: normal;
	line-height: 1.3em;
}

h2 {
	font-size: large;
	font-weight: normal;
}

h3 {
	font-size: medium;
	font-weight: normal;
}

a {
	color: #2a65ad;
	color: #2A65AC;
	font-weight: bold;
	text-decoration: none;	
}

a:visited {
	color: #3A7DCF;
}

a:hover {
	color: #000;
	border-bottom: 1px solid;
}

img {
	border: 0;
}

input {
	border: 1px solid #bbb;
}
input:focus {
	border: 1px solid #C6DDF1;
}

.hide {
	position: absolute;
	left: -9000px;
	display: none;
}

#header {
	margin: 0 0 1em 0;
	padding: 1em 3em;
	background: #fff;
	border: solid;
	border-width: 0 2px 2px 1px;
	border-color: #ccc #777 #333 #ddd;
}



( run in 0.942 second using v1.01-cache-2.11-cpan-df04353d9ac )