Skip to content

birbcoderz.github.io/birbz/ themer by birbzunderscore

Details

Authorbirbzunderscore

LicenseNo License

Categorypersonal github pages site

Created

Updated

Size1.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

My personal website's theme

Notes

Link: birbcoderz.github.io/birbz/

Source code

/* ==UserStyle==
@name         birbcoderz.github.io/birbz/ themer
@version      20220707.20.22
@namespace    userstyles.world/user/birbzunderscore
@description  My personal website's theme
@author       birbzunderscore
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://birbcoderz.github.io/birbz/") {
/* Navigation */
nav{
 transform:translatex(0px) translatey(-6px);
 font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
 font-weight:400;
 height:53px;
 line-height:12.2px;
 color:#bdc3c7;
 font-size:21px;
 text-decoration:none;
}

/* Heading */
h4{
 margin-top:12px;
 margin-bottom:12px;
 font-family:Tahoma,Verdana,Segoe,sans-serif;
 font-weight:400;
 color:#bdc3c7;
 font-size:23px;
 line-height:15.8px;
}

/* Body */
body{
 background-color:#141414;
 text-align:center;
}

/* Heading */
nav h1{
 font-weight:500;
 font-family:Tahoma,Verdana,Segoe,sans-serif;
 font-size:38px;
}

/* Link */
nav a{
 text-decoration:none;
 color:#bdc3c7;
 font-weight:600;
 font-size:25px;
 display:inline-block;
 margin-left:15px;
 width:78px !important;
 margin-right:3px;
 min-height:30px;
 transform:translatex(0px) translatey(-14px);
 line-height:29.2px;
 background-color:rgba(52,152,219,0.41);
 border-top-right-radius:6px;
 border-top-left-radius:6px;
 border-bottom-left-radius:6px;
 border-bottom-right-radius:6px;
 border-color:#bdc3c7;
 border-width:3px;
 border-style:solid;
}

/* Link */
h4 a{
 color:#bdc3c7;
 text-decoration:none;
 font-weight:600;
}

/* Heading */
h6{
 color:#bdc3c7;
 font-family:Tahoma,Verdana,Segoe,sans-serif;
 font-weight:500;
}

/* Link */
h6 a{
 color:#bdc3c7;
 text-decoration:none;
 font-weight:600;
}

}

Reviews

No reviews yet.