Login   Register  
PHP Classes
elePHPant
Icontem

File: data/ticket.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Lee Johnstone  >  PHP easy ticket and help system  >  data/ticket.css  >  Download  
File: data/ticket.css
Role: Auxiliary data
Content type: text/plain
Description: main css styling file
Class: PHP easy ticket and help system
Manage help desk ticket submissions
Author: By
Last change: updated to 1.1
Date: 2011-02-10 06:03
Size: 3,818 bytes
 

Contents

Class file image Download
/**
 *   
 * Styling for php Easy Ticket system
 * made by Lee johnstone
 * http://www.freakcms.com/
 *
 * Please visit Freakcms.com for license details.
 *
 * http://www.freakcms.com/licensing.php
 */
 
/**
 *   main body style
 */
body {
	background-color: #272727;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
	margin:0px 0px 0px 0px;
}
div.main{
	width:50%;
	margin:0 auto;
	background-color:#000;
	color:#FFF;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	margin-top:20px;
	padding: 20px 20px 20px 20px;
	border-radius:45px;
	}
h1{ 
	font-size:xx-large;
	color:#FF6464;
	}
h4, h3, legend,div.l_name, a.list{ 
	font-size:large;
	color:#FF6464;
	text-decoration:none;
	}
time {
	font-size:10px;
	font-style:italic;
	}
form.admin{
	width:500px;
	}
form{
	width:400px;
	}
label.admin{
	float:left;
	}
fieldset{
	background-color: #000;
	border:#999 thin dashed;
	}
fieldset.main{
	background-color: #000;
	border:#999 thin solid;
	}
input, textarea{
	color: #F33;
	font-size:12px;
	background-color:#333;
	padding:5px 5px 5px 5px;
	border-radius:2px;
	border: #FF0 thin solid;
		margin-left:0px;
	}
input.needed, textarea.needed{
	color: #F33;
	font-size:12px;
	background-color:#333;
	padding:5px 5px 5px 5px;
	border-radius:2px;
	border:#F33 thin solid;
	margin-left:0px;
	}
select{
	color: #F33;
	font-size:12px;
	background-color:#333;
	padding:5px 5px 5px 5px;
	border-radius:2px;
	}
a.cont, button{
	background-color:#090;
	border:#000 thin solid;
	border-radius:15px;
	padding: 2px 2px 2px 2px;
	font-size:xx-large;
	text-decoration:none;
	color:#FFF;
	}
a.adm_link{
	color:#FFF;
	background-color:#000;
	padding:5px 5px 5px 5px;
	border:#000 thin  solid;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	font-size:medium;
	text-decoration:none;
	}
a.footer{
	color:#CCC;
	font-size:10px;
	text-decoration:none;
	}
footer{
	color:#CCC;
	font-size:10px;
	text-decoration:none;
	}
div.list{
	width:400px;
	border:#CCC thin solid;
	padding:8px 8px 8px 8px;
	background:#000;
	margin-bottom:5px;
	border-radius:5px;
	min-height:40px;
	}
div.list:hover{
	width:400px;
	border: #F00 thin solid;
	padding:8px 8px 8px 8px;
	background:#000;
	margin-bottom:5px;
	border-radius:5px;
	}
div.l_name{
	display:inline-block;
	float:left;
	}
div.l_date{
	display:inline-block;
	float:right;
	color:#06F;
	background:#000;
	margin-top:30px;
	}
div.info_block{}
div.info_name{
	float:left;
	display:inline-block;}
div.info{
		display:inline-block;}
div.reply{
	background-color: #666;
	border:#333 dotted thin;
	color: #FFF;
	margin: 10px 50px 0 50px;
	padding:10px 10px 10px 10px;
	}
div.info_msg{
	border:#FFF thin solid;
	min-height:100px;
	border-radius:15px;
	padding-top:15px;
	}
table.reply{
	background-color:#999;
	color:#FFF;
	font:"Courier New", Courier, monospace;
	border-width:0px;
	padding:7px;
	border-style:none;
	border-spacing:0px;
	width:98%;
	}
/**
 * start of admin menu styling
 */
div.menu{
	padding:5px 5px 5px 5px;
}
a.menu{
	color:#369;
	padding:2px 1px 3px 1px;
	text-decoration:none;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:400;
}
a.menu:hover{
	color: #960;
	padding:2px 1px 3px 1px;
	text-decoration:none;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:400
}
a.menu:active{
	color: #F00;
	padding:2px 1px 3px 1px;
	text-decoration:none;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:400
}