|
|
@@ -1,7 +1,18 @@
|
|
|
<h1>The Otaku Social Network</h1>
|
|
|
<a href="/users/signup">Sign up!</a>
|
|
|
-<div id="scrollwrapper">
|
|
|
- <a class="prev browse left"></a>
|
|
|
+<svg height="0">
|
|
|
+ <mask id="scrollmask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox">
|
|
|
+ <linearGradient id="g" gradientUnits="objectBoundingBox" x2="1" y2="0">
|
|
|
+ <stop stop-color="white" stop-opacity="0" offset="0"/>
|
|
|
+ <stop stop-color="white" stop-opacity="1" offset="0.03"/>
|
|
|
+ <stop stop-color="white" stop-opacity="1" offset="0.89"/>
|
|
|
+ <stop stop-color="white" stop-opacity="0" offset="1"/>
|
|
|
+ </linearGradient>
|
|
|
+ <rect x="0.0" y="0.0" width="1.0" height="1.0" fill="url(#g)"/>
|
|
|
+ </mask>
|
|
|
+</svg>
|
|
|
+<a class="prev browse left"></a>
|
|
|
+<div id="scrollwrapper" style="mask: url(#scrollmask)">
|
|
|
<div id="browsable" class="scrollable">
|
|
|
<div class="items">
|
|
|
<div>
|
|
|
@@ -51,8 +62,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <a class="next browse right"></a>
|
|
|
</div>
|
|
|
+<a class="next browse right"></a>
|
|
|
|
|
|
<h2 class="ribbon">Why you'll ♡ OtakuHub~</h2>
|
|
|
<div class="triangle-ribbon"></div>
|