Użytkownik:SH3VEK/common.css: Różnice pomiędzy wersjami

Z Nonsensopedii, polskiej encyklopedii humoru
M
Znacznik: edytor źródłowy
M
Znacznik: edytor źródłowy
Linia 1: Linia 1:
/* Widzialne sortujące tabelki */
table.sortable th.headerSort::after {
content: '\29d7';
}
table.sortable th.headerSortDown::after {
content: '\25be';
}
table.sortable th.headerSortUp::after {
content: '\25b4';
}

/* DO OZ */
/* DO OZ */
.mw-collapsible-toggle {
.mw-collapsible-toggle {

Wersja z 18:57, 2 gru 2016

/* Widzialne sortujące tabelki */
table.sortable th.headerSort::after {
  content: '\29d7';
}
table.sortable th.headerSortDown::after {
  content: '\25be';
}
table.sortable th.headerSortUp::after {
  content: '\25b4';
}

/* DO OZ */
.mw-collapsible-toggle {
  transition: transform 0.5s;
}
.mw-collapsible-toggle a img {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 12px solid black;
  border-right: none;
}
.mw-collapsible-toggle-expanded {
  transform: rotate(90deg);
}