File: style.css

package info (click to toggle)
hashdeep 4.4%2Bgit20170824%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,320 kB
  • sloc: cpp: 5,061; ansic: 3,872; sh: 3,395; makefile: 162
file content (20 lines) | stat: -rw-r--r-- 494 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
/* $Id$ */

body { color: black;
       background-color: #f6f6f6; }

h1,h2 {padding: .5em; background-color: green ; color: white}

h1 {font:x-large Trebuchet MS,Verdana,sans-serif;}
h2 {font:large Trebuchet MS,Verdana,sans-serif;}

a:visited {color: darkblue}
a:link {color: blue}
a:active {color: darkred}

p.abstract {margin-left: 8ex; margin-right: 8ex; }

span.papertitle {font-weight: bold;}
span.journaltitle {font-style: italic;}

td.hash {font-family: monospace;}