Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1243 → Rev 1244

/PhotoAlbum/trunk/webapp/res/InfoPaneHeaderOpenOlive.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/ImagePaneHeaderOpenBlue.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/InfoPaneHeaderOpen.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/MainBGOlive.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/ImageLarge.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/MainBG.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/Back.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/Slideshow.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/InfoPaneHeaderOpenBlue.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/Forward.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/MainBGBlue.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/styles.css
0,0 → 1,198
body {
background-color: #FFFFFF;
background-image: url(MainBGBlue.gif);
background-position: bottom right;
background-repeat: no-repeat;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 11px;
color: #000000;
}
 
#divActivity {
position: absolute;
top: 0px;
left: 0px;
width: 209px;
height: 100%;
background-color: #7AA1E6;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7AA1E6', EndColorStr='#6375D6');
}
#divImageActivity {
position: relative;
top: 12px;
left: 12px;
width: 185px;
}
#divInfoActivity {
position: relative;
top: 28px;
left: 12px;
width: 185px;
}
#divJAlbum {
font-family: Tahoma, sans-serif;
color: #333333;
font-size: 11px;
position: absolute;
bottom: 3px;
left: 0px;
width: 209px;
text-align: center;
}
 
#divMainHeader {
position: absolute;
top: 10px;
left: 230px;
height: 48px;
background-image: url(FolderLarge.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 40px;
padding-top: 2px;
font-family: Tahoma, sans-serif;
font-weight: bold;
font-size: 15px;
color: #000000;
}
 
#divMainSlideHeader {
position: absolute;
top: 10px;
left: 230px;
height: 32px;
background-image: url(ImageLarge.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 40px;
padding-top: 2px;
font-family: Tahoma, sans-serif;
font-weight: bold;
font-size: 15px;
color: #000000;
}
 
#divMain {
position: absolute;
top: 56px;
left: 230px;
}
 
div.Photo {
padding: 3px;
display: inline;
width: 96px;
height: 132px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 1px;
color: #000000;
vertical-align: top;
}
div.imgBorder {
width: 94px;
height: 94px;
border: 1px solid #E0DFE3;
background-color: #FFFFFF;
overflow: hidden;
}
 
a.Photo {
border: 0px;
margin: 0px;
padding: 0px;
color: #000000;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}
 
div.fileTitle {
border: 0px;
margin: 0px;
padding: 0px;
color: #202020;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}
 
td.ImagePaneHeader {
background-image: url(ImagePaneHeaderOpenBlue.gif);
background-position: top left;
background-repeat: no-repeat;
font-family: Tahoma, sans-serif;
font-weight: bold;
padding-left: 33px;
padding-top: 9px;
font-size: 11px;
color: #FFFFFF;
height: 32px;
}
td.ImagePaneRow {
background-color: #EFF3FF;
font-family: Tahoma, sans-serif;
font-weight: normal;
padding-left: 12px;
padding-top: 2px;
font-size: 11px;
height: 20px;
color: #215DC6;
}
td.IndexPage {
font-family: Tahoma, sans-serif;
font-weight: normal;
padding-left: 12px;
padding-top: 2px;
font-size: 11px;
height: 20px;
color: #215DC6;
}
a.ImagePaneRow {
color: #215DC6;
text-decoration: none;
}
a.ImagePaneRow:hover {
color: #6696E6;
text-decoration: underline;
}
td.ImagePaneFrame {
background-color: #FFFFFF;
}
 
td.InfoPaneHeader {
background-image: url(InfoPaneHeaderOpenBlue.gif);
background-position: top left;
background-repeat: no-repeat;
font-family: Tahoma, sans-serif;
font-weight: bold;
padding-left: 12px;
padding-top: 0px;
font-size: 11px;
color: #215DC6;
height: 23px;
}
td.InfoPaneRow {
background-color: #D6DFF7;
font-family: Tahoma, sans-serif;
font-weight: normal;
padding-left: 12px;
padding-top: 2px;
font-size: 11px;
height: 20px;
color: #000000;
}
a.InfoPaneRow {
color: #000000;
text-decoration: none;
}
a.InfoPaneRow:hover {
color: #000000;
text-decoration: underline;
}
td.InfoPaneFrame {
background-color: #FFFFFF;
}
/PhotoAlbum/trunk/webapp/res/1x1.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/JAlbum.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/folder.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/OrderPrints.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/movie.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/FolderUp.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/ImagePaneHeaderOpenOlive.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/ImagePaneHeaderOpen.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/PhotoAlbum/trunk/webapp/res/FolderLarge.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property