Login   Register  
PHP Classes
elePHPant
Icontem

File: schemas.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Sylvia Sotomayor  >  Data Dictionary  >  schemas.css  >  Download  
File: schemas.css
Role: Auxiliary data
Content type: text/plain
Description: style sheet
Class: Data Dictionary
Output the structure of a MySQL database
Author: By
Last change: Added CSS styles
Date: 2011-06-18 15:28
Size: 1,137 bytes
 

Contents

Class file image Download
html,body,div,h1,h2,table,tr,th,td,p {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}

body {
	font: small Arial, Helvetica, sans-serif;
	line-height: 100%;
}

h1 {
	font: large Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid blue;
	color: blue;
	background-color: #ddddff;
	padding: 6px;
	margin-bottom: 6px;
}

h2 {
	font: medium Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid blue;
	color: blue;
	padding: 4px;
	margin-bottom: 2px;
}

div.navbar {
	padding: 4px;
	font-variant: small-caps;
	border-top: 1px solid blue;
}

div.navbar a {
	line-height: 200%;
	background-color: #ddddff;
	border: 1px solid gray;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	color: black;
}

table {
	border-collapse: collapse;
	border: 1px solid gray;
	margin-bottom: 8px;
}

tr,  th, td {
	padding: 3px;
	border: 1px solid gray;
}

th {
	background-color: #ddddff;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}