File: style.css

package info (click to toggle)
solarpowerlog 0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,748 kB
  • sloc: cpp: 11,856; sh: 4,270; ansic: 1,044; makefile: 169
file content (207 lines) | stat: -rw-r--r-- 3,034 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
@charset "utf-8";

* {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
}

html {
    overflow: auto;
    max-height: 100%;
}

body {
    background-color: #000;
    color: #fff0e0;   
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
}

#page {
    width:98%;
    margin-left: 1em;
    margin-right: 1em;      
}

/* the header of the page. */
#header {
    background-color: #000;
    color: #afa0e0;
    text-align:left;
    font-size:90%;
    padding: 1em 0em 0em 0em;
    clear:both;
}

#header a:link {
    color: #afa0e0;
}

#header a:visited {
    color: #483d8b;
}


/* this is the clearfix for the header, so that the floats
are cleaned. Also paints the line below the header */
#header:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    padding-top: 0.2em;
    padding-bottom: 0;
    margin: 0;
    --border-bottom-width: thin; 
    --border-bottom-style: solid; 
}

/* solarpowerlog is free software -- to the right please. */
.FLOSS {
    float:right;
    text-align:right;
    font-size:xx-small; 
}

/* paragraphs in the header */
#header p {
    font-size:75%;
    margin-left: 1em;
}

/* main content div */
#content {
     background-color: #00001a;
    /*background-color:red;*/
    padding-top: 1px;
    min-height: 1em;
    width:99%;
    border-top: 1px solid #afa0e0;
}


#mainarea {
 
}
    
#content:after {
    content: " ";
    visibility:hidden;
    display: block;
    height: 0;
    clear: both;
}   

/* the coloumn on the left */
#leftcolumn {
    border-right: thin solid #afa0e0;
    float:left;
    width: 15em;
    overflow:auto;
    margin-right:0.5em;
    padding-top: 0.5em;
}

table.bid_table {
    border-width: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-style: none none none none;
    border-color: gray gray gray gray;
    border-collapse: collapse;
}

table.bid_table th {
    border: thin dotted black;
   background-color: #483d8b;
   color:white;    
 }
table.bid_table td {
    padding: 0 0 0 0.1em;

    border: thin dotted black;
}

table.bid_table tr:hover {
    color: #fff;
    padding: 1px 1px 1px 1px;
}

table.bid_table tr {
   background-color: #4b70b2; 
   color: #9f91cc;
   padding: 1px 1px 1px 1px;
}

.bid_table {
    width:98%;  
}

.bid_cv {
    visibility: hidden;
    height: 5px;
}

.bid_name 
{
    font-size: 120%;
}

.bid_model {
    font-size: small;   
    max-width: 15em;
}
   
.debug {
    visibility: hidden;
    height: 0px;
}

#csvtimeplot {
   background-color: #f8f8ff;
   height: 450px;
}

.bid_maindiv {
}


.csvdumper {
}

#csvtimeplot {
    color: black;
    height:400px;
    clear:right;
    }

.csv_filename {
    font-size: 10px;
    height:24px;
    float:right;
    }
        
.csv_capas {
    visibility: hidden;
    height: 0px;
}
.csv_header
{
    visibility: hidden;
    height: 0px;
}

.csv_name 
{
    font-weight:bolder;
    float:left;
    padding-right: 1em;
}

.csv_model 
{float:left;
    font-weight:normal;
}