/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: Gustav Hartvigsson
  • Date: 2013-04-08 08:05:58 UTC
  • mfrom: (19.4.4 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130408080558-0o7itutyu7jrn48b
Note to self: "bzr resolve --all" works like magic.
Merged implementation group 1's branch.
20130408.

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
38
        -pie-background: linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
 
39
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7b8c', endColorstr='#aabbcc')
39
40
        font-size: 1.4em;
40
41
        margin-top: 1em;
41
42
        margin-bottom: 0;
89
90
        font-weight:bolder;
90
91
        background:#678;
91
92
        background-color:#678;
 
93
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7b8c', endColorstr='#aabbcc')
92
94
        background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
93
95
        background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
94
96
        background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
183
185
        -webkit-transform:rotate(180deg);
184
186
        -moz-transform:rotate(180deg); 
185
187
        -o-transform:rotate(180deg);
186
 
}
 
 
b'\\ No newline at end of file'
 
188
}