/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 Hatvigsson
  • Date: 2013-05-30 13:27:57 UTC
  • mfrom: (85.1.29 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130530132757-i82v9rzr950a5fcl
Merged Ohlson:s changes:

edited the forms fo an autofocused field and changed password fields
to password instead of plaintext.

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
.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 {
35
64
}
36
65
 
37
66
#doc a {
47
76
        padding-top: 5px;
48
77
        padding-bottom: 5px;
49
78
        padding-left: 10px;
50
 
        margin-top: 10px;
 
79
        padding-right: 10px;
51
80
}
52
81
 
53
 
.ace { 
54
 
        height:500px;
55
 
        width:100%;
 
82
.textContainer {
 
83
        overflow: auto;
 
84
        padding: 5px;
56
85
}
57
86
 
58
87
.highlighted {
69
98
        z-index: 4;
70
99
}
71
100
 
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
101
section.group {
87
102
        width:100%;
88
103
        top:0px;
144
159
        background-color:#D9388B;
145
160
        border-top:#F772B7 1px solid;
146
161
        border-bottom:#A12263 1px solid;
147
 
}
 
 
b'\\ No newline at end of file'
 
162
}