Jump to content
Existing user? Sign In

Sign In



Sign Up

BoltzmannBrain

Dry Member
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

BoltzmannBrain last won the day on August 15 2017

BoltzmannBrain had the most liked content!

Recent Profile Visitors

2,252 profile views

BoltzmannBrain's Achievements

  1. I was stuck on this forver. If you have not figured it out yet, you need to go to the library and speak with the people there and then return to the meeting room to start chapter 3.
  2. I went ahead and removed my dark theme from userstyles as it is now obsolete and will not be updated anymore.
  3. Thank you. It is fixed now. Don't know why but for some reason when there are pop-ups the sites css takes priority over stylish css. You'll have to put !important where you define the background color.
  4. Yes, that is because its inline style (style attribute in the element) rather than separate style sheet. You'll have to make your own selectors to override those. Here's what I used: [data-pagecontroller="guidelines"] .page-header, [data-pagecontroller="guidelines"] .ipsType_normal .row { background: #1f2935!important; } [data-pagecontroller="guidelines"] .page-header h2, [data-pagecontroller="guidelines"] .row h3 { color: #b1b1b1!important; } [data-pagecontroller="guidelines"] .col-sm-12 { float: none!important; background-color: #1f2935!important; clear: both; } [data-pagecontroller="guidelines"] h4, [data-pagecontroller="guidelines"] p, [data-pagecontroller="guidelines"] li { color: #b1b1b1!important; }
  5. You'll need to use keyword !important beside your declarations to override those inline styles. [spoiler='example'] p { color: #fff!important; } [/spoiler]
  6. Okay. Updated my theme for the new theme. Feel free to bug me if you see something that looks off. @AdorableFluff the selectors I used are: .ipsComment_highlighted.ipsBox:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ), .ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ) .ipsAreaBackground_reset{ for those highlighted moderator posts, and .ipsComposeArea_editor,.ipsComposeArea_dummy for the reply box.
  7. Yep, that is now fixed, thank you. Also text on the sidebar was barely visible.
  8. Fixed for my theme. @AdorableFluff I added those in the bottom if you want to copy them for your theme.
  9. Here's my dark theme. https://userstyles.org/styles/138942/dark-omoorg It might still have some bugs that I missed so feel free to complain about anything that looks ugly.
×
×
  • Create New...