forked from leftypol/leftypol
style.css: remove deprecated extensions
This commit is contained in:
parent
4194a6b15c
commit
c26af454cc
1 changed files with 4 additions and 28 deletions
|
@ -498,7 +498,7 @@ input.delete {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 48em) {
|
@media (max-width: 48em) {
|
||||||
.intro > .user-controls {
|
.user-controls {
|
||||||
clear: both;
|
clear: both;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -1244,10 +1244,6 @@ pre {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
-o-user-select: none;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.poster_id:hover {
|
.poster_id:hover {
|
||||||
|
@ -1421,14 +1417,6 @@ div.boardlist a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-document url-prefix() {
|
|
||||||
|
|
||||||
div.boardlist {
|
|
||||||
word-spacing:-3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Threads */
|
/* Threads */
|
||||||
/* Thread Footer */
|
/* Thread Footer */
|
||||||
#thread-interactions {
|
#thread-interactions {
|
||||||
|
@ -1459,10 +1447,6 @@ div.boardlist {
|
||||||
float: right;
|
float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
#delete-fields {
|
|
||||||
}
|
|
||||||
#report-fields {
|
|
||||||
}
|
|
||||||
|
|
||||||
/* threadwatcher */
|
/* threadwatcher */
|
||||||
#watchlist {
|
#watchlist {
|
||||||
|
@ -1576,14 +1560,10 @@ li.mix {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-webkit-box-sizing:border-box;
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
#quick-reply textarea {
|
#quick-reply textarea {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-webkit-box-sizing:border-box;
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
resize: both;
|
resize: both;
|
||||||
}
|
}
|
||||||
|
@ -1877,8 +1857,7 @@ a.tag-link {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
li.tag-item a.tag-link {
|
|
||||||
}
|
|
||||||
td.board-tags a.tag-link {
|
td.board-tags a.tag-link {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 0.4em 0 0;
|
margin: 0 0.4em 0 0;
|
||||||
|
@ -1956,15 +1935,12 @@ td.board-tags a.tag-link {
|
||||||
|
|
||||||
#gallery_images img {
|
#gallery_images img {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
-webkit-transition: all 0.5s;
|
|
||||||
transition: all 0.5s;
|
transition: all 0.5s;
|
||||||
}
|
}
|
||||||
#gallery_images img:hover, #gallery_images img.active {
|
#gallery_images img:hover, #gallery_images img.active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
#gallery_images img.active {
|
#gallery_images img.active {
|
||||||
-webkit-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
|
|
||||||
-moz-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
|
|
||||||
box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
|
box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue