Initial commit
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
*.tmp
|
||||
|
||||
63
css/basic.css
Normal file
@@ -0,0 +1,63 @@
|
||||
html, body {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
body{
|
||||
text-align: center;
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
|
||||
background-color: #eee;
|
||||
color: #444;
|
||||
font-size: 75%;
|
||||
}
|
||||
a{
|
||||
color: #27D;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:focus, a:hover, a:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
p, li {
|
||||
line-height: 1.8em;
|
||||
}
|
||||
h1, h2 {
|
||||
font-family: "Trebuchet MS", Verdana, sans-serif;
|
||||
margin: 0 0 10px 0;
|
||||
letter-spacing:-1px;
|
||||
}
|
||||
h1 {
|
||||
padding: 0;
|
||||
font-size: 3em;
|
||||
color: #333;
|
||||
}
|
||||
h2 {
|
||||
padding-top: 10px;
|
||||
font-size:2em;
|
||||
}
|
||||
pre {
|
||||
font-size: 1.2em;
|
||||
line-height: 1.2em;
|
||||
overflow-x: auto;
|
||||
}
|
||||
div#page {
|
||||
width: 900px;
|
||||
background-color: #fff;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
border-color: #ddd;
|
||||
border-style: none solid solid;
|
||||
border-width: medium 1px 1px;
|
||||
}
|
||||
div#container {
|
||||
padding: 20px;
|
||||
}
|
||||
div#ads {
|
||||
clear: both;
|
||||
padding: 12px 0 12px 66px;
|
||||
}
|
||||
div#footer {
|
||||
clear: both;
|
||||
color: #777;
|
||||
margin: 0 auto;
|
||||
padding: 20px 0 40px;
|
||||
text-align: center;
|
||||
}
|
||||
154
css/galleriffic-2.css
Normal file
@@ -0,0 +1,154 @@
|
||||
div.content {
|
||||
/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
|
||||
display: none;
|
||||
float: right;
|
||||
width: 550px;
|
||||
}
|
||||
div.content a, div.navigation a {
|
||||
text-decoration: none;
|
||||
color: #777;
|
||||
}
|
||||
div.content a:focus, div.content a:hover, div.content a:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
div.controls {
|
||||
margin-top: 5px;
|
||||
height: 23px;
|
||||
}
|
||||
div.controls a {
|
||||
padding: 5px;
|
||||
}
|
||||
div.ss-controls {
|
||||
float: left;
|
||||
}
|
||||
div.nav-controls {
|
||||
float: right;
|
||||
}
|
||||
div.slideshow-container {
|
||||
position: relative;
|
||||
clear: both;
|
||||
height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
|
||||
}
|
||||
div.loader {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-image: url('loader.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
width: 550px;
|
||||
height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
|
||||
}
|
||||
div.slideshow {
|
||||
|
||||
}
|
||||
div.slideshow span.image-wrapper {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
div.slideshow a.advance-link {
|
||||
display: block;
|
||||
width: 550px;
|
||||
height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
|
||||
line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
|
||||
text-align: center;
|
||||
}
|
||||
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
div.slideshow img {
|
||||
vertical-align: middle;
|
||||
border: 1px solid #ccc;
|
||||
min-height: 510px;
|
||||
min-height: 510px;
|
||||
max-width: 520px;
|
||||
max-height: 520px;
|
||||
}
|
||||
div.download {
|
||||
float: right;
|
||||
}
|
||||
div.caption-container {
|
||||
position: relative;
|
||||
clear: left;
|
||||
height: 75px;
|
||||
}
|
||||
span.image-caption {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 550px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
div.caption {
|
||||
padding: 12px;
|
||||
}
|
||||
div.image-title {
|
||||
font-weight: bold;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
div.image-desc {
|
||||
line-height: 1.3em;
|
||||
padding-top: 12px;
|
||||
}
|
||||
div.navigation {
|
||||
/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
|
||||
}
|
||||
ul.thumbs {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
ul.thumbs li {
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 5px 10px 5px 0;
|
||||
list-style: none;
|
||||
}
|
||||
a.thumb {
|
||||
padding: 2px;
|
||||
display: block;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
ul.thumbs li.selected a.thumb {
|
||||
background: #000;
|
||||
}
|
||||
a.thumb:focus {
|
||||
outline: none;
|
||||
}
|
||||
ul.thumbs img {
|
||||
border: none;
|
||||
display: block;
|
||||
}
|
||||
div.pagination {
|
||||
clear: both;
|
||||
}
|
||||
div.navigation div.top {
|
||||
margin-bottom: 12px;
|
||||
height: 11px;
|
||||
}
|
||||
div.navigation div.bottom {
|
||||
margin-top: 12px;
|
||||
}
|
||||
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: 2px;
|
||||
padding: 4px 7px 2px 7px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
div.pagination a:hover {
|
||||
background-color: #eee;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.pagination span.current {
|
||||
font-weight: bold;
|
||||
background-color: #000;
|
||||
border-color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
div.pagination span.ellipsis {
|
||||
border: none;
|
||||
padding: 5px 0 3px 2px;
|
||||
}
|
||||
BIN
css/loader.gif
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
img/0153F35051A0C0211B8BD3.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
img/025B7F39519C5F6B044AF3.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
img/034C3235519C8CD00742EC.jpg
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
img/0c.jpg
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
img/0ceb20aedffea866c20b5a49f299945b_JYkaEVOxYvJ4FzuyiMQdM.png
Normal file
|
After Width: | Height: | Size: 467 KiB |
BIN
img/12123.png
Normal file
|
After Width: | Height: | Size: 451 KiB |
BIN
img/14 (2).jpg
Normal file
|
After Width: | Height: | Size: 210 KiB |
BIN
img/146B934A4F5306BB0F1386.jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
img/154CA4335051D4480CC608.jpg
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
img/15595D394F2D6E1108DE66.jpg
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
img/17030D4E5047116A279BEA.jpg
Normal file
|
After Width: | Height: | Size: 258 KiB |
|
After Width: | Height: | Size: 86 KiB |
BIN
img/1893082628_4qQJ81me_0022-16.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
img/1893432958_eef8ba17_1.jpg
Normal file
|
After Width: | Height: | Size: 74 KiB |
BIN
img/19.PNG
Normal file
|
After Width: | Height: | Size: 966 KiB |
BIN
img/19087D434FB861602E1A0A.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
img/1994171862_t9boCwEX_image.jpg
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
img/20.jpg
Normal file
|
After Width: | Height: | Size: 127 KiB |
BIN
img/2012-07-23_10%3B55%3B38.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
img/2012030900889_0.png
Normal file
|
After Width: | Height: | Size: 277 KiB |
BIN
img/20130724192905_1543.jpg
Normal file
|
After Width: | Height: | Size: 230 KiB |
BIN
img/20131120184957_8180.jpg
Normal file
|
After Width: | Height: | Size: 198 KiB |
BIN
img/206b6298c87612f682b5ef97772eb8a0_ET5lfVASQdpLm3lh4J9TDQd.jpg
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
img/206b6298c87612f682b5ef97772eb8a0_dwHUQsoPAfLrJPdnQQllJyn.jpg
Normal file
|
After Width: | Height: | Size: 120 KiB |
BIN
img/212ACF4D53582D1716FD72.jpg
Normal file
|
After Width: | Height: | Size: 175 KiB |
BIN
img/213D44455359A914075427.jpg
Normal file
|
After Width: | Height: | Size: 196 KiB |
BIN
img/2147B2455303422E2BFF66.jpg
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
img/216b0df4bffefb913a1bb76f7addd355_jKYSjW5li4iTsBG.jpg
Normal file
|
After Width: | Height: | Size: 203 KiB |
BIN
img/2205084253577CA410D389.jpg
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
img/222C1842532C05C4082DE6.jpg
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
img/22338F4A52F9C7B9024DFA.jpg
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
img/2314.png
Normal file
|
After Width: | Height: | Size: 618 KiB |
BIN
img/234234.jpg
Normal file
|
After Width: | Height: | Size: 173 KiB |
BIN
img/234234.png
Normal file
|
After Width: | Height: | Size: 586 KiB |
BIN
img/2353454545.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
img/24.jpg
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
img/244A134D53582DA01782A7.jpg
Normal file
|
After Width: | Height: | Size: 216 KiB |
BIN
img/247536425359AC0434BDE7.jpg
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
img/25.jpg
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
img/2558D23E53577D7A11F4BB.jpg
Normal file
|
After Width: | Height: | Size: 156 KiB |
BIN
img/26.jpg
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
img/260DBD44535780E91FFCD9.jpg
Normal file
|
After Width: | Height: | Size: 169 KiB |
BIN
img/261A7B4E53582CC515DA55.jpg
Normal file
|
After Width: | Height: | Size: 218 KiB |
BIN
img/26555839519C5F6A0ED774.jpg
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
img/267F854B527209130C24AC.jpg
Normal file
|
After Width: | Height: | Size: 118 KiB |
BIN
img/27578E4551891D5228260D.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
img/28.jpg
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
img/2956682.jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
img/3 (1).jpg
Normal file
|
After Width: | Height: | Size: 120 KiB |
BIN
img/3034777999_c116a29b_L2SbhZV.jpg
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
img/3067451955_ObKEcQVZ_DkOcfiv25iBihDUYJnM.jpg
Normal file
|
After Width: | Height: | Size: 256 KiB |
BIN
img/32423.jpg
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
img/32434.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 77 KiB |
BIN
img/342.png
Normal file
|
After Width: | Height: | Size: 465 KiB |
BIN
img/34234.png
Normal file
|
After Width: | Height: | Size: 305 KiB |
BIN
img/34234234234234.jpg
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
img/3434.png
Normal file
|
After Width: | Height: | Size: 925 KiB |
BIN
img/343415.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
img/3434234.png
Normal file
|
After Width: | Height: | Size: 761 KiB |
BIN
img/34342423.png
Normal file
|
After Width: | Height: | Size: 392 KiB |
BIN
img/3454546.jpg
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
img/3553406573_5RFBE8Oq_1.jpg
Normal file
|
After Width: | Height: | Size: 185 KiB |
BIN
img/36.jpg
Normal file
|
After Width: | Height: | Size: 231 KiB |
BIN
img/366554286.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
img/42e90b3a5a56ed41e8ac4eb64932a58d_1424309196.1739.jpg
Normal file
|
After Width: | Height: | Size: 217 KiB |
BIN
img/4354545.jpg
Normal file
|
After Width: | Height: | Size: 180 KiB |
BIN
img/4411.jpg
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
img/4545452.png
Normal file
|
After Width: | Height: | Size: 266 KiB |
BIN
img/480c0382e3b20b536b4de59878d72b8c_o2qdyx7gy28gqvtgck.jpg
Normal file
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 130 KiB |
BIN
img/5345.png
Normal file
|
After Width: | Height: | Size: 583 KiB |
BIN
img/54440DE7503BC90019.jpg
Normal file
|
After Width: | Height: | Size: 251 KiB |
BIN
img/598340912_e4782152_1.jpg
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
img/598340923_665dda78_1.jpg
Normal file
|
After Width: | Height: | Size: 191 KiB |
BIN
img/66.jpg
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
img/7_1.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
img/8283.png
Normal file
|
After Width: | Height: | Size: 513 KiB |
BIN
img/831477005_71IGxrfy_EC82ACEBB3B8_-dp034_2_1100_08.jpg
Normal file
|
After Width: | Height: | Size: 399 KiB |
BIN
img/831477202_AumDRJtz_4.jpg
Normal file
|
After Width: | Height: | Size: 412 KiB |
BIN
img/831477202_KAneU1sl_EC82ACEBB3B8_-page1_1_21.jpg
Normal file
|
After Width: | Height: | Size: 341 KiB |
BIN
img/8346.png
Normal file
|
After Width: | Height: | Size: 298 KiB |
BIN
img/87347878.png
Normal file
|
After Width: | Height: | Size: 256 KiB |
BIN
img/96e0df2ab94ab2739e9ab2beee5a32e1_K3l2etyAjILwnN7.jpg
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
img/96e0df2ab94ab2739e9ab2beee5a32e1_ofGsnGhKoWPYk4DGlD.jpg
Normal file
|
After Width: | Height: | Size: 169 KiB |
BIN
img/A1_840x1270.jpg
Normal file
|
After Width: | Height: | Size: 74 KiB |
BIN
img/ARA54590812a33e1.jpg
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
img/ASSA0130-2.jpg
Normal file
|
After Width: | Height: | Size: 276 KiB |
BIN
img/AsRhOZM.jpg
Normal file
|
After Width: | Height: | Size: 171 KiB |
BIN
img/GH0L8mN.jpg
Normal file
|
After Width: | Height: | Size: 188 KiB |
BIN
img/Hww50700e9c8ecbf.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
img/K-36.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |