User:Rjt/timeless.css: Difference between revisions
From Game Making Tools Wiki
|
Tags: Blanking Manual revert |
(53 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| /* Variables */
| |
|
| |
|
| :root {
| |
| --colour_secondary:#ffaec9;
| |
| --colour_tertiary:#fff200;
| |
| }
| |
|
| |
| table#infobox {
| |
| background-color:var(--colour_secondary);
| |
| border:var(--colour_tertiary) 1px solid;
| |
| display:block;
| |
| float:right;
| |
| margin:1em 0 1em 1em;
| |
| padding:11px;
| |
| text-align:left;
| |
| width:auto;
| |
| }
| |
|
| |
| /* Header styling */
| |
|
| |
| #mw-header-container {
| |
| background-color:var(--colour_secondary);
| |
| box-shadow: 0 1px 4px rgba(0,0,0,0.3);
| |
|
| |
| }
| |
|
| |
| #mw-header-hack {
| |
| display:none;
| |
| }
| |
|
| |
| #mw-content-container {
| |
| margin-top:3em;
| |
| }
| |
Latest revision as of 16:02, 12 October 2021