Link to article: Team Bird Art Page.
/* SITE HEADER */
#header h1 a,
#header h2 span{
color: transparent;
text-shadow: none;
}
#header h1 a::before{
content: "The Avian Division";
font-family: "Verdana", sans-serif;
}
#header h2 span::before{
content: "Until we return to The Nest";
}
/* INFO BAR */
body{ --barColour: hsl(45, 89%, 40%); }
.info-container .collapsible-block-unfolded{ background: hsl(0, 0%, 100%); }
#u-author_block{ display: none; }
/* PAGE RATING */
.page-rate-widget-box .rate-points{
background-color: hsl(45, 89%, 40%) !important;
border: 1px solid hsl(45, 89%, 40%);
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown{
background-color: hsl(45, 100%, 97%);
border-top: 1px solid hsl(45, 89%, 40%);
border-bottom: 1px solid hsl(45, 89%, 40%);
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a{
color: hsl(45, 89%, 40%);
}
.page-rate-widget-box .cancel{
background-color: hsl(45, 89%, 40%);
border: 1px solid hsl(45, 89%, 40%);
}
.page-rate-widget-box .cancel a{
color: hsl(45, 76%, 67%);
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover{
background: hsl(45, 89%, 40%);
}
.page-rate-widget-box .cancel a:hover{
color: hsl(45, 100%, 97%);
background: hsl(45, 89%, 40%);
}
/* FORMATTING */
.bg-gradiant{
margin: 0 -1.7em;
padding: 0 1.7em;
background:
linear-gradient(to bottom,
hsl(0, 0%, 97%),
hsl(45, 100%, 55%),
hsl(45, 100%, 55%),
hsl(0, 0%, 100%));
}
/* YUI-TABS */
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav{
border-color: #444;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a{
color: #000;
background-color: #fff;
font-weight: normal !important;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus{
color: #000;
background-color: #f3eddd;
font-weight: normal !important;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover{ /* no hover effect for selected */
color: #000 !important;
background-color: #ffc105; /* selected tab background */
font-weight: normal !important;
}
bg-gradiant