(Created page with "→CSS placed here will be applied to all skins: #wpCreateaccount { display:none; } .cosmos-actions-edit .cosmos-button-action { display:none; }") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /*Table style (The default table is "article-table")*/ | ||
/*Article Table*/ | |||
.article-table { | |||
text-align:center; | |||
margin-right:auto; | |||
margin-left:0px; | |||
} | } | ||
. | /*Header*/ | ||
.article-table th { | |||
background-color:#000000; | |||
border: 1px solid white; | |||
border-collapse: separate; | |||
padding: 6px; | |||
} | |||
/*Cells*/ | |||
.article-table td { | |||
border: 1px solid white; | |||
border-collapse: separate; | |||
padding: 6px; | |||
} | |||
/*Rows*/ | |||
.article-table tr { | |||
background-color:#192834; | |||
} | } | ||
Revision as of 18:38, 14 October 2022
/*Table style (The default table is "article-table")*/
/*Article Table*/
.article-table {
text-align:center;
margin-right:auto;
margin-left:0px;
}
/*Header*/
.article-table th {
background-color:#000000;
border: 1px solid white;
border-collapse: separate;
padding: 6px;
}
/*Cells*/
.article-table td {
border: 1px solid white;
border-collapse: separate;
padding: 6px;
}
/*Rows*/
.article-table tr {
background-color:#192834;
}