/******************************
WebBrand Themes
By Timothy Foster
Copyright 2011
******************************/
@import url(http://themes.wdfiles.com/local--code/webbrand);
/* Global
=============================*/
a{ color: #888; }
a.newpage{ color: #900; }
a.newpage:hover{ color: #960000; }
div.buttons input, input.button,
button, a.button,
.pager span.target a,
.owindow .button-bar a,
.new-post a{
background-color: #444;
background-image: -moz-linear-gradient(top,#444,#111);
background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
color: #DDD;
}
.owindow .button-bar a:hover{ color: #222; }
input.text:focus, input[type=text]:focus, textarea:focus{
border: 1px solid #888;
}
/* Top Bar
=============================*/
#top-bar{
background-image: url(http://themes.wikidot.com/local--files/webbrand/brand_darkTop.png);
background-repeat: repeat-x;
border-color: #777;
}
#top-bar ul li a{ color: #DDD; }
#top-bar ul li a:hover{
color: #FFF;
border-color: rgba(70,70,70,1.0);
box-shadow: inset 0 0 2px rgba(175,175,175,0.9);
-moz-box-shadow: inset 0 0 2px rgba(175,175,175,0.9);
-webkit-box-shadow: inset 0 0 2px rgba(175,175,175,0.9);
}
#top-bar li ul li a{ color: #222A19; }
#top-bar li ul li a:hover{ color: #000; }
#header h1 a{ color: #000; }
#header h1 a:hover{ color: #666; }
/* Side Bar
=============================*/
#side-bar h1, #side-bar h2,
#side-bar h3, #side-bar h4{ color: #000; }
#side-bar li a:hover{ border-color: #111; }
/* Forum
=============================*/
blockquote{ border-color: #000; }
/* Wikidot Tables
=============================*/
table.wiki-content-table th{
background-color: #111;
color: #ddd;
}
/* Timothy's Image Box
=============================*/
.image-box-heading{
background-color: #fff;
color: #fff;
border-color: #fff;
}
/* James Kanjo's Hover Tips
=============================*/
.hover{ color: #888; }
.hover:hover span{ border: 1px solid #111; }
/* Calendar App
=============================*/
.calendar .date a{ color: #000; }
.calendar .heading{
background-color: #111;
color: #DDD;
}
.calendar .weekday,
.calendar .day:hover{ background-color: #CCC;}
.calendar .event{ background-color: #111; }
.MINI.calendar .day span a{ color: #111; }
.MINI.calendar span.calenhover a{ color: #000; }
.iframe .month-day{ background-color: #888; }
.iframe .day{ background-color: #111; }
.gobacklink a{ color: #888; }
/* Tabview
=============================*/
.yui-navset .yui-nav{ border-bottom: 3px solid #111; }
.yui-navset .yui-nav .selected a{
background-color: #444;
background: -moz-linear-gradient(top,#444,#111);
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
color: #DDD;
}
.yui-navset .yui-nav .selected a:hover,
.yui-navset .yui-nav .selected a:active,
.yui-navset .yui-nav .selected a:focus{
background-color: #444;
background: -moz-linear-gradient(top,#444,#111);
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
color: #DDD;
}
/* OWindow
=============================*/
.owindow{
background: #444;
background: rgba(68,68,68,0.8);
}
.owindow div.title{ color: #DDD; }