commit
a0d3a5471e
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.
|
||||
* 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 */
|
||||
.fade-ads .topad img,
|
||||
.fade-ads .middlead img,
|
||||
.fade-ads .bottomad img {
|
||||
opacity: 0.3;
|
||||
transition: opacity .3s linear;
|
||||
}
|
||||
.fade-ads .topad img:hover,
|
||||
.fade-ads .middlead img:hover,
|
||||
.fade-ads .bottomad img:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.hide-ads .bottomad + hr,
|
||||
.hide-ads .topad,
|
||||
.hide-ads .middlead,
|
||||
.hide-ads .bottomad,
|
||||
.hide-ads .ad-plea {
|
||||
display: none;
|
||||
@ -2025,10 +2028,6 @@ a:only-of-type > .remove {
|
||||
width: 500px;
|
||||
height: auto;
|
||||
}
|
||||
.ad-plea-middle,
|
||||
.middlead {
|
||||
display: none;
|
||||
}
|
||||
/* Mascot Positions */
|
||||
#mascot {
|
||||
display: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user