[RSS Feed/News] CSS border and background questions.

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I'm working on replicating an old VB style in Xen. I have been able to inspect and change item #1 and #2, (colors and thickness just set temporarily for testing and clarity) in extra.less via
Code:

Code:
/* Post message inner */
.message-inner {
    border: 15px solid red;
    border-radius: 10px
}

/* Post message block */
.block--messages {
    border: 15px solid green;
    border-radius: 10px
}

I'm having trouble changing #3 (ALL blocks background) to color rgb(247,244,231) because I...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom