slitaz-forge view pangolin/web/HEADER.html @ rev 708

s/pizza.slitaz.me/mypizza.slitaz.org/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 14 17:16:32 2019 +0100 (2019-12-14)
parents 224ad32edb21
children
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz Pizza</title>
6 <style type="text/css">
7 <!--
9 /* CSS style for SliTaz Pizza */
11 html { height: 102%; }
12 body { font: 13px sans-serif, vernada, arial; margin: 0; }
13 h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
14 h1 a { color: #fff; text-decoration: none; }
15 h2 { color: #444; } h3 { color: #666; font-size: 130%; }
16 a { text-decoration: underline; color: #215090; }
17 a:hover { text-decoration: none; }
18 img { vertical-align: middle; }
19 h2 img { padding: 0px 6px 6px 0px; }
20 pre img { margin: 2px 0px; }
22 pre {
23 background-color: #f8f8f8;
24 border: 1px solid #ddd;
25 padding: 10px;
26 overflow: auto;
27 font-size: 98%;
28 }
29 table {
30 background-color: #f8f8f8;
31 border: 1px solid #ddd;
32 width: 100%;
33 margin: 0px 0px 20px 0px;
34 padding: 10px;
35 }
36 /* HTML 5 dont allow size="40" but it's buggy on FF
37 * input[type="file"] { width: 240px; margin: 0 5px; } */
39 /* Header */
41 #header {
42 background: #351a0a;
43 height: 40px;
44 border-bottom: 8px solid #ffad02;
45 /*border-bottom: 8px solid #d66018;*/
46 }
48 #header h1 {
49 margin: 0;
50 padding: 8px 0 0 42px;
51 width: 250px;
52 }
54 #header h1 a {
55 color: white;
56 text-decoration: none;
57 font-size: 20px;
58 font-style: italic;
59 }
61 #header h1 a:hover {
62 color: #d66018;
63 }
65 /* Logo */
67 #logo {
68 background: url(/images/logo.png) no-repeat left;
69 position: absolute;
70 float: left;
71 left: 0px;
72 top: 0px;
73 width: 40px;
74 height: 40px;
75 }
77 /* Header links */
79 #network {
80 float: right;
81 padding: 12px 5px 0;
82 font-size: 12px;
83 }
85 #network a {
86 padding: 0 4px;
87 color: #fff;
88 font-weight: bold;
89 text-decoration: none;
90 }
91 #network a:hover { color: #cfcfcf; }
93 /* Notification box */
95 #notify {
96 /*font-weight: bold;*/
97 background-color: #351a0a;
98 border: 1px solid #ffad02;
99 color: #fff;
100 cursor: help;
101 position: absolute;
102 top: 58px;
103 right: 10px;
104 width: auto;
105 padding: 6px 12px;
106 }
107 #notify img { margin-right: 10px; }
109 /* Content */
111 #content {
112 margin: 40px auto;
113 text-align: justify;
114 width: 740px;
115 }
117 .note {
118 margin: 20px;
119 padding: 20px;
120 background-color: #eaeaea;
121 border: 2px solid #ccc;
122 }
124 .box { margin: 20px 0; }
125 .next { float: right; }
127 .span-ok { color: green; }
128 .span-red { color: red; }
129 .log-date { color: #666; font-size: 95%; }
131 #packages {
132 width: 100%;
133 height: 260px;
134 overflow: auto;
135 border: 1px solid #ddd;
136 background-color: #f8f8f8;
137 }
139 #packages table {
140 border: 0px solid #fff;
141 }
143 #pkgs-search {
144 width: 100%;
145 max-height: 180px;
146 overflow: auto;
147 }
149 /* Form */
151 form { display: inline; }
152 input[type="submit"], input[type="text"], textarea, select {
153 color: #444444;
154 border: 1px solid #cccccc;
155 padding: 4px;
156 margin: 4px 0px;
157 font-size: 14px;
158 line-height: 1.2em;
159 background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
160 background-image: -moz-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
161 -webkit-appearance: none;
162 -webkit-padding-end: 12px;
163 -webkit-padding-start: 6px;
164 }
166 input[type="text"] { background: #fefefe; border: 2px solid #ccc;
167 width: 460px; }
168 /*input[type="file"] { border: 2px solid #ddd; }*/
169 /*input[type="checkbox"] { background: #fefefe; }*/
171 /* Be compatible with old FF and Webkit version. */
172 input[type="submit"] {
173 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
174 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
175 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
176 }
178 input[type="submit"]:hover {
179 cursor: pointer;
180 color: black;
181 }
183 select {
184 background-image: url(images/down.png),
185 -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
186 background-position: center right;
187 background-repeat: no-repeat;
188 }
190 input[type="file"] {
191 width: 576px;
192 z-index: -1;
193 vertical-align: middle;
194 cursor: pointer;
195 margin: 0;
196 }
198 .inputhide { overflow: hidden; width: 420px; }
200 .inputfile {
201 width: 462px;
202 background: #f8f8f8 url(images/open.png) no-repeat center right;
203 z-index: 2;
204 border: 1px solid #ccc;
205 padding: 3px 0px 0px 2px;
206 height: 25px;
207 float: left;
208 margin-top: 4px;
209 }
211 input[type="file"]::-webkit-file-upload-button {
212 float: right;
213 }
215 /* Round corner */
217 img, pre, table, input, textarea, select, .note, .box, #notify,
218 #packages, #pkgs-search, .inputfile {
219 -moz-border-radius: 4px;
220 -webkit-border-radius: 4px;
221 border-radius: 4px;
222 }
224 /* Footer */
226 #footer {
227 text-align: center;
228 margin-top: 80px;
229 padding: 20px;
230 /*border-top: 1px solid #ddd;*/
231 font-size: 90%;
232 }
234 #footer a { padding: 0 2px; }
235 -->
236 </style>
237 </head>
238 <body>
240 <div id="header">
241 <div id="logo"></div>
242 <div id="network">
243 <a href="http://www.slitaz.org/">Home</a>
244 <a href="http://scn.slitaz.org/">Community</a>
245 <a href="http://forum.slitaz.org/">Forum</a>
246 <a href="http://mypizza.slitaz.org">Pizza</a>
247 </div>
248 <h1><a href="/">SliTaz Pangolin</a></h1>
249 </div>
251 <div id="content">