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/anisa.css"

From TWC Wiki
Jump to navigationJump to search
Line 7: Line 7:
 
     margin-left: 1em;
 
     margin-left: 1em;
 
     padding: 0.2em;
 
     padding: 0.2em;
 +
    width: 23em;
 
     float: right;
 
     float: right;
 
     clear: right;
 
     clear: right;
Line 12: Line 13:
 
.infobox th {
 
.infobox th {
 
     vertical-align: top;
 
     vertical-align: top;
     background-color: #B99D7A;
+
     background-color: #F4E9DF;
 
}
 
}
 
.infobox td,
 
.infobox td,

Revision as of 23:26, 22 May 2019

/*blank*/
.infobox {
    border: 1px solid black;
    color: black;
    font-size: 90%;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    width: 23em;
    float: right;
    clear: right;
}
.infobox th {
    vertical-align: top;
    background-color: #F4E9DF;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    padding: 0.1em 0.25em;
    border: 1px solid black;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}