View source for MediaWiki:Timeless.css
From Ephinea PSO Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* All CSS here will be loaded for users of the Timeless skin */
.mwe-popups .mwe-popups-container {
background-color: #232A35;
}
.mwe-popups {
background: #232A35;
box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0);
}
.mwe-popups .mwe-popups-extract[dir='ltr']:after {
right:0;
background-image:-webkit-linear-gradient(to right,rgba(255,255,255,0),#232A35 50%);
background-image:linear-gradient(to right,rgba(255,255,255,0),#232A35 50%)
}
.mw_metadata > tr > th, .mw-datatable > tr > th, .wikitable > tr > th, .mw_metadata > tr > td, .mw-datatable > tr > td, .wikitable > tr > td, .mw_metadata > * > tr > th, .mw-datatable > * > tr > th, .wikitable > * > tr > th, .mw_metadata > * > tr > td, .mw-datatable > * > tr > td, .wikitable > * > tr > td {
padding: 0.1em 0.5em;
}
000
1:0
Return to MediaWiki:Timeless.css.