Page MenuHomeWickedGov Phorge

content.links.less
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

content.links.less

@import 'mediawiki.skin.variables.less';
/* stylelint-disable selector-class-pattern */
a.new {
color: @color-link-new;
&:visited {
color: @color-link-new--visited;
}
}
/* self links */
a.mw-selflink {
color: inherit;
font-weight: bold;
text-decoration: inherit;
&:hover {
cursor: inherit;
text-decoration: inherit;
}
&:active,
&:visited {
color: inherit;
}
}
/* Interwiki & External links */
.mw-parser-output {
a.extiw,
a.external {
color: @color-link-external;
&:visited {
color: @color-link-external--visited;
}
&:active {
color: @color-link-external--active;
}
}
}
/* Underline preference */
.mw-underline-always a {
text-decoration: underline;
}
.mw-underline-never a {
text-decoration: none;
}
/* Plainlinks - this can be used to switch
* off special external link styling */
.plainlinks a.external {
background: none !important; /* stylelint-disable-line declaration-no-important */
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
}

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 21:08 (1 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ba/48/2fee912a68cff3f495621080d218
Default Alt Text
content.links.less (1 KB)

Event Timeline