Difference between revisions of "User:Makanyane/twc.css"
From TWC Wiki
Jump to navigationJump to search(Tags: Replaced, Undo) |
|||
Line 1: | Line 1: | ||
/*blank*/ | /*blank*/ | ||
+ | div.reform { | ||
+ | border:2px solid red; | ||
+ | padding:0px 5px; | ||
+ | background-color: rgba(255, 0, 0, 0.05); | ||
+ | background-image: url("https://wiki.twcenter.net/images/5/5c/Reform-blossom.png"); | ||
+ | background-image: url('https://wiki.twcenter.net/images/5/5c/Reform-blossom.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-attachment: fixed; | ||
+ | background-position: center top; | ||
+ | } |
Revision as of 07:27, 22 October 2019
/*blank*/ div.reform { border:2px solid red; padding:0px 5px; background-color: rgba(255, 0, 0, 0.05); background-image: url("https://wiki.twcenter.net/images/5/5c/Reform-blossom.png"); background-image: url('https://wiki.twcenter.net/images/5/5c/Reform-blossom.png'); background-repeat: no-repeat; background-attachment: fixed; background-position: center top; }