X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fwamblee%2Fphotos%2Fwicket%2Fphotos.css;h=2e3e8a1977ae138ed42be1097c6c1e67175ab468;hb=dd3886dec356fe854a8498b070ca21bdfb0d56d2;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..2e3e8a1 100644 --- a/src/main/java/org/wamblee/photos/wicket/photos.css +++ b/src/main/java/org/wamblee/photos/wicket/photos.css @@ -1,9 +1,16 @@ /* general */ body { - font-family: Arial, Helvetica, sans-serif; - list-style-type: square; - font-size: 20px; + font-family: sans-serif; } + +h1 { + font-size: 1.3em; +} + +h2 { + font-size: 1.1em; +} + /* menu styling */ #menu { @@ -71,40 +78,55 @@ 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; + padding: 1px; } -.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 { +#photoentry { + padding: 0.2em; + border: 1px; + border-style: solid; + border-bottom-color: gray; +} + +#photos img { display: block; - float: left; - font-size: 30px; - width: 100%; - margin-top: 10px; } +#admin table { + font-size: small; + text-align: left; + border-collapse: collapse; + border-spacing: 0px; +} +#admin table tr td { + padding: 0.2em; + border: 1px; + border-style: solid; +} \ No newline at end of file