%PDF- %PDF-
Direktori : /home/komfo908/public_html/inauguracao/wp-content/plugins/wptools/css/ |
Current File : /home/komfo908/public_html/inauguracao/wp-content/plugins/wptools/css/speedometer.css |
/*! *speedometer.css *author: Manivannan R *project: Speedometer */ .envelope { background:#b9b8b8; position: relative; box-shadow: inset 0 0 5px 5px rgb(240, 238, 238); -webkit-box-shadow: inset 0 0 5px 5px #cecccc; -o-box-shadow: inset 0 0 5px 5px #cecccc; -moz-box-shadow: inset 0 0 5px 5px #cecccc; border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -moz-border-radius:50%; } .speedNobe{ position:absolute; width:100%; z-index:10; transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; -moz-transition: all 1s; } .speedPosition { position: absolute; color: #FFF; text-align: center; line-height: 55PX; /* 80*/ font-family:arial; font-size: 20px; font-weight:bold; border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; background: #7a7878; box-shadow: 0 0 3px 3px #cdcdcd; -webkit-box-shadow: 0 0 3px 3px #cdcdcd; -moz-box-shadow: 0 0 3px 3px #b6b1b1; -o-box-shadow: 0 0 3px 3px #b6b1b1; } .fonts { font-family:arial; font-weight:bold; width:75%; text-align:center; } .speedNobe div{ background: #48a3cb; position: absolute; height: 100%; top: 0; } .numb,.nob{ transition: opacity 1s; -webkit-transition: opacity 1s; -o-transition: opacity 1s; -moz-transition: opacity 1s; position: absolute; opacity: 0.5; } .nob{ background:#eee; box-shadow: 0 0 2px 1px #eee; -webkit-box-shadow: 0 0 2px 1px #eee; -moz-box-shadow: 0 0 2px 1px #eee; -o-box-shadow: 0 0 2px 1px #eee; } .numb{ color:#eee; text-align: left; overflow: hidden; opacity: 0.5; font-family: arial; font-size: 16px; font-weight: bold; } .nob.bright{ opacity: 1; } .nob.danger{ background:#008000; box-shadow: 0 0 2px 1px #008000; -webkit-box-shadow: 0 0 2px 1px #008000; -moz-box-shadow: 0 0 2px 1px #008000; -o-box-shadow: 0 0 2px 1px #008000; } .numb.bright{ opacity: 1; } .numb.danger{ color: #008000; /* #008000; */ }