Hullo folks, I am new here. I really don't intend to be rude, but I'm not a fan of the site's design. So to make my time here more bearable I am creating a userstyle. It is only a wip, but I thought I would share what I have done so far. Many things still to do.
You need Stylish installed on firefox to use it.
Place holder background from http://www.squidfingers.com/patterns/
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.cartographersguild.com") {
html{
background: url("http://www.squidfingers.com/files/patterns/pattern_038.gif") !important;
}
body{
-moz-box-shadow:0 0px 20px rgba(0,0,0,0.6);
width: 1020px !important;
margin-left: auto !important;
margin-right: auto !important;
font-family: Tahoma, Arial, Helvetica, sans-serif !important;
}
.button{
-moz-border-radius: 12px !important;
padding: 2px 6px 2px 10px !important;
}
.above_body{
margin-bottom: 0px !important;
}
#header{
height: 120px !important;
}
.logo-image{
display: none !important;
}
.navbar{
-moz-border-radius: 0px !important;
}
#navtabs{
padding-left: 40px !important;
}
.navtabs li.selected{
border: none !important;
}
.navtabs li.selected a.navtab{
background: none #332B1E !important;
-moz-border-radius: 4px 4px 0 0 !important;
}
#navtabs .selected .floatcontainer{
padding-left: 40px !important;
margin-right: 0 !important;
width: auto !important;
}
.navtabs ul li:first-child {
text-indent: 0 !important;
}
.navtabs ul li a{
color: #796548 !important;
}
.navtabs li, #navbar_search span {
border: none !important;
}
#navbar_search .textboxcontainer span input{
-moz-border-radius: 12px !important;
padding: 1px 8px 1px 8px !important;
}
.body_wrapper{
-moz-border-radius: 0px !important;
padding: 0 40px 30px 40px !important;
}
#breadcrumb{
padding-top: 20px !important;
}
#breadcrumb ul li.navbithome{
display: none !important;
}
#doc3{
margin: 0 !important;
}
/* Front Page - Main Content */
#yui-main{
width: 680px !important;
margin: 0 !important;
padding: 0 !important;
}
.yui-gf, .yui-u, div.yui-u #widgetlist_column2{
width: 680px !important;
margin: 0 !important;
padding: 0 !important;
}
.yui-b{
width: auto !important;
margin: 0 !important;
padding: 0 !important;
}
/* hide first sidebar */
.yui-gf .first{
display: none !important;
}
.yui-ge div.first, .yui-gf .yui-u{
width: /*98.2%*/ auto !important;
float: none !important;
}
yui-b yui-sidebar{
width: 220px !important;
}
.cms_widget{
-moz-border-radius: 0px !important;
-moz-box-shadow: none !important;
}
.cms_widget .block{
background: none #332B1E !important;
-moz-border-radius: 0px !important;
}
.cms_widget_post_bit{
font-size: 10px !important;
padding-bottom: 10px !important;
}
.cms_widget_content {
-moz-border-radius: 0px !important;
background: none !important;
}
#footer{
-moz-box-shadow: none !important;
}
#newreplylink_bottom{
clear: none !important;
position: static !important;
}
.below_postlist .pagination_bottom{
clear: none !important;
width: auto !important;
}
#pagination_bottom #showthread_navpopup{
display: none !important;
}
.below_body{
background: #796548 !important;
}
}