source: branches/stable/ipdb.css@ 360

Last change on this file since 360 was 360, checked in by Kris Deugau, 17 years ago

/branches/stable

Update subnet calculator:

  • Clean up HTML output
  • Include "Wildcard" mask
  • Behave correctly on many more subnet lengths - valid range is now 3-29. NetAddr::IP starts assuming IPv6 with a mask of /1 (sort of, sometimes). Assumes a /29 subnet if input is invalid.
File size: 1.3 KB
Line 
1a:active {
2 text-decoration: underline;
3 color: #ff0000;
4}
5
6a:hover {
7 text-decoration: underline;
8 color: #0000ff;
9}
10
11a:link {
12 text-decoration: underline;
13 color: #000000;
14}
15
16a:visited {
17 text-decoration: underline;
18 color: #683080;
19}
20
21tr.color0 {
22 background-color: #A8C4D0;
23 font-family: Verdana, Arial, Helvetica, sans-serif;
24 font-size: 90%;
25}
26
27tr.color1 {
28 background-color: #d0e0e0;
29 font-family: Verdana, Arial, Helvetica, sans-serif;
30 font-size: 90%;
31}
32
33tr.color2 {
34 background-color: #A8C4D0;
35 font-family: Verdana, Arial, Helvetica, sans-serif;
36 font-size: 90%;
37}
38
39tr.warning {
40 background-color: #000000;
41 font-family: Verdana, Arial, Helvetica, sans-serif;
42 font-weight: bold;
43 color: red;
44}
45
46tr.header {
47 background-color: #CCCCCC;
48 font-family: Verdana, Arial, Helvetica, sans-serif;
49}
50
51.indent {
52 margin-left: 5%;
53 font-size: 90%;
54}
55
56.regular {
57 font-family: Verdana, Arial, Helvetica, sans-serif;
58 font-size: 100%;
59}
60
61.heading {
62 font-size: 110%;
63 font-weight: bold;
64 font-family: Verdana, Arial, Helvetica, sans-serif;
65}
66
67.small {
68 font-size: 60%;
69}
70
71.center {
72 text-align: center;
73 font-family: Verdana, Arial, Helvetica, sans-serif;
74 font-size: 100%;
75}
76
77.red {
78 font-weight: bold;
79 font-family: Verdana, Arial, Helvetica, sans-serif;
80 font-size:100%;
81 color: red;
82}
83
84.mask {
85 background: #00ff00;
86}
87
88.wildcard {
89 background: #ffff00;
90}
Note: See TracBrowser for help on using the repository browser.