/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: 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
        background-color: #3C3C3C;
 
8
        height:50px;
 
9
        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
.dropdown-menu {
 
29
        background-color: #333333;
 
30
        width: 320px;
 
31
}
 
32
 
 
33
.dropdown-info {
 
34
        background-color: #0a68ad;
 
35
        width: 100%;
 
36
        color: #fff;
 
37
        font-size: 25px;
 
38
        font-weight: bold;
 
39
        text-align: center;
 
40
}
 
41
 
 
42
.dropdown-info p{
 
43
        margin-top: 15px;
 
44
}
 
45
 
 
46
.dropdown-menu a {
 
47
        color: white !important; /* important because otherwise bootstrap takes over */
 
48
}
 
49
 
 
50
#nav .separator {
 
51
        width: 0px; /* amazing, this seems to work */
 
52
        height:50px;
 
53
        border-left: 1px solid #111111;
 
54
        border-right: 1px solid #555555;
 
55
        margin-left: 5px;
 
56
        margin-right: 5px;
 
57
}
 
58
 
 
59
#doc a {
 
60
        background-color: #F0F0F0;
 
61
        border: 1px solid #ccc;
 
62
        padding: 1px;
 
63
}
 
64
 
 
65
.editorinfo {
 
66
        background-color: #0a68ad;
 
67
        color: white;
 
68
        font-size: 18px;
 
69
        padding-top: 5px;
 
70
        padding-bottom: 5px;
 
71
        padding-left: 10px;
 
72
        margin-top: 10px;
 
73
}
 
74
 
 
75
.ace { 
 
76
        height:500px;
 
77
        width:100%;
 
78
}
 
79
 
 
80
.highlighted {
 
81
        background-color:  #ff00ff;
 
82
        opacity: 0.5;
 
83
        position: absolute;
 
84
        z-index: 4;
 
85
}
 
86
 
 
87
.interesting {
 
88
        background-color:  #ffff00;
 
89
        opacity: 0.5;
 
90
        position: absolute;
 
91
        z-index: 4;
 
92
}
 
 
b'\\ No newline at end of file'