Difference between revisions of "MediaWiki:Common.css"
(chg) |
(chg) |
||
Line 17: | Line 17: | ||
} | } | ||
+ | /** Semantic Cite | ||
+ | * Unconfuse link to the subobject holding reference data. | ||
+ | */ | ||
+ | .scite-citation-resourcelink a:before { | ||
+ | content: "↘"; | ||
+ | } | ||
− | /* | + | /** Semantic MediaWiki |
− | + | * Increase dominance of special property names on "Special:Browse". | |
− | * | ||
*/ | */ | ||
.smwbuiltin a, | .smwbuiltin a, | ||
.smwbuiltin a.new { | .smwbuiltin a.new { | ||
color: #ff8000; | color: #ff8000; | ||
+ | } | ||
+ | |||
+ | /** Semantic MediaWiki | ||
+ | * Change the position of the section tab on property pages. | ||
+ | */ | ||
+ | .smw-tabs label.nav-label.smw-tab-right { | ||
+ | float: left; | ||
} | } |
Latest revision as of 00:33, 16 June 2019
/* CSS placed here will be applied to all skins */
/** JSBreadCrumbs
* Remove bread crumbs from Main Page
*/
.page-Main_Page .jsbc-breadcrumbs {
display: none;
}
/** JSBreadCrumbs
* Make bread crumbs less distinct
*/
.jsbc-breadcrumbs {
background: none;
border: none;
left: -15px;
}
/** Semantic Cite
* Unconfuse link to the subobject holding reference data.
*/
.scite-citation-resourcelink a:before {
content: "↘";
}
/** Semantic MediaWiki
* Increase dominance of special property names on "Special:Browse".
*/
.smwbuiltin a,
.smwbuiltin a.new {
color: #ff8000;
}
/** Semantic MediaWiki
* Change the position of the section tab on property pages.
*/
.smw-tabs label.nav-label.smw-tab-right {
float: left;
}