plugins/gallery/browser.css
author Dan
Sat, 16 Feb 2008 23:07:31 -0500
changeset 18 c1c398349651
parent 13 f6ca7cead82c
child 34 5e9bd8e5c6bf
permissions -rw-r--r--
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.
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;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
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;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    39
  width: 80px;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    40
  margin-right: 15px;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    41
}
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    42
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    43
a.snapr-imagelink {
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    44
  display: block;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    45
  height: 80px;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    46
  vertical-align: middle;
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    47
}
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    48
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
    49
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
    50
  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
    51
  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
    52
  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
    53
  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
    54
  -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
    55
  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
    56
}
13
f6ca7cead82c Updated with support for Enano's new search API
Dan
parents: 0
diff changeset
    57
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
    58
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
    59
  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
    60
  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
    61
  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
    62
  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
    63
  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
    64
  min-width: 100px;
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
  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
    66
  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
    67
}
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