MediaWiki: CustomDrilldown.css: Unterschied zwischen den Versionen
Aus Joachim Camerarius (1500-1574)
Noeth (Diskussion | Beiträge) Die Seite wurde neu angelegt: „.mw-special-BrowseData #sidebar-right { display: none !important; } a.drilldown-btn-test:link, a.drilldown-btn-test:visited, table.drilldownInfo>tbody>tr>th>a:link, table.drilldownInfo>tbody>tr>th>a:visited { margin: 30px auto 0; padding: 14px 15px; font-size: 14px; text-decoration: none; text-transform: uppercase; overflow: hidden; letter-spacing: .08em; text-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .2) } a.drilldown-btn-test:l…“ |
(kein Unterschied)
|
Aktuelle Version vom 5. Dezember 2024, 14:56 Uhr
.mw-special-BrowseData #sidebar-right {
display: none !important;
}
a.drilldown-btn-test:link,
a.drilldown-btn-test:visited,
table.drilldownInfo>tbody>tr>th>a:link,
table.drilldownInfo>tbody>tr>th>a:visited {
margin: 30px auto 0;
padding: 14px 15px;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
letter-spacing: .08em;
text-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .2)
}
a.drilldown-btn-test:link:after,
a.drilldown-btn-test:visited:after,
table.drilldownInfo>tbody>tr>th>a:link:after,
table.drilldownInfo>tbody>tr>th>a:visited:after {
content: "";
position: absolute;
height: 0%;
left: 50%;
top: 50%;
width: 150%;
z-index: -1;
-webkit-transition: .75s;
-moz-transition: .75s;
-o-transition: .75s;
transition: .75s
}
a.drilldown-btn-test:link:hover,
a.drilldown-btn-test:visited:hover,
table.drilldownInfo>tbody>tr>th>a:link:hover,
table.drilldownInfo>tbody>tr>th>a:visited:hover {
color: #fff;
text-shadow: none
}
a.drilldown-btn-test:link:hover:after,
a.drilldown-btn-test:visited:hover:after,
table.drilldownInfo>tbody>tr>th>a:link:hover:after,
table.drilldownInfo>tbody>tr>th>a:visited:hover:after {
height: 450%
}
a.drilldown-btn-test:link,
a.drilldown-btn-test:visited {
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
position: relative;
display: block;
color: #000;
border-radius: 0;
font-weight: 700;
text-align: center;
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
transition: 1s
}
a.drilldown-btn-test.victoria-two,
table.drilldownInfo>tbody>tr>th>a {
border: 2px solid #006b99
}
a.drilldown-btn-test.victoria-two:after,
table.drilldownInfo>tbody>tr>th>a:after {
background: #006b99;
-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
transform: translateX(-50%) translateY(-50%) rotate(25deg)
}
a.drilldown-btn-test.thar-three {
width: 300px;
color: #000;
cursor: pointer;
display: block;
position: relative;
border: 2px solid #006b99;
transition: .4s cubic-bezier(.42, 0, .58, 1)
}
a.drilldown-btn-test.thar-three:hover:before {
left: 0;
right: auto;
width: 100%
}
a.drilldown-btn-test.thar-three:before {
display: block;
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 0;
z-index: -1;
content: '';
color: #fff !important;
background: #006b99;
transition: .4s cubic-bezier(.42, 0, .58, 1)
}
div.drilldown-filter {
border-radius: 2px;
padding: 5px;
margin: 1rem;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
transition: .3s cubic-bezier(.25, .8, .25, 1)
}
.drilldown-values-toggle {
margin-right: 0.5rem;
}
.hoverList ul>li:hover,
div.drilldown-filter:nth-of-type(odd) {
background: rgba(192, 192, 192, .25)
}
.drilldown-values-toggle:hover {
cursor: pointer !important
}
.drilldown-results,
body[class^=page-Kategorie_Briefwechsel] {
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px)
}
.drilldown-post-filters,
.drilldown-pre-filters,
.drilldown-pre-header {
color: #fff;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 107, 153, .9)
}
.drilldown-well {
margin-top: 10px
}
table.drilldownInfo {
border: 0;
margin: 0 auto
}
table.drilldownInfo>tbody>tr>th>a:link,
table.drilldownInfo>tbody>tr>th>a:visited {
position: relative;
display: block;
color: #000;
font-weight: 700;
text-align: center;
border-radius: 0;
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
transition: 1s
}