plugins/gallery/browser.css
author Dan
Thu, 23 Jul 2009 17:22:17 -0400
changeset 36 60e80cd47b61
parent 34 5e9bd8e5c6bf
permissions -rw-r--r--
Added .htaccess with far future Expires + mod_gzip
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     1
/*
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     2
 * CSS for gallery browser
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     3
 */
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     4
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     5
div.gallery_icon {
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     6
  border-width: 1px;
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     7
  border-style: solid;
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     8
  border-color: #FFFFFF;
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     9
  cursor: pointer;
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    10
  text-align: center;
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    11
  display: table;
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    12
  margin: 0 auto;
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    13
  padding: 4px;
13
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    14
  width: 80px;
34
5e9bd8e5c6bf Now compatible with Enano 1.1.6.
Dan
parents: 18
diff changeset
    15
  /* white-space: nowrap; */
0
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    16
}
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    17
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    18
div.gallery_icon:hover {
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    19
  border-color: #CCCCCC;
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    20
}
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    21
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    22
div.gallery_icon img.gallery_thumb {
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    23
  display: block;
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    24
  border-width: 0;
13
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    25
  margin: auto auto 6px auto;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    26
}
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    27
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    28
ul.snapr-gallery {
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    29
  list-style-type: none !important;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    30
  list-style-image: none !important;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    31
  margin-left: 0;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    32
  padding-left: 0;
0
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    33
}
13
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    34
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    35
ul.snapr-gallery li.snapr-icon {
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    36
  float: left;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    37
  list-style-type: none !important;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    38
  list-style-image: none !important;
34
5e9bd8e5c6bf Now compatible with Enano 1.1.6.
Dan
parents: 18
diff changeset
    39
  background-image: none !important;
13
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    40
  width: 80px;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    41
  margin-right: 15px;
34
5e9bd8e5c6bf Now compatible with Enano 1.1.6.
Dan
parents: 18
diff changeset
    42
  display: block;
13
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    43
}
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    44
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    45
a.snapr-imagelink {
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    46
  display: block;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    47
  height: 80px;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    48
  vertical-align: middle;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    49
}
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    50
18
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    51
div.snapr_tag_entry {
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    52
  border: 1px solid #202020;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    53
  background-color: #FFFFEB;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    54
  color: #101010;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    55
  padding: 4px;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    56
  -moz-border-radius: 8px;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    57
  text-align: left;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    58
}
13
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    59
18
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    60
div.snapr_tag {
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    61
  border: 1px solid #202020;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    62
  background-color: #EBEBFF;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    63
  color: #101010;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    64
  padding: 4px;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    65
  text-align: left;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    66
  min-width: 100px;
34
5e9bd8e5c6bf Now compatible with Enano 1.1.6.
Dan
parents: 18
diff changeset
    67
  max-width: 250px;
18
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    68
  font-family: arial, helvetica, sans-serif;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    69
  font-size: 8pt;
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    70
}
c1c398349651 Added initial support for notes (aka tags) on images, done completely (including initial load of metadata) with AJAX. They're not fixed at 100x100 like on Facebook either.
Dan
parents: 13
diff changeset
    71