File: style.css

package info (click to toggle)
eclipse-remote 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 2,876 kB
  • sloc: java: 15,364; xml: 1,635; sh: 35; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
code {
    	color: Crimson;
    	font-family: monaco,consolas,"courier new",monospace;
	}

pre {
	background-color: lightgrey;
    width: auto;
    overflow: auto;
    padding: 25px;
    border: 1px solid navy;
    margin: 1em;
}

p {
    font: 15px arial, sans-serif;
}