File: stylesheet.css

package info (click to toggle)
libgo-perl 0.15-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,112 kB
  • sloc: perl: 13,147; sh: 21; makefile: 7
file content (109 lines) | stat: -rw-r--r-- 3,883 bytes parent folder | download | duplicates (8)
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
99
100
101
102
103
104
105
106
107
108
109
A:link            { text-decoration: none; 
                    color: #0000FF;
                  }
A:visited         { text-decoration: none; 
                    color: #AA0088;
                  }
A:hover           { text-decoration: underline; 
                  }
A.banner          { color  : #FFFFFF;
                    font-size : small;
                    text-decoration : none;
                  }
BODY              { background-color: white; 
                    font-family: Verdana, sans-serif;
		    font-size: small;
                    margin-left: 10%; margin-right: 10%;
                 }
H1                { color: #0044FF;
                    font-family: Verdana, sans-serif; 
		    font-size: 20pt;
                    margin-left: -8%
                  }
H2                { color: #3366FF; 
                    font-family: Verdana, sans-serif; 
                    margin-left: -4%
                  }
H3                { color: #3366FF; 
                    font-family: Verdana, sans-serif; 
                    margin-left: -4%
                  }
H4                { color: #3366FF; 
                    font-family: Verdana, sans-serif; 
                    margin-left: -4%
                  }
INPUT             { background-color: white; }
OL                { font-family: Verdana, sans-serif; 
		    font-size: small;
		  }
UL                { font-family: Verdana, sans-serif; 
		    font-size: small;
	  	  }
LI                { font-family: Verdana, sans-serif; 
/*                    list-style: url(./images/reddot.gif) outside; */
                    margin-left: -10px;
                    list-style: circle;
		    font-size: small;
                  }
DL                { font-family: Verdana, sans-serif; 
		    font-size: small
		   }
DT                { font-family: Verdana, sans-serif;
 		    font-size: small;
		  }
DD                { font-family: Verdana, sans-serif; }

P                 { font-family: Verdana, sans-serif; 
		    font-size: small;
		  }
PRE.peptide       { font-size: small; }
PRE.dna           { font-size: small; 
                    font-family: monospace;
                  }
.projectrow       { background-color: white; }
SELECT            { background-color: white; }
TABLE             { padding: 0;
                    spacing: 2;
                    width: 100%;
                  }
TD                { font-family: Verdana, sans-serif; font-size: small }
TH                { font-family: Verdana, sans-serif; 
                    padding: 8; 
                  }
.codeblock        { color: black;
                    border: solid;
                    border-width: thin;
                    width: 100%;
                    font-size: medium;
                    background: #FFEEEE;
                  }
.highlight          { color: red;
                    border: solid;
                    border-width: thin;
                    width: 100%;
                    font-size: medium;
                    background: #FFFFFF;
                  }
.section-list     { color: black;
                    background: #EEEEFF;
                  }

.abstract         { background-color: #FFEEEE; }
.acetree          { font-size: 10pt; }
.banner           { font-size: x-large;
                    align: center;
                    background-color: blue;
                    color: yellow;
                    padding: 100px 3px;
                  }
.data             { font-size: small; }
.datatitle        { background-color: #93CBF4; }
.databody         { background-color: #CCFFFF; }
.search           { font-size: small; }
.searchbody       { background-color: #FFFFCC; }
.searchbodyalt    { background-color: #CCFFFF; }
.searchtitle      { background-color: #FFFF99; }
.description      { font-style: italic; }
.error            { color: red; }
                    color: #000000;
                  }