Dandruff or scalp irritation? Try BLOO.

  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bioenergetic Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login

Display changes

Meta
8
20
936
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B
    brad
    last edited by Feb 5, 2024, 2:19 AM

    Hi everyone, I've made a few changes to the forum display. Here's the current custom css:

    .stats-votes {
        display: none;
    }
    
    .topic .posts.timeline .timeline-event:not(:first-child), .topic .posts.timeline>[component=post]:not(:first-child) {
        padding-top: 0px;
    }
    .topic .posts.timeline .timeline-event:not(:last-child), .topic .posts.timeline>[component=post]:not(:last-child) {
        padding-bottom: 0px;
    }
    
    .post-signature img {
        display: none;
    }
    
    .topic {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    

    If people have feedback on this, would like me to make additional changes, or would like me to revert back to default, this is the place to let your voice be heard.

    P 1 Reply Last reply Feb 5, 2024, 2:46 PM Reply Quote 0
    • P
      pilky @brad
      last edited by Feb 5, 2024, 2:46 PM

      @brad I think the width should stay as wide as it was, but the text made a tad bigger. It's disorienting when the width changes during navigation into a thread. Or at the very least, have the width be the same for indexes and threads but make it just a little narrower (larger than 800px though).

      Fake Peater since 2020

      B 1 Reply Last reply Feb 5, 2024, 4:24 PM Reply Quote 0
      • B
        brad @pilky
        last edited by Feb 5, 2024, 4:24 PM

        @pilky Sorry I kind of like it limited width for forum threads for readability. The wideness is OK for the list of topics because the lines aren't as long. Do you have a proposal for a larger maximum width?

        K 1 Reply Last reply Feb 8, 2024, 6:52 PM Reply Quote 0
        • S
          Smitty
          last edited by Feb 6, 2024, 2:59 AM

          Any plans to add a theme that has a not so jarring background colour? Sepia is my personal favourite! Otherwise I think the current changes are minimal but I like the aesthetic 🙂

          B 1 Reply Last reply Feb 8, 2024, 4:27 PM Reply Quote 0
          • B
            brad @Smitty
            last edited by Feb 8, 2024, 4:27 PM

            @Smitty

            Hello. I have added a custom background color that may remind you of a classy British periodical (this is purely coincidental if so and not copyright infringing in any way). Please provide feedback on whether you love it, or really love it.

            S A 2 Replies Last reply Feb 8, 2024, 4:47 PM Reply Quote 0
            • S
              Smitty @brad
              last edited by Feb 8, 2024, 4:47 PM

              @brad I have a profound love for it!

              B 1 Reply Last reply Feb 8, 2024, 5:36 PM Reply Quote 0
              • B
                brad @Smitty
                last edited by Feb 8, 2024, 5:36 PM

                @Smitty That's what I'm talking about!

                1 Reply Last reply Reply Quote 0
                • K
                  Kasper @brad
                  last edited by Feb 8, 2024, 6:52 PM

                  @brad 100% agree, less width reads much better

                  Ray Peat also used 2 columns for his news letters, much easier to read!

                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User
                    last edited by Feb 8, 2024, 9:29 PM

                    Why is the background stuck with a light beige color? The darker skins don't work anymore and only makes the text unreadable.

                    B 1 Reply Last reply Feb 9, 2024, 2:33 AM Reply Quote 0
                    • C
                      Charlie
                      last edited by Feb 8, 2024, 10:02 PM

                      I think it looks great.

                      1 Reply Last reply Reply Quote 0
                      • A
                        Amazoniac @brad
                        last edited by Feb 9, 2024, 1:54 AM

                        @brad

                        I would favor off-white tones (such as #f5f5f5) for background, if any (to leave it simple and avoid wrapping of images). Yellow tones make the website mellow and bioanergetic.

                        Those newspapers that you used as reference were probably not printed in such tone, but white or gray and black.

                        I now have a support page!

                        B 1 Reply Last reply Feb 9, 2024, 2:50 AM Reply Quote 0
                        • B
                          brad @A Former User
                          last edited by Feb 9, 2024, 2:33 AM

                          @Svet This should be fixed now. I'm now only overriding the cerulean theme.

                          1 Reply Last reply Reply Quote 0
                          • B
                            brad @Amazoniac
                            last edited by Feb 9, 2024, 2:50 AM

                            @Amazoniac If you claim one of the skins and give me custom css I can add something for you.

                            A 1 Reply Last reply Feb 10, 2024, 10:05 PM Reply Quote 0
                            • A
                              Amazoniac @brad
                              last edited by Feb 10, 2024, 10:05 PM

                              Hi, Brad. Thanks for the offer.

                              I mentioned because the sepia changes were applied to the default theme and I think that it has room for improvement. In case you remain open to suggestions, here they are:

                              The browned paper is from oxidized cellulose (and you can even have something akin to age-pigment). Since this degradation of paper tends to be worse at the extremities, why not preserve the newspaper aspect inside and darken only the borders?

                              .skin-cerulean
                              {
                              	--bs-body-bg: #f7f7f7;
                              	box-shadow: 0 0 48px #c3bcb5 inset;
                              
                              	or (as below)..
                              	box-shadow: 0 0 48px rgba(0, 0, 0, 0.2) inset;
                              }
                              
                              .skin-cerulean .topic
                              {
                              	--bs-body-bg: #f7f7f7;
                              }
                              
                              .skin-cerulean .navbar.bg-light
                              {
                              	background-color: #f7f7f7;
                              	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
                              }
                              
                              blockquote
                              {
                              	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
                              	margin-left: 8px;
                              	margin-right: 8px;
                              }
                              
                              .img-fluid [?]
                              {
                              	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
                              	margin-left: 8px;
                              	margin-right: 8px;
                              }
                              

                              Current:

                              e2418797-9b7e-4b21-8bb5-e0c3dcf86c46-image.png


                              Suggested:

                              79c64945-0576-445e-97e6-af2012c6f754-image.png

                              I now have a support page!

                              B 1 Reply Last reply Feb 21, 2024, 5:46 PM Reply Quote 0
                              • I
                                Ixionereus
                                last edited by Feb 21, 2024, 4:55 PM

                                Is there a way in the settings we can customize for the font size to be a little bigger? Finding the font a little hard to read at its current size.

                                B 1 Reply Last reply Feb 21, 2024, 5:03 PM Reply Quote 0
                                • B
                                  brad @Ixionereus
                                  last edited by Feb 21, 2024, 5:03 PM

                                  @Ixionereus You can usually change that on your browser. I might up the font size a tad as well.

                                  I 1 Reply Last reply Feb 21, 2024, 7:19 PM Reply Quote 0
                                  • B
                                    brad @Amazoniac
                                    last edited by Feb 21, 2024, 5:46 PM

                                    @Amazoniac Sorry for just seeing this. I've added a few of your changes, thanks for all of your suggestions. Here's the current css:

                                    .stats-votes {
                                        display: none;
                                    }
                                    
                                    .topic .posts.timeline .timeline-event:not(:first-child), .topic .posts.timeline>[component=post]:not(:first-child) {
                                        padding-top: 0px;
                                    }
                                    .topic .posts.timeline .timeline-event:not(:last-child), .topic .posts.timeline>[component=post]:not(:last-child) {
                                        padding-bottom: 0px;
                                    }
                                    
                                    .post-signature img {
                                        display: none;
                                    }
                                    
                                    .topic {
                                        max-width: 800px;
                                        margin-left: auto;
                                        margin-right: auto;
                                    }
                                    
                                    .ad {
                                        padding-left: 20px;
                                        margin-left: auto;
                                        margin-right: auto;
                                        background-color: #0076a7;
                                        color: #FFF;
                                    }
                                    
                                    .ad p {
                                        margin:0;
                                    }
                                    
                                    .ad a {
                                        color: #f18201;
                                        font-weight: bold; 
                                    }
                                    
                                    .ad a:hover {
                                        color: #f19a01;
                                    }
                                    
                                    
                                    html {
                                        --panel-offset: 64px !important;
                                    }
                                    
                                    .topic .post-tools a {
                                        padding: 0.25em 0.75em 0.5em;
                                    }
                                    
                                    .topic .moderator-tools > a {
                                        padding: 0.25em 1em 0.75em 0.5em;
                                    }
                                    
                                    .skin-cerulean {
                                        --bs-body-bg: #fff1e5;
                                        --bs-light: #fff1e5;
                                        
                                        .topic-list-header {
                                           background-color: #fff1e5;
                                        }
                                        .topic-header {
                                           background-color: #fff1e5;
                                        }
                                        .topic {
                                           background-color: #fff1e5;
                                        }
                                    
                                        .navbar.bg-light {
                                            background-image: none !important;
                                            background-color: #fff1e5 !important;
                                        	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
                                        }
                                        
                                        .topic .posts.timeline .timeline-event .icon .avatar, .topic .posts.timeline .timeline-event .timeline-badge, .topic .posts.timeline>[component=post] .icon .avatar, .topic .posts.timeline>[component=post] .timeline-badge {
                                            box-shadow: 0 0 0 0.5rem #fff1e5;
                                        }
                                        
                                        blockquote {
                                        	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
                                        	margin-left: 8px;
                                        	margin-right: 8px;
                                        }
                                    
                                        .img-fluid {
                                        	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
                                        	margin-left: 8px;
                                        	margin-right: 8px;
                                        }
                                    }
                                    
                                    span.d-inline-flex.gap-2.align-items-center {
                                        display: none !important;
                                    } 
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • I
                                      Ixionereus @brad
                                      last edited by Feb 21, 2024, 7:19 PM

                                      @brad If it could be raised a little, that would be fantastic. Even a small increase would have a significant impact on me as I have mild dyslexia.

                                      Thanks for all your hard work on this forum, really enjoying it.

                                      B 1 Reply Last reply Feb 21, 2024, 7:57 PM Reply Quote 0
                                      • B
                                        brad @Ixionereus
                                        last edited by Feb 21, 2024, 7:57 PM

                                        @Ixionereus Alright, I made it a little bit bigger. If you need it larger give this a try.

                                        I 1 Reply Last reply Feb 21, 2024, 8:04 PM Reply Quote 0
                                        • I
                                          Ixionereus @brad
                                          last edited by Feb 21, 2024, 8:04 PM

                                          @brad Better now. Thank you!

                                          1 Reply Last reply Reply Quote 0
                                          • B brad referenced this topic on Feb 23, 2024, 4:32 AM
                                          • 1 / 1
                                          1 / 1
                                          • First post
                                            20/20
                                            Last post