Difference between revisions of "Common.css"
From Harath Rules
| Line 3: | Line 3: | ||
button.secondary, .button.secondary { | button.secondary, .button.secondary { | ||
background-color: rgb(108, 12, 12); | background-color: rgb(108, 12, 12); | ||
color: #eddede !important; | |||
} | } | ||
Revision as of 01:59, 9 January 2021
/* CSS placed here will be applied to all skins */
button.secondary, .button.secondary {
background-color: rgb(108, 12, 12);
color: #eddede !important;
}
h1,h2,h3,h4,h5,h6 {
#color: #eddede !important;
color: red !important;
}
body {
background-color: black;
color: #eddede;
}
#page-content {
background-color: black;
color: #eddede;
}
.top-bar-section .dropdown li {
height: 2em;
width:100%
}
table tr td {
padding: 0 1em 0 1em;
font-size: 100%;
color: inherit;
}
table tr th {
padding: 0 1em 0 1em;
font-size: 100%;
color: red;
}
table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
border: 0.25px #fcdada solid;
padding: 0 1em 0 1em;
}
table.wikitable {
margin: 0;
}
footer {
border-top: 3px solid red;
padding: 0em;
}
h2, h3 {
border-bottom: 2px solid red;
}
#toc, .toc {
float: right;
background-color: white;
}
#toc h2 {
margin-top: 0em;
line-height: 1em;
}