/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 Code Viewer Alt/style.css

  • Committer: Erik Wikström
  • Date: 2013-04-09 09:09:31 UTC
  • mfrom: (21 lenasys)
  • mto: (21.1.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: wikxen@gmail.com-20130409090931-9jcs9kzg8et0912g
Remerged! Changed password hashes to VARCHAR(32)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        background: #c0d0e0;
32
32
        background-color: #c0d0e0;
33
33
        text-shadow: 1px 1px 2px #000;
34
 
        font-weight:normal;            
 
34
        font-weight:normal;
35
35
        background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
36
36
        background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
37
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
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7b8c', endColorstr='#aabbcc')
38
40
        font-size: 1.4em;
39
41
        margin-top: 1em;
40
42
        margin-bottom: 0;
41
43
        padding:3px;
42
44
        padding-left:20px;
 
45
        min-width:100%;
43
46
}
44
47
 
45
48
a {
72
75
}
73
76
 
74
77
#menu {
75
 
        position:fixed;
 
78
        position:absolute;
76
79
        top:40px;
77
 
        width:10.5%;
78
 
        padding: 10px 0 1% 0.3%;
 
80
        left:0px;
 
81
        width:90%;
 
82
        padding: 10px 0 8% 8%;
79
83
        background: #c0d0e0;
80
84
        background-color: #c0d0e0;
81
 
        border-bottom-right-radius: 1.3em;
82
 
        border-top-right-radius: 1.3em;
 
85
        border-radius: 0 1.3em 1.3em 0;
83
86
        border-bottom: 2px solid #000;
84
87
        border-right: 1px solid #000;
85
88
        color: #fff;
87
90
        font-weight:bolder;
88
91
        background:#678;
89
92
        background-color:#678;
 
93
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7b8c', endColorstr='#aabbcc')
90
94
        background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
91
95
        background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
92
96
        background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
 
97
        -pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
93
98
}
94
99
 
95
100
#menu #menuHeader{
96
101
        margin:0 0 1.5% 0;
 
102
        position:relative;
97
103
        background:#333333;
98
104
        width:97%;
99
105
        height:31px;
100
 
        padding-left:10px;
101
 
        margin-left:-10px;
102
 
        border-radius: 0 10px 10px 0
 
106
        padding-left:14px;
 
107
        margin-left:-15px;
 
108
        border-radius: 0 10px 10px 0;
 
109
        cursor:pointer;
103
110
}
104
111
 
105
112
#menuHeader h3{
126
133
        text-decoration: none; 
127
134
        margin-left:1%;
128
135
        font-size:100%
 
136
        
 
137
        /* For IE 8 */
 
138
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444')";
 
139
        /* For IE 5.5 - 7 */
 
140
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-90, Color='#444444');
 
141
        filter:DropShadow(Color=#444444, OffX=1, OffY=2);
129
142
}
130
143
 
131
144
#menu a:hover {
139
152
}
140
153
 
141
154
#sidebar {
 
155
        position:absolute;
 
156
        left:0px;
 
157
        top:0px;
142
158
        float:left;
143
 
        min-width:11%;
144
 
        min-height:100px;
 
159
        min-width:9.4em;
 
160
        width:auto;
 
161
        height:100%;
145
162
        overflow:auto;
146
163
}
147
164
 
148
 
#content {
149
 
        float:left;
150
 
        width:75%;
 
165
#content { 
 
166
        position:absolute;
 
167
        left:9.5em;
 
168
        max-width:75%;
 
169
        min-width:20em;
151
170
}
152
171
 
153
172
.arrow{
166
185
        -webkit-transform:rotate(180deg);
167
186
        -moz-transform:rotate(180deg); 
168
187
        -o-transform:rotate(180deg);
169
 
}
 
 
b'\\ No newline at end of file'
 
188
}