AetherBrand
Released:
Version:
Import
You can use this theme by including the below code:
@import url('http://publicvar.wikidot.com/csstheme:aetherbrand/code_');
Source Code
/** AetherBrand 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: #8A208A; } a.newpage{ color: #AAA; } a.newpage:hover{ color: #A2A2A2; } div.buttons input, input.button, button, a.button, .pager span.target a, .owindow .button-bar a, .new-post a{ background-color: #D674D9; background-image: -moz-linear-gradient(top,#D674D9,#C36FC5); background-image: -webkit-gradient(linear, left top, left bottom, from(#D674D9), to(#C36FC5)); } input.text:focus, input[type=text]:focus, textarea:focus{ border: 1px solid #8A208A; } /* Top Bar =============================*/ #top-bar{ background-image: url(http://themes.wikidot.com/local--files/webbrand/brand_aetherTop.png); background-repeat: repeat-x; } #top-bar ul li a{ color: #222A19; } #top-bar ul li a:hover{ color: #080607; border-color: rgba(165,126,166,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: #8A208A; } /* Side Bar =============================*/ #side-bar h1, #side-bar h2, #side-bar h3, #side-bar h4{ color: #8A208A; } #side-bar li a:hover{ border-color: #C36FC5; } /* Forum =============================*/ blockquote{ border-color: #8A208A; } /* Wikidot Tables =============================*/ table.wiki-content-table th{ background-color: #C36FC5; } /* Timothy's Image Box =============================*/ .image-box-heading{ background-color: #C36FC5; } /* James Kanjo's Hover Tips =============================*/ .hover{ color: #8A208A; } .hover:hover span{ border: 1px solid #C36FC5; } /* Calendar App =============================*/ .calendar .date a{ color: #8A208A; } .calendar .heading{ background-color: #C36FC5; } .calendar .weekday, .calendar .day:hover{ background-color: #FDF;} .calendar .event{ background-color: #C36FC5; } .MINI.calendar .day span a{ color: #C36FC5; } .MINI.calendar span.calenhover a{ color: #8A208A; } .iframe .month-day{ background-color: #8A208A; } .iframe .day{ background-color: #C36FC5; } .gobacklink a{ color: #8A208A; } /* Tabview =============================*/ .yui-navset .yui-nav{ border-bottom: 3px solid #C36FC5; } .yui-navset .yui-nav .selected a{ background-color: #D674D9; background: -moz-linear-gradient(top,#D674D9,#C36FC5); background: -webkit-gradient(linear, left top, left bottom, from(#D674D9), to(#C36FC5)); } .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a:active, .yui-navset .yui-nav .selected a:focus{ background-color: #D674D9; background: -moz-linear-gradient(top,#D674D9,#C36FC5); background: -webkit-gradient(linear, left top, left bottom, from(#D674D9), to(#C36FC5)); } /* OWindow =============================*/ .owindow{ background: #D674D9; background: rgba(214,116,217,0.8); }