Differenze tra le versioni di "MediaWiki:Common.css"

Cose per le tabs con i bordi
m (Roba per la home)
(Cose per le tabs con i bordi)
}
 
.tabs-header .tabs-select {
cursor: pointer;
display: inline-block;
padding: 0 0.5ex 0;
}
.tabs-header .tabs-select-active {
 
.tabs-select-active {
color: red;
}
.tabs-tab.tabs-tab-active {
display: block;
}
 
.tabs.tabs-bordered {
border-color: black;
border-radius: 0.625rem;
}
.tabs.tabs-bordered .tabs-content {
border-radius: inherit;
border-style: solid;
border-color: inherit;
border-width: 0.5ex;
background-color: white;
}
.tabs.tabs-bordered .tabs-content .tabs-tab {
padding: 0.5ex;
}
.tabs.tabs-bordered .tabs-header {
border-color: inherit;
border-radius: inherit;
-webkit-padding-start: 2ex;
padding-inline-start: 2ex;
margin-bottom: -0.4ex;
}
.tabs.tabs-bordered .tabs-header > p {
/* Delete when you change .tabs-select form span to div */
border-color: inherit;
border-radius: inherit;
margin: 0;
}
.tabs.tabs-bordered .tabs-header .tabs-select {
background: lightgray;
border-style: solid;
border-color: inherit;
border-width: 0.5ex;
border-radius: inherit;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-style: none;
}
.tabs.tabs-bordered .tabs-header .tabs-select.tabs-select-active {
background: white;
border-bottom-style: solid;
border-bottom-color: white;
}
 
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}