Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

Difference between revisions of "User:Makanyane/twc.css"

From TWC Wiki
Jump to navigationJump to search
(Undo revision 77175 by Makanyane (talk))
(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 08: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; 
}