mapivi097/html/light.css 0000744 0001750 0001750 00000005044 10120125150 015565 0 ustar herrmann herrmann body {
background-color: #dddddd;
}
p,ul,ol {
color: black;
font-size: 80%;
font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
text-align: justify;
}
h1, h2, h3, h4, h5, h6, big
{
font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}
big
{
color: #454545;
font-size: 130%;
font-weight: bold;
}
h1
{
color: #454545;
font-size: 130%;
font-weight: bold;
padding-bottom: 0px;
}
h2
{
color: #707070;
font-size: 120%;
font-weight: normal;
border: 1px solid #cccccc;
border-width: 0px 0px 1px 0px;
padding-bottom: 0px;
}
h3
{
color: #707070;
font-size: 110%;
font-weight: normal;
padding-bottom: 0px;
}
.right {
text-align: right;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.nav {
color: #000000;
font-weight: bold;
text-decoration: none;
font-size: 80%;
font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}
.title {
color: #000000;
font-weight: bold;
font-style: italic;
text-decoration: none;
font-size: 130%;
font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}
.boxtitle {
color: #000000;
font-weight: bold;
font-style: italic;
text-decoration: none;
font-size: 105%;
font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}
.box {
background-color: #eeeeee
}
.boxhead {
background-color: #aaaaaa
}
.small {
color: #000000;
font-size: 60%;
font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}
.footer {
color: #555555;
font-size: 60%;
font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
text-align: center;
}
a {
color: black;
font-weight: bold;
text-decoration: none;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:hover {
color: #ff3300;
text-decoration: underline;
}
div.pic h1.headline {
margin-top: 0px;
margin-bottom: 2px;
}
div.pic h1.headline span.name {
float: left;
}
div.pic h1.headline span.index {
float: right;
}
div.pic p.pic {
margin-top: 2px;
margin-bottom: 2px;
}
div.pic p.caption {
margin-top: 2px;
}
p.byline,
p.location {
font-style: italic;
font-size: 67%;
}
p.byline {
margin-bottom: 0pt;
}
p.location {
margin-top: 0pt;
}
p.exif,
p.iptc {
color: #454545;
}
mapivi097/html/simple.html 0000644 0001750 0001750 00000003247 10014462522 016136 0 ustar herrmann herrmann
[home] / [galleries] / /
[Prev]
[Up]
[Next]
-
mapivi097/html/readme.txt 0000644 0001750 0001750 00000000776 10014462522 015761 0 ustar herrmann herrmann This directory contains two HTML page templates for mapivi and a style file:
simple.html is a simple page template which will produce pure HTML pages
light.html is a template with a clear style using tables. The colors can be changed by the style sheet light.css
the file light.css should be located two directories below the album pages e.g.:
/light.css
/albums/albumOne/pic1.html
/albums/albumOne/pic2.html
/albums/albumOne/pic3.html
mapivi097/html/light.html 0000644 0001750 0001750 00000011174 10120125150 015741 0 ustar herrmann herrmann
-
/  
mapivi097/html/fluid.css 0000644 0001750 0001750 00000004541 10320620726 015574 0 ustar herrmann herrmann * {
padding: 0;
margin: 0;
}
body {
color: #000000;
background-color: #dddddd;
font-size: 10pt;
font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}
p,ul,ol {
text-align: justify;
}
h1, h2, h3, h4, h5, h6
{
font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}
h1
{
color: #454545;
font-size: 160%;
font-weight: bold;
}
h2
{
color: #454545;
font-size: 140%;
font-weight: bold;
}
#head #path {
color: #000000;
font-weight: bold;
text-decoration: none;
font-size: 100%;
font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}
a {
color: inherit;
text-decoration: inherit;
font-weight: bold;
}
a img {
border: 1px solid black;
}
a:link {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #000080;
text-decoration: underline;
}
a:active {
color: red;
text-decoration: underline;
}
a:hover {
color: red;
text-decoration: underline;
}
#head,
#foot {
background: white;
border: 1px solid black;
margin: 1em;
padding: 0.5em 1em 0.5em 1em;
}
#mainspacer {
float: right;
margin: 0 1em 1em 0.5em;
padding-left: 2em;
border-left: 2px solid #dddddd;
}
#main {
float: right;
background: white;
border: 1px solid black;
padding: 0.5em 1em 0.5em 1em;
}
.thumbs {
margin: 1em 0.5em 1em 1em;
}
.thumb img {
width: 22%;
min-width: 6em;
vertical-align: top;
border: 1px solid black;
margin: 0 0.5em 0.5em 0;
}
#head,
#foot {
clear: both;
}
#main #name {
float: left;
}
#index {
float: none;
}
#main #index {
float: right;
color: #454545;
font-size: 140%;
font-weight: bold;
font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}
#main img {
display: block;
clear: both;
border: none;
padding-top: 0.5em;
margin: 0 auto;
}
#main p + p {
margin: 1ex 0 0 0;
}
#main #byline,
#main #location {
font-style: italic;
font-size: 80%;
}
#main #location {
margin-top: 0;
}
#main #exif,
#main #iptc {
color: #454545;
}
#foot {
color: black;
font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
text-align: center;
}
#foot #copyright {
float: left;
}
#foot #date {
float: right;
}
#foot #hack {
clear: both;
}
mapivi097/html/fluid.html 0000644 0001750 0001750 00000004356 10320620772 015755 0 ustar herrmann herrmann
:
mapivi097/pics/thumbExample.jpg 0000644 0001750 0001750 00000044562 07750163735 017134 0 ustar herrmann herrmann JFIF H H F(c) 2003 Herrmann
Urlaub auf dem Bauernhof Allgaeu Weiler-Simmerberg'Exif II* ( 1 2 i TOSHIBA Exif JPEG TOSHIBA PDRM70 H H Digital Camera PDRM70 Ver1.30 2003:06:02 17:13:39 " ' d 0210
0 8
@ H | P 0100 d >
2003:06:02 17:13:39 2003:06:02 17:13:39 H
5
R98 0100 ( H H
!$!$
} !1AQa"q2#BR$3br
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz
w !1AQaq"2B #3Rbr
$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz x ! ? *xҷc Vj;$[@3Lo^kh <@^{WijkSϧ{e'B8cQR85-Y;zDv.qWOF#ͳuc|ltvRF6GѿxjkWe"&kz_
B\*+4f= MaOm+mҴ+TVeCS9Ts[\[L洝h
OZ|=sy{w6nvRMLˍ99$Ze[-j$@ouަnlXʅ9b>lb)Jw=e$dTp{WC44Eg@efm7Y3T[:fdV{+S?Y0H9ɫ6lw