Mercurial > hg > index.fcgi > www > www-1
diff pics3/static/index.css @ 124:9b57b90aea31
initial add for pics3
author | paulo |
---|---|
date | Thu, 25 Mar 2021 00:33:42 -0700 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pics3/static/index.css Thu Mar 25 00:33:42 2021 -0700 1.3 @@ -0,0 +1,34 @@ 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 +} 1.14 + 1.15 +a:visited 1.16 +{ 1.17 + color: gray; 1.18 +} 1.19 + 1.20 +img 1.21 +{ 1.22 + border-width: 0px; 1.23 +} 1.24 + 1.25 +img.sel 1.26 +{ 1.27 + padding: 2px; 1.28 + border-width: 4px; 1.29 + border-style: solid; 1.30 +} 1.31 + 1.32 +img.sel2 1.33 +{ 1.34 + padding: 2px; 1.35 + border-width: 2px; 1.36 + border-style: dashed; 1.37 +}