LightBrand
Released:
Version:
Import
You can use this theme by including the below code:
@import url('http://publicvar.wikidot.com/csstheme:lightbrand/code_');
Source Code
/** LightBrand CSS Theme * Author: Timothy Foster (publicvar.wikidot.com) * Version: 1.00.120101 * Licensed under CC BY 4.0 * ********************************************************/ @import url(http://themes.wdfiles.com/local--code/webbrand); /* Global =============================*/ a{ color: #999; } 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: #FFF; background-image: -moz-linear-gradient(top,#FFF,#E3E3E3); background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E3E3E3)); } input.text:focus, input[type=text]:focus, textarea:focus{ border: 1px solid #999; } /* Top Bar =============================*/ #top-bar{ background-image: url(http://themes.wikidot.com/local--files/webbrand/brand_lightTop.png); background-repeat: repeat-x; } #top-bar ul li a{ color: #464646; } #top-bar ul li a:hover{ color: #686868; border-color: rgba(156,156,156,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:hover{ color: #999; } /* Side Bar =============================*/ #side-bar h1, #side-bar h2, #side-bar h3, #side-bar h4{ color: #999; } #side-bar li a:hover{ border-color: #FFF; } /* Forum =============================*/ blockquote{ border-color: #999; } /* Wikidot Tables =============================*/ table.wiki-content-table th{ background-color: #E3E3E3; } /* Timothy's Image Box =============================*/ .image-box-heading{ background-color: #E3E3E3; } /* James Kanjo's Hover Tips =============================*/ .hover{ color: #999; } .hover:hover span{ border: 1px solid #E3E3E3; } /* Calendar App =============================*/ .calendar .date a{ color: #999; } .calendar .heading{ background-color: #E3E3E3; } .calendar .weekday, .calendar .day:hover{ background-color: #EEE;} .calendar .event{ background-color: #E3E3E3; } .MINI.calendar .day span a{ color: #E3E3E3; } .MINI.calendar span.calenhover a{ color: #999; } .iframe .month-day{ background-color: #999; } .iframe .day{ background-color: #E3E3E3; } .gobacklink a{ color: #999; } /* Tabview =============================*/ .yui-navset .yui-nav{ border-bottom: 3px solid #E3E3E3; } .yui-navset .yui-nav .selected a{ background-color: #FFF; background: -moz-linear-gradient(top,#FFF,#E3E3E3); background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E3E3E3)); } .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a:active, .yui-navset .yui-nav .selected a:focus{ background-color: #FFF; background: -moz-linear-gradient(top,#FFF,#E3E3E3); background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E3E3E3)); } /* OWindow =============================*/ .owindow{ background: #FFF; background: rgba(255,255,255,0.8); }