cordova-plugin-estimote
Version:
Cordova/PhoneGap plugin for Estimote beacons.
176 lines (149 loc) • 2.27 kB
CSS
* {
/* make transparent link selection, adjust last value opacity 0 to 1.0 */
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body
{
margin: 0px;
padding: 0px;
width: 100%;
background: white;
font-family: Helvetica, Arial, sans-serif;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-user-select: none;
}
.style-color-unknown
{
background: #d6d422;
}
.style-color-unknown-text
{
color: rgb(255,255,255) ;
}
.style-color-white,
.style-color-transparent
{
background: rgb(255,255,255);
}
.style-color-white-text,
.style-color-transparent-text
{
color: rgb(0,0,0) ;
}
.style-color-mint
{
/*background: #98c6a7;*/
background: rgb(215,228,177);
}
.style-color-mint-text
{
color: rgb(0,0,0) ;
}
.style-color-ice
{
/*background: #9fddf9;*/
/*background: rgb(200,238,248);*/
background: rgb(165,213,209);
}
.style-color-ice-text
{
color: rgb(0,0,0) ;
}
.style-color-blueberry
{
background: #5c58a7;
}
.style-color-blueberry-text
{
color: rgb(0,0,0) ;
}
.style-color-blueberry-dark
{
background: #2d2756;
}
.style-color-blueberry-dark-text
{
color: rgb(255,255,255) ;
}
.style-color-purple
{
background: #872369;
}
.style-color-yellow
{
background: #d6d422;
}
.style-color-pink
{
background: #e88ab4;
}
.style-color-black
{
background: rgb(0,0,0);
}
.style-screen
{
display: none;
}
.style-heading-big,
.style-heading-small
{
margin: 0px;
padding: 6% 6%;
color: white;
font-size: 300%;
font-weight: bold;
}
.style-button
{
margin: 0px;
padding: 5% 10%;
color: white;
font-size: 175%;
font-weight: bold;
}
.style-button:active
{
opacity: 0.9;
}
.style-button-back
{
margin: 0px;
padding: 4% 6%;
color: white;
font-size: 140%;
font-weight: bold;
}
.style-button-back:active
{
opacity: 0.9;
}
.style-item-list div
{
margin: 1.5%;
padding: 1% 2%;
color: white;
font-size: 100%;
font-weight: bold;
}
.style-info-text
{
margin: 1.5%;
padding: 1% 2%;
color: black;
font-size: 120%;
}
.connect-address
{
margin: 0px;
padding: 10px 10px;
border: none;
width: 100%;
font-size: 150%;
color: black;
background-color: white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}