Topic on Extension:Header Tabs/Skin modification

HeaderTab styling with Extension:CSS?

1
Revansx (talkcontribs)

System:

  • MediaWiki 1.34.1 (b1f6480) 18:15, 30 April 2020
  • Header Tabs 1.2 (b548d42) 01:17, 2 August 2019
  • CSS 3.5.0 (2354958) 02:41, 11 September 2020

ISSUE - pasting the "Rounded tabs" example CSS into an in-page CSS parser function like:

{{#css:

#headertabs.round .ui-corner-top {
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
}

#headertabs.round .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #DDD;
font-weight: normal;
color: #2779AA;
}

}}

does not work. Is this to be expected?

Reply to "HeaderTab styling with Extension:CSS?"