Login   Register  
PHP Classes
elePHPant
Icontem

File: template.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael Hauptmann  >  Compare DB  >  template.css  >  Download  
File: template.css
Role: Auxiliary data
Content type: text/plain
Description: Styles for the output
Class: Compare DB
Compare and synchronize two databases
Author: By
Last change: Removed redundant declarations.
Date: 2004-08-08 05:16
Size: 1,934 bytes
 

Contents

Class file image Download
div.add {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
}

div.alter {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	margin-top: 10px;
	position: relative;
}

div.remove {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	margin-top: 10px;
	position: relative;
}

a {
	color: red;
	font-size: 12px;
	text-decoration: none;	
}

/* MySQL Parser */
.syntax {font-family: sans-serif; font-size: x-small;}
.syntax_comment            { padding-left: 4pt; padding-right: 4pt;}
.syntax_punct              {}
.syntax_alpha              {}
.syntax_alpha_columnType   {text-transform: uppercase;}
.syntax_alpha_columnAttrib {text-transform: uppercase;}
.syntax_alpha_reservedWord {text-transform: uppercase; font-weight: bold;}
.syntax_alpha_functionName {text-transform: uppercase;}
.syntax_alpha_charset      {}
.syntax_alpha_variable     {}
.syntax_quote              {white-space: pre;}
.syntax_quote_backtick     {}
.syntax_comment {color: #808000;}
.syntax_comment_mysql {}
.syntax_comment_ansi {}
.syntax_comment_c {}
.syntax_digit {}
.syntax_digit_hex {color: teal;}
.syntax_digit_integer {color: teal;}
.syntax_digit_float {color: aqua;}
.syntax_punct {color: fuchsia;}
.syntax_alpha_columnType {color: #FF9900;}
.syntax_alpha_columnAttrib {color: #0000FF;}
.syntax_alpha_reservedWord {color: #990099;}
.syntax_alpha_functionName {color: #FF0000;}
.syntax_alpha_identifier {color: black;}
.syntax_alpha_charset {color: #6495ed;}
.syntax_alpha_variable {color: #800000;}
.syntax_quote {color: #008000;}
.syntax_quote_double {}
.syntax_quote_single {}
.syntax_quote_backtick {}
.syntax_indent0 {margin-left: 0em;}
.syntax_indent1 {margin-left: 1em;}
.syntax_indent2 {margin-left: 2em;}
.syntax_indent3 {margin-left: 3em;}
.syntax_indent4 {margin-left: 4em;}
.syntax_indent5 {margin-left: 5em;}
.syntax_indent6 {margin-left: 6em;}
.syntax_indent7 {margin-left: 7em;}