At
2022-09-04, 11:02:19 p.m. by nocares
Details
Authornocares
LicenseNo License
Categoryhttps://friends.kogama.com
Created
Updated
Size2.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
At
Source code
/* ==UserStyle==
@name 2022-09-04, 11:02:19 p.m.
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("friends.kogama.com") {
/* Insert c// ==UserScript==
// @name KoGaMa Blue [ UNIVERSAL ]
// @namespace http://userstyles.org
// @description English
// @author iChibi
// @homepage https://userstyles.org/styles/122108
// @include http://www.kogama.com/*
// @include https://www.kogama.com/*
// @include http://*.www.kogama.com/*
// @include https://*.www.kogama.com/*
// @run-at document-start
// @version 0.20151219235919
// ==/UserScript==
(function() {var css = [
"#user-info-bar {",
" background-color: #0078E7;",
" background-image: radial-gradient(circle, rgba(255,255,255,0.1), #005AAD);",
" box-shadow: inset 0 0 0 1px #0078E7,inset 0 -1px 0 ",
"}",
"",
"#navigation .navigation-sub {",
" background-color: rgba(0,120,231,0.85);",
" background-image: radial-gradient(circle, rgba(255,255,255,0.1), rgba(0,90,173,0.85));",
" box-shadow: inset 0 0 0 1px #0078E7,inset 0 -1px 0",
"}",
"",
"#page-block-footer {",
" background-image: linear-gradient(to bottom, #0078e7 0, #005AAD 100%);",
" box-shadow: inset 0 0 0 1px #0078E7,inset 0 -1px 0",
"}",
"",
"#root-page-profile {",
" background-image: linear-gradient(to bottom, #6494C1 30%, #3A6892 100%);",
" box-shadow: inset 0 0 0 1px #0078E7,inset 0 -1px 0",
"}",
"",
"#body {",
" color: #21344E",
"}",
"",
"h1, h2, h3, h4, h5, h6 {",
" color: #21344E",
"}",
"",
"#page-block-top {",
" background-image: url(http://i.imgur.com/sYEWzfT.png);",
" background-color: #406FFF",
"}",
"",
"#navigation .navigation-main>ul li a {",
" color: #21344E",
"}",
"",
"#navigation .navigation-sub>ul a {",
" color: #21344E",
"}",
"",
"#navigation .navigation-sub>ul li.active a {",
" color: #21344E",
"}"
].join("\n");
if (typeof GM_addStyle != "undefined") {
GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
addStyle(css);
} else {
var node = document.createElement("style");
node.type = "text/css";
node.appendChild(document.createTextNode(css));
var heads = document.getElementsByTagName("head");
if (heads.length > 0) {
heads[0].appendChild(node);
} else {
// no head yet, stick it whereever
document.documentElement.appendChild(node);
}
}
})();
ode here... */
}