C.Syde's Wiki

Please be sure to read the wiki's policies and guidelines when editing!

READ MORE

C.Syde's Wiki
C.Syde's Wiki
m (Changed protection level for "C.Syde's Wiki-Navigation CSS": Protected from non-administrator edits (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
m (Added template.)
Line 3: Line 3:
 
Sadly the CSS had to be withdrawn site-wide in June 2017, due to customisation policy restrictions, so in order to restore the text shadows for the community header, navigation header, and footer, it has to be added to [[Special:Mypage/wikia.css|your wikia.css]], for those of you who remain true to the wiki's intended design, or enabled as a [[Special:Preferences#mw-prefsection-gadgets|gadget]]. To enable the CSS, you must enable it in [[Special:Preferences#mw-prefsection-gadgets|your preferences]], or add the following to your wikia.css page:
 
Sadly the CSS had to be withdrawn site-wide in June 2017, due to customisation policy restrictions, so in order to restore the text shadows for the community header, navigation header, and footer, it has to be added to [[Special:Mypage/wikia.css|your wikia.css]], for those of you who remain true to the wiki's intended design, or enabled as a [[Special:Preferences#mw-prefsection-gadgets|gadget]]. To enable the CSS, you must enable it in [[Special:Preferences#mw-prefsection-gadgets|your preferences]], or add the following to your wikia.css page:
 
<br/><br/>
 
<br/><br/>
  +
{{C.Syde's Wiki-Navigation CSS}}
<syntaxhighlight lang="CSS">
 
a:hover,
 
.color2 a:hover {
 
color: #0000A4;
 
text-shadow: #ff0066 0 0 5px;
 
text-decoration:underline;
 
}
 
 
a:visited:hover,
 
.color2 a:visited:hover {
 
color: #0000A4;
 
text-shadow: #ff7111 0 0 5px;
 
text-decoration:underline;
 
}
 
 
#globalNavigation a[data-tracking-label="account.profile"]:hover {
 
color: inherit !important;
 
}
 
 
#globalNavigation a:hover, .color2 a:hover {
 
text-shadow: #ff0066 0 0 5px !important;
 
}
 
 
#globalNavigation a:visited:hover, .color2 a:visited:hover {
 
text-shadow: #ff7111 0 0 5px !important;
 
}
 
 
header.wds-community-header a:hover,
 
.color2 a:hover {
 
text-shadow: #ff0066 0 0 5px !important;
 
text-decoration:underline;
 
}
 
 
header.wds-community-header a:visited:hover,
 
.color2 a:visited:hover {
 
text-shadow: #ff7111 0 0 5px !important;
 
text-decoration:underline;
 
}
 
 
.ns-502 .wds-button:not(.wds-is-secondary):nth-of-type(1),
 
#page-header-add-new-photo,
 
.wds-button.wds-is-squished.addVideo {
 
text-shadow: 1px 1px 2px #555555 !important;
 
}
 
 
.wds-community-header {
 
margin-top: 1.00001;
 
background-color: #517e00;
 
margin: 0 auto;
 
z-index: 5;
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#517E00),color-stop(65%,#629800)) !important;
 
}
 
 
.mcf-card-wiki-articles__header {
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#517E00),color-stop(65%,#629800)) !important;
 
}
 
 
.wds-community-header__local-navigation a#DisplayClockJS {
 
top: 6.3em !important;
 
right: 19px !important;
 
font-weight: bold;
 
text-shadow: 1px 1px 2px #222222;
 
}
 
 
.wds-community-header .wds-button .wds-is-secondary {
 
font-weight: bold;
 
text-shadow: 1px 1px 2px #222222;
 
}
 
 
.wds-community-header .wds-community-header__counter {
 
color: #ffffff;
 
font-weight: bold;
 
text-shadow: 1px 1px 2px #222222;
 
}
 
 
.wds-community-header .wds-community-header__sitename a {
 
color: #ffffff !important;
 
font-weight: bold;
 
text-shadow: 1px 1px 2px #222222 !important;
 
}
 
 
.wds-community-header .wds-community-header__sitename a:hover {
 
color: rgba(255,255,255,0.8) !important;
 
text-shadow: 1px 1px 2px #222 !important;
 
text-decoration:none !important;
 
}
 
 
.wds-community-header .wds-dropdown__content,
 
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2 .wds-dropdown-level-2__content {
 
box-shadow: 1px 2px 12px 0 #333333;
 
border: 1px solid #517e00;
 
}
 
 
.wds-community-header .wds-tabs__tab-label {
 
color: #ffffff;
 
font-weight: bold;
 
text-shadow: 1px 1px 2px #222222;
 
}
 
 
.wds-community-header .wds-tabs__tab.wds-is-active .wds-tabs__tab-label, .wds-community-header .wds-tabs__tab:hover .wds-tabs__tab-label {
 
color: rgba(255,255,255,0.8) !important;
 
text-shadow: 1px 1px 2px #222222 !important;
 
text-decoration:underline;
 
}
 
 
.wds-community-header__wiki-buttons {
 
font-weight: bold;
 
text-shadow: 1px 1px 2px #555555 !important;
 
}
 
 
.wds-global-footer a:hover, .color2 a:hover,
 
