/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 trunk/CodeViewer/Codeviewer/showcode.css

  • Committer: a11vikob
  • Date: 2013-03-28 14:28:13 UTC
  • mto: (4.2.2 hitlerhorabajs)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: a11vikob@student.his.se-20130328142813-n08tuh849zlhtayo
In "Code Viewer Alt":
Fixed indentations etc. Moved out some css to separate file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.interesting{background-color:#e8ffd8;border-bottom: 1px solid green;}
2
 
 
3
 
.lineno{background-color:#ffeedd;}
4
 
.linenointeresting{background-color:#f8e0d8;}
5
 
 
6
 
.keyword{background-color:#ffffdd;border: 1px dotted green;}
7
 
.keywordinteresting{background-color:#e8e8cd;border: 1px dotted green;}
8
 
 
9
 
.highlightnormal{font-weight:bold}
10
 
.highlightspecial{font-weight:bold;color:red;}
11
 
 
12
 
.commented{color:grey;}
13
 
 
14
 
.Topmenu {width:100%;height:44px;background:#ffeedd;background-image:url('CodeViewerMenuareaBack.png');}
15
 
.RestContainer {width:100%;background:#ffffff;overflow:auto;}
16
 
.panel {padding:3px;width:450px;border: 1px solid black;background-color:#ffffff;background-image:url('CodeViewerDescareaBack.png');background-repeat:repeat-x;}                                
17
 
.codecontent {margin-left:100px;border: 1px solid black;overflow:auto;}                                                         
18
 
 
19
 
body { margin: 0; padding: 0; }                         
20
 
img { border: 0px none;}
21
 
 
22
 
.menubarstyle {width:100%;height:44px;background-image:url('CodeViewerMenuareaBack.png');}
23
 
 
24
 
.buttonstyle {width:44px;vertical-align:middle;}
25
 
.verticalaligntext {vertical-align:middle;font-family:Calibri,Sans-Serif;font-size:22px;font-weight:bold;font-style:italic}
26
 
 
27
 
.descriptionheading {font-family:Calibri,Sans-Serif;text-align: center;font-size:18px;font-weight:bold;font-style:italic;}
28
 
.description {font-family:Helvetica,Arial,Sans-Serif; font-size:14px;text-align: justify;}
29
 
.interestingdescription {font-family:Helvetica,Arial,Sans-Serif; font-size:14px;background-color:#e8ffd8;border-bottom: 1px solid green;}
30
 
.codeexample {font-family:LucindaConsole,Monospace; font-size:14px;font-weight:normal}                          
31
 
.exampleheading{font-family:Helvetica,Arial,Sans-Serif; font-size:12px;font-weight:bold;background-color:#e8e8ff;border: 1px dotted lightblue;}
 
1
                                .interesting{background-color:#e8ffd8;border-bottom: 1px solid green;}
 
2
 
 
3
                                .lineno{background-color:#ffeedd;}
 
4
                                .linenointeresting{background-color:#f8e0d8;}
 
5
 
 
6
                                .keyword{background-color:#ffffdd;border: 1px dotted green;}
 
7
                                .keywordinteresting{background-color:#e8e8cd;border: 1px dotted green;}
 
8
 
 
9
                                .highlightnormal{font-weight:bold}
 
10
                                .highlightspecial{font-weight:bold;color:red;}
 
11
 
 
12
                                .commented{color:grey;}
 
13
 
 
14
                                .Topmenu {width:100%;height:44px;background:#ffeedd;background-image:url('CodeViewerMenuareaBack.png');}
 
15
                                .RestContainer {width:100%;background:#ffffff;overflow:auto;}
 
16
                                .panel {padding:3px;width:450px;border: 1px solid black;background-color:#ffffff;background-image:url('CodeViewerDescareaBack.png');background-repeat:repeat-x;}                                
 
17
                                .codecontent {margin-left:100px;border: 1px solid black;overflow:auto;}                                                         
 
18
 
 
19
                                body { margin: 0; padding: 0; }                         
 
20
                                img { border: 0px none;}
 
21
                                
 
22
                                .menubarstyle {width:100%;height:44px;background-image:url('CodeViewerMenuareaBack.png');}
 
23
                                
 
24
                                .buttonstyle {width:44px;vertical-align:middle;}
 
25
                                .verticalaligntext {vertical-align:middle;font-family:Calibri,Sans-Serif;font-size:22px;font-weight:bold;font-style:italic}
 
26
 
 
27
                                .descriptionheading {font-family:Calibri,Sans-Serif;text-align: center;font-size:18px;font-weight:bold;font-style:italic;}
 
28
                                .description {font-family:Helvetica,Arial,Sans-Serif; font-size:14px;text-align: justify;}
 
29
                                .interestingdescription {font-family:Helvetica,Arial,Sans-Serif; font-size:14px;background-color:#e8ffd8;border-bottom: 1px solid green;}
 
30
                                .codeexample {font-family:LucindaConsole,Monospace; font-size:14px;font-weight:normal}                          
 
31
                                .exampleheading{font-family:Helvetica,Arial,Sans-Serif; font-size:12px;font-weight:bold;background-color:#e8e8ff;border: 1px dotted lightblue;}
32
32
                                
33
33