Announcement

Collapse
No announcement yet.

The Phoronix Forums Have Been Upgraded

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #61
    Originally posted by Michael View Post
    Black on white hurting your eyes or what aspect?
    the old Gray was good, this pure white is Killing my eyeballs.

    can we have an option to use the old colours if wanted added to our settings page at least or a button to switch to any alternate version ASAP ?

    BTW DID YOU Finally put in a far longer edit time so we can re-edit our message content (and delete it at any time if we wish to remove it from publication)

    Comment


    • #62
      Originally posted by popper View Post

      white with bit of green....

      BTW DID YOU Finally put in a far longer edit time so we can re-edit our message content (and delete it at any time if we wish to remove it from publication)
      apparently NOT (Yet ?)

      Comment


      • #63
        Posting my phoronix.css file for anyone interested.

        It a slightly more blingy version of this theme, Michael feel free to pick it apart and implement anything that looks interesting to you.

        Code:
        .bbcode_postedby,
        .bbcode_container .bbcode_quote,
        .posthead, .postdate, .postbitlegacy,
        .eventbit, .eventhead, .nodecontrols,
        .pagination *,
        h1, h2, h3, h4, h5, h6,
        body, legend {
            font-family: "Candara", "Ubuntu", "Lucida Grande", "Arial", sans-serif !important;
        }
        
        .postbit .postrow {
            font-family: "Ubuntu", "Lucida Grande", "Arial", sans-serif !important;
            font-size: 1.1em !important;
            line-height: 1.5em !important;
        }
        
        pre, code, kbd, samp, tt { 
            font-family: "Consolas", monospace !important;
            font-size: 1.05em !important;
        }
        
        /* Bling! */
        h1, h2, h3 {
            text-shadow: #ddd 1px 1px 1px;
        }
        
        .postcontainer {
            background-color: #2c6b29;
        }
        
        .postrow {
            background-color: #fff;
        }
        
        .bbcode_code {
            border: 1px solid #ccc !important;
        }
        
        .posthead, .posthead * {
            background-color: transparent !important;
        }
        
        .posthead {
            border-top-left-radius: 5px !important;
            border-top-right-radius: 5px !important;
            margin-left: -1px !important; 
        }
        
        .postcontainer, .bbcode_code {
            border-radius: 5px;
        }
        
        .postcontainer, .quote_container, .bbcode_code {
            box-shadow: #777 0px 2px 3px;
        }
        Click for a preview:

        Comment


        • #64
          All I can say to the changes is YES!!!

          Comment


          • #65
            Use:

            Code:
            .postrow {
                background-color: #f0f0f0 !important;
            }
            for a darker background, if pure white annoys you.

            Comment


            • #66
              cant find my usual tool for click and pick the hex value but there are many vBulletin theme's that are OK and i think something like this would be a good colour start
              compared to the old version.



              Comment


              • #67
                Originally posted by BlackStar View Post
                Posting my phoronix.css file for anyone interested.

                It a slightly more blingy version of this theme, Michael feel free to pick it apart and implement anything that looks interesting to you.

                Code:
                .bbcode_postedby,
                .bbcode_container .bbcode_quote,
                .posthead, .postdate, .postbitlegacy,
                .eventbit, .eventhead, .nodecontrols,
                .pagination *,
                h1, h2, h3, h4, h5, h6,
                body, legend {
                    font-family: "Candara", "Ubuntu", "Lucida Grande", "Arial", sans-serif !important;
                }
                
                .postbit .postrow {
                    font-family: "Ubuntu", "Lucida Grande", "Arial", sans-serif !important;
                    font-size: 1.1em !important;
                    line-height: 1.5em !important;
                }
                
                pre, code, kbd, samp, tt { 
                    font-family: "Consolas", monospace !important;
                    font-size: 1.05em !important;
                }
                
                /* Bling! */
                h1, h2, h3 {
                    text-shadow: #ddd 1px 1px 1px;
                }
                
                .postcontainer {
                    background-color: #2c6b29;
                }
                
                .postrow {
                    background-color: #fff;
                }
                
                .bbcode_code {
                    border: 1px solid #ccc !important;
                }
                
                .posthead, .posthead * {
                    background-color: transparent !important;
                }
                
                .posthead {
                    border-top-left-radius: 5px !important;
                    border-top-right-radius: 5px !important;
                    margin-left: -1px !important; 
                }
                
                .postcontainer, .bbcode_code {
                    border-radius: 5px;
                }
                
                .postcontainer, .quote_container, .bbcode_code {
                    box-shadow: #777 0px 2px 3px;
                }
                Click for a preview:
                Unfortunately it's not as easy for me as I need to track down a bunch of different vBulletin style variables and shit
                Michael Larabel
                https://www.michaellarabel.com/

                Comment


                • #68
                  Originally posted by popper View Post
                  cant find my usual tool for click and pick the hex value but there are many vBulletin theme's that are OK and i think something like this would be a good colour start
                  compared to the old version.



                  Dear lord, this theme is awful! High contrast white-on-black is painful.

                  Comment


                  • #69
                    well its closer to the original and people did like that

                    i Know its close as iv still got a few old phoronix pages up i did not refreshed yet, so i compared to the above colours, better that than burning your eyes out with this one i think.

                    Comment


                    • #70
                      Looks fine to me. If it hurts your eyes, what are you, a cave-dweller or something? :P Google is even brighter than this.

                      Comment

                      Working...
                      X