|
|
| (121 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| @import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Metamorphous&display=swap');
| | .welcome { |
| .mwe-popups-extract p {
| | text-align: center; |
| display: block !important;
| | font-size: 4em; |
| visibility: visible !important;
| |
| } | | } |
| | | .emoji-trigger-wrap { margin-bottom: .5rem; } |
| .mwe-popups-extract .portable-infobox { | | #emoji-trigger { margin-right: .5rem; } |
| display: none !important; /* Ensure infobox doesn't interfere */
| | /* --- VoteNY: render as 👍1 --- */ |
| }
| | .vote-box { |
| .copyright-warning { | | background-color: transparent; /* remove green box */ |
| color: var(--color-base);
| | height: auto; |
| font-size: 11px;
| | width: auto; |
| margin: 0 0 10px;
| | padding: 0; |
| width: 700px;
| | display: inline-block !important; |
| max-width: 100%;
| | align-items: center; |
| }
| |
| .create-title {
| |
| color: var(--color-base);
| |
| border: 1px solid var(--color-subtle);
| |
| } | | } |
|
| |
|
| /* Fix SocialProfile tab spacing in Vector 2022 */ | | #PollVotes.vote-number { |
| #user-profile-tabs ul li {
| | color: inherit; /* stop forcing white */ |
| display: inline-block;
| | display: inline-block !important; |
| margin-right: 10px;
| | background-color: transparent; |
| | font-size: var(--font-size-medium) !important; |
| | font-weight: 600; |
| } | | } |
| | | .vote-box::before { |
| /* Responsive avatar sizing */
| | content: "👍"; |
| .user-profile-avatar img { | | display: inline-block; |
| max-width: 120px;
| | font-size: var(--font-size-medium) !important; |
| height: auto;
| | line-height: 1; |
| border-radius: 12px;
| |
| } | | } |
|
| |
|
| /* Fix some ugly box spacing */
| | #PollVotes.vote-number::before { |
| .profile-info-table td { | | content: none !important; |
| padding: 6px;
| |
| } | | } |
|
| |
|
| .user-page .user-page-title { | | /* Hide the Vote/unvote link (we’ll keep it functional via JS) */ |
| font-size: 1.5em;
| | #Answer.vote-action { |
| margin-bottom: 1em;
| | display: none; |
| } | | } |
|
| |
| .wikitable.user-profile-info {
| |
| max-width: 100%;
| |
| }
| |
|
| |
| #user-profile-left {
| |
| float: none;
| |
| width: 100%;
| |
| }
| |
| .eyecontainer,
| |
| .eyecontainer .title {
| |
| position: relative;
| |
| top: -20px;
| |
| }
| |
| .eye-container {
| |
| background-color: var(--color-subtle);
| |
| background: var(--color-subtle);
| |
| }
| |
|
| |
| .eyecontainer,
| |
| .eyecontainer .title {
| |
| position: relative;
| |
| top: -20px;
| |
| }
| |
|
| |
| .eye-container .menu .item {
| |
| background: var(--color-subtle);}
| |