Mercurial > bins
diff templates.mwolson/static/style.css @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates.mwolson/static/style.css Wed Oct 15 23:28:56 2008 +0200 @@ -0,0 +1,89 @@ +.mainheader { + background: #cccccc; + border-left: 0px; + border-right: 0px; + border-top: 2px solid; + border-bottom: 2px solid; + text-align: left; + width: 100%; +} + +.subheader { + background: #cccccc; + border-left: 0px; + border-right: 0px; + border-top: 1px solid; + border-bottom: 1px solid; + text-align: left; + width: 100%; +} + +.thnav { + background: #cccccc; + border-top: 1px solid; + border-bottom: 1px solid; + text-align: left; + width: 100%; +} + +.inthisalbum { + background: #cccccc; + border-top: 1px solid; + border-bottom: 1px solid; + text-align: left; + width: 100%; +} + +.pagetitle { + font-weight: bold; + margin: 5px; +} + +.pathstyle { +} + +.mainimage { + background: #ccccff; + border: 2px inset; + margin-top: 10px; +} + +.detailslink { + text-align: center; +} + +.navbar { + border: thin solid; + background: #cccccc; + width: 100%; +} + +.bins_credit { + text-align: left; + font-size: x-small; +} + +.thumbnail { + border: thin solid; + background: #ccccff; +} + +.fname { + font-weight: bold; +} + +.fvalue { + border: 2px inset; +} + +body { + background-color: #dcdcdc; /* Gainsboro */ + color: black; + margin-left: 2%; + margin-right: 2%; + margin-top: 1%; +} + +table.imagedesc { + width: 100%; +}