File: style.css

package info (click to toggle)
luminance-hdr 2.5.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 34,632 kB
  • sloc: cpp: 42,160; ansic: 892; xml: 87; makefile: 38; sh: 12
file content (38 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (9)
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
/***** Body and main container *****/
body {
	/*margin:0 auto;*/
	padding:0;
	font:100% Verdana,Tahoma,Arial,sans-serif;
	color:#303030;
}

a {
	color:#286ea0;
	background-color:inherit;
}

a:hover {
	color:#000;
	background-color:#7CC4FF;
}

a[href ^="http://"], a[href ^="https://"]  {
	background: url(external.png) center right no-repeat;
	padding-right: 15px;
	margin-right: 5px;
}

a img {
	border:0;
}

img{
	/*  Align images centered by default */
	display: block;
    margin-left: auto;
    margin-right: auto
}

h1, h2, h3, h4, h5 {
	color:#404040;
}