/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 codehighlighterimpl/css/codeviewer.css

  • Committer: galaxyAbstractor
  • Date: 2013-04-10 15:49:32 UTC
  • mto: (19.1.5 lenasys)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: galaxyabstractor@gmail.com-20130410154932-4vizlzk0ar5gykvi
* Added an simple admin panel to the codeviewer-cmssy stuff
* Redesigned a bit like the mockups - still stuff to come
* Implemented the codeviewer + admin panel again using the Framework CodeIgniter instead 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
        margin:  0;
3
 
        padding: 0;
4
 
}
5
 
 
6
 
#header {
7
 
        clear:both;
8
 
        float:left;
9
 
        width:100%;
10
 
        background-color:  #eee;
11
 
}
12
 
.colleft {
13
 
        float:left;
14
 
        width:100%;
15
 
        position:relative;
16
 
}
17
 
.col1,
18
 
.col2,
19
 
.col3 {
20
 
        float:left;
21
 
        position:relative;
22
 
        padding:0 0 0 0;
23
 
        overflow:hidden;
24
 
}
25
 
 
26
 
/* column container */
27
 
.colmask {
28
 
        position:relative;      /* This fixes the IE7 overflow hidden bug */
29
 
        clear:both;
30
 
        float:left;
31
 
        width:100%;                     /* width of whole page */
32
 
        overflow:hidden;                /* This chops off any overhanging divs */
33
 
}
34
 
 
35
 
/* 2 Column (left menu) settings */
36
 
.leftmenu {
37
 
        background:#fff;                /* right column background colour */
38
 
}
39
 
.leftmenu .colleft {
40
 
        right:60%;                      /* right column width */
41
 
        background:#f4f4f4;     /* left column background colour */
42
 
}
43
 
.leftmenu .col1 {
44
 
        width:60%;                      /* right column content width */
45
 
        left:100%;                      /* 100% plus left column left padding */
46
 
}
47
 
.leftmenu .col2 {
48
 
        width:35%;                      /* left column content width (column width minus left and right padding) */
49
 
        left:2%;                        /* (right column left and right padding) plus (left column left padding) */
50
 
}
51
 
.ace { 
52
 
        height:500px;
53
 
        width:100%;
54
 
}
55
 
 
56
 
.highlighted {
57
 
        background-color:  #ff00ff;
58
 
        opacity: 0.2;
59
 
        position: absolute;
60
 
        z-index: 4;
61
 
}
62
 
 
63
 
.interesting {
64
 
        background-color:  #ffff00;
65
 
        opacity: 0.2;
66
 
        position: absolute;
67
 
        z-index: 4;
68
 
}
 
 
b'\\ No newline at end of file'