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
(I hate css)
(Replaced content with "blank: ")
(Tag: Replaced)
Line 1: Line 1:
 
/*blank*/
 
/*blank*/
table.info-notice {
 
    background: #e5e0df;
 
    padding: 5px;
 
    border: 2px solid grey;
 
    color: black;
 
    margin: 5px 0px;
 
}
 
#content table.mild-notice, .mild-notice {
 
    background: #0000FF;
 
    padding: 5px;
 
    border: 2px solid red;
 
    color: black;
 
    margin: 5px 0px;
 
}
 
table.strong-notice {
 
    background: #FF3D3D;
 
    padding: 5px;
 
    border: none;
 
    color: white;
 
    margin: 5px 0px;
 
}
 

Revision as of 03:27, 19 May 2019

/*blank*/