User:LOLSKELETONS/monobook.css

From Trollpasta Wiki
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
figure[typeof~='mw:File/Thumb'] > a:first-child > *:first-child, figure[typeof~='mw:File/Frame'] > a:first-child > *:first-child, figure[typeof~='mw:File/Thumb'] > span:first-child > *:first-child, figure[typeof~='mw:File/Frame'] > span:first-child > *:first-child {
    margin: 0;
}

.mw-content-ltr figure[typeof~='mw:File/Thumb']:not([typeof~='mw:Error']) > a.mw-file-description:after {
    bottom: -15px;
}

.mw-content-ltr figure[typeof~='mw:File/Thumb'], .mw-content-ltr figure[typeof~='mw:File/Frame'] {
    margin: 2px 2px 12px 12px;
}

figure[typeof~='mw:File/Thumb'].mw-halign-left, figure[typeof~='mw:File/Frame'].mw-halign-left {
    margin: 2px 12px 12px 2px;
}

figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption {
    border: none;
    border-top: 0;
}

figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption {
    padding: 5px;
}

figure[typeof~='mw:File/Thumb'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:File/Frame'] > a:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:File/Thumb'] > span:first-child > *:first-child:not(.mw-broken-media), figure[typeof~='mw:File/Frame'] > span:first-child > *:first-child:not(.mw-broken-media) {
    border: 0;
    background: none;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

/* CSS placed here will be applied to all skins */

body {
	background: #001938;
	color: #000000;
	font-size: 12px;
	font-family: "Arial";
}

#p-cactions .pBody, #p-personal {
	font-size: 15px;
	font-family: "Arial";
}

#p-personal a:visited {
	color: #d8ebff;
}

h3#p-navigation-label, h3#p-search-label, h3#p-tb-label, #p-personal a:link {
	color: #ffffff;
}


#p-cactions .pBody, body.skin--responsive #p-cactions li a body.skin--responsive #p-cactions li a.selected {
  border-radius: 5px;
}

a:link {
    color: #3222e9;
}

a:visited {
    color: #8d1cdb;
}

a.new:link {
    color: #f25500;
}

a.new:visited {
    color: #3d69c4;
}

#catlinks, #footer {
	background-color: #ffffff;
}

#p-navigation, #p-search, #p-tb {
    background-color: #006ec3;
}

#p-navigation .pBody, #p-search .pBody, #p-tb .pBody {
    background-color: #d8ebff;
    border: none;
    padding-top: 1px;
}

#content {
    background-color: #d8ebff;
    border-radius: 10px 0 0 10px;
}

body:not(.monobook-capitalize-all-nouns) .portlet h3, body:not(.monobook-capitalize-all-nouns) #p-personal ul, body:not(.monobook-capitalize-all-nouns) #p-cactions ul li a {
    text-transform: none;
}

.portlet {
    border-radius: 12px 0 12px 0;
}

.portlet h3 {
    white-space: nowrap;
}

.mw-body {
    border: none;
    line-height: 22px;
}

#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
    opacity: 1;
    filter: invert(1);
}

.pBody .mw-list-item, body.skin--responsive #p-cactions li a {
	border-radius: 5px;
}
.pBody {
	margin-top: 3px;
}

.firstHeading {
    margin-top: 6px;
    margin-bottom: -9px;
    padding-bottom: 7px;
}

h1, h2 {
    margin-bottom: 7px;
    padding-bottom: 5px;
}

.mw-contributions-user-tools, .subpages, .mw-history-subtitle, #mw-content-subtitle {
    margin-top: 13px;
}

p {
    margin: 0.5em 0;
}

.c-order {
    padding: 0;
}

.c-spy {
    float: right;
    font-size: 10px;
    margin: 0px 10px 0px 0px
}

.c-order-select {
    float: right
}

.c-form-title {
    margin: -45px 0px 5px 0px;
}

.c-form-button {
    padding: 5px 0px 20px
}

.c-item {
    border-bottom: none;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 15px 0px
}

#mw-content-text .mw-search-results {
    margin-top: 6px
}

.mw-content-ltr dd,.mw-content-rtl .mw-content-ltr dd {
     margin-top: 8px
}