X-Git-Url: https://git.defcon.no/?a=blobdiff_plain;f=style.css;h=ae990d50c238868fcc4a0fda4ecbc55e50af1d3e;hb=ec495b35f1d9b9a100980c9a6f2a7561701d6070;hp=9149f236073500b824453acf7871309fe5c61b35;hpb=f4f2b8f68d207d3189de1e07b662aaaf4ed5aa8f;p=plsgen diff --git a/style.css b/style.css index 9149f23..ae990d5 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ body { text-align: center; } a, a:visited { - color: wheat; + color: #F5DEB3; text-decoration: none; border: 0px; } @@ -36,13 +36,13 @@ a img { border: 0px; } #display { display: block; - float: center; } div.thumbnails { clear: both; display: block; } + .thumb { width: 170px; height: 135px; @@ -50,13 +50,14 @@ div.thumbnails { padding: 0px; display: -moz-inline-stack; display: inline-block; - /* zoom: 1;*/ + zoom: 1; *display: inline; _height: 135px; background-color: #2c2c29; vertical-align: top; } + .thumb img { background-color: #2c2c29; @@ -70,7 +71,7 @@ div.thumbnails { } .thumb a:hover img { - border:1px solid #black; + border:1px solid black; } #exifdata { @@ -78,18 +79,32 @@ div.thumbnails { width: 450px; font-size: 8pt; font-family: sans; + margin-left: auto; + margin-right: auto; } tr.exifhead { background: #2c2c29; } tr.exiflight { background: #5c5c59; } tr.exifdark { background: #3c3c30;} td { -margin: 0px; -padding: 2px 0 2px 10px; + margin: 0px; + padding: 2px 0 2px 10px; +} + +#timestamp { + margin-top: 15px; + font-size: 10pt; + font-family: sans; +} + +#copyright { + margin-top: 5px; + font-size: 10pt; + font-family: sans; } #footer { font-family: serif; font-size: 7pt; color: #444; - margin-top: 20px; + margin-top: 10px; }