web/static/css/admin_style.css
author ymh <ymh.work@gmail.com>
Fri, 22 Jan 2010 18:26:49 +0100
changeset 12 9559b87fbe4d
parent 5 10b1f6d8a5d2
child 13 de71c188f397
permissions -rw-r--r--
Added tag V00.04 for changeset f236caaceb43

#admin_footer
{
clear: both;
margin: 0;
padding: .5em;
/*background-color: #ddd;*/
border-top: 1px solid gray;
}

.version
{
	text-align: right;
	color: white;
	font-size:9px;
}

.version a:link
{
	text-decoration: none;
	color: white;
	text-decoration: bold;
	font-weight: bold;
	border-bottom-style: none;
}
.version a:hover
{
	color: #2c8084;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.version a:active
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom-style: none;
}

.version a:visited
{
	color: white;
	font-weight: bold;
	border-bottom-style: none;
}

.small
{
	font-size:9px;
}

.footer_img
{
	float: left;
}

.footer_img img
{
	padding-left: 10px;
	padding-right: 10px;
}

.footer_img a
{
	color: white;
}

.footer_img a:link
{
	color: white;
}

.footer_img a:hover
{
	color: white;
}

.footer_img a:visited
{
	color: white;
}