Menu

[f1bb48]: / css / phpMyEditSetup.css  Maximize  Restore  History

Download this file

70 lines (56 with data), 1.1 kB

 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* phpMyEditSetup.css */
/* $Platon: phpMyEdit/css/phpMyEditSetup.css,v 5.7.2 2023-12-15 12:57:07 Yves $ */
body {
font-family: "Verdana", "Arial", "Sans-Serif";
text-align: left;
background-color: white;
}
h1 {
color: #004d9c;
font-size: 13pt;
font-weight: bold;
}
h2 {
color: #004d9c;
font-size: 11pt;
font-weight: bold;
}
h3 {
color: #004d9c;
font-size: 11pt;
}
p {
color: #004d9c;
font-size: 9pt;
}
table {
border: 1px solid #004d9c;
border-collapse: collapse;
border-spacing: 0px;
padding: 1px;
}
table.options, table.selectid, table.selecttable, table.selectdb {
border-spacing: 1px;
}
td {
border: 1px solid;
padding: 3px;
color: #004d9c;
font-size: 9pt;
}
td[data-disabled], input[data-disabled] {
color: gray;
}
input[type=checkbox][data-disabled] {
accent-color: gray;
}
hr {
height: 1px;
background-color: #000000;
color: #000000;
border: solid #000000 0;
padding: 0;
margin: 0;
border-top-width: 1px;
}
/* eof */
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.