src/cm/media/js/lib/markitup/markitup-1.1.14/images/style.css
author gibus
Tue, 11 Feb 2014 12:33:25 +0100
changeset 572 93383e54e042
parent 548 8960a1adbc69
permissions -rw-r--r--
Font size for piwik optout iframe.

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; 
}