tweaks to how threads are displayed
pball's Autodesk Forum tweaks by pball
Details
Authorpball
LicenseNo License
Categoryautodesk.com
Created
Updated
Size2.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name pball's Autodesk Forum mods
@version 20231123.14.42
@namespace ?
==/UserStyle== */
@-moz-document domain("forums.autodesk.com") {
/* Main page edits */
/* Hide Knowledge Network thing */
.pure-menu-horizontal.pure-g.uh-pn-container, .navbar.global-header {
display:none !important
}
/* Hide forum name/icon */
.component-autodesk-product-nonproduct-page-title{
display:none!important;
}
/* Color threads with unread posts */
.lia-list-row-thread-unread .cMessageAuthorAvatarColumn {
background-color: #ffe1e1;
}
/* Color threads with answered post */
.lia-row-even.lia-list-row-thread-solved, .lia-row-odd.lia-list-row-thread-solved, .lia-component-solution-list, .lia-component-solution-list .lia-component-message-view-widget-tags, .lia-list-row-thread-solved.lia-accepted-solution {
background-color: #e5ffc8 !important;
}
/* Avatar size */
.cMessageAuthorAvatarColumn .UserAvatar > img.lia-user-avatar-message {
max-height:35px;
max-width:35px;
display: block;
}
/* Resize rank icons in forum list */
tr.lia-list-row img.lia-user-rank-icon.lia-user-rank-icon-left{
height: 12px;
width: 12px;
}
/* Remove username underlines */
.lia-user-name-link > * {
border-bottom: none !important;
}
/* Resize thread author and date line */
.lia-info-area, .lia-info-area-item > span > a.lia-link-navigation > span {
font-size:11px !important;
line-height:1
}
/* Hide syndication icon on thread titles */
.syndcation-message-icon {
display:none !important
}
/* Remove various white space */
.lia-top-quilt .lia-quilt-row-main .lia-quilt-column-main-content div.lia-node-header-info.lia-component-common-widget-node-information div.lia-node-header-title{
padding-bottom:0px!important;
}
/* End remove white space section */
/* Thread edits */
/* Op reply background color */
.ForumTopicPage .lia-panel-message {
background:rgb(245,245,245) !important
}
/* Accepted answer background color *
.ForumTopicPage .lia-component-message-list-detail-with-inline-editors .lia-message-view-forum-message.lia-thread-reply {
background:#69b90f !important
}*/
/* General reply background color */
.ForumTopicPage .lia-component-message-list-detail-with-inline-editors .lia-message-view-forum-message.lia-thread-reply {
background:rgb(245, 245, 245) !important
}
/* Reply edits */
/* Resize code editor window */
.PostPage .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in:not([aria-label*="Insert link"]):not([aria-label*="Insert Code"]), .EditPage .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in:not([aria-label*="Insert link"]):not([aria-label*="Insert Code"]), .ReplyPage .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in:not([aria-label*="Insert link"]):not([aria-label*="Insert Code"]) {
height: 550px !important;
top: 35px !important;
}
}