If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the Vector skin: @media screen { #mw-page-base { background-image: linear-gradient(#FFFFFF 30%,rgba(36, 255, 0, 0) 100%); background-color: transparent; } body { background-color: #EAFFEA; background-image: url('https://tcrf.net/images/8/81/TCRF-Background.png'); } } div.topicon { position: absolute; z-index: 10; top:-55px; right: 10px; display: block !important; }") |
No edit summary |
||
Line 5: | Line 5: | ||
background-image: linear-gradient(#FFFFFF 30%,rgba(36, 255, 0, 0) 100%); | background-image: linear-gradient(#FFFFFF 30%,rgba(36, 255, 0, 0) 100%); | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
} | } |
Latest revision as of 19:47, 25 January 2024
/* All CSS here will be loaded for users of the Vector skin */
@media screen {
#mw-page-base {
background-image: linear-gradient(#FFFFFF 30%,rgba(36, 255, 0, 0) 100%);
background-color: transparent;
}
}
div.topicon {
position: absolute;
z-index: 10;
top:-55px;
right: 10px;
display: block !important;
}