Difference between revisions of "Cosmos.css"
From Tenipuri Info
m |
m |
||
Line 16: | Line 16: | ||
/* WIKITABLE */ | /* WIKITABLE */ | ||
.wikitable { | |||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
color: #222; | color: #222; | ||
Line 22: | Line 22: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
table.wikitable | table.wikitable tr th, table.wikitable tr td, table.wikitable>*>tr>th, table.wikitable>*>tr>td { | ||
border: 3px #fff solid; | border: 3px #fff solid; | ||
padding: 0.6em; | padding: 0.6em; | ||
Line 31: | Line 31: | ||
} | } | ||
.wikitable th, .wikitable tr th { | |||
background-color:#eaecf0; | background-color:#eaecf0; | ||
} | } | ||
.wikitable th[colspan="2"] { | |||
text-align:center; | text-align:center; | ||
} | } |
Latest revision as of 09:22, 27 June 2021
/* All CSS here will be loaded for users of the Cosmos skin
light green: #c6eb8a;
*/
#mw-content_container {
width:85%;
background-color:#333;
}
.cosmos-header {
border-bottom: #c6eb8a solid 6px;
}
/* WIKITABLE */
.wikitable {
background-color: #f8f9fa;
color: #222;
margin: 1em 0;
border-collapse: collapse;
table.wikitable tr th, table.wikitable tr td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
border: 3px #fff solid;
padding: 0.6em;
}
.wikitable th, .wikitable td {
text-align:left;
}
.wikitable th, .wikitable tr th {
background-color:#eaecf0;
}
.wikitable th[colspan="2"] {
text-align:center;
}
table.wikitable td{
}
/* HEADERS */
h2 {
border:none; }