Advertisement
decembre

STY - Flickr WideScreen - FLUID BETA v.3

Jul 25th, 2016
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.40 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("www.fluidr.com") {
  4.  
  5. /* ==== FlickrWideScreen (viewer) - FLUIDR v.3 (new3) - BETA - Problem - NEW5 ==== */
  6.  
  7. /* === FOR PREFERENCES: =======
  8. - Item Display [ M)
  9. - Metadat Display : [ON ]
  10. - Metadata Dimming : [OF ]
  11. - Increase Font Size : OF ]
  12. - Boders On Images : [ OFF ]
  13.  
  14. =============================== */
  15.  
  16. * {
  17.   box-sizing: border-box;
  18. }
  19.  
  20. body {
  21. display: inline-block !important;
  22. width: 100%!important;
  23. max-width: 100%!important;
  24. max-width: 1908px !important;
  25. }
  26. #photos {
  27. display: inline-block !important;
  28. width: 100%!important;
  29. max-width: 100%!important;
  30. max-width: 1908px !important;
  31. /* outline: 1px solid red !important; */
  32. }
  33.  
  34.  
  35. #photos.fluid-size-l {
  36. display: inline-block !important;
  37. width: 100%!important;
  38. max-width: 100%!important;
  39. max-width: 1908px !important;
  40. /* outline: 1px solid green !important; */
  41. }
  42. #photos.fluid-size-z {
  43. display: inline-block !important;
  44. width: 100%!important;
  45. max-width: 100%!important;
  46. min-width: 1908px !important;
  47. max-width: 1908px !important;
  48. /* outline: 1px solid yellow !important; */
  49. }
  50. #photos.fluid-size-m {
  51. /* width: 100%!important; */
  52. outline: 1px solid red !important;
  53. }
  54.  
  55. /* PHOTOS CONTAINER */
  56. #photos{
  57. /* display: inline-block!important; */
  58. display: table !important;
  59. width: 97%!important;
  60. /* outline: 2px dotted red !important; */
  61. }
  62. /* PHOTOS - ROW  */
  63. .photos-page {
  64. /* display: table-row !important; */
  65. /* display: table !important; */
  66. /* display: inline-table !important; */
  67. display: inline-block!important;
  68. /* display: table-cell !important; */
  69. width: 100% !important;
  70. min-width: 1900px !important;
  71. max-width: 1900px !important;
  72. /* min-height: 500px !important; */
  73. /* max-height: 500px !important; */
  74.     margin-bottom: 10px !important;
  75. /* outline: 2px dotted green !important; */
  76. }
  77.  
  78. /* PHOTO PANEL - CELL */
  79. .photo-panel {
  80. /* display: table-row !important; */
  81. /* display: table !important; */
  82. /* display: inline-table !important; */
  83. display: inline-block!important;
  84. /* display: table-cell !important; */
  85. max-height: 445px !important;
  86. min-height: 445px !important;
  87. /* height: 425px !important; */
  88. min-width: 930px !important;
  89. max-width: 930px !important;
  90. margin: 0 auto !important;
  91.  
  92. /* top: 0px !important; */
  93. margin-bottom: 5px !important;
  94. margin-right: 6px !important;
  95. padding: 5px 5px !important;
  96. /* outline: 5px solid peru !important; */
  97. /* background: tan !important; */
  98. border: 1px solid gray !important;
  99. }
  100.  
  101. .photoshow {
  102. /* display: table-row !important; */
  103. /* display: table !important; */
  104. /* display: inline-table !important; */
  105. display: inline-block!important;
  106. /* display: table-cell !important; */
  107. /* max-height: 100px !important; */
  108. /* min-height: 100px !important; */
  109. /* height: auto !important; */
  110. height: 422px !important;
  111.  
  112. /* width: 200px !important; */
  113.     min-width: 515px !important;
  114.     max-width: 515px !important;
  115. margin: auto !important;
  116. /* background: red !important; */
  117. /* outline: 1px solid tomato !important; */
  118. }
  119. .fluid-size-z .photo-subpanel-align {
  120. display: inline-block!important;
  121.     min-width: 515px !important;
  122.     max-width: 515px !important;
  123. max-height: 430px !important;
  124. min-height: 43px !important;
  125. margin-bottom: 0px !important;
  126. /* pointer-events: none !important; */
  127. /* background: green !important; */
  128. }
  129. .photo-subpanel-align {
  130. /* display: table-row !important; */
  131.  
  132. /* display: inline-table !important; */
  133. /* display: inline-block!important; */
  134. /* display: table-cell !important; */
  135. /* height: 200px !important; */
  136.     margin-bottom: 2em;
  137.     text-align: center;
  138.     vertical-align: top;
  139. }
  140.  
  141. /* (new2) IMAGE CONTAINER - === */
  142.  
  143. .photo-subpanel a {
  144. display: inline-block !important;
  145. /* height: 100px !important; */
  146.     color: #aaa;
  147.     cursor: pointer;
  148.     text-decoration: none;
  149.     transition: color 0.5s ease 0s;
  150. /* pointer-events: none !important; */
  151. /* z-index: 100 !important; */
  152. /* background: red !important; */
  153. }
  154.  
  155. .photo-panel-img {
  156. /* display: table-cell !important; */
  157. /* display: table-row !important; */
  158. /* display: table !important; */
  159. /* display: inline-table !important; */
  160. display: inline-block!important;
  161.  
  162. /* max-height: 100px !important; */
  163. /* min-height: 100px !important; */
  164. /* height: auto !important; */
  165. /* width: 200px !important; */
  166. /* margin: auto !important; */
  167. background-position: 50% 50% !important;
  168.      background-size: 90% auto;
  169. /* pointer-events: none !important; */
  170. /* outline: 1px solid peru !important; */
  171. }
  172.  
  173. /* (new2) IMAGE / VIDEO CONTAINER - FADER ZOOM - FOR THUMBNAIL ZOOM - === */
  174. .photo-panel-img .fader,
  175. .photo-panel-video .fader {
  176. display: none !important;
  177. max-height: 0px !important;
  178. min-height: 00px !important;
  179. z-index: 100 !important;
  180. /* background-color: blue !important; */
  181. outline: 1px solid violet !important;
  182. }
  183. .photo-panel .photo-panel-img {
  184. display: inline-block!important;
  185. max-height: 424px !important;
  186. min-height: 424px !important;
  187.     min-width: 515px !important;
  188.     max-width: 515px !important;
  189. /*     cursor: pointer !important; */
  190. cursor: zoom-in !important;
  191. /* pointer-events: none !important; */
  192. }
  193. img.zoomed-element {
  194. /* cursor: url("./img/zoomout.cur"), pointer !important; */
  195. cursor: zoom-out !important;
  196. }
  197. .meta-subpanel-align {
  198. /* position: absolute; */
  199. display: inline-block!important;
  200. /* display: table-cell; */
  201. max-height: 430px !important;
  202. min-height: 430px !important;
  203. /* width: 285px!important; */
  204. /* vertical-align: middle; */
  205. /* left: -500px; */
  206. /* padding-bottom: 10px; */
  207. /* padding-left: 10px; */
  208. /* padding-top: 10px; */
  209.     padding: 0px 5px !important;
  210. /* transition: opacity 0.5s ease 0s; */
  211. /* outline: 1px solid peru !important; */
  212. }
  213.  
  214.  
  215.  
  216. .meta-subpanel {
  217. /* text-align: left; */
  218. /* width: 285px!important; */
  219. /* word-wrap: break-word; */
  220. /* outline: 1px solid peru !important; */
  221. }
  222. .meta-elem-actions {
  223.     margin-top: 8px;
  224.     height: 345px !important;
  225.     border-bottom: 1px dotted rgba(78, 78, 78, 0.84) !important;
  226. }
  227.  
  228. .meta-subpanel .scrollbar {
  229.     background: transparent none repeat scroll 0 0;
  230.     float: right;
  231.     position: relative;
  232.     width: 10px;
  233.     height: 309px !important;
  234. }
  235. .meta-subpanel .viewport {
  236.     overflow: hidden !important;
  237.     position: relative;
  238.     height: 311px !important;
  239. /* background: tan !important; */
  240. }
  241. /* .meta-subpanel .photo-tags */
  242. /* .meta-subpanel .photo-desc {
  243.     color: red !important;
  244.     font-size: 0.9em;
  245.     margin-top: 0;
  246.     width: 390px;
  247.     height: 422px !important;
  248.     word-wrap: break-word;
  249. } */
  250.  
  251.  
  252. /* PHOTO - LARGE - METADATA ON === */
  253. #photos.fluid-size-l .photos-page [id^="photo-panel-"] {
  254. outline: 1px solid green !important;
  255. }
  256.  
  257. /* PHOTO - MEDIUM - METADATA ON === */
  258. #photos.fluid-size-z .photos-page [id^="photo-panel-"] {
  259. /* outline: 1px solid yellow !important; */
  260. }
  261. /* PHOTO - SMALL - METADATA ON === */
  262. #photos.fluid-size-m .photos-page [id^="photo-panel-"] {
  263. /* outline: 1px solid red !important; */
  264. }
  265.  
  266. /* PHOTO - LARGE - METADATA OFF === */
  267. #photos.fluid-size-l-meta-hide .photos-page [id^="photo-panel-"] {
  268. /* outline: 1px dashed green !important; */
  269. }
  270.  
  271. /* PHOTO - MEDIUM - METADATA OFF === */
  272. #photos.fluid-size-z-meta-hide .photos-page [id^="photo-panel-"] {
  273. /* outline: 1px dashed yellow !important; */
  274. }
  275. /* PHOTO - SMALL - METADATA OFF === */
  276. #photos.fluid-size-m-meta-hide .photos-page [id^="photo-panel-"] {
  277. /* outline: 1px dashed red !important; */
  278. }
  279.  
  280. /* ==== END ==== */
  281.  
  282. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement