view examples/css/mobile.css @ 1092:95b74632cfe2

Rename votekeys table to userkeys, and all related variables and settings.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Jan 2017 13:38:19 +0200
parents c2839190ca54
children
line wrap: on
line source

body {
	font-size: 12px;
	background: black;
}

#contents {
	background: #ea0;
}

div.logo {
	background: url(../img/fapsm.png) no-repeat center;
	height: 112px;
	display: block;
}


#header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	height: 4em;

	background: black;
	border-bottom: 4px dashed #ea0;
	color: #0f0;
	z-index: 10;
}


#menu {
	top: 0;
	left: 0.5em;
	right: 0.5em;
}

#extra {
	height: 2.5em;
	background: black;

	border-top: 4px dashed #ea0;
}

#extra > div {
	margin: 0;
	padding: 0.5em;
	padding-bottom: 0em;
}

#extra div.scenesat {
	display: inline-block;
	background: url(../img/scenesatsm.png) no-repeat center;
	width: 80px;
	height: 20px;
}

#infobox {
	display: none;
}

#header div.date {
	display: none;
}

#mainContent {
	z-index: 0;
	color: black;
}

#mainContentWrap {
	padding-top: 1em;
}

#mainContent * div.date {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: white;
	background: #606;
	text-align: center;
}

#mainContent * div.date span {
	margin: 0.5em;
}

@media only screen and (orientation: landscape), only screen and (min-width: 640px), only screen and (min-device-width: 640px) {
	#header {
		height: 4.5em;
	}
	#menuInner {
		font-size: 1.2em;
	}
}


@media only screen and (orientation: portrait) {
	#menuLogo {
		font-size: 1.8em;
	}
	#menuInner {
		left: 8.5em;
		font-size: 1.1em;
	}
}

table.attendees .regtime {
	display: none;
}