/dev/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/trunk

« back to all changes in this revision

Viewing changes to setups/detector/detector.css

  • Committer: Suren A. Chilingaryan
  • Date: 2014-01-25 16:38:03 UTC
  • Revision ID: csa@dside.dyndns.org-20140125163803-mhmpyk4dpzz7qabw
Detach setups

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.header {
2
 
   color:               #000055;
3
 
   background:          #E0E0E0;
4
 
   border:              1px solid #002D27;
5
 
   margin-left:         0px;
6
 
   margin-right:        0px;
7
 
   padding:             0px;
8
 
   font-weight:         bold;
9
 
   text-align:          left;
10
 
   height:              50px;
11
 
   
12
 
   
13
 
   border-left:         35px solid black;
14
 
   background:          url(katrin.png) #005D57 no-repeat;
15
 
}
16
 
 
17
 
.header .module_link {
18
 
    color:              #E5E5E5;
19
 
}
20
 
 
21
 
.header .module_link_current {
22
 
    color:              #FF8700;
23
 
}
24
 
 
25
 
.katrin {
26
 
    overflow: auto;
27
 
}
28
 
 
29
 
.overview {
30
 
    text-align: center;
31
 
    vertical-align: middle;
32
 
    padding: 5px;
33
 
    border: 1px solid black;
34
 
}
35
 
 
36
 
td.date {
37
 
    white-space: nowrap;
38
 
}
39
 
 
40
 
.properties {
41
 
    border: 1px solid black;
42
 
}
43
 
 
44
 
h2 {
45
 
    margin: 10px 0 5px;
46
 
}
47
 
 
48
 
h4 {
49
 
    margin: 10px 0 0;
50
 
}
51
 
 
52
 
img.plot {
53
 
    border: 1px solid black;
54
 
}
55
 
 
56
 
span.search {
57
 
    font-weight: bold;
58
 
}
59
 
 
60
 
div.description {
61
 
    font-size: 70%;
62
 
}
 
 
b'\\ No newline at end of file'