You are here

photos.css in Album Photos 7.3

Same filename and directory in other branches
  1. 6.2 css/photos.css
/* testing sortable */
#photos-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#photos-sortable li {
  margin: 3px 3px 3px 0;
  padding: 1px;
  float: left;
  width: 100px;
  height:100px;
  text-align: center;
  cursor:move;
  list-style:none;
}
#photos-sortable li img {
  max-width:100%;
  max-height:100%;
}

/*admin*/
.photos-admin-inline{
  margin: 5px 0;
}
.photos-edit-info div, .photos-edit-info .form-item label, .photos-admin-inline div, .photos-admin-inline label{
  display: inline;
}
/*image vote*/
.photos-votes{
  padding:4px 12px;
  overflow:hidden;
  height:100%;
}
.photos-vote-u, .photos-vote, a.photos-vote{
  display:block;
  width:15px;
  height:15px;
  float:left;
  padding:0;
}
.photos-vote-up-u,.photos-vote-up{
  background:url('images/up2.gif');
}

a.photos-vote-up-u:hover,.photos-vote-up-x,a.photos-vote-up:hover {
  background:url('images/up1.gif');
}
.photos-vote-down-u,.photos-vote-down{
  background:url('images/down2.gif');
}
a.photos-vote-down-u:hover,.photos-vote-down-x, a.photos-vote-down:hover{
  background:url('images/down1.gif');
}
.photos-vote-sum{
  width:70px;
  float:left;
  text-align:center;
  line-height:15px;
  cursor:hand;
}
.photos-votes {
  float:right;
}
.photos-vote-load {
  background: url('images/loading.gif') no-repeat;
}
.photos-to-album{
  display:inline;
  width:100px;
}
.photos a{
  margin-right:16px
}
#photos_upload_new{
  padding:0 5px;
  margin:5px 0;
  border:1px solid #ccc;
  height:100%;
  overflow:hidden;
}
/*Image page*/
.photos_album_edit_table_link a, .photo-zoom a, .photo-rg a{
  padding-left:10px;
}
.photo-rg{
  text-align:right;
  padding:0 10px;
  color:#818B95;
  line-height:26px;
}
.photo_link_pager {
  height:30px;
  line-height:30px;
}
.photo-pager-left{
  float:left;
}
.photo-pager-right{
  float:right;
}
.image-a{
  margin:5px 0;
  text-align:center;
  clear:both;
}
/*block pager*/
.photos_block_info {
  color:#666666;
  font-size:14px;
  margin-bottom:8px;
  font-weight:bold;
}

