File: style.css

package info (click to toggle)
libjs-jquery-markitup 1.1.15-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 344 kB
  • sloc: makefile: 16
file content (27 lines) | stat: -rwxr-xr-x 474 bytes parent folder | download | duplicates (2)
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
body {
	background:#EEE url(body.png) repeat-x;
	font: 13px "Trebuchet MS", Arial, Verdana;
	padding:20px;
}
a {
	text-decoration:none;
	color:#3C769D;
}
h1 a,
p em a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
h1 a {
	width:700px;
	height:200px;
	background:transparent url(markitup.png) no-repeat center center;
}
p em a {
	background:transparent url(jaysalvat.png) no-repeat 10% 50%;
	width:120px; height:28px;
	left:30px;
	position:absolute;
	top:0px; 
}