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

  • Committer: Gustav Hartvigsson
  • Date: 2013-05-15 17:20:30 UTC
  • mfrom: (66.1.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130515172030-hrqwr1cys2pijajj
Merged changes to the Codeviewer

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        padding: 0;
4
4
}
5
5
 
6
 
#header {
7
 
        background-color: #3C3C3C;
8
 
        height:50px;
 
6
.codecontainer {
 
7
        margin-top: 50px;
9
8
        width: 100%;
10
 
}
11
 
 
12
 
 
13
 
#nav div {
14
 
        display: inline-block;
15
 
        height: 50px;
16
 
        
17
 
}
18
 
 
19
 
#nav a {
20
 
        height: 30px;
21
 
        padding-top: 15px;
22
 
}
23
 
 
24
 
.btn-group {
25
 
        margin-top: -45px;
26
 
}
27
 
 
28
 
#nav .separator {
29
 
        width: 0px; /* amazing, this seems to work */
30
 
        height:50px;
31
 
        border-left: 1px solid #111111;
32
 
        border-right: 1px solid #555555;
33
 
        margin-left: 5px;
34
 
        margin-right: 5px;
 
9
        height: 100%;
 
10
        margin-left: auto;
 
11
        margin-right: auto;
 
12
}
 
13
 
 
14
.codecolumn1, .codecolumn2 {
 
15
        width: 50%;
 
16
        float: left;
 
17
}
 
18
 
 
19
.classcontainer {
 
20
}
 
21
 
 
22
.codeLanguage {
 
23
        float: right;
 
24
}
 
25
 
 
26
.codeFilename {
35
27
}
36
28
 
37
29
#doc a {
47
39
        padding-top: 5px;
48
40
        padding-bottom: 5px;
49
41
        padding-left: 10px;
50
 
        margin-top: 10px;
 
42
        padding-right: 10px;
 
43
}
 
44
 
 
45
.textContainer {
 
46
        height: 350px;
 
47
        overflow: auto;
 
48
        padding: 5px;
51
49
}
52
50
 
53
51
.ace { 
54
 
        height:500px;
55
 
        width:100%;
 
52
        height: 360px;
 
53
        width: 100%;
56
54
}
57
55
 
58
56
.highlighted {
69
67
        z-index: 4;
70
68
}
71
69
 
72
 
#dropdown {
73
 
        width: 500px;
74
 
        position: absolute;
75
 
        background-color: #333333;
76
 
        z-index: 100;
77
 
        left: 5%;
78
 
        display: none;
79
 
}
80
 
 
81
 
#dropdown * {
82
 
        position: relative;
83
 
        margin:0px;
84
 
        padding:0px;
85
 
}
86
70
section.group {
87
71
        width:100%;
88
72
        top:0px;
144
128
        background-color:#D9388B;
145
129
        border-top:#F772B7 1px solid;
146
130
        border-bottom:#A12263 1px solid;
147
 
}
 
 
b'\\ No newline at end of file'
 
131
}