umzug auf gitea

This commit is contained in:
hwd
2018-04-11 22:17:21 +02:00
parent 4c8459ac31
commit afadb05774
1755 changed files with 534624 additions and 0 deletions

144
css/auswertung.css Normal file
View File

@@ -0,0 +1,144 @@
div .invisible{
display: none;
}
#btnEinzelbox{ margin: 0px 0px 10px 10px; }
#btnLieferung{ margin: 0px 0px 10px 10px; }
#divAuswertungen{ padding: 20px 0px 0px 10px; }
#lieferSteuerBtns{ position: relative; top: 10px; }
#LieferdatenDiv{ position: absolute; top: 140px; }
#tbPONr, #inpLieferDatum{ font-size: 1.1em; }
#tbPONr{ position: absolute; top: 13px; left: 140px; }
#inpLieferDatum{ position: absolute; top: 50px; left: 140px; }
#zuLieferndeBoxen{
width: 85px;
height: 440px;
position: absolute;
top: 240px;
}
#lbBoxen{
width: 65px;
font-size: 1.2em;
}
#gewaehlteBoxen{
position: absolute;
top: 240px;
left: 150px;
}
#gewaehlteBoxen>table>tbody>tr>td>input{
margin-top: 1px;
width: 55px;
}
#messdaten{
position: absolute;
overflow-x: auto;
overflow-y: scroll;
width: auto;
height: 510px;
top: 160px;
left: 390px;
box-shadow: 1px 1px 12px black;
}
#tblMessdatenFuerLieferung>tbody>tr{
text-shadow: 2px 2px 5px black;
box-shadow: 2px 2px 6px black;
}
#tblMessdatenFuerLieferung{
border-spacing: 0px;
text-shadow: 1px 1px 6px red;
}
#tblMessdatenFuerLieferung>tbody>tr>td{
border-top: solid black 1px;
border-left: solid black 1px;
}
#tblMessdatenFuerLieferung>tbody>tr:nth-child(even) {background-color: #f2f2f2}
#tblMessdatenFuerLieferung>tbody>tr:nth-child(odd) {background-color: #12f2f2}
#tblMessdatenFuerLieferung>tbody>tr:hover {background-color: #f2f212}
#tblMessdatenFuerLieferung>tbody>tr>th{
border-left: solid black 1px;
background-color: #11dd11;
text-shadow: 0px 0px 0px;
}
#einzelbox{
position: relative;
border: solid black 1px;
min-height: 330px;
max-height: 330px;
min-width: 855px;
max-width: 855px;
padding: 10px 10px 0px 10px;
}
#divSelects{
display: flex;
float: left;
height: auto;
width: 98%;
border-bottom: solid black 1px;
padding-bottom: 5px;
}
#divSelects select{
width: 75px;
border-radius: 5px;
margin-right: 5px;
text-align: center;
box-shadow: 2px 2px 6px black;
}
#tblMesswerte{
border-spacing: 0px;
text-shadow: 1px 1px 6px red;
}
#tblMesswerte>tbody>tr>td{
border-top: solid black 1px;
border-left: solid black 1px;
}
#tblMesswerte>tbody>tr:nth-child(even) {background-color: #f2f2f2}
#tblMesswerte>tbody>tr:nth-child(odd) {background-color: #12f2f2}
#tblMesswerte>tbody>tr:hover {background-color: #f2f212}
#tblMesswerte>tbody>tr>td:hover {background-color: #12a212}
#grafiken{
display: flex;
float: left;
margin-top: 15px;
/*
position: absolute;
top: 10px;
left: 950px;
width: 830px;
height: 600px;
padding-left: 25px;
*/
}
#chart{
background: #cfcfcf;
border: solid black 1px;
box-shadow: 1px 1px 5px black;
}
#chart2{
background: #cfcfcf;
border: solid black 1px;
box-shadow: 1px 1px 5px black;
}
#grafiken>table>tbody>tr>td>button{
width: 75px;
height: 30px;
margin-right: 10px;
}

54
css/auswertung_.css Normal file
View File

@@ -0,0 +1,54 @@
#results.table>tbody>tr>td{
text-align: center;
font-size:1.1em;
height: 41px;
border-left: solid black 1px;
}
#results.table>tbody>tr:hover{
background: #ccc;
/*font-size: 1.1em;*/
font-weight: bold;
}
#tbld_id{display: none;}
#tblMesswerte{
border: solid black 2px;
width: 450px;
font-family: Hack;
font-size: 1.1em;
}
#tblHeader{
font-family: Hack;
font-weight: bold;
font-size: 1.4em;
}
#tblMesswerte>tbody>tr>td{
padding: 2px 5px 2px 5px;
}
/*
#results.table>tbody>tr>td:hover{
*background: #3f5;
}
#tbld_AbformComm,#tbld_LieferComm,#tbld_MessComm,#tbld_RauComm,#tbld_statusComm{
display: none;
}
#tbld_OL1,#tbld_OL2,#tbld_OW1,#tbld_OW2,
#tbld_R11,#tbld_R12,#tbld_R13,
#tbld_R21,#tbld_R22,#tbld_R23,
#tbld_R31,#tbld_R32,#tbld_R33,
#tbld_R41,#tbld_R42,#tbld_R43,
#tbld_CW,#tbld_LW
{
display: none;
}
*/

5771
css/bootstrap.min.css vendored Normal file

File diff suppressed because it is too large Load Diff

71
css/boxenerstellung.css Normal file
View File

@@ -0,0 +1,71 @@
#boxenerstellung{
position: absolute;
top: 100px;
left: 100px;
width: 355px;
height: 460px;
font-family: Hack;
font-size: 0.9em;
border: solid black 1px;
border-radius: 7px;
background: rgba(112, 151, 60, 0.4);
box-shadow: 4px 4px 16px black;
text-shadow: 1px 1px 3px #000;
}
#divCodeUndBox{ position: relative; top: 15px; left: 15px; width: 325px; font-size: 1.5em;}
#tbBoxNr{ width: 75px; border: solid black 1px; box-shadow: 0 0 2px black;}
#tbTXLCode{ width: 130px; border: solid black 1px; box-shadow: 0 0 2px black;}
#divBoxinhalt{ position: relative; width: 330px; height: 330px; top: 45px; left:20px;}
#lblBoxInhalt{ position: relative; top: -10px; }
#selBauteile{
width: 170px;
height: 270px;
font-size: 1.6em;
border: solid black 1px;
box-shadow: 0 0 2px black;
}
#divComments{
position: relative;
width: 125px;
height: 335px;
left: 180px;
top: -295px;
font-size: 1.3em;
border-left: solid black 1px;
padding-left: 10px;
}
.tbCom{
width: 90px;
left: 10px;
border: solid black 1px;
box-shadow: 0 0 2px black;
margin-bottom: 2px;
}
#lblCom{ font-size: 0.75em; position: absolute; top: -4px; left: 10px;}
#BETMPType{
position: absolute;
transform: rotate(-90deg);
font-size: 7.8em;
font-weight: bold;
top: -70px;
left: 300px;
height: 140px;
z-index: -20;
}
#divBtns{
position: absolute;
left: 380px;
top: 260px;
width: 160px;
}
#btnReset{ width: 155px; text-align: center; box-shadow: 4px 4px 16px black;}
#btnDelLast{ width: 155px; text-align: center; margin-top: 10px; box-shadow: 4px 4px 16px black;}
#btnCreateBox{ width: 155px; text-align: center; margin-top: 10px; box-shadow: 4px 4px 16px black; display: block}

167
css/c3.css Normal file
View File

@@ -0,0 +1,167 @@
/*-- Chart --*/
.c3 svg {
font: 10px sans-serif;
-webkit-tap-highlight-color: transparent; }
.c3 path, .c3 line {
fill: none;
stroke: #000; }
.c3 text {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
shape-rendering: crispEdges; }
.c3-chart-arc path {
stroke: #fff; }
.c3-chart-arc text {
fill: #fff;
font-size: 13px; }
/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
stroke: #aaa; }
.c3-grid text {
fill: #aaa; }
.c3-xgrid, .c3-ygrid {
stroke-dasharray: 3 3; }
/*-- Text on Chart --*/
.c3-text.c3-empty {
fill: #808080;
font-size: 2em; }
/*-- Line --*/
.c3-line {
stroke-width: 1px; }
/*-- Point --*/
.c3-circle._expanded_ {
stroke-width: 1px;
stroke: white; }
.c3-selected-circle {
fill: white;
stroke-width: 2px; }
/*-- Bar --*/
.c3-bar {
stroke-width: 0; }
.c3-bar._expanded_ {
fill-opacity: 0.75; }
/*-- Focus --*/
.c3-target.c3-focused {
opacity: 1; }
.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
stroke-width: 2px; }
.c3-target.c3-defocused {
opacity: 0.3 !important; }
/*-- Region --*/
.c3-region {
fill: steelblue;
fill-opacity: .1; }
/*-- Brush --*/
.c3-brush .extent {
fill-opacity: .1; }
/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
font-size: 12px; }
.c3-legend-item-hidden {
opacity: 0.15; }
.c3-legend-background {
opacity: 0.75;
fill: white;
stroke: lightgray;
stroke-width: 1; }
/*-- Title --*/
.c3-title {
font: 14px sans-serif; }
/*-- Tooltip --*/
.c3-tooltip-container {
z-index: 10; }
.c3-tooltip {
border-collapse: collapse;
border-spacing: 0;
background-color: #fff;
empty-cells: show;
-webkit-box-shadow: 7px 7px 12px -9px #777777;
-moz-box-shadow: 7px 7px 12px -9px #777777;
box-shadow: 7px 7px 12px -9px #777777;
opacity: 0.9; }
.c3-tooltip tr {
border: 1px solid #CCC; }
.c3-tooltip th {
background-color: #aaa;
font-size: 14px;
padding: 2px 5px;
text-align: left;
color: #FFF; }
.c3-tooltip td {
font-size: 13px;
padding: 3px 6px;
background-color: #fff;
border-left: 1px dotted #999; }
.c3-tooltip td > span {
display: inline-block;
width: 10px;
height: 10px;
margin-right: 6px; }
.c3-tooltip td.value {
text-align: right; }
/*-- Area --*/
.c3-area {
stroke-width: 0;
opacity: 0.2; }
/*-- Arc --*/
.c3-chart-arcs-title {
dominant-baseline: middle;
font-size: 1.3em; }
.c3-chart-arcs .c3-chart-arcs-background {
fill: #e0e0e0;
stroke: none; }
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
fill: #000;
font-size: 16px; }
.c3-chart-arcs .c3-chart-arcs-gauge-max {
fill: #777; }
.c3-chart-arcs .c3-chart-arcs-gauge-min {
fill: #777; }
.c3-chart-arc .c3-gauge-value {
fill: #000;
/* font-size: 28px !important;*/ }

7
css/converter.css Normal file
View File

@@ -0,0 +1,7 @@
#tblToConvert{
width: 550px;
height: 750px;
border: dotted red 1px;
scroll-behavior: auto;
}

53
css/deckblatt.css Normal file
View File

@@ -0,0 +1,53 @@
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #FAFAFA;
font: 12pt "Tahoma";
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.page {
width: 210mm;
min-height: 297mm;
padding: 20mm;
margin: 10mm auto;
border: 1px #D3D3D3 solid;
border-radius: 5px;
background: white;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.subpage {
padding: 1px;
border: 1px red dashed;
height: 257mm;
outline: 2cm #FFEAEA solid;
}
@page {
size: A4;
margin: 0;
}
@media print {
html, body {
width: 210mm;
height: 297mm;
}
.page {
margin: 0;
border: initial;
border-radius: initial;
width: initial;
min-height: initial;
box-shadow: initial;
background: initial;
page-break-after: always;
}

135
css/impromptu.css Normal file
View File

@@ -0,0 +1,135 @@
/*! jQuery-Impromptu - v6.2.2 - 2015-11-14
* http://trentrichardson.com/Impromptu
* Copyright (c) 2015 Trent Richardson; Licensed MIT */
.jqifade{
position: absolute;
background-color: #777777;
}
iframe.jqifade{
display:block;
z-index:-1;
}
div.jqi{
width: 400px;
max-width:90%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
position: absolute;
background-color: #ffffff;
font-size: 11px;
text-align: left;
border: solid 1px #eeeeee;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 7px;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose{
position: absolute;
top: 4px; right: -2px;
width: 18px;
cursor: default;
color: #bbbbbb;
font-weight: bold;
}
div.jqi .jqistate{
background-color: #fff;
}
div.jqi .jqititle{
padding: 5px 10px;
font-size: 16px;
line-height: 20px;
border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
padding: 10px;
line-height: 20px;
color: #444444;
overflow: auto;
}
div.jqi .jqibuttonshide{
display: none;
}
div.jqi .jqibuttons{
text-align: right;
margin: 0 -7px -7px -7px;
border-top: solid 1px #e4e4e4;
background-color: #f4f4f4;
border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{
margin: 0;
padding: 15px 20px;
background-color: transparent;
font-weight: normal;
border: none;
border-left: solid 1px #e4e4e4;
color: #777;
font-weight: bold;
font-size: 12px;
}
div.jqi .jqibuttons button.jqidefaultbutton{
color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
color: #287ade;
outline: none;
}
div.jqi .jqibuttons button[disabled]{
color: #aaa;
}
.jqiwarning .jqi .jqibuttons{
background-color: #b95656;
}
/* sub states */
div.jqi .jqiparentstate::after{
background-color: #777;
opacity: 0.6;
filter: alpha(opacity=60);
content: '';
position: absolute;
top:0;left:0;bottom:0;right:0;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
position: absolute;
top:0;
left: 20%;
width: 60%;
padding: 7px;
border: solid 1px #eeeeee;
border-top: none;
border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
padding: 10px 18px;
}
/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}
.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

8
css/le.css Normal file
View File

@@ -0,0 +1,8 @@
body { font-family: Hack; }
table { font-size: 1em; }
.ui-draggable, .ui-droppable { background-position: top; }

93
css/main.css Normal file

File diff suppressed because one or more lines are too long

244
css/menubar.css Normal file
View File

@@ -0,0 +1,244 @@
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
.menu_templ{
width:750px;
/*background-color:#709700;*/
border-radius: 5px 5px 0 0;
height: 35px;
padding-top: 1px;
padding-left: 1px;
box-shadow: 0px 0px 7px #000000;
}
ul#menu,ul#menu ul{
margin:0;
list-style:none;
padding:0;
}
ul#menu,ul#menu .submenu{
background-color:#FFFFFF;
border: solid 1px #b2b2b4;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
}
#menu{
height: 30px;
}
ul#menu .submenu{
visibility:hidden;
position:absolute;
left:-1px;
top:100%;
opacity:0;
-moz-transition:all 0.5s;
-webkit-transition:opacity 0.5s;
-o-transition:opacity 0.5s,visibility 0.5s;
transition:opacity 0.5s;
float:left;
z-index:2;
background-color:#FFFFFF;
background-image:-o-linear-gradient(-90deg,rgba(44,160,202,0),rgba(0,0,0,0.1));
background-image:-moz-linear-gradient(-90deg,rgba(44,160,202,0),rgba(0,0,0,0.1));
background-image:linear-gradient(180deg,rgba(44,160,202,0),rgba(0,0,0,0.1));
background-image:-webkit-linear-gradient(-90deg,rgba(44,160,202,0),rgba(0,0,0,0.1));
border-width:1px;
border-radius:0px 0px 4px 4px;
-moz-border-radius:0px 0px 4px 4px;
-webkit-border-radius:0px;
-webkit-border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
border-style:solid;
border-color:#FFFFFF #bfc1c2 #bfc1c2 #bfc1c2;
-moz-box-shadow:0 5px 5px rgba(20, 20, 25, 0.2), 0 0 0 1px #FFFFFF inset;
-webkit-box-shadow:0 5px 5px rgba(20, 20, 25, 0.2), 0 0 0 1px #FFFFFF inset;
box-shadow:0 5px 5px rgba(20, 20, 25, 0.2), 0 0 0 1px #FFFFFF inset;
padding:5px;
}
ul#menu li:hover>.submenu{
visibility:visible;
opacity:1;
}
ul#menu li{
position:relative;
display:block;
white-space:nowrap;
font-size:1.4em;
float:left;
}
ul#menu li:hover{
z-index:1;
}
ul#menu ul .submenu{
position:absolute;
left:99%;
top:0;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-color:#bfc1c2;
}
ul#menu{
font-size: 1.3em;
z-index:999;
position:relative;
display:inline-block;
padding:0;
-moz-box-shadow:0 2px 0 #bfbfbf;
-webkit-box-shadow:0 2px 0 #bfbfbf;
box-shadow:0 2px 0 #bfbfbf;
}
ul#menu .column{
float:left;
}
* html ul#menu li a{
display:inline-block;
}
ul#menu>li{
margin:0;
}
ul#menu a:active, ul#menu a:focus{
outline-style:none;
}
ul#menu a:hover{
text-decoration: underline;
font-size: 0.6em;
}
ul#menu a{
display:block;
vertical-align:middle;
text-align:left;
text-decoration: none;
font:0.6em 'Droid Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#709700;
padding:4px 15px;
background-color:;
background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
background-repeat:repeat;
background-position:0 0;
border-width:0px;
border-style:none;
border-color:;
}
ul#menu ul li{
float:none;
margin:0;
}
ul#menu ul a{
text-align:left;
padding:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
background-color:none;
background-image:none;
border-width:0;
border-style:none;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
color:#92979E;
text-decoration:none;
}
ul#menu li:hover>a,ul#menu li a.pressed{
border-style:none;
color:#92979E;
background-image:-o-linear-gradient(-90deg,rgba(85,85,85,0.13),rgba(255,255,255,0));
background-image:-moz-linear-gradient(-90deg,rgba(85,85,85,0.13),rgba(255,255,255,0));
background-image:linear-gradient(180deg,rgba(85,85,85,0.13),rgba(255,255,255,0));
background-image:-webkit-linear-gradient(-90deg,rgba(85,85,85,0.13),rgba(255,255,255,0));
background-position:0 100%;
text-decoration:none;
}
ul#menu img{
border:none;
vertical-align:middle;
margin-right:13px;
}
ul#menu ul span{
background-image:none;
padding-right:5px;
}
ul#menu ul li:hover>a,ul#menu ul li a.pressed{
-moz-box-shadow:0 1px 0 #CF7E4C;
-webkit-box-shadow:0 1px 0 #CF7E4C;
box-shadow:0 1px 0 #CF7E4C;
background-color:#ef9d58;
background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
border-style:none;
color:#FFFFFF;
text-decoration:none;
}
ul#menu li.topfirst>a{
-moz-box-shadow:0 0 0 1px #FFFFFF inset;
-webkit-box-shadow:0 0 0 1px #FFFFFF inset;
box-shadow:0 0 0 1px #FFFFFF inset;
background-color:#FFFFFF;
border-width:0 1px 0 0;
border-style:solid;
border-color:#bfc1c2;
border-radius:5px 0 0 0;
-moz-border-radius:5px 0 0 0;
-webkit-border-radius:5px;
-webkit-border-top-right-radius:0;
-webkit-border-bottom-right-radius:0;
-webkit-border-bottom-left-radius:0;
text-shadow:0 1px 0 #FFFFFF;
}
ul#menu li.topfirst:hover>a,ul#menu li.topfirst a.pressed{
-moz-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
-webkit-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
background-color:#FFFFFF;
border-style:solid;
border-color:#bfc1c2;
text-shadow:0 1px 0 #FFFFFF;
}
ul#menu li.topmenu>a{
-moz-box-shadow:0 0 0 1px #FFFFFF inset;
-webkit-box-shadow:0 0 0 1px #FFFFFF inset;
box-shadow:0 0 0 1px #FFFFFF inset;
background-color:#FFFFFF;
border-width:0 1px 0 0;
border-style:solid;
border-color:#bfc1c2;
text-shadow:0 1px 0 #FFFFFF;
}
ul#menu li.topmenu:hover>a,ul#menu li.topmenu a.pressed{
-moz-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
-webkit-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
background-color:#FFFFFF;
border-style:solid;
border-color:#bfc1c2;
text-shadow:0 1px 0 #FFFFFF;
}
ul#menu li.toplast>a{
-moz-box-shadow:0 0 0 1px #FFFFFF inset;
-webkit-box-shadow:0 0 0 1px #FFFFFF inset;
box-shadow:0 0 0 1px #FFFFFF inset;
background-color:#FFFFFF;
border-width:0px;
border-style:solid;
border-color:#bfc1c2;
border-radius:0 5px 0 0;
-moz-border-radius:0 5px 0 0;
-webkit-border-radius:0;
-webkit-border-top-right-radius:5px;
text-shadow:0 1px 0 #FFFFFF;
}
ul#menu li.toplast:hover>a,ul#menu li.toplast a.pressed{
-moz-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
-webkit-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
background-color:#FFFFFF;
border-style:solid;
border-color:#bfc1c2;
text-shadow:0 1px 0 #FFFFFF;
}

302
css/messmasken.css Normal file
View File

@@ -0,0 +1,302 @@
.inp_messwerte{ border: solid black 1px; box-shadow: 0 0 2px black; border-radius: 5px}
/**************
****** ******
*** Archiv ***
****** ******
**************/
#divMessArchiv{ position: absolute; width: 1050px; height: 600px; top: 60px; left: 750px; border: 1px solid red; z-index: -100;}
#divMessArchivBtns { position: absolute; width: 1050px; height: 600px; top: 60px; left: 750px;}
#divMessArchivHead{ position: absolute; width: 1032px; height: 24px; top: 120px;}
#divMessArchivData{ overflow-y: scroll; position: absolute; width: inherit; height: 420px; top: 150px; border: solid 1px green;}
#divMessArchivFoot{ position: absolute; width: 1032px;; height: 24px; top: 570px;}
#tblMessarchivHead>thead>tr>th.txlcode{ width: 120px; }
#tblMessarchiv>tbody>tr>td.txlcode{ width: 129px; }
#tblMessarchivFoot>tfoot>tr>th.txlcode{ width: 120px; }
#tblMessarchiv{ border: 1px solid black; vertical-align: top;}
#tblMessarchiv>tbody>tr>td{ border: 1px solid black; text-align: center; width: 53px;}
#tblMessarchivHead>thead>tr>th{ border: 1px solid black; text-align: center; width: 53px;}
#tblMessarchivFoot>tfoot>tr>th{ border: 1px solid black; text-align: center; width: 53px;}
canvas{ position: absolute; border: solid black 2px; width: 1050px !important; height: 300px !important; top: 600px; background: #fff}
.btnMA{ width: 85px; height: 35px; margin-bottom: 5px; margin-left: 5px;}
/**************
****** ******
**** 3040 ****
****** ******
**************/
#MM3040bauteilOuter{ position:relative; border-collapse:collapse; border:1px solid #000; padding:5px; background:#aaa; width:545px; height:685px; margin:15px;}
#MM3040bauteilInner{ position:relative; border-collapse:collapse; border:1px dashed #000; padding:5px; margin-top:55px; margin-left:65px; width:400px; height:550px;}
#divComm3040{ position:relative; top:350px; left:10px; }
#divDesc3040{ position:relative; left:85px; top:240px; }
#divToolpart3040{ position:relative; top:-325px; left:260px;}
#divSide1-3040{ text-align:center; position:absolute; height:30px; width:85px; top:235px; left:320px; font-size:12px; font-weight:bold;}
#divSide2-3040{ text-align:center; position:absolute; height:30px; width:85px; top:235px; left:10px; font-size:12px; font-weight:bold;}
#divSide3-3040{ text-align:center; position:absolute; height:30px; width:70px; top:510px; left:170px; font-size:12px; font-weight:bold;}
#divSide4-3040{ text-align:center; position:absolute; height:30px; width:70px; top:10px; left:170px; font-size:12px; font-weight:bold;}
#divR1-3040{ position:relative; width:60px; height:400px; top:-930px; left:485px; }
#divR2-3040{ position:relative; width:60px; height:400px; top:-465px; left:0px; }
#divR3-3040{ position:relative; width:400px; height:60px; top:5px; left:70px; }
#divR4-3040{ position:relative; width:400px; height:60px; top:-1060px; left:70px; }
#tb_mm3040_OL1{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm3040_OL2{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm3040_OW1{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm3040_OW2{ width:65px; text-align:center; font-size:1.25em; }
#mm3040Desc{ font-weight:bold; font-size:6em; }
#tb_mm3040_comm{ font-size:1.3em; width:360px; resize:none; }
#tb_mm3040_tool{ width:25px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm3040_rev{ width:25px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm3040_part{ width:42px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm3040_r11{ position:relative; top:-145px; width:50px; text-align:center; }
#tb_mm3040_r12{ position:relative; top:57px; width:50px; text-align:center; }
#tb_mm3040_r13{ position:relative; top:320px; width:50px; text-align:center; }
#tb_mm3040_r21{ position:relative; top:365px; left:0; width:50px; text-align:center; }
#tb_mm3040_r22{ position:relative; top:57px; left:0; width:50px; text-align:center; }
#tb_mm3040_r23{ position:relative; top:-195px; left:0; width:50px; text-align:center; }
#tb_mm3040_r31{ position:relative; top:0; left:340px; width:50px; text-align:center; }
#tb_mm3040_r32{ position:relative; top:0; left:100px; width:50px; text-align:center; }
#tb_mm3040_r33{ position:relative; top:0; left:-125px; width:50px; text-align:center; }
#tb_mm3040_r41{ position:relative; top:0; left:10px; width:50px; text-align:center; }
#tb_mm3040_r42{ position:relative; top:0; left:100px; width:50px; text-align:center; }
#tb_mm3040_r43{ position:relative; top:0; left:210px; width:50px; text-align:center; }
#btn_mm3040_check{ position:absolute; top:570px; left:587px; height:50px; width:90px; }
#btn_mm3040_eintragen{ position:absolute; top:630px; left:587px; height:50px; width:90px; }
#btn_mm3040_uups{ position:absolute; top:690px; left:587px; height:50px; width:90px; }
#btn_mm3040_archiv{ position:absolute; top:65px; left:587px; height:50px; width:90px; }
#divZeichnungPrim3040{
position: absolute;
top: 55px;
left: 700px;
height: 720px;
border: black solid 1px;
width: 600px;
background-image: url(../img/zeichnung3040_primitiv.png);
background-size: contain;
background-repeat: no-repeat;
background-size: 600px;
visibility: hidden;
}
#divZeichnungPrim3040>.inp_messwerte{ width: 70px; height: 25px; position: absolute; font-weight: bold; text-align: center;}
#divZeichnungPrim3040>#div_ausw_mm3040_il1{ top: 273px; left: 320px; }
#divZeichnungPrim3040>#div_ausw_mm3040_il2{ top: 273px; left: 62px; }
#divZeichnungPrim3040>#div_ausw_mm3040_iw1{ top: 53px; left: 193px; }
#divZeichnungPrim3040>#div_ausw_mm3040_iw2{ top: 493px; left: 193px; }
#divZeichnungPrim3040>#div_ausw_mm3040_ol1{ top: 273px; left: 400px; transform: rotate(-90deg); }
#divZeichnungPrim3040>#div_ausw_mm3040_ol2{ top: 273px; left: -2px; transform: rotate(-90deg); }
#divZeichnungPrim3040>#div_ausw_mm3040_ow1{ top: 13px; left: 193px; }
#divZeichnungPrim3040>#div_ausw_mm3040_ow2{ top: 543px; left: 193px; }
#divZeichnungPrim3040>#div_ausw_mm3040_r1{ position: absolute; top: 650px; left: 320px; height: 25px; }
#divZeichnungPrim3040>#div_ausw_mm3040_r2{ position: absolute; top: 650px; left: 70px; height: 25px; }
#divZeichnungPrim3040>#div_ausw_mm3040_r3{ position: absolute; top: 430px; left: 520px; height: 25px; transform: rotate(-90deg);}
#divZeichnungPrim3040>#div_ausw_mm3040_r4{ position: absolute; top: 110px; left: 520px; height: 25px; transform: rotate(-90deg);}
.tolGruen { background: limegreen; }
.tolGelb { background: yellow; }
.tolRot { background: red; color: yellowgreen}
#messerg{
position: absolute;
top: 250px;
left: 181px;
width: 240px;
height: 80px;
border: black solid 1px;
display: block;
box-shadow: 0 0 2px black;
border-radius: 5px;
text-align: center;
vertical-align: middle;
background: seagreen;
visibility: hidden;
}
/**************
****** ******
**** 3030 ****
****** ******
**************/
#MM3030bauteilOuter{ position:relative; border-collapse:collapse; border:1px solid #000; padding:5px; background:#aaa; width:545px; height:545px; margin:15px;}
#MM3030bauteilInner{ position:relative; border-collapse:collapse; border:1px dashed #000; padding:5px; margin-top:55px; margin-left:65px; width:400px; height:400px;}
#divComm3030{ position: absolute; top:500px; left:-70px; }
#divDesc3030{ position: absolute; top:140px; left:85px; }
#divToolpart3030{ position:absolute; top:65px; left:260px;}
#divSide1-3030{ text-align:center; position:absolute; height:30px; width:85px; top:185px; left:320px; font-size:12px; font-weight:bold;}
#divSide2-3030{ text-align:center; position:absolute; height:30px; width:85px; top:185px; left:10px; font-size:12px; font-weight:bold;}
#divSide3-3030{ text-align:center; position:absolute; height:30px; width:70px; top:360px; left:170px; font-size:12px; font-weight:bold;}
#divSide4-3030{ text-align:center; position:absolute; height:30px; width:70px; top:10px; left:170px; font-size:12px; font-weight:bold;}
#divR1-3030{ position:absolute; width:60px; height:400px; top:60px; left:485px; }
#divR2-3030{ position:absolute; width:60px; height:400px; top:60px; left:10px; }
#divR3-3030{ position:absolute; width:407px; height:35px; top:475px; left:70px; word-spacing: 110px; }
#divR4-3030{ position:absolute; width:407px; height:35px; top:30px; left:70px; word-spacing: 110px;}
#tb_mm3030_OL1{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm3030_OL2{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm3030_OW1{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm3030_OW2{ width:65px; text-align:center; font-size:1.25em; }
#mm3030Desc{font-weight:bold; font-size:6em; }
#tb_mm3030_comm{ font-size:1.3em; width:360px; resize:none; }
#tb_mm3030_tool{ width:25px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm3030_rev{ width:25px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm3030_part{ width:42px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm3030_r11{ margin-top: 15px; width:50px; text-align:center; }
#tb_mm3030_r12{ margin-top: 140px; width:50px; text-align:center; }
#tb_mm3030_r13{ margin-top: 170px; width:50px; text-align:center; }
#tb_mm3030_r21{ margin-top: 170px; width:50px; text-align:center; }
#tb_mm3030_r22{ margin-top: 140px; width:50px; text-align:center; }
#tb_mm3030_r23{ margin-top: 15px; width:50px; text-align:center; }
#tb_mm3030_r31{ width:50px; text-align:center; }
#tb_mm3030_r32{ width:50px; text-align:center; }
#tb_mm3030_r33{ width:50px; text-align:center; }
#tb_mm3030_r41{ width:50px; text-align:center; }
#tb_mm3030_r42{ width:50px; text-align:center; }
#tb_mm3030_r43{ width:50px; text-align:center; }
#btn_mm3030_check{ position:absolute; top:470px; left:587px; height:50px; width:90px; }
#btn_mm3030_eintragen{ position:absolute; top:530px; left:587px; height:50px; width:90px; }
#btn_mm3030_uups{ position:absolute; top:590px; left:587px; height:50px; width:90px; }
#btn_mm3030_archiv{ position:absolute; top:65px; left:587px; height:50px; width:90px; }
/**************
****** ******
**** 2121 ****
****** ******
**************/
#MM2121bauteilOuter{ position:relative; border-collapse:collapse; border:1px solid #000; padding:5px; background:#aaa; width:545px; height:545px; margin:15px;}
#MM2121bauteilInner{ position:relative; border-collapse:collapse; border:1px dashed #000; padding:5px; margin-top:55px; margin-left:65px; width:400px; height:400px;}
#divComm2121{ position: absolute; top:500px; left:-70px; }
#divDesc2121{ position: absolute; top:140px; left:85px; }
#divToolpart2121{ position:absolute; top:65px; left:260px;}
#divSide1-2121{ text-align:center; position:absolute; height:30px; width:85px; top:185px; left:320px; font-size:12px; font-weight:bold;}
#divSide2-2121{ text-align:center; position:absolute; height:30px; width:85px; top:185px; left:-30px; font-size:12px; font-weight:bold;}
#divSide3-2121{ text-align:center; position:absolute; height:30px; width:70px; top:385px; left:170px; font-size:12px; font-weight:bold;}
#divSide4-2121{ text-align:center; position:absolute; height:30px; width:70px; top:10px; left:170px; font-size:12px; font-weight:bold;}
#divR1-2121{ position:absolute; width:60px; height:400px; top:60px; left:485px; }
#divR2-2121{ position:absolute; width:60px; height:400px; top:60px; left:10px; }
#divR3-2121{ position:absolute; width:407px; height:35px; top:475px; left:120px; word-spacing: 170px; }
#divR4-2121{ position:absolute; width:407px; height:35px; top:30px; left:120px; word-spacing: 170px;}
#tb_mm2121_OL1{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm2121_OL2{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm2121_OW1{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm2121_OW2{ width:65px; text-align:center; font-size:1.25em; }
#mm2121Desc{font-weight:bold; font-size:6em; }
#tb_mm2121_comm{ font-size:1.3em; width:360px; resize:none; }
#tb_mm2121_tool{ width:25px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm2121_rev{ width:25px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm2121_part{ width:42px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm2121_r11{ margin-top: 50px; width:50px; text-align:center; }
#tb_mm2121_r12{ margin-top: 250px; width:50px; text-align:center; }
#tb_mm2121_r21{ margin-top: 50px; width:50px; text-align:center; }
#tb_mm2121_r22{ margin-top: 250px; width:50px; text-align:center; }
#tb_mm2121_r31{ width:50px; text-align:center; }
#tb_mm2121_r32{ width:50px; text-align:center; }
#tb_mm2121_r41{ width:50px; text-align:center; }
#tb_mm2121_r42{ width:50px; text-align:center; }
#btn_mm2121_check{ position:absolute; top:470px; left:587px; height:50px; width:90px; }
#btn_mm2121_eintragen{ position:absolute; top:530px; left:587px; height:50px; width:90px; }
#btn_mm2121_uups{ position:absolute; top:590px; left:587px; height:50px; width:90px; }
#btn_mm2121_archiv{ position:absolute; top:65px; left:587px; height:50px; width:90px; }
/**************
****** ******
**** 2121C ****
****** ******
**************/
#MM2121CbauteilOuter{ position:relative; border-collapse:collapse; border:1px solid #000; padding:5px; background:#aaa; width:545px; height:545px; margin:15px;}
#MM2121CbauteilInner{ position:relative; border-collapse:collapse; border:1px dashed #000; padding:5px; margin-top:55px; margin-left:65px; width:400px; height:400px;}
#divComm2121C{ position: absolute; top:500px; left:-70px; }
#divDesc2121C{ position: absolute; top:140px; left:85px; }
#divToolpart2121C{ position:absolute; top:65px; left:260px;}
#divSide1-2121C{ text-align:center; position:absolute; height:30px; width:85px; top:185px; left:320px; font-size:12px; font-weight:bold;}
#divSide2-2121C{ text-align:center; position:absolute; height:30px; width:85px; top:185px; left:-30px; font-size:12px; font-weight:bold;}
#divSide3-2121C{ text-align:center; position:absolute; height:30px; width:70px; top:385px; left:170px; font-size:12px; font-weight:bold;}
#divSide4-2121C{ text-align:center; position:absolute; height:30px; width:70px; top:10px; left:170px; font-size:12px; font-weight:bold;}
#divR1-2121C{ position:absolute; width:60px; height:400px; top:60px; left:485px; }
#divR2-2121C{ position:absolute; width:60px; height:400px; top:60px; left:10px; }
#divR3-2121C{ position:absolute; width:407px; height:35px; top:475px; left:120px; word-spacing: 170px; }
#divR4-2121C{ position:absolute; width:407px; height:35px; top:30px; left:120px; word-spacing: 170px;}
#tb_mm2121C_OL1{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm2121C_OL2{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm2121C_OW1{ width:65px; text-align:center; font-size:1.25em; }
#tb_mm2121C_OW2{ width:65px; text-align:center; font-size:1.25em; }
#mm2121CDesc{font-weight:bold; font-size:6em; }
#tb_mm2121C_comm{ font-size:1.3em; width:360px; resize:none; }
#tb_mm2121C_tool{ width:25px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm2121C_rev{ width:25px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm2121C_part{ width:42px; text-align:center; border: solid black 1px; box-shadow: 0 0 2px black;}
#tb_mm2121C_r11{ margin-top: 50px; width:50px; text-align:center; }
#tb_mm2121C_r12{ margin-top: 250px; width:50px; text-align:center; }
#tb_mm2121C_r21{ margin-top: 50px; width:50px; text-align:center; }
#tb_mm2121C_r22{ margin-top: 250px; width:50px; text-align:center; }
#tb_mm2121C_r31{ width:50px; text-align:center; }
#tb_mm2121C_r32{ width:50px; text-align:center; }
#tb_mm2121C_r41{ width:50px; text-align:center; }
#tb_mm2121C_r42{ width:50px; text-align:center; }
#btn_mm2121C_check{ position:absolute; top:470px; left:587px; height:50px; width:90px; }
#btn_mm2121C_eintragen{ position:absolute; top:530px; left:587px; height:50px; width:90px; }
#btn_mm2121C_uups{ position:absolute; top:590px; left:587px; height:50px; width:90px; }
#btn_mm2121C_archiv{ position:absolute; top:65px; left:587px; height:50px; width:90px; }

57
css/mmtest.css Normal file
View File

@@ -0,0 +1,57 @@
#messmaske{
position: relative;
top: 20px;
left: -2px;
border: solid green 1px;
width: 600px;
min-height: 650px;
}
#MM3030bauteilOuter{
position: absolute;
border: solid black 1px;
width: 600px;
height: 750px;
}
#MM3030bauteilInner{
position: relative;
left: 50px;
top: 50px;
width: 500px;
height: 650px;
border: solid black 1px;
}
#divBtns{
}
#tb_mm3030_tool{ width: 40px;}
#tb_mm3030_rev{ width: 40px;}
#tb_mm3030_part{ width: 60px;}
.inp_messwerte{ width: 45px; }
.col1{ width: 55px; position: relative; border: solid black 1px;}
.col2{ width: 75px; position: relative; border: solid black 1px;}
.col3{ width: 165px; position: relative; border: solid black 1px;}
.col4{ width: 75px; position: relative; border: solid black 1px;}
.col5{ width: 5px; position: relative; border: solid black 1px;}
.col6{ width: 75px; position: relative; border: solid black 1px;}
.col7{ width: 75px; position: relative; border: solid black 1px;}
.col8{ width: 75px; position: relative; border: solid black 1px;}
#row1{ height: 28px; border: solid red 1px;}
#row2{ height: 40px;}
#row3{ height: 40px;}
#row4{ height: 40px;}
#row5{ height: 40px;}
#row6{ height: 40px;}
#row7{ height: 40px;}
#row8{ height: 40px;}

108
css/ofensachen.css Normal file
View File

@@ -0,0 +1,108 @@
#btnTestingKF480{
position: relative;
left: 330px;
}
#BeladeForm{
width: 700px;
margin-top: 5px;
margin-left: 5px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
font-family: Hack;
font-size: 1.15em;
}
th.center{ text-align: center;}
th.left{ text-align: left;}
th.right{ text-align: right;}
td.center{ text-align: center;}
td.left{ text-align: left;}
td.right{ text-align: right;}
td.desc{ text-align: right}
td.input{ text-align: left;}
#tblOfenKF480>tbody>tr>td>input{ border: solid black 1px; box-shadow: 0 0 2px black; }
#tblOfenKF80S>tbody>tr>td>input{ border: solid black 1px; box-shadow: 0 0 2px black; }
#tblOfenKF80>tbody>tr>td>input{ border: solid black 1px; box-shadow: 0 0 2px black; }
#ofenname{ position: relative; font-size: 1.6em; font-variant: petite-caps; }
input#beladezeit{width: 85px;}
input#beladedatum{width: 100px;}
input{ font-family: Hack; font-size: 0.87em; }
tr#e11, tr#e12, tr#e13, tr#e14, tr#e15, tr#e16, tr#e17, tr#e18, tr#e19, tr#e20{
display: none;
}
#divOfenBtns{
position: relative;
display: inline-block;
width: 100%;
height: 40px;
float: left;
z-index: 10;
}
#btnLoadLetzteBeladungKF480{
position: relative;
width: 250px;
font-weight: bold;
font-family: Hack;
font-size: 1.2em;
}
#btnShowMoreEbenenKF480{
font-family: Hack;
font-size: 1.2em;
font-weight: bold;
position: relative;
width: 175px;
}
#btnShowLessEbenenKF480{
font-family: Hack;
font-size: 1.2em;
display: none;
position: relative;
width: 175px;
}
#btnInsertBeladungKF480 {
font-family: Hack;
font-size: 1.2em;
font-weight: bold;
width: 270px;
height: 45px;
text-align: center;
}
#btnLoadLetzteBeladungKF80S{ width: 250px;}
#btnLoadLetzteBeladungKF80{ width: 250px;}
#btnInsertBeladungKF80S{ width: 300px; text-align: center; }
#btnInsertBeladungKF80{ width: 300px; text-align: center; }
#tbKommKF480{ margin-top: 5px; margin-bottom: 5px; width: 585px; background: #0A0A6A; color: #FFFF66; font-family: Hack; font-size: 1em; }
#tbKommKF80S{ margin-top: 5px; margin-bottom: 5px; width: 585px; background: #0A0A6A; color: #FFFF66; font-family: Hack; font-size: 1em; }
#tbKommKF80{ margin-top: 5px; margin-bottom: 5px; width: 585px; background: #0A0A6A; color: #FFFF66; font-family: Hack; font-size: 1em; }
table#codetable{
position: absolute;
width: 113px;
height: 75px;
left: 566px;
top: 52px;
font-family: Hack;
font-size: 1.0em;
border: solid 2px black;
}
td#ct3040 { background: #2222FF; color: #00F5F5; padding-left: 4px; box-shadow: 0 0 3px black; }
td#ct2121 { background: #300E0E; color: #a5a5a5; padding-left: 4px; box-shadow: 0 0 3px black; }
td#ct3030 { background: #CCCCCC; color: #212121; padding-left: 4px; box-shadow: 0 0 3px black; }

115
css/rauheiten.css Normal file
View File

@@ -0,0 +1,115 @@
#rauheiten{
position: absolute;
margin-top: 80px;
margin-left: 25px;
width: 700px;
min-height: 700px;
max-height: 700px;
font-family: Hack;
border: solid black 1px;
background: rgba(112, 151, 60, 0.4);
box-shadow: 2px 2px 16px 2px black;
text-shadow: 1px 1px 3px #000;
overflow-y: auto;
overflow-x: hidden;
}
#RHStartwerte{
position: fixed;
width: 670px;
left: 40px;
top: 55px;
letter-spacing: 2px;
vertical-align: center;
box-shadow: 1px 1px 6px black;
border-radius: 15px;
padding: 5px 5px 5px 10px;
}
#tbStartwert{width: 110px; margin-right: 10px; }
#tbEndwert{width: 110px; }
#RHInputs{
position: relative;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 25px;
width: 600px;
min-height: 500px;
height: auto;
left: 50px;
top: 20px;
}
.bauteilnr{
text-shadow: 0 0 2px white;
}
i{
text-shadow: 0 0 2px white;
}
#btnNew{ width: 110px; margin-left: 10px; font-weight: normal; font-family: Times; letter-spacing: 3px; }
#btnAdd{ width: 140px; margin-left: 10px; font-weight: normal; font-family: Times; letter-spacing: 3px; border-radius: 5px 15px 15px 5px;}
#tblMesswerte{
width: 100% !important;
}
#tblMesswerte>tr{
border-top: solid gray 1px;
border-bottom: solid gray 1px;
}
#tblMesswerte>tbody>tr>td>input{
margin: 2px;
border: black solid 1px;
box-shadow: 0 0 2px black;
}
#tblMesswerte>thead>tr{
text-align: center;
}
.tbMesswerte{
width: 55px;
}
.smallhead {
font-size: 0.7em;
}
#tblHelp{
position: absolute;
border: solid black 1px;
border-radius: 6px;
padding: 10px;
padding-top: 25px;
left: 780px;
top: 65px;
text-shadow: 0 0 2px green;
font-weight: bold;
font-size: 0.75em;
box-shadow: 5px 5px 15px black;
overflow: hidden;
}
#btnCloseHelp{
position: relative;
transform: rotate(90deg);
top: 25px;
left: 880px;
height: 20px;
width: 20px;
text-align: center;
vertical-align: middle;
z-index: 1115;
border-radius: 5px;
box-shadow: 2px 2px 1px black;
padding: 0px 0px 3px 0px;
}
#help{
height: 30px;
}
#btnCloseHelp:hover{ cursor: pointer;}

932
css/swa.css Normal file
View File

