Benutzer:CF/vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
CF (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
CF (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
| (3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/* Breitere Suchleiste */ | /* Breitere Suchleiste */ | ||
#simpleSearch input#searchInput { | #simpleSearch input#searchInput { | ||
width: 15em; | |||
} | } | ||
/* Links auf Weiterleitungen hervorheben */ | /* Links auf Weiterleitungen hervorheben */ | ||
.mw-redirect { | .mw-redirect { | ||
padding-left: 10px; | |||
background: url("/w/images/thumb/4/4e/Blue_right.gif/10px-Blue_right.gif") no-repeat scroll 0 center transparent; | |||
} | } | ||
/* | /* <gallery> mit automatischer Breite */ | ||
# | table.gallery { | ||
display: table; | |||
} | text-align: center; | ||
} | |||
table.gallery tr { | |||
display: inline; | |||
} | |||
table.gallery td { | |||
display: inline-block; | |||
} | |||
/* Test */ | |||
tr.altalt { | |||
background-color: #EEEEEE; | |||
} | |||
tr.alt, tr.altalt { | |||
border: 3px double #000000; | |||
border-bottom-style: none; | |||
} | |||
tr.alt + tr, tr.altalt + tr { | |||
border-top-style: double; | |||
} | |||
tr.alt + tr.altalt, tr.altalt + tr.alt { | |||
border-top-style: none; | |||
} | |||
:last-child.alt, :last-child.altalt { | |||
border-bottom-style: double; | |||
} | |||
tr.altalt > td+td+td, tr.altalt > td+td+td+td { | |||
border-right-style: none; | |||
} | |||
tr.altalt > td+td+td+td, tr.altalt > td+td+td+td+td { | |||
border-left-style: none; | |||
} | |||
Aktuelle Version vom 25. September 2011, 15:19 Uhr
/* Breitere Suchleiste */
#simpleSearch input#searchInput {
width: 15em;
}
/* Links auf Weiterleitungen hervorheben */
.mw-redirect {
padding-left: 10px;
background: url("/w/images/thumb/4/4e/Blue_right.gif/10px-Blue_right.gif") no-repeat scroll 0 center transparent;
}
/* <gallery> mit automatischer Breite */
table.gallery {
display: table;
text-align: center;
}
table.gallery tr {
display: inline;
}
table.gallery td {
display: inline-block;
}
/* Test */
tr.altalt {
background-color: #EEEEEE;
}
tr.alt, tr.altalt {
border: 3px double #000000;
border-bottom-style: none;
}
tr.alt + tr, tr.altalt + tr {
border-top-style: double;
}
tr.alt + tr.altalt, tr.altalt + tr.alt {
border-top-style: none;
}
:last-child.alt, :last-child.altalt {
border-bottom-style: double;
}
tr.altalt > td+td+td, tr.altalt > td+td+td+td {
border-right-style: none;
}
tr.altalt > td+td+td+td, tr.altalt > td+td+td+td+td {
border-left-style: none;
}