File: common.css

package info (click to toggle)
piwi 0.8%2B20041206-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, sarge, squeeze, wheezy
  • size: 1,076 kB
  • ctags: 162
  • sloc: perl: 5,425; makefile: 49; xml: 49
file content (26 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (2)
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
body {background-color:black; color: white; font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 13px; margin: 2;}

table.bordered {border: dashed 1px #669;}

th {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 15px; font-weight: bold;}

td {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px;}

tr.packet {background-color :#E2E2E2; color: black;}
tr.packet2 {background-color: #FFFFE0; color: black;}

td.odd {background-color: #575782; font-size: 12px;}
td.even {background-color: #666699; font-size: 12px;}

a {text-decoration: none; font-weight: bold;}
a:link,a:active,a:visited {color: white;}
a:hover {color: #FFFF00; text-decoration: underline;}

a.sev_hig,a.sev_hig:link,a.sev_hig:active,a.sev_hig:visited {color: red; font-size: 14px; font-weight: bold;}
a.sev_med,a.sev_med:link,a.sev_med:active,a.sev_med:visited {color: orange;}
a.sev_low,a.sev_low:link,a.sev_low:active,a.sev_low:visited {color: green; font-size: 12px;}

a.extern:visited,a.extern:active {color: #000099;}
a.extern:hover {color: #FFFF00;}

pre.error {background-color: white; color:black;}