a grayscale hamster theme for lioden.com
grayscale hamster theme by arandomhamsterknight
Details
Authorarandomhamsterknight
LicenseNo License
Categorylioden
Created
Updated
Size4.0 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 grayscale hamster layout
@namespace USO Archive
@author a potato
@description a grayscale theme for lioden
@version 1.0
@license CC-BY-NC-ND-4.0
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lioden.com") {
body
{
background:url('https://i.postimg.cc/c1XkzzhP/output-onlineimagetools.png');
background-attachment:fixed;
background-size:100%;
background-position:center;
color:#000000;
}
div#lion_image>div
{
background:url('http://static.lioden.com/images/dynamic/backgrounds/RootsOfTheWarriorsBG.png');
}
div.box {
background:#696969;
width:700px;
border-radius:15px;
}
h1 {color:#696969;text-align:center;}
h2 {color:#696969;}
h3 {color:#100800!important;}
table.table {border:1px solid black!important;}
.table>td, .pagination>span {background:#a9a9a9;color:#100800;border:1px solid #100800;}
td.right, .sub_menu, .right_odd.xsmall, .right_locked, td.right_odd, span.left, .customiser-sortable li:nth-child(2n+1) {background:#a9a9a9!important;color:#100800;border:1px solid black;}
td.left {background:#a9a9a9!important;color:#100800;border:1px solid black;}
td.left.b {background:#a9a9a9!important;color:#100800;border:1px solid black;}
td.right_cub, .sub_menu_item_selected {background:#e5e4e2!important;color:#100800;}
.item {border:1px solid #100800;}
td.top, .item-header, .item-footer {
background:#dcdcdc!important;color:#100800!important;text-align:center;
}
th {
background:#dcdcdc!important;color:#100800!important;text-align:center;border:1px solid black
}
td.bottom {
background:#dcdcdc!important;color:#100800!important;text-align:center;
}
div.left {background:#a9a9a9!important;color:#100800;}
a:link {color:#696969!important;}
a:visited {color:#696969!important;}
a:hover {color:#100800!important;}
a:active {color:#100800!important;}
.sidebar {background:#a9a9a9!important;}
.panel {background:#21170c!important;color:#696969;box-shadow:none!important;border:none!important;}
.xsmall {background:none!important;}
.chat_light {color:black;background:#e5e4e2;}
.chat_dark {color:#e5e4e2;background:#21170c;}
.topbar {background:#dcdcdc;}
.navbar,.sub_sub_menu {background:#a9a9a9;}
input[type="submit"] {
background:#100800!important;
color:#696969!important;
text-shadow:none!important;
box-shadow:none!important;
border:none!important;
border-radius:10px!important;}
input[type="submit"]:hover {
background:#696969!important;
color:#100800!important;
text-shadow:none!important;
box-shadow:none!important;
border:none!important;
border-radius:10px!important;}
input[type="button"] {
background:#100800!important;
color:#696969!important;
text-shadow:none!important;
box-shadow:none!important;
border:none!important;
border-radius:10px!important;}
input[type="button"]:hover {
background:#696969!important;
color:#100800!important;
text-shadow:none!important;
box-shadow:none!important;
border:none!important;
border-radius:10px!important;}
.navbar-default .navbar-nav > li > a {color:#696969!important;}
.navbar-default .navbar-nav > li > a:hover {background:#100800;}
.breadcrumb {background:#dcdcdc!important;}
.breadcrumb > .active {color:white;}
.progress-bar-warning {background:#dcdcdc!important;}
.progress-bar-danger {background:#dcdcdc!important;}
.progress-bar-success {background:#dcdcdc!important;}
.progress-bar {background:#dcdcdc!important;}
.progress {background-color:#e5e4e2!important;border:1px solid #696969;}
.progress div {color:#696969!important;}
input[type="text"]{color:#696969;background:#21170c;border:2px solid black;border-radius:10px;}
input[type="password"] {color:#696969;background:#21170c;border:2px solid black;border-radius:10px;}
textarea {color:#696969;background:#21170c;border:2px solid black;}
select {color:#696969;background:#21170c;border:2px solid black;}
div.container.main
{
background:none;
box-shadow:none;
border:none;
}
div.col-md-9.col-xs-12 {background:none;border:none;}
}