style/example.inc.php
author rejo
Wed, 27 Jun 2007 20:45:51 +0000
changeset 29 e1c60f72d494
parent 13 2ff220cfde13
child 71 e1b918eaf69a
permissions -rw-r--r--
[feladat @ 76] Changed some of the functions that are used for the listing of (all) zones. Instead of getting all zones from the database, it now only requests exactlty what it needs. Considerable perfomance improvement.


/* RZ TODO: cleanup code */

body {
        padding-left: 		5%;
        padding-right: 		5%;
	font-family: 		Verdana, Arial, Helvetica;
	font-size:		85%;
	text-align: 		left;
	vertical-align: 	top;
	background:		#f4f4f4;
}

h1, h2, table, .menu, .footer	{
	border:			1px solid #000000;
	padding:		3px;
	background:		#ddeeff;
}

p       {
        padding:                3px;
}

table	{
	width:			100%;
	font-family: 		Verdana, Arial, Helvetica;
	font-size:		90%;
	text-align: 		left;
	vertical-align: 	top;
}

img	{
	border:			0px;
}
img .edit-assign-to-user	{
	margin-left:		47px;
}

#meta {
        width:                  100%;
	clear:			left;
}

#meta .button	{
	margin			0px 5px 0px 0px;
}

#meta-left {
        float:                  left;
        width:                  49%;
}

#meta-right {
        float:                  right;
        width:                  49%;
}

td	{
        padding:                0px 2px 0px 2px;
	vertical-align: 	top;
}

td.y	{
	background:		#ffffff;
	border:			1px solid #000000;
}

.menu 	{
	font-size:		80%;
}

.error	{
	background:		#ff0000;
	color:			#ffffff;
	padding:		3px;
	font-size:		90%;
	
}

.success	{
	background:		#00cc33;
	padding:		3px;
	font-size:		90%;
}

.showmax	{
	font-size:		80%;
	margin:			5px 0px 5px 0px;
	text-align:		center;
}

.lettertaken	{
	color:			#000000;
	font-weight: 		bold;
}

.letternotavailable	{
	color:			#999999;
}

a:link 		{ 
	color: 			#000000;
}

a:visited 	{ 
	color: 			#000000;
}

a:active 	{ 
	color: 			#000000;
}

a:hover 	{
	text-decoration:	none;
}

.footer	{
	font-size:		70%;
	margin-top:		5px;
}




.sbutton {
        border: 		#999999 1px solid;
}

.button {
        border:			#999999 1px solid;
}
.input {
        border:			#999999 1px solid;
}
.sinput {
        border: 		#999999 1px solid;
}











<?
include_once("../inc/config.inc.php");
?>