table.photos_block_pager tbody{
  border:none;
}
table.photos_block_pager td, table.photos_block_pager th{
  padding:0;
}
.photos_block_pager_open{
  width:18px;
  height:25px;
  background: url('images/context_open.gif') no-repeat;
}
.photos_block_pager_left{
  width:33%;
  height:104px;
  background:#F3F3F3;
  border-top:1px solid #E3E3E3;
  border-bottom:1px solid #E3E3E3;
  border-left:1px solid #E3E3E3;
}
.photos_block_pager_center{
  background:#F3F3F3;
  border-top:1px solid #E3E3E3;
  border-bottom:1px solid #E3E3E3;
  text-align:center;
}
.photos_block_pager_right {
  width:33%;
  background:#F3F3F3;
  border-top:1px solid #E3E3E3;
  border-bottom:1px solid #E3E3E3;
  text-align:right;
}
.photos-block-link{
  text-align:center;
  background:#F3F3F3;
  height:28px;
  line-height:28px;
  border-bottom:1px solid #E3E3E3;
  border-right:1px solid #E3E3E3;
}
.photos_block_pager_title{
  background:#F3F3F3;
  border:1px solid #ddd;
  border-bottom:1px solid #F3F3F3;
  margin-left:2px;
}
.photos_block_pager_name{
  padding:0;
  padding-left:5px;
  font-size:14px;
  font-weight:bold;
}
.photos_prev{
  text-align:center;
  border-right:1px solid #E3E3E3;
}
.photos_block_sub{
  border:1px solid #E3E3E3;
  margin: 5px 0;
}
.photos_block_sub_title{
  height:28px;
  line-height:28px;
  border-bottom: 1px solid #89B97E;
  background: #F3F3F3;
}
.photos_block_sub_name{
  text-align:right;
  padding-right: 5px;
}
.photos_block_sub_open{
  width:26px;
  height:28px;
  float:left;
  background: #F3F3F3 url('images/sort_down.gif') no-repeat center center;
  border-right: 1px solid #485046;
  cursor: pointer;
}
.photos_block_sub_open_hover{
  background: #A5E395 url('images/sort_down.gif') no-repeat center center;
}
.photos_block_sub_open_c{
  background: #A5E395 url('images/sort_up.gif') no-repeat center center;
}
.photos_block_sub_body_load{
  background: #F3F3F3 url('images/loading.gif') no-repeat center center;
}
.photos_block_sub_body{
  text-align:center;
  min-height: 60px;
  display: none;
  _height: 60px;
}
a.photos_block_pager_flash{
  display:block;
  float:right;
  width:23px;
  height:23px;
  background: url('images/context_slideshow_icon_default.png') no-repeat;
  text-decoration:none;
}
a.photos_block_pager_flash:hover{
  text-decoration:none;
  background: url('images/context_slideshow_icon_hover.png') no-repeat;
}
.photos_block_sub_body img, .photos_prev img{
  max-width:50px;
  border:1px solid #ccc;
  padding:2px;
  margin:6px 1px 1px 1px;
  _width: expression(this.width > 50 && this.height < this.width ? 50: true);
}
.photos_block_sub_body a:hover img, .photos_prev a:hover img,.photos_prev a.active img{
  border:1px solid #f00;
  padding:2px;
  margin:6px 1px 1px 1px;
}
/*album edit*/
.photos_album_edit{
  border-bottom: 1px solid #ddd;
  clear:both;
  overflow:hidden;
  padding:5px 0;
}
.photos_album_edit_view{
  float:left;
  margin-right:5px;
}
#photos-editlist-form .photos_edit_thumb ul {
  padding:0;
}
.block-photos ul li,
.photos_edit_thumb li {
  list-style:none;
}
.photos_edit_thumb img{
  border:1px solid #ccc;
  padding:2px;
}
.photos_edit_thumb a:hover img, .photos_edit_thumb a.active img{
  border:1px solid #f00;
  padding:2px;
}
.photos-edit-info{
  margin:5px 0;
  text-align:right;
}
.photos_check{
  background:#F5F089;
}
.photos_album_links{
  padding:5px 0;
  margin:5px 0;
  border:1px solid #ddd;
}
.photos_album_links span{
  padding: 0 6px;
  font-weight:bold;
}
.photos_album_links a{
  padding: 0 8px;
}
a.photos_order_desc{
  background: url('images/sort_down.gif') no-repeat center right;
}
a.photos_order_asc{
  background: url('images/sort_up.gif') no-repeat center right;
}
.photos_album_links a.active{
  color:#6B9F1F;
}
.photos_album_links a.orderac{
  color:#3121A0;
  text-decoration: underline;
}
.photos_link_info{
  float:right;
}
.photos_link_info div{
  display:inline;
}
/*album view*/
.photos_image_list_view{
  margin:5px 0;
  padding:5px 0;
  border-bottom:1px solid #ccc;
}
.photos_view_des, .photos_view_filename, .photos_list_view_des, .photos_list_view_filename{
  margin:4px 0;
  padding:5px 8px;
  white-space:pre-wrap;
}
.photos_ajax_hover{
  background-color: #FAF7DE;
}
.photos_ajax_del_img{
  background: url('images/loading.gif') no-repeat center right;
  padding-right:16px;
}
a.photos-edit-delete,
a.jQueryeditable_edit_delete{
  display:block;
  float:right;
}
/*node form*/
.photos-form-count{
  padding:0 5px;
  border: 1px solid #eee;
}
/*album view*/
.photos_album_right{
  text-align: right;
}
.photos_album_menu{
  border-bottom: 1px solid #C9EDA5;
  margin: 5px 0;
  padding: 5px 0;
  height: 28px;
}
.photos_album_header{
  overflow: hidden;
  height: auto;
  margin-bottom: 5px;
  border-bottom: 1px solid #C9EDA5;
}
.photos_album_body{
  padding-left: 5px;
}
.photos_album_cover{
  margin-right: 5px;
  float:left;
}
.photos_album_float_right{
  float:right;
}
/*download*/
body.photos-download-page {
  height:auto;
}
.photos_download_view{
  margin: 5px 10px;
  padding: 10px;
  clear:both;
}
.photos_download_bucket{
  margin:10px;
  padding-left:10px;
  padding-top:0;
}
.photos_download_menu{
  margin-left:10px;
  padding-left:10px;
  overflow: hidden;
  height: auto;
}
.photos_download_menu a{
  padding:4px 10px;
}
.photos_exif_name, .photos_download_menu a.active{
  font-weight: bold;
  color: #5A550A;
}
.photos_download_menu_t{
  height: 24px;
  line-height: 24px;
  border-bottom: 1px solid #A2F093;
}
.photos_download_menu_b ul li{
  float:left;
  list-style-type: none;
}
.photos_exif_title{
  font-weight: bold;
  font-size:14px;
  background: #CEE8D3;
}
/*share links*/
#photos-image-sharing{
  margin-left:10px;
  padding-left:10px;
}
#photos-image-sharing input {
  background:url('images/input.gif') repeat-x left top;
  border:1px solid #CED7D6;
  color:#B59EC6;
  height:20px;
  line-height: 20px;
  width:90%;
  clear:both;
  margin-bottom: 5px;
}
/*filter*/
.photos_filter_left{
  float:left;
}
.photos_filter_right{
  float:right;
}
.photos_filter_center{
  text-align:center;
}
#photos_share_ul, #photos_default .item-list{
  clear: both;
  height: auto;
  overflow: hidden;
}
#photos_share li, #photos_default li{
  float: left;
  list-style: none;
}
/*share*/
#photos_share{
  margin:10px;
}
#photos_share_ul li{
  height:125px;
  width:140px;
  text-align:center;
  background-image: none;
  margin: 2px;
  padding:2px;
  border:1px solid #F7F5F5;
}
#photos_share_ul li img{
  max-width:100px;
  padding:2px;
  margin:1px;
  _width: expression(this.width > 100 && this.height < this.width ? 100: true);
}
.photos_share_hover{
  background: #FCFCCE;
}
#photos_share_ul .photos_share_selected{
  border:1px solid #EA0F34;
}
.photos_share_textarea{
  display:none;
}
#photos_share_textarea{
  width: 98%;
}
.photos_share_links a{
  padding-right: 12px;
}
/*image html*/
.photos_imagehtml{
  position:relative;
}

