diff options
| author | spiderr <spider@viovio.com> | 2010-12-28 17:14:11 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2010-12-28 17:14:11 -0500 |
| commit | fe02d98df4d6b99e710e22a8aaa7e31de06a8c92 (patch) | |
| tree | 448471bfb0a08c18e38ccb5e832248a38e97a1d9 /gallery_views/galleriffic/css/white.css | |
| parent | 62de5a62f58c5eb9c2dc5343f6700d62f27b02df (diff) | |
| download | fisheye-fe02d98df4d6b99e710e22a8aaa7e31de06a8c92.tar.gz fisheye-fe02d98df4d6b99e710e22a8aaa7e31de06a8c92.tar.bz2 fisheye-fe02d98df4d6b99e710e22a8aaa7e31de06a8c92.zip | |
add gallerific gallery_view, completely modularize gallery_views, add galleryTree to editing
Diffstat (limited to 'gallery_views/galleriffic/css/white.css')
| -rw-r--r-- | gallery_views/galleriffic/css/white.css | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/gallery_views/galleriffic/css/white.css b/gallery_views/galleriffic/css/white.css new file mode 100644 index 0000000..c3a40f5 --- /dev/null +++ b/gallery_views/galleriffic/css/white.css @@ -0,0 +1,57 @@ +body{ + background-color: #eee; + color: #444; +} +a{ + color: #27D; +} +h2 { + color: #333; +} +div#page { + background-color: #fff; + border-color: #ddd; +} +div#footer { + color: #777; +} +div.caption-container { + color: #111; +} +div.image-title { + font-weight: bold; + font-size: 1.4em; +} +div.image-desc { + line-height: 1.3em; + padding-top: 12px; +} +div.download { + margin-top: 8px; +} +div.photo-index { + color: #777; +} +div.navigation a.prev { + background-image: url(prevPageArrow.gif); +} +div.navigation a.next { + background-image: url(nextPageArrow.gif); +} +div.loader { + background-image: url(loader.gif); +} +div.slideshow img { + border-color: #ccc; +} +ul.thumbs li.selected a.thumb { + background: #000; +} +div.pagination a:hover { + background-color: #eee; +} +div.pagination span.current { + background-color: #000; + border-color: #000; + color: #fff; +}
\ No newline at end of file |
