1 // This file is not effacious. It is intended to delete it in the end.
2 // Nicht gefundene CSS-Klassen und IDs
6 // --------------------------------------
8 // --------------------------------------
11 // OBSOLETE: gibt es nicht
23 // PENDENT: welche Selektoren???
29 background-color: #EBEBEB;
38 span.toggle_selected {
43 // Infos ueber Suchergebnissen
53 // --------------------------------------
55 // --------------------------------------
56 // This file is not effacious. It is intended to delete it in the end.
62 transition: width 0.1s;
63 -moz-transition: width 0.1s;
64 -webkit-transition: width 0.1s;
65 -o-transition: width 0.1s;
67 &:focus { width: 150px }
71 /* quirk to force certain constructs to block context */
72 .block-context { overflow: hidden }
75 /* various oneshot decoration for legacy purpose. dont use */
76 .small-text { font-size: @font-size-small; }
77 .bold { font-weight: bold ;}
79 .float-left { float: left; }
80 .float-right { float: right; }
84 .position-relative { position: relative; }
85 .position-absolute { position: absolute; }