Resource icon

XF 1 Tip [cXF] Transparent Code Background

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,945
Points
823

Reputation:

LQD submitted a new resource:

[cXF] Transparent Code Background - Change the code block background to be more transparent.

Instead of this:
View attachment 1725
... have this:
View attachment 1726
Add code below to EXTRA.css template:
CSS:
.bbCodeBlock pre {
    line-height: 26px !important;
    padding: 0 10px 0 10px !important;
    background-image: -webkit-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px) !important;
    background-image: -moz-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015)...

Read more about this resource...
 
Top