@@ -0,0 +1,932 @@
body.stop-scrolling {
height: 100%;
overflow: hidden; }
.sweet-overlay {
background-color: black;
/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
/* IE8 */
background-color: rgba(0, 0, 0, 0.4);
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: none;
z-index: 10000; }
.sweet-alert {
background-color: white;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
width: 478px;
padding: 17px;
border-radius: 5px;
text-align: center;
position: fixed;
left: 50%;
top: 50%;
margin-left: -256px;
margin-top: -200px;
overflow: hidden;
display: none;
z-index: 99999; }
@media all and (max-width: 540px) {
.sweet-alert {
width: auto;
margin-left: 0;
margin-right: 0;
left: 15px;
right: 15px; } }
.sweet-alert h2 {
color: #575757;
font-size: 30px;
text-align: center;
font-weight: 600;
text-transform: none;
position: relative;
margin: 25px 0;
padding: 0;
line-height: 40px;
display: block; }
.sweet-alert p {
color: #797979;
font-size: 16px;
text-align: center;
font-weight: 300;
position: relative;
text-align: inherit;
float: none;
margin: 0;
padding: 0;
line-height: normal; }
.sweet-alert fieldset {
border: none;
position: relative; }
.sweet-alert .sa-error-container {
background-color: #f1f1f1;
margin-left: -17px;
margin-right: -17px;
overflow: hidden;
padding: 0 10px;
max-height: 0;
webkit-transition: padding 0.15s, max-height 0.15s;
transition: padding 0.15s, max-height 0.15s; }
.sweet-alert .sa-error-container.show {
padding: 10px 0;
max-height: 100px;
webkit-transition: padding 0.2s, max-height 0.2s;
transition: padding 0.25s, max-height 0.25s; }
.sweet-alert .sa-error-container .icon {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #ea7d7d;
color: white;
line-height: 24px;
text-align: center;
margin-right: 3px; }
.sweet-alert .sa-error-container p {
display: inline-block; }
.sweet-alert .sa-input-error {
position: absolute;
top: 29px;
right: 26px;
width: 20px;
height: 20px;
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.1s;
transition: all 0.1s; }
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
content: "";
width: 20px;
height: 6px;
background-color: #f06e57;
border-radius: 3px;
position: absolute;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -9px; }
.sweet-alert .sa-input-error::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-input-error::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-input-error.show {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
.sweet-alert input {
width: 100%;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid #d7d7d7;
height: 43px;
margin-top: 10px;
margin-bottom: 17px;
font-size: 18px;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
padding: 0 12px;
display: none;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.sweet-alert input:focus {
outline: none;
box-shadow: 0px 0px 3px #c4e6f5;
border: 1px solid #b4dbed; }
.sweet-alert input:focus::-moz-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input:focus:-ms-input-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input:focus::-webkit-input-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input::-moz-placeholder {
color: #bdbdbd; }
.sweet-alert input:-ms-input-placeholder {
color: #bdbdbd; }
.sweet-alert input::-webkit-input-placeholder {
color: #bdbdbd; }
.sweet-alert.show-input input {
display: block; }
.sweet-alert .sa-confirm-button-container {
display: inline-block;
position: relative; }
.sweet-alert .la-ball-fall {
position: absolute;
left: 50%;
top: 50%;
margin-left: -27px;
margin-top: 4px;
opacity: 0;
visibility: hidden; }
.sweet-alert button {
background-color: #8CD4F5;
color: white;
border: none;
box-shadow: none;
font-size: 17px;
font-weight: 500;
-webkit-border-radius: 4px;
border-radius: 5px;
padding: 10px 32px;
margin: 26px 5px 0 5px;
cursor: pointer; }
.sweet-alert button:focus {
outline: none;
box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
.sweet-alert button:hover {
background-color: #7ecff4; }
.sweet-alert button:active {
background-color: #5dc2f1; }
.sweet-alert button.cancel {
background-color: #C1C1C1; }
.sweet-alert button.cancel:hover {
background-color: #b9b9b9; }
.sweet-alert button.cancel:active {
background-color: #a8a8a8; }
.sweet-alert button.cancel:focus {
box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
.sweet-alert button[disabled] {
opacity: .6;
cursor: default; }
.sweet-alert button.confirm[disabled] {
color: transparent; }
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
opacity: 1;
visibility: visible;
transition-delay: 0s; }
.sweet-alert button::-moz-focus-inner {
border: 0; }
.sweet-alert[data-has-cancel-button=false] button {
box-shadow: none !important; }
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
padding-bottom: 40px; }
.sweet-alert .sa-icon {
width: 80px;
height: 80px;
border: 4px solid gray;
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
margin: 20px auto;
padding: 0;
position: relative;
box-sizing: content-box; }
.sweet-alert .sa-icon.sa-error {
border-color: #F27474; }
.sweet-alert .sa-icon.sa-error .sa-x-mark {
position: relative;
display: block; }
.sweet-alert .sa-icon.sa-error .sa-line {
position: absolute;
height: 5px;
width: 47px;
background-color: #F27474;
display: block;
top: 37px;
border-radius: 2px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 17px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 16px; }
.sweet-alert .sa-icon.sa-warning {
border-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-body {
position: absolute;
width: 5px;
height: 47px;
left: 50%;
top: 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-left: -2px;
background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-dot {
position: absolute;
width: 7px;
height: 7px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-left: -3px;
left: 50%;
bottom: 10px;
background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-info {
border-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::before {
content: "";
position: absolute;
width: 5px;
height: 29px;
left: 50%;
bottom: 17px;
border-radius: 2px;
margin-left: -2px;
background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::after {
content: "";
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -3px;
top: 19px;
background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-success {
border-color: #A5DC86; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
content: '';
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
position: absolute;
width: 60px;
height: 120px;
background: white;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success::before {
-webkit-border-radius: 120px 0 0 120px;
border-radius: 120px 0 0 120px;
top: -7px;
left: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 60px 60px;
transform-origin: 60px 60px; }
.sweet-alert .sa-icon.sa-success::after {
-webkit-border-radius: 0 120px 120px 0;
border-radius: 0 120px 120px 0;
top: -11px;
left: 30px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0px 60px;
transform-origin: 0px 60px; }
.sweet-alert .sa-icon.sa-success .sa-placeholder {
width: 80px;
height: 80px;
border: 4px solid rgba(165, 220, 134, 0.2);
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
box-sizing: content-box;
position: absolute;
left: -4px;
top: -4px;
z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-fix {
width: 5px;
height: 90px;
background-color: white;
position: absolute;
left: 28px;
top: 8px;
z-index: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-success .sa-line {
height: 5px;
background-color: #A5DC86;
display: block;
border-radius: 2px;
position: absolute;
z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
width: 25px;
left: 14px;
top: 46px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
width: 47px;
right: 8px;
top: 38px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-custom {
background-size: contain;
border-radius: 0;
border: none;
background-position: center center;
background-repeat: no-repeat; }
/*
* Animations
*/
@-webkit-keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7); }
45% {
transform: scale(1.05);
-webkit-transform: scale(1.05); }
80% {
transform: scale(0.95);
-webkit-transform: scale(0.95); }
100% {
transform: scale(1);
-webkit-transform: scale(1); } }
@keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7); }
45% {
transform: scale(1.05);
-webkit-transform: scale(1.05); }
80% {
transform: scale(0.95);
-webkit-transform: scale(0.95); }
100% {
transform: scale(1);
-webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
0% {
transform: scale(1);
-webkit-transform: scale(1); }
100% {
transform: scale(0.5);
-webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
0% {
transform: scale(1);
-webkit-transform: scale(1); }
100% {
transform: scale(0.5);
-webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
0% {
top: 0%; }
100% {
top: 50%; } }
@keyframes slideFromTop {
0% {
top: 0%; }
100% {
top: 50%; } }
@-webkit-keyframes slideToTop {
0% {
top: 50%; }
100% {
top: 0%; } }
@keyframes slideToTop {
0% {
top: 50%; }
100% {
top: 0%; } }
@-webkit-keyframes slideFromBottom {
0% {
top: 70%; }
100% {
top: 50%; } }
@keyframes slideFromBottom {
0% {
top: 70%; }
100% {
top: 50%; } }
@-webkit-keyframes slideToBottom {
0% {
top: 50%; }
100% {
top: 70%; } }
@keyframes slideToBottom {
0% {
top: 50%; }
100% {
top: 70%; } }
.showSweetAlert[data-animation=pop] {
-webkit-animation: showSweetAlert 0.3s;
animation: showSweetAlert 0.3s; }
.showSweetAlert[data-animation=none] {
-webkit-animation: none;
animation: none; }
.showSweetAlert[data-animation=slide-from-top] {
-webkit-animation: slideFromTop 0.3s;
animation: slideFromTop 0.3s; }
.showSweetAlert[data-animation=slide-from-bottom] {
-webkit-animation: slideFromBottom 0.3s;
animation: slideFromBottom 0.3s; }
.hideSweetAlert[data-animation=pop] {
-webkit-animation: hideSweetAlert 0.2s;
animation: hideSweetAlert 0.2s; }
.hideSweetAlert[data-animation=none] {
-webkit-animation: none;
animation: none; }
.hideSweetAlert[data-animation=slide-from-top] {
-webkit-animation: slideToTop 0.4s;
animation: slideToTop 0.4s; }
.hideSweetAlert[data-animation=slide-from-bottom] {
-webkit-animation: slideToBottom 0.3s;
animation: slideToBottom 0.3s; }
@-webkit-keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@-webkit-keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0px;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0px;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
0% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
5% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
12% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); }
100% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
0% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
5% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
12% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); }
100% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
-webkit-animation: animateSuccessTip 0.75s;
animation: animateSuccessTip 0.75s; }
.animateSuccessLong {
-webkit-animation: animateSuccessLong 0.75s;
animation: animateSuccessLong 0.75s; }
.sa-icon.sa-success.animate::after {
-webkit-animation: rotatePlaceholder 4.25s ease-in;
animation: rotatePlaceholder 4.25s ease-in; }
@-webkit-keyframes animateErrorIcon {
0% {
transform: rotateX(100deg);
-webkit-transform: rotateX(100deg);
opacity: 0; }
100% {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1; } }
@keyframes animateErrorIcon {
0% {
transform: rotateX(100deg);
-webkit-transform: rotateX(100deg);
opacity: 0; }
100% {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1; } }
.animateErrorIcon {
-webkit-animation: animateErrorIcon 0.5s;
animation: animateErrorIcon 0.5s; }
@-webkit-keyframes animateXMark {
0% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
transform: scale(1.15);
-webkit-transform: scale(1.15);
margin-top: -6px; }
100% {
transform: scale(1);
-webkit-transform: scale(1);
margin-top: 0;
opacity: 1; } }
@keyframes animateXMark {
0% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
transform: scale(1.15);
-webkit-transform: scale(1.15);
margin-top: -6px; }
100% {
transform: scale(1);
-webkit-transform: scale(1);
margin-top: 0;
opacity: 1; } }
.animateXMark {
-webkit-animation: animateXMark 0.5s;
animation: animateXMark 0.5s; }
@-webkit-keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }
@keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }
.pulseWarning {
-webkit-animation: pulseWarning 0.75s infinite alternate;
animation: pulseWarning 0.75s infinite alternate; }
@-webkit-keyframes pulseWarningIns {
0% {
background-color: #F8D486; }
100% {
background-color: #F8BB86; } }
@keyframes pulseWarningIns {
0% {
background-color: #F8D486; }
100% {
background-color: #F8BB86; } }
.pulseWarningIns {
-webkit-animation: pulseWarningIns 0.75s infinite alternate;
animation: pulseWarningIns 0.75s infinite alternate; }
@-webkit-keyframes rotate-loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
@keyframes rotate-loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
-ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
-ms-transform: rotate(-45deg) \9; }
/* Success icon */
.sweet-alert .sa-icon.sa-success {
border-color: transparent\9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
-ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
-ms-transform: rotate(-45deg) \9; }
/*!
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
* Licensed under MIT
*/
.la-ball-fall,
.la-ball-fall > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.la-ball-fall {
display: block;
font-size: 0;
color: #fff; }
.la-ball-fall.la-dark {
color: #333; }
.la-ball-fall > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor; }
.la-ball-fall {
width: 54px;
height: 18px; }
.la-ball-fall > div {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 100%;
opacity: 0;
-webkit-animation: ball-fall 1s ease-in-out infinite;
-moz-animation: ball-fall 1s ease-in-out infinite;
-o-animation: ball-fall 1s ease-in-out infinite;
animation: ball-fall 1s ease-in-out infinite; }
.la-ball-fall > div:nth-child(1) {
-webkit-animation-delay: -200ms;
-moz-animation-delay: -200ms;
-o-animation-delay: -200ms;
animation-delay: -200ms; }
.la-ball-fall > div:nth-child(2) {
-webkit-animation-delay: -100ms;
-moz-animation-delay: -100ms;
-o-animation-delay: -100ms;
animation-delay: -100ms; }
.la-ball-fall > div:nth-child(3) {
-webkit-animation-delay: 0ms;
-moz-animation-delay: 0ms;
-o-animation-delay: 0ms;
animation-delay: 0ms; }
.la-ball-fall.la-sm {
width: 26px;
height: 8px; }
.la-ball-fall.la-sm > div {
width: 4px;
height: 4px;
margin: 2px; }
.la-ball-fall.la-2x {
width: 108px;
height: 36px; }
.la-ball-fall.la-2x > div {
width: 20px;
height: 20px;
margin: 8px; }
.la-ball-fall.la-3x {
width: 162px;
height: 54px; }
.la-ball-fall.la-3x > div {
width: 30px;
height: 30px;
margin: 12px; }
/*
* Animation
*/
@-webkit-keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-webkit-transform: translateY(145%);
transform: translateY(145%); } }
@-moz-keyframes ball-fall {
0% {
opacity: 0;
-moz-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-moz-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-moz-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-moz-transform: translateY(145%);
transform: translateY(145%); } }
@-o-keyframes ball-fall {
0% {
opacity: 0;
-o-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-o-transform: translateY(145%);
transform: translateY(145%); } }
@keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
-moz-transform: translateY(-145%);
-o-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-webkit-transform: translateY(145%);
-moz-transform: translateY(145%);
-o-transform: translateY(145%);
transform: translateY(145%); } }

612
css/swa2.css Normal file
View File

@@ -0,0 +1,612 @@
.swal2-overlay {
background-color: rgba(0, 0, 0, 0.4);
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: none;
z-index: 1000; }
.swal2-modal {
background-color: #fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border-radius: 5px;
box-sizing: border-box;
text-align: center;
position: fixed;
left: 50%;
top: 50%;
margin-top: -200px;
max-height: 90%;
overflow-x: hidden;
overflow-y: auto;
display: none;
z-index: 2000; }
.swal2-modal:focus {
outline: none; }
.swal2-modal.loading {
overflow-y: hidden; }
.swal2-modal h2 {
color: #575757;
font-size: 30px;
text-align: center;
font-weight: 600;
text-transform: none;
position: relative;
margin: 0;
padding: 0;
line-height: 60px;
display: block; }
.swal2-modal hr {
height: 10px;
color: transparent;
border: 0; }
.swal2-modal button.styled {
color: #fff;
border: 0;
box-shadow: none;
font-size: 17px;
font-weight: 500;
border-radius: 5px;
padding: 10px 32px;
margin: 0 5px;
cursor: pointer; }
.swal2-modal button.styled:focus {
outline: none; }
.swal2-modal button.styled[disabled] {
opacity: .4;
cursor: no-drop; }
.swal2-modal button.styled.loading {
box-sizing: border-box;
border: 4px solid transparent;
border-color: transparent;
width: 40px;
height: 40px;
padding: 0;
margin: -2px 30px;
vertical-align: top;
background-color: transparent !important;
color: transparent;
cursor: default;
border-radius: 100%;
-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
animation: rotate-loading 1.5s linear 0s infinite normal; }
.swal2-modal button.styled::-moz-focus-inner {
border: 0; }
.swal2-modal .swal2-image {
margin: 20px auto;
max-width: 100%; }
.swal2-modal .swal2-close {
font-size: 36px;
line-height: 36px;
font-family: serif;
position: absolute;
top: 5px;
right: 13px;
cursor: pointer;
color: #cfcfcf;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease; }
.swal2-modal .swal2-close:hover {
color: #d55; }
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
display: none; }
.swal2-content {
font-size: 18px;
text-align: center;
font-weight: 300;
position: relative;
float: none;
margin: 0;
padding: 0;
line-height: normal;
color: #555; }
.swal2-icon {
width: 80px;
height: 80px;
border: 4px solid #808080;
border-radius: 50%;
margin: 20px auto 30px;
padding: 0;
position: relative;
box-sizing: content-box;
cursor: default;
/* http://stackoverflow.com/a/4407335/1331425 */
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.swal2-icon.swal2-error {
border-color: #f27474; }
.swal2-icon.swal2-error .x-mark {
position: relative;
display: block; }
.swal2-icon.swal2-error .line {
position: absolute;
height: 5px;
width: 47px;
background-color: #f27474;
display: block;
top: 37px;
border-radius: 2px; }
.swal2-icon.swal2-error .line.left {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 17px; }
.swal2-icon.swal2-error .line.right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 16px; }
.swal2-icon.swal2-warning {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #f8bb86;
border-color: #f8bb86;
font-size: 60px;
line-height: 80px;
text-align: center; }
.swal2-icon.swal2-info {
font-family: "Open Sans", sans-serif;
color: #3fc3ee;
border-color: #3fc3ee;
font-size: 60px;
line-height: 80px;
text-align: center; }
.swal2-icon.swal2-question {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #c9dae1;
border-color: #c9dae1;
font-size: 60px;
line-height: 80px;
text-align: center; }
.swal2-icon.swal2-success {
border-color: #a5dc86; }
.swal2-icon.swal2-success::before, .swal2-icon.swal2-success::after {
content: '';
border-radius: 50%;
position: absolute;
width: 60px;
height: 120px;
background: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.swal2-icon.swal2-success::before {
border-radius: 120px 0 0 120px;
top: -7px;
left: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 60px 60px;
transform-origin: 60px 60px; }
.swal2-icon.swal2-success::after {
border-radius: 0 120px 120px 0;
top: -11px;
left: 30px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0 60px;
transform-origin: 0 60px; }
.swal2-icon.swal2-success .placeholder {
width: 80px;
height: 80px;
border: 4px solid rgba(165, 220, 134, 0.2);
border-radius: 50%;
box-sizing: content-box;
position: absolute;
left: -4px;
top: -4px;
z-index: 2; }
.swal2-icon.swal2-success .fix {
width: 7px;
height: 90px;
background-color: #fff;
position: absolute;
left: 28px;
top: 8px;
z-index: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.swal2-icon.swal2-success .line {
height: 5px;
background-color: #a5dc86;
display: block;
border-radius: 2px;
position: absolute;
z-index: 2; }
.swal2-icon.swal2-success .line.tip {
width: 25px;
left: 14px;
top: 46px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.swal2-icon.swal2-success .line.long {
width: 47px;
right: 8px;
top: 38px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.swal2-input,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
margin: 20px auto; }
.swal2-input:not([type="file"]), .swal2-textarea {
width: 100%;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid #d7d7d7;
font-size: 18px;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.swal2-input:not([type="file"]).error, .swal2-textarea.error {
border-color: #f06e57 !important; }
.swal2-input:not([type="file"]):focus, .swal2-textarea:focus {
outline: none;
box-shadow: 0px 0px 3px #c4e6f5;
border: 1px solid #b4dbed; }
.swal2-input:not([type="file"]):focus::-moz-placeholder, .swal2-textarea:focus::-moz-placeholder {
-webkit-transition: opacity 0.3s 0.03s ease;
transition: opacity 0.3s 0.03s ease;
opacity: 0.8; }
.swal2-input:not([type="file"]):focus:-ms-input-placeholder, .swal2-textarea:focus:-ms-input-placeholder {
-webkit-transition: opacity 0.3s 0.03s ease;
transition: opacity 0.3s 0.03s ease;
opacity: 0.8; }
.swal2-input:not([type="file"]):focus::-webkit-input-placeholder, .swal2-textarea:focus::-webkit-input-placeholder {
-webkit-transition: opacity 0.3s 0.03s ease;
transition: opacity 0.3s 0.03s ease;
opacity: 0.8; }
.swal2-input:not([type="file"])::-moz-placeholder, .swal2-textarea::-moz-placeholder {
color: #bdbdbd; }
.swal2-input:not([type="file"]):-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
color: #bdbdbd; }
.swal2-input:not([type="file"])::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
color: #bdbdbd; }
.swal2-input:not([type="file"]) {
height: 43px;
padding: 0 12px; }
.swal2-input[type="file"] {
font-size: 20px; }
.swal2-textarea {
height: 108px;
padding: 12px; }
.swal2-select {
color: #555;
font-size: inherit;
padding: 5px 10px;
min-width: 40%;
max-width: 100%; }
.swal2-radio {
border: 0; }
.swal2-radio label:not(:first-child) {
margin-left: 20px; }
.swal2-radio input, .swal2-radio span {
vertical-align: middle; }
.swal2-radio input {
margin: 0 3px 0 0; }
.swal2-checkbox {
color: #555; }
.swal2-checkbox input, .swal2-checkbox span {
vertical-align: middle; }
.swal2-validationerror {
background-color: #f1f1f1;
margin: 0 -20px;
overflow: hidden;
padding: 10px;
color: #797979;
font-size: 16px;
font-weight: 300;
display: none; }
.swal2-validationerror::before {
content: "!";
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #ea7d7d;
color: white;
line-height: 24px;
text-align: center;
margin-right: 10px; }
@-webkit-keyframes showSweetAlert {
0% {
-webkit-transform: scale(0.7);
transform: scale(0.7); }
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05); }
80% {
-webkit-transform: scale(0.95);
transform: scale(0.95); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes showSweetAlert {
0% {
-webkit-transform: scale(0.7);
transform: scale(0.7); }
45% {
-webkit-transform: scale(1.05);
transform: scale(1.05); }
80% {
-webkit-transform: scale(0.95);
transform: scale(0.95); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0; } }
@keyframes hideSweetAlert {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0; } }
.show-swal2 {
-webkit-animation: showSweetAlert 0.3s;
animation: showSweetAlert 0.3s; }
.show-swal2.no-animation {
-webkit-animation: none;
animation: none; }
.hide-swal2 {
-webkit-animation: hideSweetAlert 0.15s;
animation: hideSweetAlert 0.15s; }
.hide-swal2.no-animation {
-webkit-animation: none;
animation: none; }
@-webkit-keyframes animate-success-tip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@keyframes animate-success-tip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@-webkit-keyframes animate-success-long {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@keyframes animate-success-long {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
5% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
12% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg); }
100% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
5% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
12% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg); }
100% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg); } }
.animate-success-tip {
-webkit-animation: animate-success-tip 0.75s;
animation: animate-success-tip 0.75s; }
.animate-success-long {
-webkit-animation: animate-success-long 0.75s;
animation: animate-success-long 0.75s; }
.swal2-icon.swal2-success.animate::after {
-webkit-animation: rotatePlaceholder 4.25s ease-in;
animation: rotatePlaceholder 4.25s ease-in; }
@-webkit-keyframes animate-error-icon {
0% {
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
opacity: 0; }
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1; } }
@keyframes animate-error-icon {
0% {
-webkit-transform: rotateX(100deg);
transform: rotateX(100deg);
opacity: 0; }
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1; } }
.animate-error-icon {
-webkit-animation: animate-error-icon 0.5s;
animation: animate-error-icon 0.5s; }
@-webkit-keyframes animate-x-mark {
0% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
margin-top: -6px; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: 0;
opacity: 1; } }
@keyframes animate-x-mark {
0% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
-webkit-transform: scale(1.15);
transform: scale(1.15);
margin-top: -6px; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
margin-top: 0;
opacity: 1; } }
.animate-x-mark {
-webkit-animation: animate-x-mark 0.5s;
animation: animate-x-mark 0.5s; }
@-webkit-keyframes pulse-warning {
0% {
border-color: #f8d486; }
100% {
border-color: #f8bb86; } }
@keyframes pulse-warning {
0% {
border-color: #f8d486; }
100% {
border-color: #f8bb86; } }
.pulse-warning {
-webkit-animation: pulse-warning 0.75s infinite alternate;
animation: pulse-warning 0.75s infinite alternate; }
@-webkit-keyframes rotate-loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes rotate-loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }

587
css/unneeded/bootstrap-theme.css vendored Normal file
View File

@@ -0,0 +1,587 @@
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
text-shadow: none;
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #e0e0e0;
background-image: none;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #265a88;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #265a88;
border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #265a88;
background-image: none;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #419641;
background-image: none;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #2aabd2;
background-image: none;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #eb9316;
background-image: none;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #c12e2a;
background-image: none;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #2e6da4;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #286090;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
background-repeat: repeat-x;
border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
text-shadow: none;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x;
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x;
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

File diff suppressed because one or more lines are too long

6
css/unneeded/bootstrap-theme.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6760
css/unneeded/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long