styling-update #4

Merged
schallbert merged 2 commits from styling-update into main 2024-09-21 20:35:50 +00:00
11 changed files with 4 additions and 23 deletions
Showing only changes of commit 3fedcea6b0 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -24,7 +24,6 @@
position:fixed; position:fixed;
background:#000; background:#000;
opacity:.8; opacity:.8;
filter:alpha(opacity=80);
} }
.mfp-wrap { .mfp-wrap {
top:0; top:0;
@ -34,7 +33,7 @@
z-index:1043; z-index:1043;
position:fixed; position:fixed;
outline:none !important; outline:none !important;
-webkit-backface-visibility:hidden backface-visibility:hidden
} }
.mfp-container { .mfp-container {
text-align:center; text-align:center;
@ -153,7 +152,6 @@ button::-moz-focus-inner {
text-decoration:none; text-decoration:none;
text-align:center; text-align:center;
opacity:1; opacity:1;
filter:alpha(opacity=100);
padding:0 0 18px 10px; padding:0 0 18px 10px;
color:#fff; color:#fff;
font-style:normal; font-style:normal;
@ -163,7 +161,6 @@ button::-moz-focus-inner {
.mfp-close:hover, .mfp-close:hover,
.mfp-close:focus { .mfp-close:focus {
opacity:1; opacity:1;
filter:alpha(opacity=100);
} }
.mfp-close:active { .mfp-close:active {
top:1px top:1px
@ -190,7 +187,6 @@ button::-moz-focus-inner {
.mfp-arrow { .mfp-arrow {
position:absolute; position:absolute;
opacity:1; opacity:1;
filter:alpha(opacity=100);
margin:0; margin:0;
top:50%; top:50%;
margin-top:-55px; margin-top:-55px;
@ -205,7 +201,6 @@ button::-moz-focus-inner {
.mfp-arrow:hover, .mfp-arrow:hover,
.mfp-arrow:focus { .mfp-arrow:focus {
opacity:1; opacity:1;
filter:alpha(opacity=100);
} }
.mfp-arrow:before, .mfp-arrow:before,
.mfp-arrow:after, .mfp-arrow:after,
@ -494,8 +489,6 @@ audio,
canvas, canvas,
video { video {
display:inline-block; display:inline-block;
*display:inline;
*zoom:1
} }
audio:not([controls]) { audio:not([controls]) {
display:none display:none
@ -542,7 +535,6 @@ textarea {
} }
button, button,
input { input {
*overflow:visible;
line-height:normal line-height:normal
} }
button::-moz-focus-inner, button::-moz-focus-inner,
@ -554,7 +546,7 @@ button,
html input[type="button"], html input[type="button"],
input[type="reset"], input[type="reset"],
input[type="submit"] { input[type="submit"] {
-webkit-appearance:button; appearance:button;
cursor:pointer cursor:pointer
} }
label, label,
@ -844,7 +836,6 @@ form legend {
display:block; display:block;
width:100%; width:100%;
margin-bottom:10px; margin-bottom:10px;
*margin-left:-7px;
padding:0; padding:0;
color:#eaeaea; color:#eaeaea;
border:0; border:0;
@ -867,7 +858,6 @@ button,
select, select,
textarea { textarea {
vertical-align:baseline; vertical-align:baseline;
*vertical-align:middle
} }
input, input,
button, button,
@ -916,7 +906,6 @@ input[type="radio"] {
height:auto; height:auto;
padding:0; padding:0;
margin:3px 0; margin:3px 0;
*margin-top:0;
line-height:normal; line-height:normal;
cursor:pointer; cursor:pointer;
border-radius:0; border-radius:0;
@ -927,8 +916,6 @@ input[type="checkbox"],
input[type="radio"] { input[type="radio"] {
box-sizing:border-box; box-sizing:border-box;
padding:0; padding:0;
*width:13px;
*height:13px
} }
input[type="image"] { input[type="image"] {
border:0 border:0
@ -948,12 +935,8 @@ input[type="submit"] {
width:auto; width:auto;
height:auto; height:auto;
cursor:pointer; cursor:pointer;
*overflow:visible
} }
select, select,
input[type="file"] {
*margin-top:4px
}
select { select {
width:auto; width:auto;
background-color:#fff background-color:#fff
@ -1306,7 +1289,6 @@ th {
pointer-events:none; pointer-events:none;
cursor:not-allowed; cursor:not-allowed;
opacity:0.65; opacity:0.65;
filter:alpha(opacity=65);
box-shadow:none; box-shadow:none;
} }
.btn--x-large { .btn--x-large {
@ -3377,7 +3359,6 @@ body {
.page__comments-form.disabled label { .page__comments-form.disabled label {
pointer-events:none; pointer-events:none;
cursor:not-allowed; cursor:not-allowed;
filter:alpha(opacity=65);
box-shadow:none; box-shadow:none;
opacity:0.65 opacity:0.65
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long