-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
37 lines (33 loc) · 1.52 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* Generated by hand */
/* Give the back-ground a color */
body { background: #dddddd;}
/* I personaly don't like verticaly centred cell content */
td { vertical-align: top;}
/* How should a table with table info look */
table.tabletable { width: 100%;
border: 1px #0000FF solid;
background: #99CCFF; }/* #FFEEFF;} */
td.fieldname { width: 25%;
font-color: #FF0000; font-size: 15px;
border-top: 1px #ccc solid; }
td.fieldtype { width: 15%;
font-color: #FF0000; font-size: 15px;
border-top: 1px #ccc solid; }
td.fieldcomment { width: 45%;
font-color: #FF0000; font-size: 14px;
border-top: 1px #ccc solid;
border-right: 1px #ccc solid;}
/* The third column is the end of the actual db-table info */
*#col3 { border-right: 4px #CC00CC solid;}
/* The fonts */
font.PrimaryKey { point-size: 10; Font-weight: bold;}
font.Constraints { point-size: 10; Font-weight: bold;}
font.Unique { point-size: 10; Font-weight: bold;}
font.ForeignKey { point-size: 10; Font-weight: bold;}
font.ReferencedBy { point-size: 10; Font-weight: bold;}
font.DefaultFieldValue { size: -1; color: red;}
font.CheckField { size: -1; color: red;}
font.FieldConstraints { size: -1; color: green;}
/* Misc */
div.TableInfo { border: 1px #0000FF solid;
background: #BBCCFF;}/* #FFCCFF; } */