.wds-global-footer__link a:hover, .color2 a:hover,
 
.wds-global-navigation a:hover, .color2 a:hover {
 
text-shadow: #ff0066 0 0 5px !important;
 
}
 
 
.wds-global-footer a:visited:hover, .color2 a:visited:hover,
 
.wds-global-footer__link a:visited:hover, .color2 a:visited:hover,
 
.wds-global-navigation a:visited:hover, .color2 a:visited:hover {
 
text-shadow: #ff7111 0 0 5px !important;
 
}
 
 
.wds-sign-out__button:hover {
 
color: #0000a4;
 
text-shadow: #ff0066 0 0 5px !important;
 
}
 
 
.WikiaPage .page-header__subtitle-back-icon {
 
fill: #3a3a3a;
 
}
 
 
.WikiaPage .page-header .wds-button a:hover, .color2 a:hover,
 
.WikiaPage .page-header .page-header__contribution-buttons .wds-button-group a:hover, .color2 a:hover,
 
.WikiaPage .page-header .page-header__contribution-buttons .wds-button:hover, .color2:hover {
 
text-shadow: #ff0066 0 0 5px !important;
 
}
 
 
.WikiaPage .page-header .wds-button a:visited:hover, .color2 a:visited:hover,
 
.WikiaPage .page-header .page-header__contribution-buttons .wds-button-group a:visited:hover, .color2 a:visited:hover,
 
.WikiaPage .page-header .page-header__contribution-buttons .wds-button:visited:hover, .color2:visited:hover {
 
text-shadow: #ff7111 0 0 5px !important;
 
}
 
 
.WikiaPage .page-header .wds-button {
 
background-color: #446a00 !important;
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#517e00),color-stop(65%,#629800)) !important;
 
border-radius: 0.5em;border-radius: 0.5em;border-radius: 0.5em;border-radius: 0.5em;border-radius: 0.5em;
 
}
 
 
.WikiaPage .page-header .wds-button:focus:not(:disabled), .WikiaPage .page-header .wds-button:hover:not(:disabled), .WikiaPage .page-header .wds-button:active, .WikiaPage .page-header .wds-button.wds-is-active {
 
border: 1px solid #517e00 !important;
 
}
 
 
.WikiaPage .page-header .wds-button-group > .wds-button:not(.wds-is-secondary):not(:last-child) {
 
border-right-color: #96b166 !important;
 
border-radius: 0.5em 0 0 0.5em;
 
text-shadow: 1px 1px 2px #555555;
 
}
 
 
.WikiaPage .page-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button {
 
border-left-color: #96b166 !important;
 
border-radius: 0 0.5em 0.5em 0;
 
}
 
 
.WikiaPage .page-header .wds-button.wds-is-secondary:focus:not(:disabled), .WikiaPage .page-header .wds-button.wds-is-secondary:not(:disabled), .WikiaPage .page-header .wds-button.wds-is-secondary:active, .WikiaPage .page-header .wds-button.wds-is-secondary.wds-is-active,
 
.WikiaPage .page-header .wds-button.wds-is-secondary:focus:not(:disabled), .WikiaPage .page-header .wds-button.wds-is-secondary:hover:not(:disabled), .WikiaPage .page-header .wds-button.wds-is-secondary:active, .WikiaPage .page-header .wds-button.wds-is-secondary.wds-is-active {
 
background-color: #e5e5e5 !important;
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#ffffff),color-stop(65%,#e5e5e5)) !important;
 
border: 1px solid #bbbbbb !important;
 
color: #3a3a3a !important;
 
border-radius: 0.5em;
 
}
 
 
.WikiaPage .page-header .wds-dropdown__content {
 
border-color: #517e00;
 
box-shadow: 1px 2px 12px 0 #333333;
 
}
 
