src/ztfy/myams/resources/less/messages.less
changeset 0 8a19e25e39e4
child 118 c87d242a1176
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ztfy/myams/resources/less/messages.less	Wed May 07 10:36:24 2014 +0200
@@ -0,0 +1,320 @@
+/**
+ * Messages boxes
+ */
+
+
+.MessageBox {
+	width: 100%;
+	height: 100%;
+	position: fixed;
+	top: 0;
+	left: 0;
+	background: rgba(0, 0, 0, .6);
+	z-index: 100000;
+
+	@media screen and (max-width:450px) and (max-width:767px) {
+		width: 100%;
+		height: 100%;
+		position: fixed;
+		top: 0;
+		left: 0;
+		background: rgba(0, 0, 0, .6);
+		z-index: 100000;
+	}
+}
+
+.MessageBoxContainer {
+	top: 35%;
+	color: #fff;
+	position: relative;
+	width: 100%;
+	background-color: #232323;
+	background-color: rgba(0, 0, 0, .8);
+	padding: 20px;
+
+	@media screen and (max-width:450px) and (max-width:767px) {
+		top: 25%;
+		color: #fff;
+		position: relative;
+		width: 100%;
+		background-color: #232323;
+	}
+
+	input,
+	select {
+		width: 50%;
+		padding: 5px;
+
+		@media screen and (max-width:450px) and (max-width:767px) {
+			width: 50%;
+			padding: 5px;
+		}
+	}
+}
+
+.MessageBoxMiddle {
+	position: relative;
+	left: 20%;
+	width: 60%;
+
+	@media screen and (max-width:450px) and (max-width:767px) {
+		position: relative;
+		left: 0;
+		width: 100%;
+		padding: 3px;
+	}
+	.MsgTitle {
+		letter-spacing: -1px;
+		font-size: 24px;
+		font-weight: 300;
+
+		@media screen and (max-width:450px) and (max-width:767px) {
+			font-size: 22px;
+		}
+	}
+	.pText {
+		font-style: 30px;
+	}
+	@media screen and (max-width:450px) and (max-width:767px) {
+		font-style: 10px;
+	}
+}
+
+.MessageBoxButtonSection {
+	width: 100%;
+	height: 30px;
+
+	@media screen and (max-width:450px) and (max-width:767px) {
+		width: 100%;
+		height: 30px;
+	}
+	button {
+		float: right;
+		margin-right: 7px;
+		padding-left: 15px;
+		padding-right: 15px;
+		font-size: 14px;
+		font-weight: 700;
+
+		@media screen and (max-width:450px) and (max-width:767px) {
+			float: right;
+			margin-right: 5px;
+			padding-left: 15px;
+			padding-right: 15px;
+		}
+	}
+}
+
+.LoadingBoxContainer {
+	top: 20%;
+	color: #fff;
+	position: relative;
+	width: 100%;
+	background-color: #232323;
+
+	.MsgTitle {
+		font-size: 26px;
+	}
+	.pText {
+		font-style: 30px;
+	}
+}
+
+.LoadingBoxMiddle {
+	position: relative;
+	left: 20%;
+	width: 50%;
+	padding: 10px;
+}
+
+#LoadingPoints {
+	position: absolute;
+}
+
+#divMiniIcons {
+	position: fixed;
+	width: 415px;
+	right: 10px;
+	bottom: 180px;
+	z-index: 9999;
+	float: right;
+
+	.cajita {
+		text-align: center;
+		vertical-align: middle;
+		padding: 4px 6px;
+		color: #FFF;
+		float: right;
+		cursor: pointer;
+		display: block;
+		background-color: red;
+		font-size: 17px;
+		margin-left: 4px;
+		margin-top: 5px;
+
+		&:active {
+			top: 1px;
+			left: 1px;
+			position: relative;
+		}
+	}
+}
+
+#divSmallBoxes {
+	position: fixed;
+	right: 0;
+	top: 0;
+	z-index: 9999;
+
+	@media screen and (max-width:450px) and (max-width:767px) {
+		position: fixed;
+		width: 90%;
+		right: 0;
+		top: 0;
+	}
+}
+
+.BigBox {
+	position: fixed;
+	right: 10px;
+	bottom: 10px;
+	background-color: #004d60;
+	padding: 10px 10px 5px;
+	width: 390px;
+	height: 150px;
+	color: #fff;
+	z-index: 99999;
+	box-sizing: content-box;
+	-webkit-box-sizing: content-box;
+	-moz-box-sizing: content-box;
+	border-left: 5px solid rgba(0, 0, 0, .15);
+	overflow: hidden;
+
+	span {
+		font-size: 17px;
+		font-weight: 300;
+		letter-spacing: -1px;
+		padding: 5px 0!important;
+		display: block;
+	}
+	p {
+		font-size: 13px;
+		margin-top: 10px;
+	}
+
+	@media screen and (max-width:450px) and (max-width:767px) {
+		width: 88%;
+	}
+	.bigboxicon {
+		font-size: 30px;
+		text-align: left;
+		position: absolute;
+		top: 120px;
+		left: 6px;
+		z-index: 0;
+	}
+	.bigboxnumber {
+		width: 100%;
+		text-align: right;
+		font-size: 25px;
+	}
+}
+
+.SmallBox {
+	position: absolute;
+	right: 5px;
+	top: 20px;
+	width: 420px;
+	color: #fff;
+	z-index: 9999;
+	overflow: hidden;
+	border: 1px solid transparent;
+
+	@media screen and (max-width:450px) and (max-width:767px) {
+		width: 95%;
+	}
+	&:hover {
+		border: 1px solid #fff;
+		cursor: pointer;
+
+		@media screen and (max-width:450px) and (max-width:767px) {
+			-webkit-box-shadow: 0 0 10px #888;
+			box-shadow: 0 0 10px #888;
+			cursor: pointer;
+		}
+	}
+	.foto {
+		font-size: 50px;
+		position: absolute;
+		left: 17px;
+	}
+	.textoFull {
+		width: 93%;
+		float: left;
+		padding-left: 20px;
+
+		@media screen and (max-width:450px) and (max-width:767px) {
+			width: 93%;
+			float: left;
+			padding-left: 20px;
+		}
+	}
+	.textoFoto {
+		width: 78%;
+		margin: 3px 20px 3px 80px;
+		float: left;
+
+		@media screen and (max-width:450px) and (max-width:767px) {
+			width: 55%;
+			margin: 3px 20px 3px 80px;
+			float: left;
+		}
+	}
+	span {
+		font-size: 17px;
+		font-weight: 300;
+		letter-spacing: -1px;
+		display: block;
+		margin: 4px 0;
+
+		@media screen and (max-width:450px) and (max-width:767px) {
+			font-size: 16px;
+		}
+	}
+	p {
+		font-size: 13px;
+		margin-top: 2px;
+
+		@media screen and (max-width:450px) and (max-width:767px) {
+			font-size: 12px;
+			margin-top: 2px;
+		}
+	}
+}
+
+.btnClose {
+	position: absolute;
+	right: 10px;
+	height: 16px;
+	width: 15px;
+	cursor: pointer;
+	font-size: 18px;
+	opacity: .5;
+	display: block;
+	top: 15px;
+
+	&:hover {
+		opacity: 1;
+	}
+}
+
+.miniPic {
+	position: absolute;
+	bottom: 8px;
+	right: 9px;
+}
+
+.miniIcon {
+	height: 100%;
+	font-size: 20px;
+}