Removed overbearing global shadow.
This commit is contained in:
parent
30e77bd698
commit
239b0bae61
12 changed files with 2 additions and 15 deletions
|
@ -1,7 +1,6 @@
|
||||||
.container {
|
.container {
|
||||||
background-color: var(--container-colour);
|
background-color: var(--container-colour);
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
||||||
text-shadow: 0 1px 4px #000;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
.embed {
|
.embed {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-shadow: initial;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.embed iframe {
|
.embed iframe {
|
||||||
|
@ -16,7 +15,6 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--text-colour);
|
color: var(--text-colour);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: initial;
|
|
||||||
}
|
}
|
||||||
.embedph:hover .embedph-bg img,
|
.embedph:hover .embedph-bg img,
|
||||||
.embedph:active .embedph-bg img,
|
.embedph:active .embedph-bg img,
|
||||||
|
@ -214,7 +212,6 @@
|
||||||
.aembed {
|
.aembed {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-shadow: initial;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.aembedph {
|
.aembedph {
|
||||||
|
@ -223,7 +220,6 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--text-colour);
|
color: var(--text-colour);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: initial;
|
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
|
|
|
@ -224,7 +224,6 @@
|
||||||
background-blend-mode: multiply;
|
background-blend-mode: multiply;
|
||||||
transition: max-height .2s;
|
transition: max-height .2s;
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
||||||
text-shadow: 0 1px 4px #000;
|
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
.manage__role-item {
|
.manage__role-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
text-shadow: 0 1px 4px #000;
|
|
||||||
box-shadow: 0 1px 4px #000A;
|
box-shadow: 0 1px 4px #000A;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
@ -38,6 +37,7 @@
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
box-shadow: 0 1px 4px #111;
|
box-shadow: 0 1px 4px #111;
|
||||||
|
text-shadow: 0 1px 4px #000;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
.manage-list-setting-type-text {
|
.manage-list-setting-type-text {
|
||||||
background: var(--type-colour);
|
background: var(--type-colour);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-shadow: initial;
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
.manage__user-item {
|
.manage__user-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
text-shadow: 0 1px 4px #000;
|
|
||||||
box-shadow: 0 1px 4px #000A;
|
box-shadow: 0 1px 4px #000A;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
@ -60,6 +59,7 @@
|
||||||
.manage__user-item__name {
|
.manage__user-item__name {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
|
max-width: 600px; /* whatever */
|
||||||
}
|
}
|
||||||
|
|
||||||
.manage__user-item__details {
|
.manage__user-item__details {
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: var(--accent-colour);
|
background-color: var(--accent-colour);
|
||||||
box-shadow: 0 1px 2px #000A;
|
box-shadow: 0 1px 2px #000A;
|
||||||
text-shadow: 0 1px 4px #000;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
.search__input {
|
.search__input {
|
||||||
background-color: var(--accent-colour);
|
background-color: var(--accent-colour);
|
||||||
box-shadow: 0 1px 2px #000A;
|
box-shadow: 0 1px 2px #000A;
|
||||||
text-shadow: 0 1px 4px #000;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
text-shadow: inherit;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: color .2s;
|
transition: color .2s;
|
||||||
|
|
|
@ -56,7 +56,6 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
text-shadow: inherit;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: color .2s;
|
transition: color .2s;
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
text-shadow: inherit;
|
|
||||||
transition: color .2s;
|
transition: color .2s;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
|
|
@ -54,7 +54,6 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
text-shadow: inherit;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: color .2s;
|
transition: color .2s;
|
||||||
|
|
Loading…
Reference in a new issue