89 lines
1.8 KiB
SCSS
89 lines
1.8 KiB
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 21-Aug-2018, 15:54:11
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
#srv_preview_analiza {
|
|
margin: 1px;
|
|
background-color: white;
|
|
padding: 10px;
|
|
overflow: hidden;
|
|
width: auto;
|
|
span.large {
|
|
font-size: 13px;
|
|
}
|
|
table {
|
|
font-size: smaller;
|
|
width: 100%;
|
|
border-spacing: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
margin-bottom: 5px;
|
|
border-collapse: collapse;
|
|
filter: alpha(opacity=60);
|
|
opacity: 0.6;
|
|
th {
|
|
padding: 3px 5px;
|
|
}
|
|
td {
|
|
padding: 3px 5px;
|
|
}
|
|
}
|
|
}
|
|
.sampleView {
|
|
color: #f7dacf;
|
|
border: 2px dashed #f2c1ae;
|
|
border-radius: 12px;
|
|
-moz-border-radius: 12px;
|
|
-webkit-border-radius: 12px;
|
|
text-align: center;
|
|
position: relative;
|
|
display: inline-block;
|
|
padding: 7px 9px;
|
|
width: 80%;
|
|
height: 60%;
|
|
margin-top: -180px;
|
|
top: 230px;
|
|
z-index: 9999;
|
|
vertical-align: middle;
|
|
font-size: 8em;
|
|
font-variant: small-caps;
|
|
font-weight: 600;
|
|
font-family: Courier New, Courier, monospace;
|
|
letter-spacing: 0.1em;
|
|
line-height: 125%;
|
|
-moz-transform: translate(0) rotate(10deg);
|
|
-moz-transform-origin: 60% 100%;
|
|
-webkit-transform: translate(50%) rotate(20deg);
|
|
-webkit-transform-origin: 60% 100%;
|
|
-o-transform: translate(50%) rotate(20deg);
|
|
-o-transform-origin: 60% 100%;
|
|
-ms-transform: translate(50%) rotate(20deg);
|
|
-ms-transform-origin: 60% 100%;
|
|
transform: translate(50%) rotate(20deg);
|
|
transform-origin: 60% 100%;
|
|
}
|
|
#srv_analiza_preview_div {
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 9999;
|
|
left: 270px;
|
|
top: 148px;
|
|
color: black;
|
|
width: auto;
|
|
height: auto;
|
|
pointer-events: none;
|
|
}
|
|
.srv_analiza_preview_sub {
|
|
display: inline-block;
|
|
margin: 5px 0 10px 0;
|
|
>span {
|
|
padding: 3px 5px 3px 8px;
|
|
display: inline-block;
|
|
}
|
|
} |