Skip to content

Rule34 Pink by Makeitpink

Details

AuthorMakeitpink

LicenseNo License

Categoryrule34

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

It's rule 34 but pink

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Rule34 Pink
@version        1
@description    It's rule34 but pink
@author         Makeitpink
@namespace      Makeitpink
@preprocessor   stylus
==/UserStyle== */

@-moz-document domain("rule34.xxx") {

  body {
    background: #ffc5e0;
  }

  #site-title {
    background-image: url(https://files.catbox.moe/cvgbqi.png);
    background-size: 220px;  
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
  }

  #site-title a {
    display: none;
  }

  #blacklisted-sidebar a {
    color: deeppink;
  }

  .tag-count {
    color: deeppink;
  }

  #header {
    background: #ff71b4;
  }

  div#header ul#navbar li.current-page {
    background: #ff008a;
  }

  div#header ul#subnavbar {
    background: #ff9dd2;
    border-top: 2px solid #ff008a;
  }

  .thumb img {
    padding: 5px;
    background: #ff9dd2;
    border-radius: 10px;
    max-width: 80%;
    transition: transform .2s;
  }

  .thumb img:hover {
    background: #ff53b0;
    transform: scale(1.1);
  }

  .thumb {
    display: inline-block;
    text-align: center;
  }

  div.tag-search input[type="submit"] {
    margin-top: 10px;
    background-color: #ff83c6;
    border: 0;
    padding: 2px;
    border-radius: 6px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
  }

  div.tag-search input[type="submit"]:hover {
    background-color: #ff53b0;
  }

  .awesomplete {
    margin-top: 10px;
  }

  h5 {
    color: deeppink;
  }

  #navbar a {
    color: white !important;
  }

  #navbar a:hover {
    color: #ffdbef;
  }

  div#header ul#subnavbar li a {
    color: white;
  }

  div#header ul#subnavbar li a:hover {
    color: #ffdbef;
  }

  .col1 a {
    color: deeppink;
  }

  .image-sublinks a {
    color: deeppink;
  }

  #ci {
    color: deeppink;
  }

  .link-list a {
    color: deeppink;
  }

  #tag-sidebar h6 {
    color: deeppink;
  }

  #user-index {
    border-radius: 20px;
    background: white;
    padding: 50px;
    text-align: center;
  }

  #user-index a {
    color: #ff83c6;
  }

  #user-index a:hover {
    color: #ff53b0;
  }

  table.highlightable a {
    color: deeppink !important;
  }

  h4 a {
    color: deeppink !important;
  }
}

Reviews

No reviews yet.