|
|
|
@ -78,7 +78,7 @@ body, .default {
|
|
|
|
|
.grid .fa-times {color:maroon; }
|
|
|
|
|
|
|
|
|
|
.menu {
|
|
|
|
|
margin:4px;
|
|
|
|
|
margin:5px;
|
|
|
|
|
padding:4px;
|
|
|
|
|
}
|
|
|
|
|
.menu .fa-chevron-right {color:transparent; margin:4px; }
|
|
|
|
@ -121,7 +121,7 @@ input[type=text]:focus{
|
|
|
|
|
.fa-warning, .warning{color:orange}
|
|
|
|
|
.number {font-size:42px; font-weight:lighter; padding:2px; margin:2px;}
|
|
|
|
|
|
|
|
|
|
.action {cursor:pointer; padding:2px; margin:2px; border:1px solid transparent}
|
|
|
|
|
.action {cursor:pointer; padding:1px; margin:1px; border:1px solid transparent}
|
|
|
|
|
.action:hover { border-bottom-color:#4682B4}
|
|
|
|
|
.shadow{box-shadow: 7px 7px 5px #888888;}
|
|
|
|
|
.gradient {
|
|
|
|
@ -144,3 +144,212 @@ background-image: -webkit-linear-gradient(top, #CAD5E0 0%, #F3F3F3 40%);
|
|
|
|
|
background-image: linear-gradient(to bottom, #CAD5E0 0%, #F3F3F3 40%);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ----------- Non-Retina Screens ----------- */
|
|
|
|
|
@media screen
|
|
|
|
|
and (min-device-width: 1200px)
|
|
|
|
|
and (max-device-width: 1600px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 1) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ----------- Retina Screens ----------- */
|
|
|
|
|
@media screen
|
|
|
|
|
and (min-device-width: 1200px)
|
|
|
|
|
and (max-device-width: 1600px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2)
|
|
|
|
|
and (min-resolution: 192dpi) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ----------- iPad mini ----------- */
|
|
|
|
|
|
|
|
|
|
/* Portrait and Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 768px)
|
|
|
|
|
and (max-device-width: 1024px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 1) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Portrait */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 768px)
|
|
|
|
|
and (max-device-width: 1024px)
|
|
|
|
|
and (orientation: portrait)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 1) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 768px)
|
|
|
|
|
and (max-device-width: 1024px)
|
|
|
|
|
and (orientation: landscape)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 1) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ----------- iPad 1 and 2 ----------- */
|
|
|
|
|
/* Portrait and Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 768px)
|
|
|
|
|
and (max-device-width: 1024px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 1) {
|
|
|
|
|
.block {display: inline-block;}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Portrait */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 768px)
|
|
|
|
|
and (max-device-width: 1024px)
|
|
|
|
|
and (orientation: portrait)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 1) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 768px)
|
|
|
|
|
and (max-device-width: 1024px)
|
|
|
|
|
and (orientation: landscape)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 1) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ----------- iPad 3 and 4 ----------- */
|
|
|
|
|
/* Portrait and Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 768px)
|
|
|
|
|
and (max-device-width: 1024px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Portrait */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 768px)
|
|
|
|
|
and (max-device-width: 1024px)
|
|
|
|
|
and (orientation: portrait)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Landscape ////////////////////////////////////////////////////////////////////////////////////////////////////// */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 768px)
|
|
|
|
|
and (max-device-width: 1024px)
|
|
|
|
|
and (orientation: landscape)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ----------- iPhone 4 and 4S ----------- */
|
|
|
|
|
|
|
|
|
|
/* Portrait and Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 320px)
|
|
|
|
|
and (max-device-width: 480px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Portrait */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 320px)
|
|
|
|
|
and (max-device-width: 480px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2)
|
|
|
|
|
and (orientation: portrait) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 320px)
|
|
|
|
|
and (max-device-width: 480px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2)
|
|
|
|
|
and (orientation: landscape) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ----------- iPhone 5 and 5S ----------- */
|
|
|
|
|
|
|
|
|
|
/* Portrait and Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 320px)
|
|
|
|
|
and (max-device-width: 568px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Portrait */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 320px)
|
|
|
|
|
and (max-device-width: 568px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2)
|
|
|
|
|
and (orientation: portrait) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 320px)
|
|
|
|
|
and (max-device-width: 568px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2)
|
|
|
|
|
and (orientation: landscape) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ----------- iPhone 6 ----------- */
|
|
|
|
|
|
|
|
|
|
/* Portrait and Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 375px)
|
|
|
|
|
and (max-device-width: 667px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Portrait */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 375px)
|
|
|
|
|
and (max-device-width: 667px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2)
|
|
|
|
|
and (orientation: portrait) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 375px)
|
|
|
|
|
and (max-device-width: 667px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 2)
|
|
|
|
|
and (orientation: landscape) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ----------- iPhone 6+ ----------- */
|
|
|
|
|
|
|
|
|
|
/* Portrait and Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 414px)
|
|
|
|
|
and (max-device-width: 736px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 3) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Portrait */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 414px)
|
|
|
|
|
and (max-device-width: 736px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 3)
|
|
|
|
|
and (orientation: portrait) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Landscape */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width: 414px)
|
|
|
|
|
and (max-device-width: 736px)
|
|
|
|
|
and (-webkit-min-device-pixel-ratio: 3)
|
|
|
|
|
and (orientation: landscape) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|