fix #703
This commit is contained in:
parent
05b18da991
commit
ee3f2347af
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* appchan x - Version 2.9.20 - 2014-04-20
|
* appchan x - Version 2.9.20 - 2014-04-21
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2006,16 +2006,19 @@ a:only-of-type > .remove {
|
|||||||
}
|
}
|
||||||
/* Ads */
|
/* Ads */
|
||||||
.fade-ads .topad img,
|
.fade-ads .topad img,
|
||||||
|
.fade-ads .middlead img,
|
||||||
.fade-ads .bottomad img {
|
.fade-ads .bottomad img {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
transition: opacity .3s linear;
|
transition: opacity .3s linear;
|
||||||
}
|
}
|
||||||
.fade-ads .topad img:hover,
|
.fade-ads .topad img:hover,
|
||||||
|
.fade-ads .middlead img:hover,
|
||||||
.fade-ads .bottomad img:hover {
|
.fade-ads .bottomad img:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.hide-ads .bottomad + hr,
|
.hide-ads .bottomad + hr,
|
||||||
.hide-ads .topad,
|
.hide-ads .topad,
|
||||||
|
.hide-ads .middlead,
|
||||||
.hide-ads .bottomad,
|
.hide-ads .bottomad,
|
||||||
.hide-ads .ad-plea {
|
.hide-ads .ad-plea {
|
||||||
display: none;
|
display: none;
|
||||||
@ -2025,10 +2028,6 @@ a:only-of-type > .remove {
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.ad-plea-middle,
|
|
||||||
.middlead {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
/* Mascot Positions */
|
/* Mascot Positions */
|
||||||
#mascot {
|
#mascot {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user