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

Revision as of 03:03, 19 May 2019

/*blank*/
.info-notice table {
    background-color: #e5e0df;
    padding: 5px;
    border: 2px solid grey;
    color: black;
    margin: 5px 0px;
}
.mild-notice table {
    background-color: #C5D6ED;
    padding: 5px;
    border: 2px solid grey;
    color: black;
    margin: 5px 0px;
}
.strong-notice table {
    background-color: #FF3D3D;
    padding: 5px;
    border: none;
    color: white;
    margin: 5px 0px;
}