How to install the custom user-styles :
- Install the "Stylish" extension/add-on for Firefox or Chrome (don't know about IE)
- Create a new style
- If using Firefox :
- Insert the following code :
Code:
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("avsforum.com") { /* ----------------------------- */ /* User-styles go here! */ /* ----------------------------- */ }
- Insert the following code :
- If using Chrome :
- Set "Applies to" to "URLs starting with" : "http://www.avsforum.com"
- Put user-styles directly in the "Code" text area
- Add one or many of the user-style codes given below
- Save and enjoy!
User-styles :
For a taste of the past, see the all new New-Retro Theme V0.1.
/* Make posted-in-threads more visible (blue theme) */
tr.mod-select-parent.viewer-has-replied td.thread-col {
border-left: 6px solid #005194 !important;
}
/* Make posted-in-threads more visible (black theme) */
tr.mod-select-parent.viewer-has-replied td.thread-col {
border-left: 6px solid #FCDC63 !important;
}
/* Make min-width smaller */
#main-container {
min-width: 600px !important;
max-width: none !important;
}
/* Hide the right sidebar */
#sidebar {
display: none;
}
/* Make signatures, post buttons and post header less visible */
div.btn-grp { opacity: 0.4; }
div.post-header * { opacity: 0.4; }
div.post-content-area div.floatb div.signature div.post-sig {
opacity: 0.4;
}
/* Make post-text grey */
div.post-content-area {
color: #DDDDDD !important;
}
/* Compact header */
header div#header-area {
min-height: 90px !important;
height: 90px !important;
}
a.logo { margin: 10px 0 0 10px !important; }
nav { height: 85px; }
nav div#main-menu-area { top: 5px; }
header div.ad { display: none; }
div.search-bar-outer { top: 50px; }
div.search-bar-inner { display: block !important; }
a#advanced-search-submit { display: block; }
/* Horizontal thread view */
div.postbit-underlay { display: None; }
div.post-container-inner2 div.post-content-area {
margin-left: 0px !important;
}
div.post-container-inner2 div.post-info-stat-cont {
display: block;
width: 95% !important;
margin: 0 auto !important;
padding: 10px !important;
position: relative;
float: none;
}
div.post-info-stat-cont div {
margin: 0 !important;
padding: 0 !important;
width: 50% !important;
}
div.post-info-stat-cont ul.post-user-info li span {
display: inline !important;
}
div.post-content-area div.wiki_markup {
width: 95% !important;
margin: 0 auto !important;
padding: 10px;
}
div.post-content-area div.sig_buffer {
display: none;
}
div.post-content-area div.floatb {
width: 95% !important;
margin: 0 auto !important;
padding: 10px;
position: relative
}
div.post-content-area div.floatb div.signature {
border: 0;
}
div.post-content-area div.floatb div.signature div.post-sig {
padding-top: 10px;
border-top: 1px solid;
}
div.post-info-stat-cont ul li { display: none; }
div.post-info-stat-cont ul li.post-username { display: block; }
Enjoy!!
Edited by KevBel - 6/19/12 at 7:49am





























