/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-04-12 19:13:58 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130412191358-lvnmll48cw7idkzk
added:
* COPYING - licensing information
* COPYRIGHT_HEADER - the header that should be in every file related to
  the project.
* README - Information about the project.
* lgpl-3.0 - The license that is used by this project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        padding: 0;
4
4
}
5
5
 
6
 
.codecontainer {
7
 
        margin-top: 50px;
 
6
#header {
 
7
        background-color: #3C3C3C;
 
8
        height:50px;
8
9
        width: 100%;
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
 
.singleColumn1 .ace {
20
 
        height: 720px;
21
 
}
22
 
 
23
 
.doubleColumn1 .ace {
24
 
        height: 360px;
25
 
}
26
 
 
27
 
.singleColumn2 .ace {
28
 
        height: 720px;
29
 
}
30
 
 
31
 
.doubleColumn2 .ace {
32
 
        height: 360px;
33
 
}
34
 
 
35
 
.tripleColumn2 .ace {
36
 
        height: 240px;
37
 
}
38
 
 
39
 
.singleColumn1 .textContainer {
40
 
        height: 720px;
41
 
}
42
 
 
43
 
.doubleColumn1 .textContainer {
44
 
        height: 350px;
45
 
}
46
 
 
47
 
.singleColumn2 .textContainer {
48
 
        height: 710px;
49
 
}
50
 
 
51
 
.doubleColumn2 .textContainer {
52
 
        height: 350px;
53
 
}
54
 
 
55
 
.tripleColumn2 .textContainer {
56
 
        height: 230px;
57
 
}
58
 
 
59
 
.codeLanguage {
60
 
        float: right;
61
 
}
62
 
 
63
 
.codeFilename {
 
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;
64
35
}
65
36
 
66
37
#doc a {
76
47
        padding-top: 5px;
77
48
        padding-bottom: 5px;
78
49
        padding-left: 10px;
79
 
        padding-right: 10px;
 
50
        margin-top: 10px;
80
51
}
81
52
 
82
 
.textContainer {
83
 
        overflow: auto;
84
 
        padding: 5px;
 
53
.ace { 
 
54
        height:500px;
 
55
        width:100%;
85
56
}
86
57
 
87
58
.highlighted {
98
69
        z-index: 4;
99
70
}
100
71
 
 
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
}
101
86
section.group {
102
87
        width:100%;
103
88
        top:0px;
159
144
        background-color:#D9388B;
160
145
        border-top:#F772B7 1px solid;
161
146
        border-bottom:#A12263 1px solid;
162
 
}
 
147
}
 
 
b'\\ No newline at end of file'