X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fwamblee%2Fphotos%2Fwicket%2Fphotos.css;h=df80436018f16adb770e335faf73980595aced6c;hb=387bef406fe4b276473d4063c4d227fce6ff2e11;hp=eaa78ec393e945317d204d7e6d6c4322c779e71a;hpb=8845e7fe6141ccc98fd070ee4e653941f6e60508;p=photos diff --git a/src/main/java/org/wamblee/photos/wicket/photos.css b/src/main/java/org/wamblee/photos/wicket/photos.css index eaa78ec..df80436 100644 --- a/src/main/java/org/wamblee/photos/wicket/photos.css +++ b/src/main/java/org/wamblee/photos/wicket/photos.css @@ -1,8 +1,6 @@ /* general */ body { - font-family: Arial, Helvetica, sans-serif; - list-style-type: square; - font-size: 20px; + font-family: sans-serif; } /* menu styling */ @@ -71,40 +69,44 @@ ul.feedbackPanel { margin-top: 1em; } -#content em { - display: block; - margin-bottom: 0px; - font-style: normal; +#navigation h1 { + font-size: 1.3em; font-weight: bold; - font-size: 24px; } -#content table { - text-align: left; +#navigation h1 .path { + font-style: oblique; } -#content th, #content td { +#navigation em, #navigation a { + margin-bottom: 0px; + font-style: normal; + font-size: small; + font-family: sans-serif; +} + +#photos th, #content td { vertical-align: top; padding: 10px; } -.entries a { - display: block; - float: left; - font-size: 24px; - margin-left: 10%; - margin-right: 24px; - line-height: 34px; - width: 100%; +#photos table { + font-size: small; + text-align: left; + border-collapse: collapse; + border-spacing: 0px; } -.entries .index { - display: block; - float: left; - font-size: 30px; - width: 100%; - margin-top: 10px; +#photoentry { + padding: 0.2em; + border: 1px; + border: 1px; + border-style: solid; + border-bottom-color: gray; } +#photos img { + display: block; +} - +} \ No newline at end of file