Announcement

Collapse
No announcement yet.

Change Background Colour of Quick Reply Box?

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

  • [vB4] Change Background Colour of Quick Reply Box?

    Does anyone know how you change the colour of the areas where the arrows are pointing to in the photo below?:

    www.bodybuildingpro.com

  • #2
    If anyone knows, I would be very grateful.
    www.bodybuildingpro.com

    Comment


    • #3
      Add these two definitions to addtional.css and change #4d463f to match your color scheme:

      Code:
      span.cke_skin_kama
      {
      	-moz-border-radius: 5px;
      	-webkit-border-radius: 5px;
      	border-radius: 5px;
      	border: 1px solid #4d463f !important;
      	padding: 5px;
      }
      
      .cke_skin_kama .cke_wrapper {
          background-color: #4d463f !important;
          background-image: url("images/sprites.png");
          background-position: 0 -1950px;
          background-repeat: repeat-x;
          background-image: none !important;
          background-position: 0 -1950px;
          background-repeat: no-repeat;
          border: 0px solid #292218;
          -moz-border-radius: {vb:stylevar border_radius};
          -webkit-border-radius: {vb:stylevar border_radius};
          border-radius: {vb:stylevar border_radius};
          display: block;
          padding: 5px;
      }
      Credit goes to Lynne for showing the bottom code on vbulletin.org .


      Former vBulletin Support Staff
      Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
      Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!

      Comment


      • #4
        Originally posted by TheLastSuperman View Post
        Add these two definitions to addtional.css and change #4d463f to match your color scheme:

        Code:
        span.cke_skin_kama
        {
        	-moz-border-radius: 5px;
        	-webkit-border-radius: 5px;
        	border-radius: 5px;
        	border: 1px solid #4d463f !important;
        	padding: 5px;
        }
        
        .cke_skin_kama .cke_wrapper {
            background-color: #4d463f !important;
            background-image: url("images/sprites.png");
            background-position: 0 -1950px;
            background-repeat: repeat-x;
            background-image: none !important;
            background-position: 0 -1950px;
            background-repeat: no-repeat;
            border: 0px solid #292218;
            -moz-border-radius: {vb:stylevar border_radius};
            -webkit-border-radius: {vb:stylevar border_radius};
            border-radius: {vb:stylevar border_radius};
            display: block;
            padding: 5px;
        }
        Credit goes to Lynne for showing the bottom code on vbulletin.org .
        Thanks I will do this!
        www.bodybuildingpro.com

        Comment

        Related Topics

        Collapse

        Working...
        X