UWVA#39257 uitfaseren van opmaak voor oude browsers
svn path=/Website/trunk/; revision=37130
This commit is contained in:
@@ -42,7 +42,6 @@ pre, xmp, code {
|
||||
code {
|
||||
margin-left: 2em;
|
||||
}
|
||||
/* IE9 TH links alignen (IE11 ook)*/
|
||||
th {
|
||||
text-align: inherit;
|
||||
}
|
||||
@@ -60,9 +59,6 @@ th {
|
||||
background: url(==loginimage==) no-repeat center center fixed;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
-webkit-background-size:cover;
|
||||
-moz-background-size:cover;
|
||||
-o-background-size:cover;
|
||||
}
|
||||
#loginbody {
|
||||
background-color: transparent;
|
||||
@@ -126,11 +122,7 @@ th {
|
||||
padding-bottom: 1em;
|
||||
padding-top: 2em;
|
||||
border: 1px solid #CACBCC;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-moz-box-shadow: 0px 0px 20px #E3E4E4;
|
||||
-webkit-box-shadow: 0px 0px 20px #E3E4E4;
|
||||
box-shadow: 0px 0px 20px #E3E4E4;
|
||||
}
|
||||
#loginfooter {
|
||||
@@ -694,9 +686,8 @@ div.fcltframeheader {
|
||||
|
||||
.fcltframeheader.collapsed span, .fcltframeheader.collapsed i {
|
||||
opacity: .75;
|
||||
-webkit-transition: opacity 1s ease-in-out; /* For Safari 3.1 to 6.0 */
|
||||
transition: opacity 1s ease-in-out;
|
||||
-moz-transition: opacity 1s ease-in-out;
|
||||
-webkit-transition: opacity 1s ease-in-out;
|
||||
}
|
||||
|
||||
div.fcltframefooter {
|
||||
@@ -1211,9 +1202,9 @@ span.button {
|
||||
font-weight: normal;
|
||||
margin: 1px;
|
||||
border: 0px;
|
||||
-webkit-transition: color 0.4s; /* Safari */
|
||||
-webkit-transition: color 0.4s; /* For Safari 3.1 to 6.0 */
|
||||
-webkit-transition: background-color 0.4s; /* For Safari 3.1 to 6.0 */
|
||||
transition: color 0.4s;
|
||||
-webkit-transition: background-color 0.4s; /* Safari */
|
||||
transition: background-color 0.4s;
|
||||
}
|
||||
#buttons.hambdropdown ul li {
|
||||
@@ -1237,14 +1228,14 @@ span.button:hover {
|
||||
border-left: 1px solid rgba(255,255,255,0.25);
|
||||
border-radius: 2px!important;
|
||||
background-color: ==iconbackgroundcolor==;
|
||||
-webkit-transition: background-color 0.4s; /* Safari */
|
||||
-webkit-transition: background-color 0.4s; /* For Safari 3.1 to 6.0 */
|
||||
transition: background-color 0.4s;
|
||||
}
|
||||
|
||||
.blockbuttoncontainer #buttons ul li.hasIcon i,
|
||||
.blockbuttoncontainer #buttons ul li.hasIcon span {
|
||||
color: ==blockheadercolor==;
|
||||
-webkit-transition: background-color 0.4s; /* Safari */
|
||||
-webkit-transition: background-color 0.4s; /* For Safari 3.1 to 6.0 */
|
||||
transition: background-color 0.4s;
|
||||
}
|
||||
#showbody .blockbuttoncontainer #buttons ul li.hasIcon {
|
||||
@@ -1779,14 +1770,12 @@ div.notetoggler.open {
|
||||
/* Voor fin facturen */
|
||||
.withinmargin td {
|
||||
background: -webkit-linear-gradient(top, rgba(198, 239, 206, 1), rgba(198, 239, 206, 0.8) 150%); /* For Safari 5.1 to 6.0 */
|
||||
background: -moz-linear-gradient(top, rgba(198, 239, 206, 1), rgba(198, 239, 206, 0.8) 150%); /* For Firefox 3.6 to 15 */
|
||||
background: linear-gradient(to top, rgba(198, 239, 206, 1), rgba(198, 239, 206, 0.8) 150%); /* Standard syntax */
|
||||
background: linear-gradient(to top, rgba(198, 239, 206, 1), rgba(198, 239, 206, 0.8) 150%);
|
||||
color: #006100;
|
||||
}
|
||||
.outsidemargin td {
|
||||
background: -webkit-linear-gradient(top, rgba(255, 199, 207, 1), rgba(255, 199, 207, 0.8) 150%); /* For Safari 5.1 to 6.0 */
|
||||
background: -moz-linear-gradient(top, rgba(255, 199, 207, 1), rgba(255, 199, 207, 0.8) 150%); /* For Firefox 3.6 to 15 */
|
||||
background: linear-gradient(to top,rgba(255, 199, 207, 1), rgba(255, 199, 207, 0.8) 150%); /* Standard syntax */
|
||||
background: linear-gradient(to top,rgba(255, 199, 207, 1), rgba(255, 199, 207, 0.8) 150%);
|
||||
color: #9C0006;
|
||||
}
|
||||
tr.rejected td {
|
||||
@@ -1911,8 +1900,7 @@ span.expired2 {
|
||||
/* for colored rows and others*/ /* PF: ns even aanzien hoe de MS-kleuren uitpakken */
|
||||
.cntrappel td, .expired1 td {
|
||||
background: -webkit-linear-gradient(top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.8) 100%); /* For Safari 5.1 to 6.0 */
|
||||
background: -moz-linear-gradient(top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.8) 100%); /* For Firefox 3.6 to 15 */
|
||||
background: linear-gradient(to top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.8) 100%); /* Standard syntax */
|
||||
background: linear-gradient(to top, rgba(255, 254, 156, 1), rgba(255, 254, 156, 0.8) 100%);
|
||||
color: #9C6500;
|
||||
}
|
||||
.cntopzeg td, .expired2 td, .mjbexpired td {
|
||||
@@ -3167,8 +3155,6 @@ body.modal {
|
||||
}
|
||||
|
||||
body.likemodal {
|
||||
-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
@@ -3509,8 +3495,7 @@ img.mklogo, i.mklogo {
|
||||
transition: transform 1s;
|
||||
}
|
||||
img.mklogo:hover, i.mklogo:hover {
|
||||
-ms-transform: scale(1.2,1.2); /* IE9 */
|
||||
-webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
|
||||
-webkit-transform: scale(1.2,1.2); /* FF 15, Chrome 25, Safari 6.0, Opera 12.0 */
|
||||
transform: scale(1.2,1.2);
|
||||
}
|
||||
|
||||
@@ -4095,7 +4080,7 @@ td.selectable {
|
||||
.openFG, .closedFG {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 4px 5px;
|
||||
-webkit-transition: background-color 0.4s; /* Safari */
|
||||
-webkit-transition: background-color 0.4s; /* For Safari 3.1 to 6.0 */
|
||||
transition: background-color 0.4s;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -4429,7 +4414,10 @@ body.floorscreen3d {
|
||||
}
|
||||
#req_srtnoti { display: inline; }
|
||||
/* Tabgrootte zetten werkt helaas niet in IE */
|
||||
#xsldata, pre { -moz-tab-size:4; }
|
||||
#xsldata, pre {
|
||||
-moz-tab-size: 4;
|
||||
tab-size: 4;
|
||||
}
|
||||
#xsledit label, #xslview label {padding-right: 10px;}
|
||||
#xslview {padding: 8px 0 10px 0;}
|
||||
#sDocuments {width: 200px;}
|
||||
@@ -4454,7 +4442,7 @@ body.floorscreen3d {
|
||||
}
|
||||
|
||||
.hasIcon i.fa, .icontxt {
|
||||
-webkit-transition: color 0.4s; /* Safari */
|
||||
-webkit-transition: color 0.4s; /* For Safari 3.1 to 6.0 */
|
||||
transition: color 0.4s;
|
||||
}
|
||||
.hasIcon i.fa, i.fa.hasIcon {
|
||||
@@ -4691,8 +4679,6 @@ li#printhamburger {
|
||||
min-height: 26px;
|
||||
padding: 4px 4px 8px 8px;
|
||||
background: #D3E4E1;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user