File: style.css

package info (click to toggle)
gausssum 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 568 kB
  • sloc: python: 1,970; makefile: 22
file content (40 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (6)
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
p {
     font-size: 90%;
         color: #333300;
   line-height: 160%;
   font-family: Verdana,Arial,Helvetica,Sans-Serif,MS Sans Serif, sans-serif;
    text-align: justify;

                       }

a {
     font-size: 100%;
   line-height: 160%;
   font-family: Verdana,Arial,Helvetica,Sans-Serif,MS Sans Serif, sans-serif;
    text-align: justify
                       }

.application {
         color: red;
}

.year {
    font-weight: bold;
}

.journal {
	font-style: italic;
}

.volume {
	text-decoration: underline;
}


h2 {
     font-size: 110%;
         color: black;
   font-family: Georgia, Verdana, sans-serif;
    text-align: justify;
line-height:50%;
                       }