Dandruff or scalp irritation? Try BLOO.

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

    Display changes

    Meta
    8
    20
    948
    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.
    • bradB
      brad @Smitty
      last edited by

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

      1 Reply Last reply Reply Quote 0
      • K
        Kasper @brad
        last edited by

        @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

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

          bradB 1 Reply Last reply Reply Quote 0
          • CharlieC
            Charlie
            last edited by

            I think it looks great.

            1 Reply Last reply Reply Quote 0
            • AmazoniacA
              Amazoniac @brad
              last edited by

              @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!

              bradB 1 Reply Last reply Reply Quote 0
              • bradB
                brad @A Former User
                last edited by

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

                1 Reply Last reply Reply Quote 0
                • bradB
                  brad @Amazoniac
                  last edited by

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

                  AmazoniacA 1 Reply Last reply Reply Quote 0
                  • AmazoniacA
                    Amazoniac @brad
                    last edited by

                    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!

                    bradB 1 Reply Last reply Reply Quote 0
                    • IxionereusI
                      Ixionereus
                      last edited by

                      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.

                      bradB 1 Reply Last reply Reply Quote 0
                      • bradB
                        brad @Ixionereus
                        last edited by

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

                        IxionereusI 1 Reply Last reply Reply Quote 0
                        • bradB
                          brad @Amazoniac
                          last edited by

                          @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
                          • IxionereusI
                            Ixionereus @brad
                            last edited by

                            @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.

                            bradB 1 Reply Last reply Reply Quote 0
                            • bradB
                              brad @Ixionereus
                              last edited by

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

                              IxionereusI 1 Reply Last reply Reply Quote 0
                              • IxionereusI
                                Ixionereus @brad
                                last edited by

                                @brad Better now. Thank you!

                                1 Reply Last reply Reply Quote 0
                                • bradB brad referenced this topic on
                                • 1 / 1
                                • First post
                                  Last post