File: augustus.css

package info (click to toggle)
augustus 3.5.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 777,052 kB
  • sloc: cpp: 80,066; perl: 21,491; python: 4,368; ansic: 1,244; makefile: 1,141; sh: 171; javascript: 32
file content (15 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* styles for tutorial, Mario Stanke */
body{background:#c0e9ff;color:black;font-family:'Bitstream Vera Sans','Verdana',sans-serif;}
/*min-width:70em;max-width:70em;}*/
/* link to box with details */
.dlink{text-decoration:none;}
/* [+] for opening details box */
.dcross{font-family:monospace;font-weight:bold;}
/* title of details box */
.dtitle{font-weight:bold;font-style:italic;color:black;}
/* details box */
.details{padding:10px;margin:20px;background:#d0e6ff;border-width:1px;border-style:dotted;}
/* source code */
.code{font-size:medium;font-family:Fixedsys,Courier,monospace;margin:10px;padding:5px;padding-left:20px;background:#80d0ff;border-width:1px;border-style:dashed;}
.assignment{font-weight:bold;color:#800040;}
.result{font-weight:bold;color:#FF5032;}