MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 78: | Line 78: | ||
.custom-formatting-code .custom-formatting-resulting { display: none; } | .custom-formatting-code .custom-formatting-resulting { display: none; } | ||
/* End for [[Module:Formatting]] */ | /* End for [[Module:Formatting]] */ | ||
/* [[Template:Latest Edits]] Fix for UCP */ | |||
#ActivityFeed .mw-changeslist-line-inner-rollback, | |||
#ActivityFeed .mw-changeslist-line-inner-tags, | |||
#ActivityFeed .mw-changeslist-line-inner-userTalkLink, | |||
#ActivityFeed .mw-changeslist-line-inner-separatorAftercharacterDiff, | |||
#ActivityFeed .mw-changeslist-line-inner-separatorAftercharacterDiff, | |||
#ActivityFeed .mw-changeslist-line-inner-userTalkLink, | |||
#ActivityFeed td.mw-enhanced-rc, | |||
#ActivityFeed .mw-changeslist-legend, | |||
#ActivityFeed .mw-changeslist-line-inner-historyLink, | |||
#ActivityFeed .mw-changeslist-line-inner-separatorAfterLinks, | |||
#ActivityFeed .mw-changeslist-line-inner-characterDiff, | |||
#ActivityFeed .mw-changeslist-line-inner-comment, | |||
#ActivityFeed .activity-tabs, | |||
#ActivityFeed .activity-summary, | |||
#ActivityFeed .mw-enhancedchanges-arrow-space { | |||
display: none; | |||
} | |||
#ActivityFeed .mw-changeslist-line-inner-userLink:before { | |||
content: "\00000A\000009edited\0000A0by "; | |||
white-space: pre-wrap; | |||
} | |||
#ActivityFeed .mw-changeslist-line-inner { | |||
text-align:left; | |||
width: 284px; | |||
} | |||
#ActivityFeed span.mw-changeslist-line-inner-userLink { | |||
font-size: 11px; | |||
position: relative; | |||
top: -5px !important; | |||
left: -15px; | |||
} | |||
#ActivityFeed .mw-changeslist div table { | |||
border-bottom: 1px solid var(--subtitle-color); | |||
margin-left: 10px; | |||
margin-right: 10px; | |||
padding-top: 3px !important; | |||
} | |||
#ActivityFeed .mw-changeslist div table:last-child { | |||
border: none; | |||
} | |||
/* End [[Template:Latest Edits]] Fix for UCP */ | |||
/* Styling for [[Template:tt]] */ | /* Styling for [[Template:tt]] */ | ||
Revision as of 11:17, 14 July 2026
/* CSS placed here will be applied to all skins */
@import url("/index.php?title=MediaWiki:Mbox.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:FD_Mbox.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Infobox.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Quotes.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Navbox.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Font.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Item.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Colors.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Gallery.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:CustomTabs.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Tables.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:EditorDashboard.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Documentation.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Dialogue.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Tooltip.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:StaffColors.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Attributes.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:ChangeHistory.css&action=raw&ctype=text/css&cb=3");
@import url("/index.php?title=MediaWiki:Edios Infobox.css&action=raw&ctype=text/css&cb=3");
/* Import Font */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+TC:wght@400;700&family=Noto+Sans+Thai:wght@400;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+Avestan:wght@400;700&family=Noto+Sans+Hebrew:wght@400;700&display=swap');
:root {
--theme-page-headings-font: 'Quicksand';
}
/* [[Template:Description]] styles */
div.description-wrapper {
border: 1px solid var(--border-color);
overflow: hidden;
border-radius: 8px;
background: #bf8c4015;
}
div.description-content {
font-size: 15px;
text-align: left;
overflow: auto;
line-height: 1.35em;
padding: 12px 12px 12px 12px;
}
div.description-source {
font-size: 15px;
overflow: auto;
padding: 5px 12px;
}
hr.description-separator {
width: 97.5%;
margin: auto;
}
div.description-title {
font-size: 15px;
text-align: left;
overflow: auto;
padding: 10px 12px 6px;
}
/* For [[Module:Formatting]] */
.custom-formatting-code {
display: inline-block;
line-height: 21px;
}
.custom-formatting-code.code-block-table { display: table; }
span.variable { opacity: 0.65; }
span.variable::after {
opacity: 0.65;
content: ">";
}
span.variable::before {
opacity: 0.65;
content: "<";
}
.custom-formatting-nested { display: none; }
.custom-formatting-resulting { display: inline; }
.custom-formatting-code .custom-formatting-nested { display: inline-block; }
.custom-formatting-code .custom-formatting-resulting { display: none; }
/* End for [[Module:Formatting]] */
/* [[Template:Latest Edits]] Fix for UCP */
#ActivityFeed .mw-changeslist-line-inner-rollback,
#ActivityFeed .mw-changeslist-line-inner-tags,
#ActivityFeed .mw-changeslist-line-inner-userTalkLink,
#ActivityFeed .mw-changeslist-line-inner-separatorAftercharacterDiff,
#ActivityFeed .mw-changeslist-line-inner-separatorAftercharacterDiff,
#ActivityFeed .mw-changeslist-line-inner-userTalkLink,
#ActivityFeed td.mw-enhanced-rc,
#ActivityFeed .mw-changeslist-legend,
#ActivityFeed .mw-changeslist-line-inner-historyLink,
#ActivityFeed .mw-changeslist-line-inner-separatorAfterLinks,
#ActivityFeed .mw-changeslist-line-inner-characterDiff,
#ActivityFeed .mw-changeslist-line-inner-comment,
#ActivityFeed .activity-tabs,
#ActivityFeed .activity-summary,
#ActivityFeed .mw-enhancedchanges-arrow-space {
display: none;
}
#ActivityFeed .mw-changeslist-line-inner-userLink:before {
content: "\00000A\000009edited\0000A0by ";
white-space: pre-wrap;
}
#ActivityFeed .mw-changeslist-line-inner {
text-align:left;
width: 284px;
}
#ActivityFeed span.mw-changeslist-line-inner-userLink {
font-size: 11px;
position: relative;
top: -5px !important;
left: -15px;
}
#ActivityFeed .mw-changeslist div table {
border-bottom: 1px solid var(--subtitle-color);
margin-left: 10px;
margin-right: 10px;
padding-top: 3px !important;
}
#ActivityFeed .mw-changeslist div table:last-child {
border: none;
}
/* End [[Template:Latest Edits]] Fix for UCP */
/* Styling for [[Template:tt]] */
.text-tooltip {
cursor: help;
}
.text-tooltip:not(.no-underline) {
border-bottom-color: rgb(128, 128, 128);
border-bottom-width: 1px;
border-bottom-style: dotted;
}