commit 0659037eebb548b5f1daa53fd995a2eabce390ed Author: ville rantanen Date: Fri Nov 11 13:46:39 2011 +0200 Starting the projects, adding first files diff --git a/gallerystyle.css b/gallerystyle.css new file mode 100644 index 0000000..b1005d6 --- /dev/null +++ b/gallerystyle.css @@ -0,0 +1,203 @@ +body { + margin: 5px; +} + +.imagebox { + float: left; + text-align: center; + margin-top: 0px; + padding-top: 2px; + padding-left: 8px; + padding-right: 8px; + display: block; + padding-right: 0px; + max-width: 200px; + font-family: sans-serif; + font-size: small; + min-width: 100px; + word-wrap: break-word; + height: 110px; + background-color: white; + cursor: pointer; +} +.pathlink { + word-wrap: break-word; + display: table-cell; + text-align: center; + vertical-align: bottom; + height: 90px; + width: 90px; +} +.pathlinktext { + background-color: white; + opacity: 0.8; + display: block; +} +#pathsmalllink { + font-size: x-small; +} +.thumbbox { + float: left; + width: 100px; + height: 90px; +} +.pathbox { + float: left; + width: 90px; + height: 90px; + margin-right: 5px; + margin-bottom: 3px; + background-color: #eee; +} +.attachmentbox { + float: left; + width: 150px; +} +.thumbimage { + height:90px; + width:90px; + border: 0px; + background-color: #eee; + margin-left: auto; + margin-right: auto; + display: block; +} +#thumbrow { + /*overflow-x:scroll; + overflow-y:hidden; + max-height: 130px;*/ +} +#footer { + text-align: center; + font-size: xx-small; + margin-top: 30px; + float: left; + bottom: 0px; + left: 0px; +} +#crumbcontainer { + font-size: x-small; + float: left; + width: 100%; + margin-top: 0px; + margin-bottom:0px; + padding-top: 0px; + padding-bottom: 0px; +} +#pathcontainer { + float: left; + width: 100%; + margin: 0px 10px 0px 0px; + padding: 0px 0px 0px 0px; + font-size: small; + font-family: sans-serif; +} +#attachmentcontainer { + float: left; + width: 100%; + margin: 30px 10px 0px 0px; + padding: 0px 0px 0px 0px; + font-size: small; + font-family: sans-serif; +} +#listcontainer { + float: left; + width: 100%; + margin: 30px 10px 0px 0px; + padding: 0px 0px 0px 0px; + font-size: small; + font-family: sans-serif; +} +#imagecontainer { + float: left; + width: 100%; +} +#desccontainer { + float: left; + width: 100%; + overflow-y: auto; + height: 40px; + display: none; + text-align: center; + font-family: sans-serif; + font-size: small; +} +#desccontainer a { + text-decoration: none; + color: blue; +} +#thumbcontainer { + float: left; + width: 100%; +} +#preloadcontainer { + display: none; +} +h1 { + font-size: large; + font-family: sans-serif; + height: 1em; + margin-top:0px; +} +h2 { + font-size: small; + font-family: sans-serif; + height: 1em; + margin-top:0px; +} +.headsmall { + font-size: small; + font-family: sans-serif; + height: 1em; + margin-top:0px; + font-weight: bold; +} +#imagesingle { +margin-left: auto; +margin-right: auto; +padding-left: 0px; +padding-right: 0px; +} +.imagebig { + text-align: center; +} +input { + width: 5px; height: 5px; +} +.rounded { + border: 1px solid #000; +} +.marked { + background-color: #0c0; +} +.markedtext { + cursor: pointer; +} +img { + border: 0px; +} +#arrowleft,#arrowright { + width: 40px; + height: 90px; + text-align:center; + font-size: large; + font-weight: bold; + cursor: pointer; + background-color: #eee; + margin: 2px 2px 2px 2px; + line-height: 40px; + font-family: sans-serif; +} +.thumbmenu { + font-size: small; + margin: 4px 4px 4px 15px; + font-family: sans-serif; +} +.menuitem { + margin: 2px 2px 2px 2px; + cursor: pointer; + background-color: #eee; +} +.arrowtext { + font-size: small; +}