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
903
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.
  • 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.

      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

            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
                          19/20
                          Last post