it's blue :)
Goatlings Blue by divinestranger
Details
Authordivinestranger
LicenseMIT License
Categorygoatlings
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Goatlings Blue
@namespace github.com/openstyles/stylus
@version 1.0.0
@description it's blue :)
@author divinestranger
==/UserStyle== */
@-moz-document domain("goatlings.com") {
body {
background: url("https://media.discordapp.net/attachments/504103991328899092/1066097990332330081/bg.png");
color: #252347
}
#wrapper {
background: #252347;
border-left: 2px solid #43407e;
border-right: 2px solid #43407e
}
#content {
border-radius: 4px 4px 4px 4px;
border: 2px solid #43407e
}
#user-info {
color: #fff;
}
#user-info a {
color: #77f6ff;
}
#user-info-points {
color: #fff
}
a {
color: #12b1c9;
}
.page-title {
background: #a5f2f2;
border-bottom: 1px solid #12b1c9;
}
#m {
color: #252347;
border: 6px solid #12b1c9
}
#n {
color: #252347;
border: 5px solid #12b1c9
}
#m b,
#n b {
color: #006e92;
}
h1 {
background: #12b1c9;
border-bottom: 10px solid #a5f2f2;
}
h2, h3 {
background: #12b1c9;
}
.event,
.mypets-pet,
.profile-info,
.forum-post,
.forum-post-small,
.pet-profile-box,
.pet-profile-box-two,
.pet-profile-box-three,
.random_event,
.table,
.forum-poll,
.news-post {
border: 1px solid #12b1c9
}
#battle_log{
border: 1px solid #12b1c9;
padding: 5px
}
.forum-post-info {
border-right: 1px solid #a5f2f2
}
.HP {
color: #0092cf;
}
.hp_filler {
background: #0092cf;
}
.club-sidebar,
.club-area {
border: 2px solid #12b1c9;
}
.club-name,
.club-join {
background: #a5f2f2;
}
.poll-answer-block {
background: #daf4f4
}
}