Skip to content
Snippets Groups Projects
Forked from smradius / smradius
750 commits behind the upstream repository.
styles.css 1.82 KiB
td.section {
	border-style: solid;
	border-width: 2px;

	color: #ffffff;

	background-color: #000066;
 
	text-align: center;
}


td.top {
	vertical-align: top;
}


td.middle {
	vertical-align: middle;
}


td.right {
	text-align: right;
}


td.title,div.title {
	border-style: solid;
	border-width: 1px;

	background-color: #ffffdd; 
}


div.pagetitle {
	border-style: solid;
	border-width: 1px; 
	border-color: #000000; 

	font-size: larger;

	text-align: center;
}


div.smallinfo {
	font-size: 10px;

	text-align: center;
}


div.copyright {
	border-style: solid;
	border-width: 1px;

	font-size: 10px;

	text-align: center;
}


td.pinfo {
	border-style: dotted;
	border-width: 1px;

	font-size: smaller;
}

td.info {
	border-style: dotted;
	border-width: 1px;

	font-size: smaller;

	text-align: center;
}


td.value,div.value {
}


td.desc,div.desc {
	background-color: #eeeeee; 
}


.blockcenter {
	margin-left: auto;
	margin-right: auto;
}


.center {
	text-align: center;
}

.important {
	font-style: italic;
}

body { font-family: verdana; text-align: center; }

a, a:visited {
	text-decoration: none;
	color: #004D91;
}

a:hover {
	text-decoration: underline;
}


.loginform table {
	width: 400;
	margin-left: auto;
	margin-right: auto;
}

.loginformt td {
	text-align: center;
}

.loginforms {
	text-align: center;
}

.loginformud, .loginformpd {
	text-align: right;
}

.mtlisttable {
	border: 1px solid #000000;
	font-size: 12px;
	margin-left: auto; margin-right: auto;
}
.mtlisttabletitle {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.mtlisttablehead {
	
}

.mtlisttabledata {
	
}

mtsearchtable {
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
}

mtsearchtabletitle {
	font-weight: bold;
}

mtsearchtablehead {

}

mtsearchtabledata {

}

mtsearchtableorder {

}

mtsearchtablesubmit {
	font-weight: bold;
}