project done before
BIN
qrcode/css/949320192f43b9d8.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
qrcode/css/Chrome_Canary_Icon.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
qrcode/css/Internet_Explorer_9.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
1
qrcode/css/bootstrap.css.map
Normal file
5
qrcode/css/bootstrap.min.css
vendored
Normal file
BIN
qrcode/css/firefox-dev.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
qrcode/css/google-chrome.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
qrcode/css/mozilla_firefox.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
qrcode/css/opera.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
qrcode/css/safari-icon.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
135
qrcode/css/style.css
Normal file
@ -0,0 +1,135 @@
|
||||
body {
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#webcodecam-canvas, #scanned-img {
|
||||
background-color: #2d2d2d;
|
||||
}
|
||||
|
||||
#camera-select {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.btn {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.h4, h4 {
|
||||
width: auto;
|
||||
float: left;
|
||||
font-size: 20px;
|
||||
line-height: 1.1;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.controls {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.well {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.panel-heading {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
pre {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
background-color: #333;
|
||||
margin: 0;
|
||||
line-height: 125%;
|
||||
color: whitesmoke;
|
||||
}
|
||||
|
||||
button {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.table-bordered {
|
||||
color: #777;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.table-bordered a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.table-bordered th a {
|
||||
float: right;
|
||||
line-height: 3.49;
|
||||
}
|
||||
|
||||
.table-bordered td a {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.table-bordered th img {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.table-bordered th, .table-bordered td {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.scanner-laser {
|
||||
position: absolute;
|
||||
margin: 40px;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.laser-leftTop {
|
||||
top: 0;
|
||||
left: 0;
|
||||
border-top: solid red 5px;
|
||||
border-left: solid red 5px;
|
||||
}
|
||||
|
||||
.laser-leftBottom {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
border-bottom: solid red 5px;
|
||||
border-left: solid red 5px;
|
||||
}
|
||||
|
||||
.laser-rightTop {
|
||||
top: 0;
|
||||
right: 0;
|
||||
border-top: solid red 5px;
|
||||
border-right: solid red 5px;
|
||||
}
|
||||
|
||||
.laser-rightBottom {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
border-bottom: solid red 5px;
|
||||
border-right: solid red 5px;
|
||||
JS
|
||||
}
|
||||
|
||||
#webcodecam-canvas {
|
||||
background-color: #272822;
|
||||
}
|
||||
#scanned-QR{
|
||||
word-break: break-word;
|
||||
}
|
||||