css/ipadsim.css
author veltr
Tue, 14 May 2013 18:22:06 +0200
changeset 25 5e1e1307f7fd
parent 11 9833f3e24105
permissions -rw-r--r--
corrected tweet list position

.iPad-simulator {
    position: absolute; /* top: 50%; margin-top: -444px; */
    left: 50%; margin-left: -552px; 
    width: 1024px; height: 768px; border-radius: 30px;
    padding: 0; border: 40px solid #f8f6f4;
    box-shadow: 5px 5px 20px #000000;
}

.iPad-simulator:after {
    content: ""; position: absolute; top: 364px; height: 20px;
    width: 20px; left: 1034px; background: #f2f0ed; border-radius: 20px;
    box-shadow: inset 5px 5px 10px #a0a0a0;
}

.tv {
	position: absolute; top: -35px; left: 0px;
	background: #8080CC; color: #ffffff;
	font-size: 18px; font-weight: bold; line-height: 30px;
	padding: 0 5px; border-radius: 5px;
	text-decoration: none;
}