Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Annotation of /trunk/web/www/routino/visualiser.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1475 - (hide annotations) (download) (as text)
Tue Dec 31 11:38:31 2013 UTC (11 years, 2 months ago) by amb
File MIME type: text/css
File size: 1653 byte(s)
Update HTML ready for HTML5 but keeping HTML4.01 loose DTD (align attribute and
image tags with names are deprecated).

1 amb 569 /*
2 amb 577 // Routino visualiser web page style sheet.
3 amb 569 //
4     // Part of the Routino routing software.
5     //
6 amb 1326 // This file Copyright 2008-2013 Andrew M. Bishop
7 amb 569 //
8     // This program is free software: you can redistribute it and/or modify
9     // it under the terms of the GNU Affero General Public License as published by
10     // the Free Software Foundation, either version 3 of the License, or
11     // (at your option) any later version.
12     //
13     // This program is distributed in the hope that it will be useful,
14     // but WITHOUT ANY WARRANTY; without even the implied warranty of
15     // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16     // GNU Affero General Public License for more details.
17     //
18     // You should have received a copy of the GNU Affero General Public License
19     // along with this program. If not, see <http://www.gnu.org/licenses/>.
20     */
21    
22    
23 amb 577 /*--------------------------------*/
24     /* Left panel - override defaults */
25     /*--------------------------------*/
26 amb 569
27 amb 577 DIV.hideshow_box
28 amb 569 {
29 amb 577 overflow-x: auto;
30 amb 569 }
31    
32    
33 amb 577 /*-----------------------------------*/
34     /* Left panel - specific tab options */
35     /*-----------------------------------*/
36 amb 569
37 amb 577 DIV#tab_visualiser_div INPUT
38 amb 569 {
39     padding: 0;
40     border: 1px solid;
41     margin: 0;
42    
43     text-align: center;
44     }
45    
46 amb 577 DIV#tab_visualiser_div INPUT:hover
47 amb 569 {
48 amb 577 background: #F0F0C0;
49 amb 569 }
50 amb 1002
51     DIV#tab_visualiser_div TABLE
52     {
53     padding: 0;
54     border: 0 hidden;
55     margin: 0;
56     }
57    
58 amb 1475 DIV#tab_visualiser_div DIV.center
59     {
60     text-align: center;
61     }
62    
63 amb 1002 DIV#tab_visualiser_div TABLE TD
64     {
65     padding: 0;
66     border: 0;
67     margin: 0;
68     }
69    
70     DIV#tab_visualiser_div INPUT
71     {
72     padding: 0;
73     border: 1px solid;
74     margin: 0;
75     }
76 amb 1326
77    
78     /*-------*/
79     /* Popup */
80     /*-------*/
81    
82     DIV.popup
83     {
84 amb 1332 font-family: monospace;
85     font-size: 10px;
86 amb 1326 }