slitaz-forge view slitaz.me/style.css @ rev 671

Add default html page for play.slitaz.me
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 19:25:53 2017 +0100 (2017-03-16)
parents b086806d9ad0
children 4f02c4f0eea5
line source
1 /* CSS style for SliTaz.me */
3 html { min-height: 102%; }
4 body { font: 13px sans-serif, vernada, arial; margin: 0; }
5 h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
6 h1 a { color: #fff; text-decoration: none; }
7 h2 { color: #444; } h3 { color: #666; font-size: 140%; }
8 a { text-decoration: underline; color: #215090; }
9 a:hover { text-decoration: none; }
10 img { border: 0pt none; vertical-align: middle; }
12 /* Header */
14 #header {
15 background: #222;
16 height: 40px;
17 border-bottom: 4px solid #d66018;
18 }
20 #header h1 {
21 margin: 0;
22 padding: 8px 0 0 42px;
23 width: 250px;
24 }
26 #header h1 a {
27 color: white;
28 text-decoration: none;
29 font-size: 20px;
30 font-style: italic;
31 }
33 #header h1 a:hover {
34 color: #afafaf;
35 }
37 /* Header links */
39 #network {
40 float: right;
41 padding: 14px 5px 0;
42 font-size: 12px;
43 }
45 #network a, #network span {
46 padding: 0 4px;
47 color: #fff;
48 font-weight: bold;
49 text-decoration: none;
50 }
52 #network a:hover, #network span { color: #afafaf; }
54 /* Logo */
56 #logo {
57 background: url(images/logo.png) no-repeat left;
58 position: absolute;
59 float: left;
60 left: 0px;
61 top: 0px;
62 width: 40px;
63 height: 40px;
64 }
66 /* Content */
68 #content {
69 margin: 40px auto;
70 padding: 0 20px;
71 text-align: justify;
72 max-width: 720px;
73 }
75 /* Round corner */
77 pre, img, .box, input[type="text"] {
78 -moz-border-radius: 4px;
79 -webkit-border-radius: 4px;
80 border-radius: 4px;
81 }
83 /* Footer */
85 #footer {
86 text-align: center;
87 padding: 20px;
88 border-top: 1px solid #ddd;
89 font-size: 90%;
90 }
92 #footer a { padding: 0 2px; }