/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to CodeViewer/Lindex.css

  • Committer: galaxyAbstractor
  • Date: 2013-04-05 15:01:08 UTC
  • mfrom: (19.3.3 GammaBear)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: galaxyabstractor@gmail.com-20130405150108-l8r90j6vvmvxq14v
Adams bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.group  {
 
1
.group {
2
2
        display: block;
3
3
        padding: 1em;
4
4
        width: 100%;
10
10
        font-weight: normal;
11
11
        font-size: 1.8em;
12
12
        margin-bottom: 1em;
13
 
 
14
13
        font-family: Cambria, Georgia, serif;
15
14
}
16
15
 
17
 
.group .info {  
 
16
.group.info {
18
17
        padding: 0.4em;
19
18
        margin: 0.5em;
20
19
        font-size: 1em;
21
20
        color: #000;
22
21
}
23
22
 
24
 
.group .info:first-letter {     
 
23
.group .info:first-letter {
25
24
        font-size:1.3em;
26
25
}
27
26
 
36
35
        background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
37
36
        background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
38
37
        background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
 
38
        -pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
39
39
        font-size: 1.4em;
40
40
        margin-top: 1em;
41
41
        margin-bottom: 0;
42
42
        padding:3px;
43
43
        padding-left:20px;
 
44
        min-width:100%;
44
45
}
45
46
 
46
47
a {
64
65
        margin-left: 8px;       
65
66
}
66
67
 
67
 
.container .demo {
 
68
.container.demo {
68
69
        float:right;
69
70
}
70
71
 
71
 
body {
 
72
body{
72
73
        margin:0;
73
74
}
74
75
 
75
76
#menu {
76
 
        position:fixed;
 
77
        position:absolute;
77
78
        top:40px;
 
79
        left:0px;
78
80
        width:10.5%;
 
81
        width:96%;
79
82
        padding: 10px 0 1% 0.3%;
80
83
        background: #c0d0e0;
81
84
        background-color: #c0d0e0;
82
 
        border-bottom-right-radius: 1.3em;
83
 
        border-top-right-radius: 1.3em;
 
85
        border-radius: 0 1.3em 1.3em 0;
84
86
        border-bottom: 2px solid #000;
85
87
        border-right: 1px solid #000;
86
88
        color: #fff;
91
93
        background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
92
94
        background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
93
95
        background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
94
 
 
 
96
        -pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
95
97
}
96
98
 
97
 
#menu #menuHeader {
 
99
#menu #menuHeader{
98
100
        margin:0 0 1.5% 0;
 
101
        position:relative;
99
102
        background:#333333;
100
103
        width:97%;
101
104
        height:31px;
102
105
        padding-left:10px;
103
106
        margin-left:-10px;
104
 
        border-radius: 0 10px 10px 0
 
107
        border-radius: 0 10px 10px 0;
 
108
        cursor:pointer;
105
109
}
106
110
 
107
111
#menuHeader h3{
115
119
        padding:0;
116
120
}
117
121
 
118
 
#menuArrow{
 
122
#menuArrow {
119
123
        float:left;
120
124
        padding:0;
121
125
        margin-top:8px;
122
126
        width:15%;
123
127
}
124
128
 
125
 
#menu a{
 
129
#menu a {
126
130
        display:block;color:#fff;
127
131
        font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
128
132
        text-decoration: none; 
129
133
        margin-left:1%;
130
134
        font-size:100%
 
135
        
 
136
        /* For IE 8 */
 
137
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444')";
 
138
        /* For IE 5.5 - 7 */
 
139
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444');
 
140
        filter:DropShadow(Color=#444444, OffX=1, OffY=2);
131
141
}
132
142
 
133
 
#menu a:hover{
 
143
#menu a:hover {
134
144
        font-weight:bolder;
135
145
        text-decoration:underline;
136
146
}
137
147
 
138
 
#menuItems{
 
148
#menuItems {
139
149
        float:left;
140
150
        width:80%;
141
151
}
142
152
 
143
 
#sidebar{
 
153
#sidebar {
 
154
        position:absolute;
 
155
        left:0px;
 
156
        top:0px;
144
157
        float:left;
145
 
        min-width:11%;
146
 
        min-height:100px;
 
158
        min-width:8em;
 
159
        width:auto;
 
160
        height:100%;
147
161
        overflow:auto;
148
162
}
149
163
 
150
 
#content{
151
 
        float:left;
 
164
#content { 
 
165
        position:absolute;
 
166
        left:8em;
152
167
        width:75%;
 
168
        max-width:75%;
 
169
        min-width:20em;
 
170
}
 
171
 
 
172
.arrow{
 
173
        -webkit-transition-duration: 0.9s;
 
174
        -moz-transition-duration: 0.9s;
 
175
        -o-transition-duration: 0.9s;
 
176
        transition-duration: 0.9s;
 
177
        -webkit-transition-property: -webkit-transform;
 
178
        -moz-transition-property: -moz-transform;
 
179
        -o-transition-property: -o-transform;
 
180
        transition-property: transform;
 
181
        overflow:auto;
 
182
}
 
183
 
 
184
.rotateArrowCW {
 
185
        -webkit-transform:rotate(180deg);
 
186
        -moz-transform:rotate(180deg); 
 
187
        -o-transform:rotate(180deg);
153
188
}
 
 
b'\\ No newline at end of file'