]> wagnertech.de Git - mfinanz.git/blob - css/design40/less/OBSOLETE.less
date error in mapping
[mfinanz.git] / css / design40 / less / OBSOLETE.less
1 // This file is not effacious. It is intended to delete it in the end.
2 // Nicht gefundene CSS-Klassen und IDs
3
4
5
6 // --------------------------------------
7 // FORMER MAIN.LESS
8 // --------------------------------------
9
10
11 // OBSOLETE: gibt es nicht
12 body.admin > h1{
13   top: 21px;
14 }
15
16 //  PENDENT: obsolete?
17 body.menu {
18   color: #000000;
19 }
20
21
22
23 //  PENDENT: welche Selektoren???
24 .accountlistheading {
25   padding: 0.3em;
26   color: #006400;
27   font-weight: bold;
28   text-align: left;
29   background-color: #EBEBEB;
30 }
31
32
33 .link_separator {
34   margin-left: 6px;
35   margin-right: 6px;
36 }
37
38 span.toggle_selected {
39   font-weight: bold;
40 }
41
42
43 //  Infos ueber Suchergebnissen
44 div.info{
45     padding: 1.0em;
46     span.info-detail{
47         margin: 0 5.0em 0 0;
48     }
49 }
50
51
52
53 // --------------------------------------
54 // FORMER COMMON.CSS
55 // --------------------------------------
56 // This file is not effacious. It is intended to delete it in the end.
57
58
59
60 input.grow_on_focus {
61     width: 20px;
62     transition:         width 0.1s;
63     -moz-transition:    width 0.1s;
64     -webkit-transition: width 0.1s;
65     -o-transition:      width 0.1s;
66
67     &:focus { width: 150px }
68
69 }
70
71 /* quirk to force certain constructs to block context  */
72 .block-context { overflow: hidden }
73
74
75 /* various oneshot decoration for legacy purpose. dont use  */
76 .small-text { font-size: @font-size-small; }
77 .bold       { font-weight: bold ;}
78
79 .float-left  { float: left;  }
80 .float-right { float: right; }
81
82
83 /* position  */
84 .position-relative { position: relative; }
85 .position-absolute { position: absolute; }
86
87