Arcwolf Posted December 1, 2015 Share Posted December 1, 2015 3 hours ago, aramil said: snip Excellent, I was hoping someone would come along and take up the gauntlet. Looks good, I've added this to mine. LI.ipsPagination_pageJump > *{ font-weight: bold !important; } Makes the page jumper bold. Looks ok, havent seen any other elements effected yet. Thanks for sharing I was trying to move around some other elements but I dont know enough about css to keep the layout from coughing up a hairball every time I mess with it... Quote Link to comment Share on other sites More sharing options...
rockbloodystar Posted December 1, 2015 Share Posted December 1, 2015 really simple thing, I can't find my subscriptions. any help? Quote Link to comment Share on other sites More sharing options...
Mad Rocket Scientist Posted December 1, 2015 Author Share Posted December 1, 2015 7 minutes ago, rockbloodystar said: really simple thing, I can't find my subscriptions. any help? Usrename in the upper right corner> manage followed content. Quote Link to comment Share on other sites More sharing options...
Arcwolf Posted December 1, 2015 Share Posted December 1, 2015 (edited) Snipped some code and stuff. Nothing to see here ... Edited December 1, 2015 by Arcwolf edits Quote Link to comment Share on other sites More sharing options...
charfa Posted December 1, 2015 Share Posted December 1, 2015 DIV.ipsComment_meta.ipsType_light { color: white; background-color: #3c6994; font-weight: bold; position: relative; left: -15px; margin-right: -15px; padding-left: 15px; } A cleaner way to modify the post "header" (posted date etc.). Also makes it stretch to both sides of the post area. Note that I have used a different background color. I would advise against modifying P.ipsType_reset, it is used in various places (I noticed it changed some text in activity stream page). DIV.ipsType_richText>P { -webkit-margin-before: 0.5em; -webkit-margin-after: 0.5em; } DIV.ipsType_normal.ipsType_richText { line-height: 1.5; } Reduce spacing around paragraphs and lines, tweak to your liking. -webkit-margin-before/after is specific to WebKit based browsers, use margin-top/bottom elsewhere. Quote Link to comment Share on other sites More sharing options...
pellinor Posted December 1, 2015 Share Posted December 1, 2015 My usual way to view the forum was a list of all threads that changed since my last visit. This last can be configured as an activity stream, but my screen now shows about a quarter of the information it showed before. Is there a better way to stay up to date? A bonus would be to restrict the search to a subset of the forums. Still, I'd already be happy to get the old information density back. Quote Link to comment Share on other sites More sharing options...
Arcwolf Posted December 2, 2015 Share Posted December 2, 2015 (edited) 36 minutes ago, charfa said: code snip A cleaner way to modify the post "header" (posted date etc.). Also makes it stretch to both sides of the post area. Note that I have used a different background color. I would advise against modifying P.ipsType_reset, it is used in various places (I noticed it changed some text in activity stream page). code snip Reduce spacing around paragraphs and lines, tweak to your liking. -webkit-margin-before/after is specific to WebKit based browsers, use margin-top/bottom elsewhere. cool, thanks. also I noted that this needs changed too. Remove , LI.ipsType_light some unintended elements are changed because of this. UL.cAuthorPane_info.ipsList_reset{ color: white; font-weight: bold; } Just noticed this thread http://forum.kerbalspaceprogram.com/index.php?/topic/126808-made-a-user-style-to-increase-forum-contrast-and-available-space/ So, I'm thinking further style changes would be best served moved there. Keeps things tidy and all in one place. Edited December 2, 2015 by Arcwolf Quote Link to comment Share on other sites More sharing options...
Red Iron Crown Posted December 2, 2015 Share Posted December 2, 2015 24 minutes ago, pellinor said: My usual way to view the forum was a list of all threads that changed since my last visit. This last can be configured as an activity stream, but my screen now shows about a quarter of the information it showed before. Is there a better way to stay up to date? A bonus would be to restrict the search to a subset of the forums. Still, I'd already be happy to get the old information density back. The information density can be improved by switching to "Condensed view" by clicking this icon: Quote Link to comment Share on other sites More sharing options...
WinkAllKerb'' Posted December 2, 2015 Share Posted December 2, 2015 (edited) Just passing by, but i m a bit "amused/worried/genuinely interested" with the new drag and drop functionalities, interesting sure but for now a little bit messy allowing to copy paste some weird things all around, i m curious to see how this one will get polished/enhanced medium term with some specific authorization/restriction on some part of the forum GUI, also not a fan a mouse wheel locked while drag and dropping stuff ... Edited December 2, 2015 by WinkAllKerb'' Typo Quote Link to comment Share on other sites More sharing options...
mcirish3 Posted December 2, 2015 Share Posted December 2, 2015 Anyone know how to do an advance search on tags only? Quote Link to comment Share on other sites More sharing options...
taniwha Posted December 2, 2015 Share Posted December 2, 2015 (edited) I have taken Arcwolf's initial stylish script (available in the Welcome thread 24 hours ago) and done some colorizing. While the colors will not appeal to all (the page button bar colors do not appeal to me, even!), I have found most of the knobs to get the forum to not be an eyesore for me. Also, it's a disorganized mess, sorry (my first time messing with CSS). And yes, I like light text on dark backgrounds Spoiler @-moz-document domain("forum.kerbalspaceprogram.com"){ DIV{ font-family: Verdana; } #ipsLayout_header div{ background:#0f0f0f; } #ipsLayout_header nav{ background:#0f0f0f; } #ipsLayout_header header{ background:#0f0f0f; } .ipsApp{ background: #0f0f0f; } .ipsCode{ background:#202020; } .ipsButtonBar{ background:#bada55; } .ipsApp .ipsButtonBar .ipsPagination .ipsPagination_page a, .ipsApp .ipsButtonBar .ipsPagination .ipsPagination_next a, .ipsApp .ipsButtonBar .ipsPagination .ipsPagination_prev a, .ipsApp .ipsButtonBar .ipsPagination .ipsPagination_first a, .ipsApp .ipsButtonBar .ipsPagination .ipsPagination_last a{ color:#4525aa; } .ipsButtonBar .ipsPagination .ipsPagination_pageJump a{ color:#4525aa; } .ipsButtonBar .ipsPagination .ipsPagination_page.ipsPagination_active a{ background:#daba55; color:#2545aa } .ipsComment_author{ background-color: #404040; } .ipsNavBar_primary > ul > li.ipsNavBar_active > a, .ipsNavBar_active{ background:#202020; color:#e0e0e0; } .ipsNavBar_secondary > li.ipsNavBar_active > a, .ipsNavBar_active{ background:#202020; color:#e0e0e0; } .ipsNavBar_secondary > li >a{ color:#f0f0f0; } .ipsNavBar_primary{ background:#0f0f0f; color:#f0f0f0; } .ipsNavBar_secondary{ background:#0f0f0f; color:#f0f0f0; } .ipsType_richText{ color:#c0c0c0; } .ipsType_pageTitle{ color:#f0f0f0; } .ipsItemStatus.ipsItemStatus_large{ background:#0f0f0f; } .ipsBreadcrumb.ipsBreadcrumb_top{ background:#0f0f0f; } .ipsSpoiler, .ipsStyle_spoiler{ background:#0f0f0f; color:#c0c0c0; } .ipsSpoiler_header{ background:#3f3f3f; color:#c0c0c0; } .ipsQuote{ background:#0f0f0f; border-color:#0f0f0f #0f0f0f #0f0f0f #0f0f0f; color:#c0c0c0; } .ipsQuote_contents{ background:#3f3f3f; color:#e0e0e0; } .ipsQuote_citation{ background:#3f3f3f; color:#e0e0e0; } .cke_wysiwyg_div{ background:#090909; } .cke_inner, .cke_top, .cke_bottom, .cke_panel{ background:#0f0f0f; color:#f0f0f0 } .ipsDataItem_main, .ipsDataItem_icon, .ipsDataItem_stats, .ipsDataItem_lastPoster{ background-color:#0f0f0f; } .ipsAreaBackground_positive .ipsType_sectionHead, .ipsAreaBackground_positive .ipsType_sectionTitle, .ipsAreaBackground_negative .ipsType_sectionHead, .ipsAreaBackground_negative .ipsType_sectionTitle{ background:#0f0f0f; color:#ffffff; } .ipsComment{ background:#0f0f0f; } .ipsBox{ background:#0f0f0f } .ipsComment.ipsComment_selected { background:#0f0f0f; } .ipsAreaBackground{ background:#0f0f0f; } .ipsAreaBackground_light{ background:#0f0f0f; } .ipsAreaBackground_reset{ background:#0f0f0f; } #ipsLayout_mainArea{ background:#0f0f0f; } #ipsLayout_sidebar{ background:#0f0f0f; } #ipsLayout_contentWrapper{ background:#0f0f0f; } .ipsBox:not( .ipsBox_transparent ):not( .ipsModerated){ background-color:#0f0f0f; } .ipsWidget{ background:#0f0f0f; } .ipsWidget_vertical{ background-color:#0f0f0f; color:#f0f0f0; } .ipsWidget_inner{ background:#0f0f0f; } .ipsType_sectionTitle{ background:#306040; } .ipsWidget.ipsWidget_vertical .ipsWidget_title{ background:#306040; } .ipsWidget.ipsWidget_horizontal .ipsWidget_title{ background:#306040; color:#d0d0d0; } DIV.ipsComment_meta.ipsType_light{ background-color: #306040; position: relative; right: 15px; } P.ipsType_reset{ position: relative; right: -5px; color: white; font-weight: bold; } .fa.fa-share-alt, .fa.fa-share-alt:hover, A.ipsFaded.ipsFaded_more{ color: white; } UL.cAuthorPane_info.ipsList_reset, LI.ipsType_light{ color: white; font-weight: bold; } A.ipsRepBadge.ipsRepBadge_positive{ color: blue !important; } } Hmm, need to hit "reason for edit" with a hammer. Edited December 2, 2015 by taniwha Added preview Quote Link to comment Share on other sites More sharing options...
DuoDex Posted December 2, 2015 Share Posted December 2, 2015 Does anyone know if I can mess with the results per page setting? Quote Link to comment Share on other sites More sharing options...
WinkAllKerb'' Posted December 2, 2015 Share Posted December 2, 2015 (edited) unread private message can be edited (not tested read private message btw) EDIT: read private message can be edited too actually wich is a bit weird ... Edited December 2, 2015 by WinkAllKerb'' Quote Link to comment Share on other sites More sharing options...
Endersmens Posted December 2, 2015 Share Posted December 2, 2015 (edited) Good news! Some formatting BBcode is still functional! Examples below: bold, underline, italics. using [ b ] [ i ] [ u ] (without spaces) Formatting with BBcode! Size, and color still work too! Using [ size=<number> ] and [ color = 'red' or hex value ] Big text!Red Text! And finally, lists work too. These are the only ones I've tried. All of these get converted to WYSIWYG upon posting, so when you edit they will still be formatted and the BBcode will be gone. But you can still use BBcode for premade posts! Item 1 Item 2 Item 3 Edited December 2, 2015 by Endersmens Quote Link to comment Share on other sites More sharing options...
Val Posted December 2, 2015 Share Posted December 2, 2015 Copy-paste of quotes does not work in Chrome, but does work in IE 10/11 and Edge. Haven't tested other browsers. Quote Link to comment Share on other sites More sharing options...
Red Iron Crown Posted December 2, 2015 Share Posted December 2, 2015 Found a way to make a page like the old Subscriptions page, you can see how here: http://forum.kerbalspaceprogram.com/index.php?/topic/126874-miss-the-old-subscriptions-page-try-a-custom-activity-stream/ Quote Link to comment Share on other sites More sharing options...
Mad Rocket Scientist Posted December 2, 2015 Author Share Posted December 2, 2015 (edited) 21 hours ago, charfa said: DIV.ipsComment_meta.ipsType_light { color: white; background-color: #3c6994; font-weight: bold; position: relative; left: -15px; margin-right: -15px; padding-left: 15px; } A cleaner way to modify the post "header" (posted date etc.). Also makes it stretch to both sides of the post area. Note that I have used a different background color. I would advise against modifying P.ipsType_reset, it is used in various places (I noticed it changed some text in activity stream page). DIV.ipsType_richText>P { -webkit-margin-before: 0.5em; -webkit-margin-after: 0.5em; } DIV.ipsType_normal.ipsType_richText { line-height: 1.5; } Reduce spacing around paragraphs and lines, tweak to your liking. -webkit-margin-before/after is specific to WebKit based browsers, use margin-top/bottom elsewhere. Should I add this to the OP? 16 hours ago, WinkAllKerb'' said: Just passing by, but i m a bit "amused/worried/genuinely interested" with the new drag and drop functionalities, interesting sure but for now a little bit messy allowing to copy paste some weird things all around, i m curious to see how this one will get polished/enhanced medium term with some specific authorization/restriction on some part of the forum GUI, also not a fan a mouse wheel locked while drag and dropping stuff ... I don't think you can turn that off. 16 hours ago, mcirish3 said: Anyone know how to do an advance search on tags only? Yes: Click on "search," then the drop-down to the left of search, click the "Advanced search" the "+search by tags." 4 hours ago, DuoDex said: Does anyone know if I can mess with the results per page setting? I don't think so, but I'll try to find out. 3 hours ago, WinkAllKerb'' said: unread private message can be edited (not tested read private message btw) EDIT: read private message can be edited too actually wich is a bit weird ... Strange, but it may not merit addition to the OP. 3 hours ago, Val said: Copy-paste of quotes does not work in Chrome, but does work in IE 10/11 and Edge. Haven't tested other browsers. I will add that. Edited December 2, 2015 by Mad Rocket Scientist Quote Link to comment Share on other sites More sharing options...
Red Iron Crown Posted December 2, 2015 Share Posted December 2, 2015 3 minutes ago, Mad Rocket Scientist said: Click on "search," then the drop-down to the left of search, the "Advanced search" A quicker way to do this is to click the magnifying glass icon on the search bar with no terms entered, that will bring you directly to the Advanced Search page. One third as many clicks! Quote Link to comment Share on other sites More sharing options...
rockbloodystar Posted December 2, 2015 Share Posted December 2, 2015 23 hours ago, Mad Rocket Scientist said: Usrename in the upper right corner> manage followed content. haven't got username in top right corner. Quote Link to comment Share on other sites More sharing options...
Mad Rocket Scientist Posted December 2, 2015 Author Share Posted December 2, 2015 5 minutes ago, rockbloodystar said: haven't got username in top right corner. Right here: Quote Link to comment Share on other sites More sharing options...
Red Iron Crown Posted December 2, 2015 Share Posted December 2, 2015 (edited) Probably on mobile, that element turns into three horizontal bars on smaller screens, with different functionality (try making your browser window narrower and you'll see). Edited December 2, 2015 by Red Iron Crown Quote Link to comment Share on other sites More sharing options...
Mad Rocket Scientist Posted December 2, 2015 Author Share Posted December 2, 2015 Just now, Red Iron Crown said: Probably on mobile, that element turns into three horizontal bars on smaller screens, with different functionality. Oh, that makes sense. I never browse the forums on mobile, so that makes sense. I'll add a disclaimer on the OP. Quote Link to comment Share on other sites More sharing options...
softweir Posted December 2, 2015 Share Posted December 2, 2015 Thank you very much for this extremely useful OP! It's good to have somebody who has taken the time to find these lovely bits of info. Thanks again! Quote Link to comment Share on other sites More sharing options...
Mad Rocket Scientist Posted December 2, 2015 Author Share Posted December 2, 2015 2 minutes ago, softweir said: Thank you very much for this extremely useful OP! It's good to have somebody who has taken the time to find these lovely bits of info. Thanks again! You're welcome! Quote Link to comment Share on other sites More sharing options...
Bill Phil Posted December 2, 2015 Share Posted December 2, 2015 Apparently clicking on the time underneath a poster's icon (on the home screen) takes you to the last post. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.