Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 21 6:06 am)
Building on this, for us Chrome users there is an extension here that allows custom CSS editing.
Once installed, you add a new style for renderosity.com, then paste the following into the field -
body {
font-size: 13px ;
line-height: normal ;
}
font {
font-family: inherit;
font-size: inherit;
color: inherit;
}
blockquote {
font-size: 12px ;
}
.thread-header {
font-size: 14px ;
}
.well {
display: none ;
visibility: hidden ;
}
.hidden-xs {
display: none ;
visibility: hidden ;
}
.forum-title, .forum-type {
font-size: 14px ;
}
/* change to widen forum panel depending on screen resolution */
.container {
width: 1600px;
}
/* minimizes padding around fields, if desired */
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
padding: 5px;
}
/* narrows post & view count column, if desired */
.col-xs-1 {
width: 5%;
}
/* removes avatar circle, if desired */
.comment-avatar {
-webkit-border-radius: 0;
}
Poser Pro 2012 SR3 on Win10 x64 w/Reality.
Poser Display Units = inches.
This seems to work site wide in Chrome.
body {
font-size: 15px ;
line-height: normal ;
}
font {
font-family: inherit;
font-size: inherit;
color: inherit;
}
blockquote {
font-size: 12px ;
}
.thread-header {
font-size: 14px ;
}
.forum-title, .forum-type {
font-size: 14px ;
}
.container {
width: 1600px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
padding: 5px;
}
.col-xs-1 {
width: 5%;
}
.comment-avatar {
-webkit-border-radius: 0;
}
div.panel-body {
font-weight: bold;
}
Some things are easy to explain, other things are not........ <- Store -> <-Freebies->
Brilliant! Thanks Snarly!
I added this before the end bracket:
(keeps color of forum links, greyed orange if you've visited them, yellow on mouseover)
a.forum-title:link {
color: #EDBD4F ! important;
}
a.forum-title:visited {
color: #C9B08F ! important;
}
a.forum-title:hover {
color: #F3E749 ! important;
}
a.forum-title:active {
color: #F3E749 ! important;
}
.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Firefox users can replace the styling of a website with their own, changing just those elements which most bother them.
The changes can be set to only affect web pages at a specific domain (renderosity.com)
To do this:
Go to the Firefox Help menu
Choose Troubleshooting Information
Click onthe 'Show folder' button for the Profile Folder
In Explorer, open the chrome subfolder
Now create a new text file there called userContent.css
The styles defined in this document will be taken into account when laying out the page.
If the styles are marked as important then they will override any used by the site.
To specify a specific domain, wrap all the CSS like this:
@-moz-document domain(renderosity.com) {
-- CSS code goes here --
}
I'm using this code at the moment,and it's working nicely:
@-moz-document domain(renderosity.com) {
body {
font-size: 12px !important;
line-height: normal !important;
}
font {
font-family: inherit !important;
font-size: inherit !important;
color: inherit !important;
}
blockquote {
font-size: 12px ! important;
}
.thread-header {
font-size: 14px ! important;
}
.well {
display: none ! important;
visibility: hidden ! important;
}
.hidden-xs {
display: none ! important;
visibility: hidden ! important;
}
.forum-title, .forum-type{
font-size: 14px ! important;
}
}
NB: You might want to leave out the .hidden-xs code. This hides a lot of the huge banners and stuff, but I haven't yet worked out everything that it hides so it might hide something important :-)
Free stuff @ https://poser.cobrablade.net/