wok diff netsurf/stuff/welcome.css @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/netsurf/stuff/welcome.css	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -0,0 +1,100 @@
     1.4 +/* CSS style for SliTaz GNU/Linux generic xHTML files. */
     1.5 +
     1.6 +html { min-height: 102%; }
     1.7 +
     1.8 +body {
     1.9 +	background: #ffffff;
    1.10 +	color: black;
    1.11 +	font: 13px sans-serif, vernada, arial;
    1.12 +	margin: 0;
    1.13 +	min-width: 640px;
    1.14 +}
    1.15 +
    1.16 +a { text-decoration: underline; color: #215090; }
    1.17 +a:hover { text-decoration: none; color: blue; }
    1.18 +img { border: 0pt none; vertical-align: middle; }
    1.19 +h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
    1.20 +h2 { color: #444; }
    1.21 +h3 { color: #666; font-size: 140%; }
    1.22 +
    1.23 +/* Header */
    1.24 +
    1.25 +#header {
    1.26 +	background: #222;
    1.27 +	height: 40px;
    1.28 +	border-bottom: 4px solid #afafaf;
    1.29 +}
    1.30 +
    1.31 +#header h1 {
    1.32 +	margin: 0;
    1.33 +	padding: 8px 0 0 5px;
    1.34 +	width: 250px;
    1.35 +}
    1.36 +
    1.37 +#header h1 a { 
    1.38 +	color: white; 
    1.39 +	text-decoration: none;
    1.40 +	font-size: 20px;
    1.41 +	font-style: italic;
    1.42 +}
    1.43 +
    1.44 +#header h1 a:hover { 
    1.45 +	color: #afafaf;
    1.46 +}
    1.47 +
    1.48 +#header h1 a:hover, #network a:hover { 
    1.49 +	color: #d66018;
    1.50 +}
    1.51 +
    1.52 +/* Header links */
    1.53 +
    1.54 +#network { 
    1.55 +	float: right; 
    1.56 +	padding: 14px 5px 0; 
    1.57 +	font-size: 12px;
    1.58 +	margin-right: 5px;
    1.59 +}
    1.60 +
    1.61 +#network a, #network span {
    1.62 +	padding: 0 4px;
    1.63 +	color: #fff; 
    1.64 +	font-weight: bold;
    1.65 +	text-decoration: none;
    1.66 +}
    1.67 +
    1.68 +#network a:hover, #user a:hover, #network span { color: #cfcfcf; }
    1.69 +
    1.70 +#content {
    1.71 +	padding: 30px 80px;
    1.72 +	text-align: justify;
    1.73 +}
    1.74 +
    1.75 +#search { text-align: center; margin: 40px 0px; }
    1.76 +input[type=submit] {
    1.77 +	border: 1px solid #000;
    1.78 +	background-color: #afafaf;
    1.79 +	color: white;
    1.80 +	font-weight: bold;
    1.81 +	cursor: pointer;
    1.82 +	padding: 3px 10px;
    1.83 +	font-size: 15px;
    1.84 +	margin-left: -5px;
    1.85 +}
    1.86 +input[type=text] {
    1.87 +	border: 1px solid #333333;
    1.88 +	padding: 4px;
    1.89 +	height: 15px;
    1.90 +	width: 68%;
    1.91 +}
    1.92 +
    1.93 +#social { text-align: center; color: #666; }
    1.94 +#social a { color: #666; padding: 0 2px; }
    1.95 +
    1.96 +#footer {
    1.97 +	text-align: center;
    1.98 +	border-top: 1px solid #ddd;
    1.99 +	padding: 40px;
   1.100 +	color: #666;
   1.101 +}
   1.102 +
   1.103 +#footer a { color: #666; padding: 0 2px; }