Cosmetic changes for Toastman versions
[tomato.git] / release / src / router / www / bluedream.css
blob7413ba3fd949d85730a48a05759b24b40c4db941
1 /*
2 Theme for Tomato GUI
3 Created by Piotr Sikorski (Slig)
4 This CSS file CAN be: modified, used to create another theme.
5 Any graphic files from this theme CAN NOT be used anywhere else
6 apart from this theme even with this CSS file if it was modified
7 without author permission.
8 */
9 body {
10 background: #555555;
11 background-image: url(bg_niebieskie.gif);
12 background-position: top center;
13 background-repeat: repeat-y;
15 .section-title {
16 font-size: 14px;
17 font-style: italic;
18 color: #405080;
19 margin: 0 0 10px 0;
20 padding: 0px 5px 0px 17px;
21 padding-bottom: 4px;
22 border-bottom: 1px dotted #71BCBF;
23 background-image: url(arrow2.gif);
24 background-position: 3px 4px;
25 background-repeat: no-repeat;
27 #header .title {
28 font: 25px sans-serif;
29 color: #fff;
30 font-weight: bold;
31 text-align: left;
33 #header .version {
34 font: 10px sans-serif;
35 color: #eee;
36 font-weight: bold;
37 font-style: italic;
38 text-align: left;
40 a {
41 color: #405080;
43 a:hover {
44 background: #71BCBF;
45 color: #fff;
47 input[type='button'] {
48 border: 1px solid #ccc;
49 height: 18px;
51 input[type='button']:hover {
52 background: #3D77BF;
53 color: #fff;
55 #footer-msg {
56 color: #fff;
57 background: #3D77BF;
58 visibility: hidden;
60 select,
61 textarea,
62 input[type='text'],
63 input[type='password'] {
64 padding: 0;
65 margin: 1px;
66 background: #f5f5ff;
67 border: 1px solid #ccc;
69 #header {
70 background: #3D77BF;
71 background-image: url(net4.png);
72 background-position: 0px 0px;
73 background-repeat: no-repeat;
74 padding: 5px 10px 5px 10px;
75 border: 1px solid #999;
77 #navi {
78 padding: 1px 0;
79 border-right: 1px dotted #3D77BF;
81 #navi a.indent1 {
82 margin-top: 5px;
83 background-image: url(button.png);
84 background-position: top center;
85 background-repeat: no-repeat;
87 #navi a.indent1:hover {
88 margin-top: 5px;
89 color: #71BCBF;
90 background-image: url(button.png);
91 background-position: top center;
92 background-repeat: no-repeat;
94 #navi a.indent2 {
95 background-image: url(arrow.gif);
96 background-position: 7px 7px;
97 background-repeat: no-repeat;
99 #navi a.indent2:hover {
100 background-image: url(arrow.gif);
101 background-position: 7px 7px;
102 background-repeat: no-repeat;
104 #navi a {
105 color: #405080;
106 background: #f5f5ff;
108 #navi a:hover {
109 background: #f5f5ff;
110 color: #71BCBF;
112 #tabs a {
113 background: #f5f5ff;
115 #tabs a.active {
116 background: #3D77BF;
117 color: #fff;
119 #tabs a:hover {
120 background: #71BCBF;
121 color: #fff;
123 .tomato-grid .header {
124 background: #E0E0E9;
125 cursor: pointer;
127 .tomato-grid .odd {
128 background: #F5F5FF;
130 .tomato-grid .odd:hover,
131 .tomato-grid .even:hover {
132 background: #71BCBF;
133 color: #fff;
135 .tomato-grid tr:hover a {
136 background: #71BCBF;
137 color: #ffc;
139 .tomato-grid tr:hover a:hover {
140 background: #71BCBF;
141 color: #eee;
143 .tomato-grid a {
144 color: #405080;
146 .tomato-grid .sortasc {
147 background-image: url(arrow2_up.gif);
148 background-position: 98% 50%;
149 background-repeat: no-repeat;
151 .tomato-grid .sortdes {
152 background-image: url(arrow2_down.gif);
153 background-position: 98% 60%;
154 background-repeat: no-repeat;
156 #footer {
157 height: 1px;
158 border-top: 1px dotted #3D77BF;
159 text-align: right;
160 padding: 4px;
161 background: #f5f5ff;
162 background-image: url(ftext2.png);
163 background-position: left 50%;
164 background-repeat: no-repeat;
166 #ident {
167 color: #fff;
168 text-align: right;
169 padding-right: 5px;
170 font-size: 1px;
171 height: 0px;