diff myrss2/static/index.css @ 108:cffd95813b82

add myrss2
author paulo
date Sun, 24 May 2020 00:22:05 -0700
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/myrss2/static/index.css	Sun May 24 00:22:05 2020 -0700
     1.3 @@ -0,0 +1,74 @@
     1.4 +body
     1.5 +{
     1.6 +	background-color: #111;
     1.7 +	color: #ccc;
     1.8 +}
     1.9 +
    1.10 +a:link
    1.11 +{
    1.12 +	color: #831;
    1.13 +	text-decoration: none;
    1.14 +}
    1.15 +
    1.16 +a:hover
    1.17 +{
    1.18 +	text-decoration: underline;
    1.19 +}
    1.20 +
    1.21 +a:visited
    1.22 +{
    1.23 +	color: gray;
    1.24 +}
    1.25 +
    1.26 +table.index td
    1.27 +{
    1.28 +	padding-right: 15px;
    1.29 +}
    1.30 +
    1.31 +div.index_date
    1.32 +{
    1.33 +	font-size: small;
    1.34 +	color: #666;
    1.35 +}
    1.36 +
    1.37 +div.email
    1.38 +{
    1.39 +	font-size: small;
    1.40 +}
    1.41 +
    1.42 +div.debug
    1.43 +{
    1.44 +	font-family: monospace;
    1.45 +	font-size: x-small;
    1.46 +}
    1.47 +
    1.48 +h1
    1.49 +{
    1.50 +	font-family: "sans-serif";
    1.51 +}
    1.52 +
    1.53 +h2
    1.54 +{
    1.55 +	font-family: "sans-serif";
    1.56 +}
    1.57 +
    1.58 +a.z1
    1.59 +{
    1.60 +	color: #A31;
    1.61 +}
    1.62 +
    1.63 +a.z2
    1.64 +{
    1.65 +	color: #851;
    1.66 +}
    1.67 +
    1.68 +a.z3
    1.69 +{
    1.70 +	color: #833;
    1.71 +}
    1.72 +
    1.73 +p:first-line
    1.74 +{
    1.75 +	font-weight: bold;
    1.76 +}
    1.77 +