Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Interwiki */
.page-footer__languages a {
background-color: rgba(var(--theme-page-text-color--rgb), 0.1);
text-align: center;
margin: 0 6px 6px 0;
border-radius: 3px;
font-weight: bold;
line-height: 28px !important;
color: var(--theme-page-text-color);
opacity: 1;
transition: 0.2s;
padding: 0 10px !important;
border: none !important;
margin-bottom: 6px !important;
}
.page-footer__languages a:hover {
background-color: rgba(var(--theme-link-color--rgb), 0.15);
color: var(--theme-link-color);
}
.page-footer__languages a:first-of-type {
margin-left: 6px;
}
/* License */
.page-footer .license-description {
padding-top: 10px;
font-size: 12px;
}
/* Categories */
.special-categories-label {
display: none !important;
}
.CategorySelect.articlePage .category {
margin-top: 0;
margin-bottom: 0;
padding-right: 6px;
}
/* Categories with taging */
#articleCategories {
background: none;
border: none;
}
#articleCategories .container,
#articleCategories .toolbar,
#articleCategories li {
padding: 0;
border: none;
}
#articleCategories li a,
#articleCategories li .add,
#articleCategories .new,
#articleCategories li input {
background-color: rgba(var(--theme-page-text-color--rgb), 0.1);
text-align: center;
border-radius: 3px;
font-weight: bold;
line-height: 28px;
color: var(--theme-page-text-color);
font-size: 14px !important;
transition: 0.2s;
font-size: 14px !important;
text-transform: none;
border: none;
text-decoration: none;
}
#articleCategories li a {
padding: 6px 10px !important;
}
#articleCategories li {
margin-bottom: 6px !important;
}
#articleCategories li .add {
padding: 0 10px !important;
}
#articleCategories .new {
padding: 0 10px;
}
#articleCategories .add:hover,
#articleCategories .new:hover,
#articleCategories li a:hover {
background-color: rgba(var(--theme-link-color--rgb), 0.15);
color: var(--theme-link-color) !important;
}
#articleCategories .removeCategory {
color: Red !important;
}
/* Categories without taging */
.article-categories {
margin: 10px 0;
padding: 0;
}
#catlinks {
font-size: 0;
padding: 0;
background: transparent;
border: none;
}
#articleCategories li {
margin-top: 0 !important;
margin-bottom: 6px !important;
}
/* Common */
.wds-collapsible-panel__header .wds-icon {
width: 10px !important;
height: 10px !important;
}
.wds-collapsible-panel__header {
padding: 10px 0;
font-size: 12px;
text-transform: uppercase;
}
#articleCategories li {
margin-right: 6px !important;
}