Pseudosphere (talk | contribs) |
Pseudosphere (talk | contribs) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <onlyinclude><skin>Cosmos</skin>{{#css: | + | <onlyinclude><includeonly><skin>Cosmos</skin>{{#css: |
* { | * { | ||
box-sizing: inherit; | box-sizing: inherit; | ||
Line 96: | Line 96: | ||
stroke: currentColor; | stroke: currentColor; | ||
} | } | ||
− | .cosmos-button-primary:hover { | + | .cosmos-button-primary:hover, .cosmos-actions-talk:hover { |
− | background-color: | + | background-color: {{{theme-link-color|#006CB0}}}26; |
+ | } | ||
+ | .cosmos-actions-talk { | ||
+ | border-radius: 18px; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | .cosmos-actions-talk:hover { | ||
+ | border: 1px solid transparent !important; | ||
+ | opacity: unset !important; | ||
+ | } | ||
+ | .cosmos-actions-talk .cosmos-button-icon { | ||
+ | margin-right: unset; | ||
+ | color: {{{theme-link-color|#006CB0}}}; | ||
+ | stroke: currentColor; | ||
+ | } | ||
+ | .cosmos-button-primary, .cosmos-button.cosmos-button-secondary { | ||
+ | stroke-width: 3px; | ||
+ | } | ||
+ | .cosmos-actions-talk .cosmos-button-text { | ||
+ | display: none; | ||
} | } | ||
#cosmos-actionsList-dropdownIcon { | #cosmos-actionsList-dropdownIcon { | ||
Line 108: | Line 127: | ||
#cosmos-actionsList-button { | #cosmos-actionsList-button { | ||
border-radius: 18px; | border-radius: 18px; | ||
+ | } | ||
+ | /* ACTIONS ORDERING */ | ||
+ | #cosmos-articleHeader-actions > :nth-child(1) { | ||
+ | order: 2; | ||
+ | } | ||
+ | #cosmos-articleHeader-actions > :nth-child(2) { | ||
+ | order: 3; | ||
+ | } | ||
+ | #cosmos-articleHeader-actions > :nth-child(3) { | ||
+ | order: 1; | ||
+ | } | ||
+ | #cosmos-articleHeader-actions > :not(:nth-child(3)):before { | ||
+ | background-color: rgba(55,55,55,.25); | ||
+ | content: ""; | ||
+ | display: inline-block; | ||
+ | position: absolute; | ||
+ | margin: 10px 0; | ||
+ | height: 16px; | ||
+ | width: 1px; | ||
} | } | ||
Line 137: | Line 175: | ||
.cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label, .cosmos-header__local-navigation .wds-dropdown__toggle-chevron, .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label > a { | .cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label, .cosmos-header__local-navigation .wds-dropdown__toggle-chevron, .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label > a { | ||
opacity: 1; | opacity: 1; | ||
+ | } | ||
+ | .cosmos-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a:not(.wds-button) { | ||
+ | background-color: {{{theme-link-color|#006BC0}}}1A; | ||
+ | color: {{{theme-link-color|#006BC0}}}; | ||
} | } | ||
.cosmos-header__counter { | .cosmos-header__counter { | ||
Line 155: | Line 197: | ||
font-size: 18px; | font-size: 18px; | ||
line-height: 17px; | line-height: 17px; | ||
− | |||
− | |||
− | |||
} | } | ||
.cosmos-header__local-navigation { | .cosmos-header__local-navigation { | ||
Line 168: | Line 207: | ||
margin: 0; | margin: 0; | ||
} | } | ||
− | {{#if:{{{wiki-name|}}}|.cosmos-header__sitename::before { | + | {{#if:{{{wiki-name|}}}|.cosmos-header__sitename a::before { |
content: "{{{wiki-name}}}"; | content: "{{{wiki-name}}}"; | ||
font-size: 18px; | font-size: 18px; | ||
+ | pointer-events: all; | ||
} | } | ||
}} | }} | ||
Line 183: | Line 223: | ||
} | } | ||
@media only screen and (min-width: 1280px) { | @media only screen and (min-width: 1280px) { | ||
− | + | {{#if:{{{wiki-name|}}}|.cosmos-header__sitename a::before|.cosmos-header__sitename}} { | |
font-size: 24px; | font-size: 24px; | ||
} | } | ||
Line 916: | Line 956: | ||
.cosmos-header .wds-tabs .wds-tabs__tab-label a { | .cosmos-header .wds-tabs .wds-tabs__tab-label a { | ||
color: {{{theme-community-header-color|#0E191A}}}; | color: {{{theme-community-header-color|#0E191A}}}; | ||
+ | } | ||
+ | .cosmos-header .wds-tabs .wds-tabs__tab:hover .wds-tabs__tab-label a { | ||
+ | color: {{{theme-community-header-color--hover|#31585C}}}; | ||
} | } | ||
.wds-dropdown__toggle-chevron { | .wds-dropdown__toggle-chevron { | ||
Line 1,041: | Line 1,084: | ||
#mw-content { | #mw-content { | ||
− | |||
border-radius: 3px 3px 0 0; | border-radius: 3px 3px 0 0; | ||
+ | z-index: unset; | ||
+ | } | ||
+ | #mw-content, #catlinks, #cosmos-footer { | ||
+ | background-color: {{{theme-page-background-color|#FFF}}}; | ||
+ | } | ||
+ | #catlinks { | ||
+ | margin: unset; | ||
+ | border: unset; | ||
+ | padding: unset; | ||
+ | } | ||
+ | #catlinks li:not(:nth-of-type(1)) { | ||
+ | border-left: 1px solid rgba(55,55,55,.25); | ||
} | } | ||
− | |||
#cosmos-footer { | #cosmos-footer { | ||
border-radius: 0 0 3px 3px; | border-radius: 0 0 3px 3px; | ||
Line 1,227: | Line 1,280: | ||
body.user-logged .anon-options, body.user-anon .logged-options { | body.user-logged .anon-options, body.user-anon .logged-options { | ||
display: none; | display: none; | ||
− | } .logged-options .wds-dropdown__content p { | + | } |
+ | .logged-options .wds-dropdown__content p { | ||
margin: 0 !important; | margin: 0 !important; | ||
− | }} | + | } |
+ | |||
+ | {{#if:{{{theme-body-background-image|}}}|.theme-body-background-image, .theme-body-background-image img { | ||
+ | z-index: -9999; | ||
+ | } | ||
+ | .theme-body-background-image img { | ||
+ | height: 100%; | ||
+ | left: 0; | ||
+ | margin-left: 66px; | ||
+ | object-fit: cover; | ||
+ | object-position: top; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | width: calc(100% - 66px); | ||
+ | } | ||
+ | }}}} | ||
<div class="fandom-global-navigation"> | <div class="fandom-global-navigation"> | ||
<div class="fandom-global-navigation__top"> | <div class="fandom-global-navigation__top"> | ||
Line 1,304: | Line 1,373: | ||
<div class="WikiaBarWrapper mw-collapsible" id="mw-customcollapsible-wikiabar"> | <div class="WikiaBarWrapper mw-collapsible" id="mw-customcollapsible-wikiabar"> | ||
[[Instagram|Follow on IG]][[TikTok|TikTok]][[Hell|Join Fan Lab]]<span class="message" title="Click here for more information!">[[Pop quiz|Check out Fandom quizzes and cha]]</span><span class="arrow"><span class="wikiabar-close-icon mw-customtoggle-wikiabar"><span class="wikiabar-symbol"></span></span></span> | [[Instagram|Follow on IG]][[TikTok|TikTok]][[Hell|Join Fan Lab]]<span class="message" title="Click here for more information!">[[Pop quiz|Check out Fandom quizzes and cha]]</span><span class="arrow"><span class="wikiabar-close-icon mw-customtoggle-wikiabar"><span class="wikiabar-symbol"></span></span></span> | ||
− | </div> | + | </div>{{#if:{{{theme-body-background-image|}}}| |
− | </onlyinclude> | + | <div class="theme-body-background-image">[[File:{{{theme-body-background-image}}}|link=]]</div>}} |
+ | </includeonly></onlyinclude>{{Fandom}} | ||
{{:I am not crazy!}} | {{:I am not crazy!}} | ||
[[Category:Aesthetic templates]][[Category:Pages which use over 10 kilobytes of CSS]] | [[Category:Aesthetic templates]][[Category:Pages which use over 10 kilobytes of CSS]] |
Latest revision as of 02:53, 24 July 2024
Fandom is on a quest for your opinion
I am not crazy! |
Mr. McGill, please, you don't have to go in- | |
---|---|
![]() | |
You think this is something? | You think this is bad? |
This? | This chicanery? |
He's done |
|
I'm not crazy (I know he swapped those numbers). I knew it was 1216, one after Magna Carta. As if I could ever make such a mistake. Never. Never!
“ | I just couldn't prove it. | ” | |
— He covered his tracks, he got that idiot at the copy shop to lie for him. |

That billboard!
Are you telling me that a man just happens to fall like that?
No! He orchestrated it.
And I saved him
I shouldn't have. I took him into my own firm!
- What was I thinking?
- He'll never change.
- He'll never change.
Always the same. | Couldn't keep his hands out of the |
---|---|
cash drawer. | |
But not our Jimmy! | Couldn't be precious Jimmy! |
†Stealing them blind!
And he gets to be a lawyer?
- ↑ I should have stopped him when I had a chance!