File: main.css

package info (click to toggle)
ditz 0.5-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 356 kB
  • ctags: 489
  • sloc: ruby: 3,664; sh: 15; makefile: 12
file content (45 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
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
41
42
43
44
45
body
{
	background: white;
	color: #404040;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

a, a:visited
{
	border-bottom: 1px dotted #03c;
	background: inherit;
	color: #03c;
	text-decoration: none;
}

#screenshots
{
	margin: 0;
	padding: 0;
}
#screenshots li
{
	display: inline;
	list-style: none;
}
#screenshots a
{
	border-bottom: none;
}
#screenshots img
{
	border: 0;
}

.screencap {
  border: solid 1px red;
  background-color: black;
  padding: 0.5em;
  margin-bottom: 1em;
  color: #aaa;
  width: 45em;
}