.photos_imagehtml_colorbox{
  background:url('images/thickbox.gif') no-repeat center;
  position: absolute;
  left: 4px;
  bottom: 10px;
  display:none;
  width:20px;
  height:20px;
}

a.photos_imagehtml_colorbox:hover{
  background:#5AA224 url('images/thickbox.gif') no-repeat center;
}

/* photo hook_search results */
img.photos_search_result{
  box-shadow: 5px 5px 10px #888; 
  margin-right:1em;
}

File

css/photos.css
View source
  1. /* testing sortable */
  2. #photos-sortable {
  3. list-style-type: none;
  4. margin: 0;
  5. padding: 0;
  6. width: 100%;
  7. }
  8. #photos-sortable li {
  9. margin: 3px 3px 3px 0;
  10. padding: 1px;
  11. float: left;
  12. width: 100px;
  13. height:100px;
  14. text-align: center;
  15. cursor:move;
  16. list-style:none;
  17. }
  18. #photos-sortable li img {
  19. max-width:100%;
  20. max-height:100%;
  21. }
  22. /*admin*/
  23. .photos-admin-inline{
  24. margin: 5px 0;
  25. }
  26. .photos-edit-info div, .photos-edit-info .form-item label, .photos-admin-inline div, .photos-admin-inline label{
  27. display: inline;
  28. }
  29. /*image vote*/
  30. .photos-votes{
  31. padding:4px 12px;
  32. overflow:hidden;
  33. height:100%;
  34. }
  35. .photos-vote-u, .photos-vote, a.photos-vote{
  36. display:block;
  37. width:15px;
  38. height:15px;
  39. float:left;
  40. padding:0;
  41. }
  42. .photos-vote-up-u,.photos-vote-up{
  43. background:url('images/up2.gif');
  44. }
  45. a.photos-vote-up-u:hover,.photos-vote-up-x,a.photos-vote-up:hover {
  46. background:url('images/up1.gif');
  47. }
  48. .photos-vote-down-u,.photos-vote-down{
  49. background:url('images/down2.gif');
  50. }
  51. a.photos-vote-down-u:hover,.photos-vote-down-x, a.photos-vote-down:hover{
  52. background:url('images/down1.gif');
  53. }
  54. .photos-vote-sum{
  55. width:70px;
  56. float:left;
  57. text-align:center;
  58. line-height:15px;
  59. cursor:hand;
  60. }
  61. .photos-votes {
  62. float:right;
  63. }
  64. .photos-vote-load {
  65. background: url('images/loading.gif') no-repeat;
  66. }
  67. .photos-to-album{
  68. display:inline;
  69. width:100px;
  70. }
  71. .photos a{
  72. margin-right:16px
  73. }
  74. #photos_upload_new{
  75. padding:0 5px;
  76. margin:5px 0;
  77. border:1px solid #ccc;
  78. height:100%;
  79. overflow:hidden;
  80. }
  81. /*Image page*/
  82. .photos_album_edit_table_link a, .photo-zoom a, .photo-rg a{
  83. padding-left:10px;
  84. }
  85. .photo-rg{
  86. text-align:right;
  87. padding:0 10px;
  88. color:#818B95;
  89. line-height:26px;
  90. }
  91. .photo_link_pager {
  92. height:30px;
  93. line-height:30px;
  94. }
  95. .photo-pager-left{
  96. float:left;
  97. }
  98. .photo-pager-right{
  99. float:right;
  100. }
  101. .image-a{
  102. margin:5px 0;
  103. text-align:center;
  104. clear:both;
  105. }
  106. /*block pager*/
  107. .photos_block_info {
  108. color:#666666;
  109. font-size:14px;
  110. margin-bottom:8px;
  111. font-weight:bold;
  112. }
  113. table.photos_block_pager tbody{
  114. border:none;
  115. }
  116. table.photos_block_pager td, table.photos_block_pager th{
  117. padding:0;
  118. }
  119. .photos_block_pager_open{
  120. width:18px;
  121. height:25px;
  122. background: url('images/context_open.gif') no-repeat;
  123. }
  124. .photos_block_pager_left{
  125. width:33%;
  126. height:104px;
  127. background:#F3F3F3;
  128. border-top:1px solid #E3E3E3;
  129. border-bottom:1px solid #E3E3E3;
  130. border-left:1px solid #E3E3E3;
  131. }
  132. .photos_block_pager_center{
  133. background:#F3F3F3;
  134. border-top:1px solid #E3E3E3;
  135. border-bottom:1px solid #E3E3E3;
  136. text-align:center;
  137. }
  138. .photos_block_pager_right {
  139. width:33%;
  140. background:#F3F3F3;
  141. border-top:1px solid #E3E3E3;
  142. border-bottom:1px solid #E3E3E3;
  143. text-align:right;
  144. }
  145. .photos-block-link{
  146. text-align:center;
  147. background:#F3F3F3;
  148. height:28px;
  149. line-height:28px;
  150. border-bottom:1px solid #E3E3E3;
  151. border-right:1px solid #E3E3E3;
  152. }
  153. .photos_block_pager_title{
  154. background:#F3F3F3;
  155. border:1px solid #ddd;
  156. border-bottom:1px solid #F3F3F3;
  157. margin-left:2px;
  158. }
  159. .photos_block_pager_name{
  160. padding:0;
  161. padding-left:5px;
  162. font-size:14px;
  163. font-weight:bold;
  164. }
  165. .photos_prev{
  166. text-align:center;
  167. border-right:1px solid #E3E3E3;
  168. }
  169. .photos_block_sub{
  170. border:1px solid #E3E3E3;
  171. margin: 5px 0;
  172. }
  173. .photos_block_sub_title{
  174. height:28px;
  175. line-height:28px;
  176. border-bottom: 1px solid #89B97E;
  177. background: #F3F3F3;
  178. }
  179. .photos_block_sub_name{
  180. text-align:right;
  181. padding-right: 5px;
  182. }
  183. .photos_block_sub_open{
  184. width:26px;
  185. height:28px;
  186. float:left;
  187. background: #F3F3F3 url('images/sort_down.gif') no-repeat center center;
  188. border-right: 1px solid #485046;
  189. cursor: pointer;
  190. }
  191. .photos_block_sub_open_hover{
  192. background: #A5E395 url('images/sort_down.gif') no-repeat center center;
  193. }
  194. .photos_block_sub_open_c{
  195. background: #A5E395 url('images/sort_up.gif') no-repeat center center;
  196. }
  197. .photos_block_sub_body_load{
  198. background: #F3F3F3 url('images/loading.gif') no-repeat center center;
  199. }
  200. .photos_block_sub_body{
  201. text-align:center;
  202. min-height: 60px;
  203. display: none;
  204. _height: 60px;
  205. }
  206. a.photos_block_pager_flash{
  207. display:block;
  208. float:right;
  209. width:23px;
  210. height:23px;
  211. background: url('images/context_slideshow_icon_default.png') no-repeat;
  212. text-decoration:none;
  213. }
  214. a.photos_block_pager_flash:hover{
  215. text-decoration:none;
  216. background: url('images/context_slideshow_icon_hover.png') no-repeat;
  217. }
  218. .photos_block_sub_body img, .photos_prev img{
  219. max-width:50px;
  220. border:1px solid #ccc;
  221. padding:2px;
  222. margin:6px 1px 1px 1px;
  223. _width: expression(this.width > 50 && this.height < this.width ? 50: true);
  224. }
  225. .photos_block_sub_body a:hover img, .photos_prev a:hover img,.photos_prev a.active img{
  226. border:1px solid #f00;
  227. padding:2px;
  228. margin:6px 1px 1px 1px;
  229. }
  230. /*album edit*/
  231. .photos_album_edit{
  232. border-bottom: 1px solid #ddd;
  233. clear:both;
  234. overflow:hidden;
  235. padding:5px 0;
  236. }
  237. .photos_album_edit_view{
  238. float:left;
  239. margin-right:5px;
  240. }
  241. #photos-editlist-form .photos_edit_thumb ul {
  242. padding:0;
  243. }
  244. .block-photos ul li,
  245. .photos_edit_thumb li {
  246. list-style:none;
  247. }
  248. .photos_edit_thumb img{
  249. border:1px solid #ccc;
  250. padding:2px;
  251. }
  252. .photos_edit_thumb a:hover img, .photos_edit_thumb a.active img{
  253. border:1px solid #f00;
  254. padding:2px;
  255. }
  256. .photos-edit-info{
  257. margin:5px 0;
  258. text-align:right;
  259. }
  260. .photos_check{
  261. background:#F5F089;
  262. }
  263. .photos_album_links{
  264. padding:5px 0;
  265. margin:5px 0;
  266. border:1px solid #ddd;
  267. }
  268. .photos_album_links span{
  269. padding: 0 6px;
  270. font-weight:bold;
  271. }
  272. .photos_album_links a{
  273. padding: 0 8px;
  274. }
  275. a.photos_order_desc{
  276. background: url('images/sort_down.gif') no-repeat center right;
  277. }
  278. a.photos_order_asc{
  279. background: url('images/sort_up.gif') no-repeat center right;
  280. }
  281. .photos_album_links a.active{
  282. color:#6B9F1F;
  283. }
  284. .photos_album_links a.orderac{
  285. color:#3121A0;
  286. text-decoration: underline;
  287. }
  288. .photos_link_info{
  289. float:right;
  290. }
  291. .photos_link_info div{
  292. display:inline;
  293. }
  294. /*album view*/
  295. .photos_image_list_view{
  296. margin:5px 0;
  297. padding:5px 0;
  298. border-bottom:1px solid #ccc;
  299. }
  300. .photos_view_des, .photos_view_filename, .photos_list_view_des, .photos_list_view_filename{
  301. margin:4px 0;
  302. padding:5px 8px;
  303. white-space:pre-wrap;
  304. }
  305. .photos_ajax_hover{
  306. background-color: #FAF7DE;
  307. }
  308. .photos_ajax_del_img{
  309. background: url('images/loading.gif') no-repeat center right;
  310. padding-right:16px;
  311. }
  312. a.photos-edit-delete,
  313. a.jQueryeditable_edit_delete{
  314. display:block;
  315. float:right;
  316. }
  317. /*node form*/
  318. .photos-form-count{
  319. padding:0 5px;
  320. border: 1px solid #eee;
  321. }
  322. /*album view*/
  323. .photos_album_right{
  324. text-align: right;
  325. }
  326. .photos_album_menu{
  327. border-bottom: 1px solid #C9EDA5;
  328. margin: 5px 0;
  329. padding: 5px 0;
  330. height: 28px;
  331. }
  332. .photos_album_header{
  333. overflow: hidden;
  334. height: auto;
  335. margin-bottom: 5px;
  336. border-bottom: 1px solid #C9EDA5;
  337. }
  338. .photos_album_body{
  339. padding-left: 5px;
  340. }
  341. .photos_album_cover{
  342. margin-right: 5px;
  343. float:left;
  344. }
  345. .photos_album_float_right{
  346. float:right;
  347. }
  348. /*download*/
  349. body.photos-download-page {
  350. height:auto;
  351. }
  352. .photos_download_view{
  353. margin: 5px 10px;
  354. padding: 10px;
  355. clear:both;
  356. }
  357. .photos_download_bucket{
  358. margin:10px;
  359. padding-left:10px;
  360. padding-top:0;
  361. }
  362. .photos_download_menu{
  363. margin-left:10px;
  364. padding-left:10px;
  365. overflow: hidden;
  366. height: auto;
  367. }
  368. .photos_download_menu a{
  369. padding:4px 10px;
  370. }
  371. .photos_exif_name, .photos_download_menu a.active{
  372. font-weight: bold;
  373. color: #5A550A;
  374. }
  375. .photos_download_menu_t{
  376. height: 24px;
  377. line-height: 24px;
  378. border-bottom: 1px solid #A2F093;
  379. }
  380. .photos_download_menu_b ul li{
  381. float:left;
  382. list-style-type: none;
  383. }
  384. .photos_exif_title{
  385. font-weight: bold;
  386. font-size:14px;
  387. background: #CEE8D3;
  388. }
  389. /*share links*/
  390. #photos-image-sharing{
  391. margin-left:10px;
  392. padding-left:10px;
  393. }
  394. #photos-image-sharing input {
  395. background:url('images/input.gif') repeat-x left top;
  396. border:1px solid #CED7D6;
  397. color:#B59EC6;
  398. height:20px;
  399. line-height: 20px;
  400. width:90%;
  401. clear:both;
  402. margin-bottom: 5px;
  403. }
  404. /*filter*/
  405. .photos_filter_left{
  406. float:left;
  407. }
  408. .photos_filter_right{
  409. float:right;
  410. }
  411. .photos_filter_center{
  412. text-align:center;
  413. }
  414. #photos_share_ul, #photos_default .item-list{
  415. clear: both;
  416. height: auto;
  417. overflow: hidden;
  418. }
  419. #photos_share li, #photos_default li{
  420. float: left;
  421. list-style: none;
  422. }
  423. /*share*/
  424. #photos_share{
  425. margin:10px;
  426. }
  427. #photos_share_ul li{
  428. height:125px;
  429. width:140px;
  430. text-align:center;
  431. background-image: none;
  432. margin: 2px;
  433. padding:2px;
  434. border:1px solid #F7F5F5;
  435. }
  436. #photos_share_ul li img{
  437. max-width:100px;
  438. padding:2px;
  439. margin:1px;
  440. _width: expression(this.width > 100 && this.height < this.width ? 100: true);
  441. }
  442. .photos_share_hover{
  443. background: #FCFCCE;
  444. }
  445. #photos_share_ul .photos_share_selected{
  446. border:1px solid #EA0F34;
  447. }
  448. .photos_share_textarea{
  449. display:none;
  450. }
  451. #photos_share_textarea{
  452. width: 98%;
  453. }
  454. .photos_share_links a{
  455. padding-right: 12px;
  456. }
  457. /*image html*/
  458. .photos_imagehtml{
  459. position:relative;
  460. }
  461. .photos_imagehtml_colorbox{
  462. background:url('images/thickbox.gif') no-repeat center;
  463. position: absolute;
  464. left: 4px;
  465. bottom: 10px;
  466. display:none;
  467. width:20px;
  468. height:20px;
  469. }
  470. a.photos_imagehtml_colorbox:hover{
  471. background:#5AA224 url('images/thickbox.gif') no-repeat center;
  472. }
  473. /* photo hook_search results */
  474. img.photos_search_result{
  475. box-shadow: 5px 5px 10px #888;
  476. margin-right:1em;
  477. }