File: infofile.css

package info (click to toggle)
smplayer 18.10.0~ds0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 34,884 kB
  • sloc: cpp: 48,881; ansic: 16,654; makefile: 298; sh: 43
file content (13 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
ul {
	margin: 0px;
}

body {
	background-color: white;
	color: black;
}

h2 {
	background-color: navy;
	color: white;
}