Template:T/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→Phabricator-like tag styling: .phui-tag-wrapper, .phui-tag { color: black; font: 13px 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol', 'Lato', 'Helvetica Neue',...") |
(No difference)
|
Latest revision as of 03:41, 23 November 2022
/* Phabricator-like tag styling */
.phui-tag-wrapper,
.phui-tag {
color: black;
font: 13px 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol', 'Lato',
'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.51em;
font-weight: bold;
}
.phui-tag-wrapper .phui-tag-core,
.phui-tag {
background-color: #EBECEE;
border: 1px solid #C7CCD9;
border-radius: 3px;
padding: 0 4px;
}
.phui-tag-wrapper > a:hover .phui-tag-core,
.phui-tag:hover {
border-color: #A1A6B0;
}
.phui-tag > a.external {
/* copied from `.plainlinks a.external { ... }`: */
background: none !important;
padding: 0 !important;
}
.phui-tag-wrapper > a,
.phui-tag-wrapper > a:visited,
.phui-tag > a,
.phui-tag > a:visited {
color: black;
}