website annotate relnotes.css @ rev 1341

Disable forum feed function
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 20:10:29 2021 +0100 (2021-01-22)
parents
children
rev   line source
al@1049 1 /* CSS style for SliTaz Doc */
al@1049 2
al@1049 3 html { min-height: 102%; }
al@1049 4 body { font: 88% sans-serif, vernada, arial; margin: 0; }
al@1049 5 h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
al@1049 6 h2 { color: #d66018; } h3 { color: #666; font-size: 140%; }
al@1049 7 a:hover { text-decoration: none; }
al@1049 8 img { border: 0pt none; vertical-align: middle; }
al@1049 9 pre {
al@1049 10 background-color: #f8f8f8;
al@1049 11 border: 1px solid #ddd;
al@1049 12 padding: 10px;
al@1049 13 border-radius: 4px;
al@1049 14 }
al@1049 15
al@1049 16 #header {
al@1049 17 background: #351a0a;
al@1049 18 height: 40px;
al@1049 19 border-bottom: 8px solid #d66018;
al@1049 20 }
al@1049 21
al@1049 22 #content {
al@1049 23 margin: 40px 80px;
al@1049 24 text-align: justify;
al@1049 25 }
al@1049 26
al@1049 27 #footer {
al@1049 28 text-align: center;
al@1049 29 padding: 20px;
al@1049 30 border-top: 1px solid #ddd;
al@1049 31 }
al@1049 32
al@1049 33 /* Languages */
al@1049 34
al@1049 35 #lang {
al@1049 36 float: right;
al@1049 37 padding: 6px;
al@1049 38 font-size: 11px;
al@1049 39 }
al@1049 40
al@1049 41 #lang a {
al@1049 42 text-decoration: none;
al@1049 43 padding: 0 2px;
al@1049 44 }
al@1049 45
al@1049 46 #lang a:hover {
al@1049 47 text-decoration: underline;
al@1049 48 }