Jump to content

User:C.Syde65/common.css

From SpongeBob Wiki

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
body.skin-fandomdesktop .UserProfileAchievementsModule,
.right-rail-wrapper .rail-module {
    background: var(--theme-page-background-color);
    margin: 0 0px 30px;
    border: 1px solid var(--theme-border-color) !important;
    padding: 21px 10px 15px;
}
 
.right-rail-wrapper .activity-module .edit-info .edit-info-user {
    color: var(--theme-link-color);
}

#seemoreactivity-button {
    padding: 3px 9px !important;
    margin-top: 9px !important;
    margin-right: 8px !important;
}

.skin-fandomdesktop #wikia-recent-activity.seemoreactivity-old #seemoreactivity-button {
    background-color: transparent;
    border: 1px solid var(--theme-link-color) !important;
    color: var(--theme-link-color) !important;
    border-radius: 0.5em;
}

.right-rail-wrapper .rail-module .wds-button.wds-is-secondary {
    border-color: var(--theme-link-color);
    color:var(--theme-link-color);    
}

.skin-fandomdesktop #wikia-recent-activity.seemoreactivity-old #seemoreactivity-button:hover {
    border: 1px solid var(--theme-link-color--hover) !important;
    color: var(--theme-link-color--hover) !important;
}

.right-rail-wrapper .rail-module .wds-button.wds-is-secondary:hover,
.right-rail-wrapper .rail-module .wds-button.wds-is-secondary:focus:not(:disabled),
.right-rail-wrapper .rail-module .wds-button.wds-is-secondary:hover:not(:disabled),
.right-rail-wrapper .rail-module .wds-button.wds-is-secondary:active,
.right-rail-wrapper .rail-module .wds-button.wds-is-secondary.wds-is-active {
    border-color: var(--theme-link-color--hover);
    color: var(--theme-link-color--hover);    
}

.skin-fandomdesktop .content-review__widget {
    background: var(--theme-page-background-color);
}

/*FOR PEOPLE LIKE ME WHO CAN'T STAND SYNTAX BACKGROUNDS*/
.ace-dawn,
.ace-twilight {
    background-color: var(--theme-page-background-color);
}

.ace-solarized-light,
.ace-solarized-dark {
    background-color: var(--theme-page-background-color) !important;
}

.ace-solarized-light .ace_gutter,
.ace-solarized-dark .ace_gutter {
    background: var(--theme-page-background-color) !important;
}

#wpTextbox1.highlighted {
    border: 0px inset transparent;
}

/*REMOVE MIXED CONTENT FOOTER*/
#mixed-content-footer {
    background-color: transparent;
}

/*TABBERS*/
.mw-parser-output .tabber .wds-tab__content.wds-is-current {
	border: 1px solid #aaaaaa;
	border-top-width: 0;
	background-color: transparent;
	padding: 5px;
}

.mw-parser-output .tabber .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.mw-parser-output .tabber .wds-tabs__tab.wds-is-current .wds-tabs__tab-label:hover {
	background-color: #ffffff;
	border: 1px solid #777788;
	border-bottom: 1px solid #ffffff;
}

.mw-parser-output .tabber .wds-tabs__tab .wds-tabs__tab-label {
	height: 25px;
	border: 1px solid #777788;
	background-color: #ddddee;
	margin: 0 2px -1px 2px;
	padding: 3px;
}

.mw-parser-output .tabber .wds-tabs__tab .wds-tabs__tab-label:hover {
	background-color: #aaaaee;
	border: 1px solid #222277;
}

.mw-parser-output .tabber .wds-tabs__tab.wds-is-current {
	box-shadow: none;
}

.mw-parser-output .tabber .wds-tabs__wrapper.with-bottom-border {
	margin: 0 0 -1px 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #aaaaaa;
}

.mw-parser-output .tabber .wds-tabs__tab:active,
.mw-parser-output .tabber .wds-tabs__tab:hover {
	text-decoration: underline;
}

.mw-parser-output .tabber ul.wds-tabs li.wds-tabs__tab {
	text-decoration: none;
}

.mw-parser-output .tabber .wds-tabs__tab .wds-tabs__tab-label a,
.mw-parser-output .tabber .wds-tabs__tab .wds-tabs__tab-label a:hover {
	font-weight: bold;
	color: #444488;
	font-size: 12px;
	font-family: Verdana,sans-serif;
	text-decoration: none;
}