public.css 1.17 KB
/*body {*/
	/*background:#ddd;*/
/*}*/

#header {
	background: #1d2d44 url('%webroot%/core/img/noise.png') repeat;
	height:32px;
	left:0;
	line-height:32px;
	position:fixed;
	right:0;
	top:0;
	z-index:100;
	padding:7px;
}

#gallery {
	margin-top: 45px;
}

#details {
	color:#fff;
	float: left;
}

#public_upload,
#download {
	font-weight:700;
	margin: 0 0.4em 0 0;
	padding: 0 5px;
	height: 32px;
	float: left;

}

.header-right #details {
	margin-right: 28px;
}

.header-right {
	padding: 0;
	height: 32px;
}

body {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	background: #404040 url('%webroot%/core/img/noise.png') repeat;
}

#openAsFileListButton {
	font-weight: normal;
	float: right;
}

/* transfer to core after body has the id #body-public / #body-public-dark */

footer {
	text-align: center;
	color: #ccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6;
}
footer p.info a {
	font-weight: bold;
	color: #ccc;
	padding: 13px;
	margin: -13px;
}

/* Sticky footer */
body .wrapper {
	min-height: 86%;
	margin: 0 auto -50px;
}
body footer, body .push {
	height: 70px;
}
footer p.info {
	padding-top: 30px;
}