Skip to content

煎蛋宽屏 by dazzulay

Details

Authordazzulay

LicenseNo License

Categoryuserstyles

Created

Updated

Size970 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

煎蛋宽屏

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           煎蛋宽屏
@namespace      煎蛋宽屏
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("jandan.net")
{
  #wrapper
  {
    width: auto;
    margin: 0 100px;
  }

  #body
  {
    background: none;
  }

  #content
  {
    margin-right: 340px;
    width: auto;
    float: none;
    border-right: 1px solid #EEE;
  }

  #body
  {
    position: relative;
  }

  #sidebar
  {
    position: absolute;
    float: none;
    right: 0;
    top: 0;
  }

  .commentlist .row
  {
    width: auto;
  }

  .commentlist .text img
  {
    max-height: none !important;
  }

  #nav_prev a,
#nav_next a
  {
    margin: -25px 0 0 0;
    top: 50%;
  }

  #nav_prev a
  {
    right: 0;
  }

  #nav_next a
  {
    left: 0;
  }

  #nav_top
  {
    right: 20px;
  }

  .gif-mask
  {
    display: none !important;
  }
}

Reviews

No reviews yet.