/lenasys/0.1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/0.1

« back to all changes in this revision

Viewing changes to trunk/Code Viewer Alt/Codeviewer/showcode.css

  • Committer: Henrik G.
  • Date: 2013-03-26 23:22:55 UTC
  • Revision ID: henrik.gustavsson@his.se-20130326232255-ik6snyatlbkf3zs1
First seed of Lenasys ... Needs to be Organized Further

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.interesting{background-color:#e8ffd8; margin: 0;}
 
2
 
 
3
.lineno{background-color: #989;}
 
4
.linenointeresting{background-color: #bab;}
 
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:54px;background:#4d4d4d;}
 
15
.RestContainer {width:100%;background:#ffffff;overflow:auto;}
 
16
.panel {padding:1em;width:450px;background-color:#ffffff;background-image:url('../img/CodeViewerDescareaBack.png');background-repeat:repeat-x;}                         
 
17
.codecontent {margin-left:100px;overflow:scroll;}                                                               
 
18
 
 
19
 body { margin: 0; padding: 0; }                                
 
20
 img { border: 0px none;}
 
21
 
 
22
.buttonstyle {width:44px;vertical-align:middle;}
 
23
.verticalaligntext { font-family: Arial; font-size:22px; font-weight: normal; color: white;}
 
24
.verticalaligntext a{ margin-left: 1em;  color: white; }
 
25
.descriptionheading { display: block; margin-top: 1em;  font-family:Calibri,Sans-Serif; font-size:1.2em; border-bottom: 1px dotted black; font-weight:bold;font-style:italic}
 
26
.description {font-family:Helvetica,Arial,Sans-Serif; font-size:14px;text-align: justify;}
 
27
.interestingdescription {font-family:Helvetica,Arial,Sans-Serif; font-size:14px;background-color:#e8ffd8;border-bottom: 1px solid green;}
 
28
.codeexample {font-family:LucindaConsole,Monospace; font-size:14px;font-weight:normal}                          
 
29
.exampleheading{font-family:Helvetica,Arial,Sans-Serif; font-size:12px;font-weight:bold;background-color:#e8e8ff;border: 1px dotted lightblue;}
 
30
 
 
31
pre
 
32
{
 
33
        overflow: auto;
 
34
        margin-top: 0;
 
35
        margin-bottom: 0;
 
36
}