</syntaxhighlight>
 
 
<br/>
 
<br/>
 
[[Category:Pages]]
 
[[Category:Pages]]

Revision as of 07:15, 18 October 2017

C.Syde's Wiki-Navigation CSS is a set of Cascading Style Sheets which was used by C.Syde's Wiki to add text shadow to links. As of June 2017, it has become part of the Site-wide System for Non-Site-wide Features on C.Syde's Wiki, which collects up all the CSS and JavaScript intended for the wiki that is no longer allowed to be added site-wide.

Sadly the CSS had to be withdrawn site-wide in June 2017, due to customisation policy restrictions, so in order to restore the text shadows for the community header, navigation header, and footer, it has to be added to your wikia.css, for those of you who remain true to the wiki's intended design, or enabled as a gadget. To enable the CSS, you must enable it in your preferences, or add the following to your wikia.css page:

/*SITEWIDE SYSTEM FOR NON-SITEWIDE FEATURES*/
a:hover,
.color2 a:hover {
    text-shadow: #ee007a 0 0 5px;
}
 
a:visited:hover,
.color2 a:visited:hover {
    text-shadow: #ff7111 0 0 5px;
}

.color2 a:hover,
.global-footer a:hover,
.global-footer__link a:hover,
#globalNavigation a:hover,
.global-navigation__signout-button:hover,
.wds-global-navigation a:hover {
    text-shadow: #ee007a 0 0 5px !important;
}

.color2 a:visited:hover,
.global-footer a:visited:hover,
.global-footer__link a:visited:hover,
#globalNavigation a:visited:hover,
.wds-global-navigation a:visited:hover {
    text-shadow: #ff7111 0 0 5px !important;
}

.page-footer .license-description {
    font-size: 12px;
    text-align: center;
}

/*UNIFIED CONSUMER EXPERIENCE CSS*/
.global-navigation .notifications .wds-tabber .wds-tab__content:last-child use[*|href="#wds-icons-pencil-small"] {
    fill: #c4943c;
}

.mcf-card {
	border: 1px solid #bda2a3;
	max-width: 372px;
}

.mcf-wrapper {
    background-color: rgba(236,202,204,0.99);
    border-radius: 0.75em;
    border-width: 0 2px 2px 2px;
}

#mixed-content-footer {
    background-color: rgba(236,202,204,0.99);
    border: solid #ffffff;
    box-shadow: 0 0 1em #ffffff;
    border-radius: 0.75em;
    border-width: 0 2px 2px 2px;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.mcf-card-discussions__link {
    color: #0000a4;
}

.mcf-card-discussions__header {
    color: #3a3a3a;
}

.mcf-card-wiki-articles__header {
	background-color: #578a0f;
	background-image: url(https://static.wikia.nocookie.net/csydes-test/images/8/86/Community-Page-Header.svg/revision/latest/zoom-crop/width/471/height/115?cb=20191203014714);
    color: #ffffff;
    text-shadow: 1px 1px 2px #222222 !important;
}

.mcf-card-wiki-articles__header:before {
    background: linear-gradient(to right,rgba(87,138,15,.5),rgba(87,138,15,.45)),linear-gradient(to left,transparent 80px,#578a0f 250px), url(https://static.wikia.nocookie.net/csydes-test/images/8/86/Community-Page-Header.svg/revision/latest/zoom-crop/width/471/height/115?cb=20191203014714) right/contain no-repeat;
}

.mcf-card-wiki-articles__circle {
    background-color: #999999;
    color: #ffffff;
}

.mcf-card-discussions__header,
.mcf-card-discussions__item,
.mcf-card-wiki-articles__item {
    border-bottom: 1px solid #d6d0d5;
}

.mcf-card-discussions__counters,
.mcf-card-discussions__item a,
.mcf-card-discussions__in,
.mcf-card-discussions__user-info {
	color: #d6d0d5;
}

.mcf-card-article__subtitle:hover,
.mcf-card-article__title:hover,
.mcf-card-discussions__item a:hover,
.mcf-card-discussions__link:hover,
.mcf-card-related-wikis__title:hover,
.mcf-card-wiki-articles__item-link:hover {
    text-shadow: #ee007a 0 0 5px;
}

.mcf-card-discussions__user-subtitle {
    color: #1e0c1b;
    opacity: 0.5;
}

.mcf-card-related-wikis__header {
    border-bottom: 1px solid #cccccc;
}