data-view.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. .feyasoft_photo_showImage {
  2. max-width: 500px;
  3. width: expression(this.width > 500 ? "500px" : true);
  4. }
  5. .feyasoft-images-view .x-panel-body{
  6. background: white;
  7. font: 11px Arial, Helvetica, sans-serif;
  8. }
  9. .feyasoft-images-view .thumb{
  10. background: #dddddd;
  11. padding: 3px;
  12. }
  13. .feyasoft-images-view .thumb img{
  14. height: 115px;
  15. width: 150px;
  16. }
  17. .feyasoft-images-view .thumb-wrap{
  18. float: left;
  19. margin: 4px;
  20. margin-right: 0;
  21. padding: 5px 20px 5px 20px;
  22. }
  23. .feyasoft-images-view .thumb-wrap span{
  24. display: block;
  25. overflow: hidden;
  26. text-align: center;
  27. }
  28. .feyasoft-images-view .x-view-over{
  29. border:1px solid #dddddd;
  30. background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
  31. padding: 4px 18px 4px 18px;
  32. }
  33. .feyasoft-images-view .x-view-selected{
  34. background: #eff5fb url(images/selected.gif) no-repeat right bottom;
  35. border:1px solid #99bbe8;
  36. padding: 4px 18px 4px 18px;
  37. }
  38. .feyasoft-images-view .x-view-selected .thumb{
  39. background:transparent;
  40. }
  41. .feyasoft-images-view .loading-indicator {
  42. font-size:11px;
  43. background-image:url('../../resources/images/default/grid/loading.gif');
  44. background-repeat: no-repeat;
  45. background-position: left;
  46. padding-left:20px;
  47. margin:10px;
  48. }
  49. /******************************another thumb view********************************************/
  50. .feyasoft-images-view .thumb3{
  51. background: #dddddd;
  52. padding: 3px;
  53. }
  54. .feyasoft-images-view .thumb3-wrap{
  55. height: 117px;
  56. width: 105px;
  57. float: left;
  58. margin: 4px;
  59. margin-right: 0;
  60. padding: 5px;
  61. }
  62. .feyasoft-images-view .thumb3-wrap span{
  63. display: block;
  64. overflow: hidden;
  65. text-align: center;
  66. }
  67. .feyasoft-images-view .x-view-selected .thumb3{
  68. background:transparent;
  69. }
  70. .feyasoft-images-view .x-view-over {
  71. border: 1px solid #dddddd;
  72. background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
  73. padding: 4px;
  74. }
  75. #image-win-view-detail-image-panel .details{
  76. padding: 10px;
  77. text-align: center;
  78. }
  79. #image-win-view-detail-image-panel .details-info{
  80. border-top: 1px solid #cccccc;
  81. font: 11px Arial, Helvetica, sans-serif;
  82. margin-top: 5px;
  83. padding-top: 5px;
  84. text-align: left;
  85. }
  86. #image-win-view-detail-image-panel .details-info b{
  87. color: #555555;
  88. display: block;
  89. margin-bottom: 4px;
  90. }
  91. #image-win-view-detail-image-panel .details-info span{
  92. display: block;
  93. margin-bottom: 5px;
  94. margin-left: 5px;
  95. }
  96. /*****************************************************************************/
  97. .feyasoft-myPhoto-view .thumb{
  98. background: #dddddd;
  99. padding: 3px;
  100. }
  101. .feyasoft-myPhoto-view .thumb-wrap{
  102. height: 115px;
  103. width: 105px;
  104. float: left;
  105. margin: 4px;
  106. margin-right: 0;
  107. padding: 5px;
  108. }
  109. .feyasoft-myPhoto-view .thumb-wrap span{
  110. display: block;
  111. overflow: hidden;
  112. text-align: center;
  113. }
  114. .feyasoft-myPhoto-view .x-view-over{
  115. border:1px solid #dddddd;
  116. background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
  117. padding: 4px;
  118. }
  119. .feyasoft-myPhoto-view .x-view-selected{
  120. background: #eff5fb url(images/selected.gif) no-repeat right bottom;
  121. border:1px solid #99bbe8;
  122. padding: 4px;
  123. }
  124. .feyasoft-myPhoto-view .x-view-selected .thumb{
  125. background:transparent;
  126. }
  127. .feyasoft-myPhoto-view .loading-indicator {
  128. font-size:11px;
  129. background-image:url('../../resources/images/default/grid/loading.gif');
  130. background-repeat: no-repeat;
  131. background-position: left;
  132. padding-left:20px;
  133. margin:10px;
  134. }
  135. /*****************************************************************************/
  136. /**** this is for animated dataview ******************************************/
  137. #animatedViews {
  138. background-color: #fff;
  139. text-shadow: #fff 0 1px 0;
  140. }
  141. #animatedViews ul {
  142. position: relative;
  143. display: block;
  144. height: auto;
  145. font-size: 85%;
  146. }
  147. #animatedViews ul li img {
  148. margin-bottom: 1px;
  149. }
  150. #animatedViews ul li {
  151. float: left;
  152. padding: 8px 17px;
  153. margin: 5px;
  154. text-align: center;
  155. line-height: 1.25em;
  156. color: #333;
  157. font-family: "Helvetica Neue",sans-serif;
  158. height: 110px;
  159. width: 110px;
  160. overflow: hidden;
  161. border-top: 1px solid transparent;
  162. cursor: pointer;
  163. }
  164. /*#animatedViews ul li.phone-hover {
  165. background-color: #eee;
  166. }*/
  167. #animatedViews ul li.x-view-selected {
  168. background-color: #e7e7e7;/*rgba(100, 100, 100, .15);*/
  169. -moz-border-radius: 8px;
  170. -webkit-border-radius: 8px;
  171. /* border-top: 1px solid #c5c5c5;/*rgba(0, 0, 0, .15);*/
  172. }
  173. #animatedViews ul li img {
  174. /* display: block;*/
  175. }
  176. #animatedViews li strong {
  177. color: #000;
  178. display: block;
  179. }
  180. #animatedViews li span {
  181. color: #999;
  182. }
  183. /******************************another thumb view********************************************/
  184. .preference-background-base .thumb3 {
  185. background: transparent;
  186. padding: 0px;
  187. }
  188. .preference-background-base .thumb3-wrap {
  189. height: 75px;
  190. width: 95px;
  191. float: left;
  192. margin: 4px;
  193. margin-right: 0;
  194. padding: 5px 5px 5px 5px;
  195. }
  196. .preference-background-base .thumb3-wrap span {
  197. display: block;
  198. overflow: hidden;
  199. text-align: center;
  200. }
  201. .preference-background-base .x-view-selected {
  202. background: #da762a;
  203. padding: 5px;
  204. }
  205. .preference-background-base .x-view-selected .thumb3 {
  206. background: transparent;
  207. }
  208. .preference-background-base .x-view-over-thumb3 {
  209. background: #ffc350;
  210. padding: 5px 5px 5px 5px;
  211. }
  212. /*******************************for image******************************************/
  213. .rgdPageUrlInfo-images-view .x-panel-body{
  214. background: white;
  215. font: 11px Arial, Helvetica, sans-serif;
  216. }
  217. .rgdPageUrlInfo-images-view .thumb{
  218. background: #dddddd;
  219. padding: 3px;
  220. }
  221. .rgdPageUrlInfo-images-view .thumb img{
  222. height: 115px;
  223. width: 150px;
  224. }
  225. .rgdPageUrlInfo-images-view .thumb-wrap{
  226. float: left;
  227. margin: 4px;
  228. margin-right: 0;
  229. padding: 5px;
  230. }
  231. .rgdPageUrlInfo-images-view .thumb-wrap span{
  232. display: block;
  233. overflow: hidden;
  234. text-align: center;
  235. }
  236. .rgdPageUrlInfo-images-view .x-view-over{
  237. border:1px solid #dddddd;
  238. background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
  239. padding: 4px;
  240. }
  241. .rgdPageUrlInfo-images-view .x-view-selected{
  242. background: #eff5fb url(images/selected.gif) no-repeat right bottom;
  243. border:1px solid #99bbe8;
  244. padding: 4px;
  245. }
  246. .rgdPageUrlInfo-images-view .x-view-selected .thumb{
  247. background:transparent;
  248. }