Skip to content

Square Quotev by ghfdjskdfhg

Screenshot of Square Quotev

Details

Authorghfdjskdfhg

LicenseNo License

Categoryquotev

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes Quotev square again.

Notes

Square

Source code

/* ==UserStyle==
@name         Square Quotev
@version      20231007.23.43
@namespace    userstyles.world/user/ghfdjskdfhg
@description  Makes Quotev square again.
@author       ghfdjskdfhg
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.quotev.com/") {
#searchAreaInput {
  border-radius: 2px;
}

body {
      border-radius: 0px;
}

#p_profile div.comment div.pic {
  float: left;
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 0%;
  margin-right: 5px;
}

div.profileBody div.cardBox {
      border-radius: 0%;
}


div.activity div.upic, div.journalEntry div.upic {
  border-radius: 0% !important;
}

body div.activityAddUserImage {
  border-radius: 0%;
}

.activity_comments div span.p {
  border-radius: 0% !important;
    }


div.profileHeader .profileActions .qbutton_small {
    border-radius: 2px
}

.settings_page .qbutton_small {
        border-radius: 2px
}

.activityAddForm textarea {
  border-radius: 0px;
}

.commentSubmit {
  border-radius: 2px !important;
}

div.profileLeft .pbox, div.profileRight .pbox, div.profileLeft div.cardBox, div.profileRight div.cardBox {
  border-radius: 0px;
}

textarea, input, select {
  border-radius: 0px;
}

div.p_browse .qbutton_small, div.p_browse .qbutton, div.p_browse .qbutton_small:hover, div.p_browse .qbutton:hover, div.p_browse .drop_links a:hover, .p_browse div.activity .qbutton_small {
    border-radius: 0px
}

div.mainbar .qbutton_small {
        border-radius: 2px
}

form.login input.qbutton_small, form.register input.qbutton_small {       
    border-radius: 2px
}


a.notif .img img, #notif_msg .img img {
      border-radius: 0%;
}

a.notif .img, #notif_msg .img {
  border-radius: 0%;
}

.user_comment_replies div span.p {
  border-radius: 0%;
}

#p_groups .post_left .userImage {
  border-radius: 0%;
}

div.profileBody a, .pProfile div.quiz h2 a:visited {
  border-radius: 0% !important;
}
}

Reviews

No reviews yet.