Difference between revisions of "User:Makanyane/anisa.css"
From TWC Wiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | .TWCportal_1, .TWCportal_2, .TWCportal_3 { border: | + | .TWCportal_1, .TWCportal_2, .TWCportal_3 { border: none; |
padding: .4em .9em .1em; | padding: .4em .9em .1em; | ||
color: black; | color: black; | ||
Line 6: | Line 6: | ||
.TWCportal_1 { | .TWCportal_1 { | ||
background: rgb(227,227,227); | background: rgb(227,227,227); | ||
+ | background: linear-gradient(180deg, rgba(165,165,180,0.5) 0%, rgba(165,165,180,0) 100%); | ||
} | } | ||
.TWCportal_2 { | .TWCportal_2 { | ||
background: rgb(205,199,199); | background: rgb(205,199,199); | ||
+ | background: linear-gradient(180deg, rgba(168,160,162,0.5) 0%, rgba(168,160,162,0) 100%); | ||
} | } | ||
.TWCportal_3 { | .TWCportal_3 { | ||
background: rgb(229,225,219); | background: rgb(229,225,219); | ||
− | + | background: linear-gradient(180deg, rgba(168,168,162,0.5) 0%, rgba(168,168,162,0) 100%); | |
− | |||
− | |||
− | background: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 05:40, 17 May 2019
.TWCportal_1, .TWCportal_2, .TWCportal_3 { border: none; padding: .4em .9em .1em; color: black; vertical-align: top; } .TWCportal_1 { background: rgb(227,227,227); background: linear-gradient(180deg, rgba(165,165,180,0.5) 0%, rgba(165,165,180,0) 100%); } .TWCportal_2 { background: rgb(205,199,199); background: linear-gradient(180deg, rgba(168,160,162,0.5) 0%, rgba(168,160,162,0) 100%); } .TWCportal_3 { background: rgb(229,225,219); background: linear-gradient(180deg, rgba(168,168,162,0.5) 0%, rgba(168,168,162,0) 100%); }