X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fwamblee%2Fphotos%2Fwicket%2Fphotos.css;h=a99f31bc8c6327ffb97b1855c7d2ea590e5d5815;hb=8502a541a61b796a0ec6da1abdc78cc0ccf58bfe;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..a99f31b 100644 --- a/src/main/java/org/wamblee/photos/wicket/photos.css +++ b/src/main/java/org/wamblee/photos/wicket/photos.css @@ -1,9 +1,12 @@ /* general */ body { - font-family: Arial, Helvetica, sans-serif; - list-style-type: square; - font-size: 20px; + font-family: sans-serif; } + +h1 { +font-size: 1.3em; +} + /* menu styling */ #menu { @@ -71,40 +74,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; +} + +#navigation em, #navigation a { + margin-bottom: 0px; + font-style: normal; + font-size: small; + font-family: sans-serif; } -#content th, #content td { +#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