Personal use, first attempt at CCS
TLD WD Prof Page CCS by Player
Details
AuthorPlayer
LicenseNo License
Categorywolvden.com
Created
Updated
Code size4.2 kB
Code checksum39fc8d58
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.wolvden.com/profile/149097
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@-moz-document url-prefix("https://www.wolvden.com/profile/149097")
body {
background-image:
url('https://c.wallhere.com/photos/0b/83/The_Long_Dark_PC_gaming_video_games_video_game_landscape_survival_screen_shot_mist_video_game_art-2193305.jpg!d');
font-family:Century Gothic;
}
#header {
.navbar-main {
background: #07212f;
}
.navbar-main .nav-link {
color:#FFFF;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px;
}
.navbar-status {
background:#1b3d4f;
color:#FFFF;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px;
}
.breadcrumb-nav {
background:#5e6d7e;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px;
}
#sidebar {
background: transparent;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px;
} #sidebar .card {
background:#263d49;
color:#dbd3d3fc;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 200;
letter-spacing: 0.5px;
} #sidebar h3, #sidebar h4 {
color: #FFFF;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px;
}
#main {
background: transparent;
color: #FFFF;
font-family: Century Gothic; }
h1 /* Title header. */ {
color: #FFFF;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px;
} .nav-tabs /* Section containing the Den and Profile links. */ {
background: transparent;
} .nav-tabs .nav-link /* Individual links of the above section. */ {
color: #FFFF;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 200;
letter-spacing: 0.5px;
} .nav-tabs .nav-link.active /* Link of the page being viewed. */ {
background:#07212f;
color: #FFFF;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px;
}
.table /* Tables containing Pack or User information. */ {
background:#263d49;
color: #FFFF;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 200;
letter-spacing: 0.5px;
} .table th /* Individual table headers. */ {
color: #FFFF;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px;
} .subheader /* Subheader row of Cave tables. */ {
color: #FFFF;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px;
}.left /* Lefthand cells of the Member Information tables. */ {
background:#FFFF;
color: #1f313b;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.5px;
} .right /* Righthand cells of the Member Information tables. */ {
background:#1f313b;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px;
}
.alert-info {
background: #c7a276;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.5px;
} .alert-success {
background: #c4e9ba;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.5px;
} .alert-danger {
background: #e0b8c7;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.5px;
} .alert-info.text-center {
background: #5e6d7e;
font-family: 'Oswald';
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.5px;
}