Forum: Poser - OFFICIAL


Subject: Rescuing the forum

Snarlygribbly opened this issue on Oct 31, 2014 · 9 posts


Taren421 posted Sat, 01 November 2014 at 2:06 PM

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.