Menu

[r93]: / trunk / PhpCheckstyle / html / css / global.css  Maximize  Restore  History

Download this file

82 lines (64 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
70
71
72
73
74
75
76
77
78
79
80
body {
background-color: #ffffff;
color: #000000;
margin: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
.banner {
width: 100%;
font-size: 20px;
text-align: center;
}
.banner a{
text-decoration:none;
}
.title {
font-size: 30px;
font-weight: bold;
vertical-align: top;
}
h1 {
font-size: 20px;
font-weight: bold;
text-align: center;
}
h2 {
font-size: 15px;
font-weight: bold;
text-align: center;
}
.dataTable {
border: 1px solid #CCCCCC;
border-spacing: 0px;
background-color: #F1F1F1;
border-collapse: collapse;
}
.tableHead {
background-color: #92A9ED;
font-weight: bold;
padding: 2px;
padding-left: 5px;
text-align: center;
vertical-align: top;
border: 1px solid #CCCCCC;
}
.tableCell {
border: 1px solid #CCCCCC;
padding: 2px;
}
.tableCellBold {
border: 1px solid #CCCCCC;
padding: 2px;
font-weight:bold;
}
.emphasis {
color: #990000;
font-weight: bold;
}
.footer {
}
.copyright {
color: #4076B9;
font-size: 10px;
}
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.