File: style.css

package info (click to toggle)
irm 1.5.3.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,436 kB
  • ctags: 3,308
  • sloc: php: 16,796; sh: 127; perl: 97; pascal: 56; makefile: 48
file content (98 lines) | stat: -rw-r--r-- 1,466 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
body {  
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #000000;
   background-color: #ffffff;

 }
	




 th   
  {  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt; 
    font-weight: bold;
    background-color: #D3DCE3;
  }
	
  td
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
  }
	 
  form
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
  }
	
  h1
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
  }
	
  a:link
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #054BBB;
  }
  a:visited
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #0000bb;
  }
  a:hover
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
    color: #ff0000;
  }
	
  .nav
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    padding-left: 1ex;
    padding-right: 1ex;
	   margin-right: 0px;
  }



.nav a {
color: #000000;
text-decoration: none;
}

.nav a:visited {
color: #000000;
text-decoration: none;
}

.nav a:hover {
text-decoration: none;
color: #000000;
}


.graphic {
border: 0px;
margin-top: 1ex;
float: right;
}