You are here

gallery_assist.css in Gallery Assist 6

/* $Id: gallery_assist.css,v 1.1.2.23 2011/01/11 08:46:40 jcmc Exp $ */

#gallery-assist-users-help {
  margin: 0 20px;
}

#gallery-assist-users-help h3 {
  margin: 12px 0 5px 0;
}

.gallery-assist-settings-left {
  float:left;
  padding: 0 10px;
  width:30%;
}

.gallery-assist-settings-left-half {
  float:left;
  padding: 0 10px;
  width:45%;
}

.ga-clear-both {
  clear: both;
}

.item-box {
  float: left;
}

.image-box, 
#block-gallery_assist-0 .gab-item-lnk {
  text-align: center;
  /* border:1px solid gray; */
}

/*
.image-box:hover {
  border:1px solid red;
  background:#ffcc33;
}
*/

/* gallery_assist item preview */
#gallery-item-caption-title {
  font-weight: bold;
}

/* pager */
#ga-pager-box {
  clear:both;
}

/* gallery_assist item preview pager */
#ga-pager-box ul.pager {
  text-align: left;
  padding: 0 0 1em 0;
}
#ga-pager-box ul.pager li{
  margin-top:10px;
}
#ga-pager-box ul li img.off {
  height: 20px;
}
#ga-pager-box ul li img.on {
  height: 25px;
}

#ga-pager-box ul li img.ic-off {
  opacity:0.7;
}
#ga-pager-box ul li img.ic-on {
  opacity:inherit;
}

#ga-pager-box ul li img.ic-off:hover {
  opacity:inherit;
}

#exif-data {
  margin-top: 2em;
  padding: 2em;
  border: 1px solid gray;
}

.gallery-container .title-box {
  text-align:center;
}

/* gallery_assist shows as list */
#gallery-container .item-box-list {
  clear:left;
  display:block;
}

#gallery-item-caption-title, .title-box-on-list {
  font-weight: bold;
}

.item-box-row {
  /*border-bottom:1px solid;
  border-color:#AAAAAA;*/
  padding:15px 10px 10px 10px;
}

.gallery-container .odd {
  background:#EDF5FA;
}

/*
.item-box {
  margin-top:5px;
}*/

.ga-common-block-links {

}

#blok-gallery-container, 
#blok-gallery-container.item-box {
  background: transparent;
  margin-top:0;
}

.ga-common-block-pics {
  line-height: 0;
  float: left;
  margin: 2px;
}

.thmb_form_image {
  height:80px;
  width:80px;
  text-align:center;
}

div.ga-comment-links-container,  
div.ga-comment-links-container div.item-list, 
div.ga-comment-links-container div.item-list ul, 
div.ga-comment-links-container div.item-list ul li {
  margin: 0;
  padding: 0;
}
div.ga-comment-links-container div.item-list h3 {display:none;}
div.ga-comment-links-container div.item-list ul li {
  list-style: none;
  background:transparent none;
  list-style-image:none;
  display:inline;
}

div#ga-pager-box  div.pager li a {color:#fff999;}

/*
#ga-gallery-block-0, 
#ga-gallery-block-0.pics, 
#ga-gallery-block-1, 
#ga-gallery-block-1.pics {
  : displa;
}*/

.gab-item-pic {
  text-align: center;
}

.ga_titles {
  width:70%;
}

.ga_titles {
  white-space: normal;
}

.ga_created {
  white-space: nowrap;
}

#ga-amount-achaived {
  font-weight:bold;
  margin: 10px 0;
  padding-left: 10px;
}

#ga-form-delete {
  width:1px;
}

#ga-form-item {
  width:1px;
}

#ga-form-caption {
  width:80%;
}

#ga-devel-by, #gallery-assist-node-info {
  text-align: right;
  font-size: 10px;
  color:gray;
}

.ga-form-first {
  width:100%;
  display:block;
}

/*
.ga-item-edit-link, .ga-item-edit-link a {
  color:transparent;
  font-style: italic;
  font-size: 10px;
  height: 18px;
  padding: 0px 5px;
  margin:-2px 0 0 0;
}

.ga-item-edit-link:hover, .ga-item-edit-link a:hover {
  color: #222222;
  background: #cccccc;
  opacity: 0.7;
}
*/
.ga-item-edit-link {
  width: 100%;
  opacity:0.1;
  z-index:20;
}
.ga-item-edit-link:hover {
  opacity: 0.9;
}



.ga-item-edit-link a {
  font-style: italic;
  font-size: 10px;
  height: 18px;
  padding: 0px 5px;
  margin:-2px 0 0 0;
  text-decoration: none;
  color: #111;
  background: yellow;
}

.ga-item-edit-link a:hover {
  color: #111;
  background: #ffcc66;
}

.ga-pager-box pager-item {
  display: none;
}
.ga-form-weight {
  width : 1px;
}
.ga-align-left {
  text-align:left;
}
.ga-align-center {
  text-align:center;
}
.ga-align-right {
  text-align:right;
}

div.ga-back-link {
  margin-right: 5px;
}

div.nav-links {
  background: transparent;
}
/**
 * Comment out to use icons for the back and edit one links.
 */
div.ga-edit-item-link {
  background: transparent url(../images/gallery-assist-sprite.png) no-repeat scroll 0 0;
  background-position: 0px 0;
  height: 22px;
  width: 22px;
  overflow: hidden;
}
div.ga-edit-item-link:hover {
  background: transparent url(../images/gallery-assist-sprite.png) no-repeat scroll 0 0;
  background-position: 0 0;
}
div.ga-edit-item-link a {
  background: transparent;
  display: block;
  text-indent: -900px;
}
div.ga-back-link {
  background: transparent url(../images/gallery-assist-sprite.png) repeat scroll 0 0;
  background-position: -22px 0px;
  float: left;
  height: 22px;
  overflow: hidden;
  width: 22px;
}
div.ga-node-edit-link:hover {
  background:transparent url(../images/gallery-assist-sprite.png) repeat scroll 0 0;
  background-position: -44px 0px;
}
div.ga-node-edit-link a {
  background: transparent;
  display: block;
  text-indent: -900px;
}
div.ga-node-edit-link {
  background: transparent url(../images/gallery-assist-sprite.png) repeat scroll -44px 0;
  display: inline;
  float: left;
  height: 22px;
  margin-right: 0.5em;
  overflow: hidden;
  width: 22px;
}
div.ga-back-link:hover {
  background:transparent url(../images/gallery-assist-sprite.png) repeat scroll 0 0;
  background-position: -22px 0px;
}
div.ga-back-link a {
  background: transparent;
  padding-left:30px;
}
/**
 * Comment out to use icons for other links.
 */
.ga-graph-download-link:hover {
  background:transparent url(../images/gallery-assist-sprite.png) repeat scroll 0 0;
  background-position: -66px 0px;
}
.ga-graph-download-link a {
  background: transparent;
  display: block;
  text-indent: -900px;
}
.ga-graph-download-link {
  background: transparent url(../images/gallery-assist-sprite.png) repeat scroll -66px 0;
  display: inline;
  float: left;
  height: 22px;
  margin-right: 0.5em;
  overflow: hidden;
  width: 22px;
}

.ga-nowrap {
  white-space: nowrap;
}

.ga-fullwidth {
  width: 100%;
}

#ga-pager-box .item-list {
  border:0;
  background:transparent;
}

.ga-container-teaser-align-left {margin-right:auto;text-align:left;}
.ga-container-teaser-align-right {}
.ga-container-teaser-align-center {}
.ga-container-teaser-float-left {}
.ga-container-teaser-float-right {}
.ga-container-page-align-left {}
.ga-container-page-align-right {}
.ga-container-page-align-center {}
.ga-container-page-float-left {}
.ga-container-page-float-right {}

/* by zero point theme add the lines to the end of file style-zero.css
body.layout-jello .page {
  padding-left:0;
  padding-right:0;
}
*/

.gallery_assist .image-box {
  border: 1px solid #CCCCCC;
}
.gallery_assist .image-box:hover {
  border: 1px solid #3B5998;
}

#prev-img-box {
  margin:0 auto;
}

.ga-no-wrap {
  white-space: nowrap;
}

/* test view as grid */
.ga-views-test-grid .view-content table tr td  {
  vertical-align: top;
}

/* Menu trail links format */
.gab-item-lnk a.active img {
  opacity: 1;
}
.gab-item-lnk a img {
  opacity: 0.7;
}
.gab-item-lnk a img:hover {
  opacity:1;
}

.ga-cover-bg {
  background-image: url(../images/cover_bg_gray.png);
}

.ga-check-all, .ga-uncheck-all {
  font-weight: bold;
  cursor: pointer;
}

.shadow-3 {
  -moz-box-shadow: -4.95px 0px 9.9px rgb(0, 0, 0);
  box-shadow: -4.95px 0px 9.9px rgb(0, 0, 0);
}

File

css/gallery_assist.css
View source
  1. /* $Id: gallery_assist.css,v 1.1.2.23 2011/01/11 08:46:40 jcmc Exp $ */
  2. #gallery-assist-users-help {
  3. margin: 0 20px;
  4. }
  5. #gallery-assist-users-help h3 {
  6. margin: 12px 0 5px 0;
  7. }
  8. .gallery-assist-settings-left {
  9. float:left;
  10. padding: 0 10px;
  11. width:30%;
  12. }
  13. .gallery-assist-settings-left-half {
  14. float:left;
  15. padding: 0 10px;
  16. width:45%;
  17. }
  18. .ga-clear-both {
  19. clear: both;
  20. }
  21. .item-box {
  22. float: left;
  23. }
  24. .image-box,
  25. #block-gallery_assist-0 .gab-item-lnk {
  26. text-align: center;
  27. /* border:1px solid gray; */
  28. }
  29. /*
  30. .image-box:hover {
  31. border:1px solid red;
  32. background:#ffcc33;
  33. }
  34. */
  35. /* gallery_assist item preview */
  36. #gallery-item-caption-title {
  37. font-weight: bold;
  38. }
  39. /* pager */
  40. #ga-pager-box {
  41. clear:both;
  42. }
  43. /* gallery_assist item preview pager */
  44. #ga-pager-box ul.pager {
  45. text-align: left;
  46. padding: 0 0 1em 0;
  47. }
  48. #ga-pager-box ul.pager li{
  49. margin-top:10px;
  50. }
  51. #ga-pager-box ul li img.off {
  52. height: 20px;
  53. }
  54. #ga-pager-box ul li img.on {
  55. height: 25px;
  56. }
  57. #ga-pager-box ul li img.ic-off {
  58. opacity:0.7;
  59. }
  60. #ga-pager-box ul li img.ic-on {
  61. opacity:inherit;
  62. }
  63. #ga-pager-box ul li img.ic-off:hover {
  64. opacity:inherit;
  65. }
  66. #exif-data {
  67. margin-top: 2em;
  68. padding: 2em;
  69. border: 1px solid gray;
  70. }
  71. .gallery-container .title-box {
  72. text-align:center;
  73. }
  74. /* gallery_assist shows as list */
  75. #gallery-container .item-box-list {
  76. clear:left;
  77. display:block;
  78. }
  79. #gallery-item-caption-title, .title-box-on-list {
  80. font-weight: bold;
  81. }
  82. .item-box-row {
  83. /*border-bottom:1px solid;
  84. border-color:#AAAAAA;*/
  85. padding:15px 10px 10px 10px;
  86. }
  87. .gallery-container .odd {
  88. background:#EDF5FA;
  89. }
  90. /*
  91. .item-box {
  92. margin-top:5px;
  93. }*/
  94. .ga-common-block-links {
  95. }
  96. #blok-gallery-container,
  97. #blok-gallery-container.item-box {
  98. background: transparent;
  99. margin-top:0;
  100. }
  101. .ga-common-block-pics {
  102. line-height: 0;
  103. float: left;
  104. margin: 2px;
  105. }
  106. .thmb_form_image {
  107. height:80px;
  108. width:80px;
  109. text-align:center;
  110. }
  111. div.ga-comment-links-container,
  112. div.ga-comment-links-container div.item-list,
  113. div.ga-comment-links-container div.item-list ul,
  114. div.ga-comment-links-container div.item-list ul li {
  115. margin: 0;
  116. padding: 0;
  117. }
  118. div.ga-comment-links-container div.item-list h3 {display:none;}
  119. div.ga-comment-links-container div.item-list ul li {
  120. list-style: none;
  121. background:transparent none;
  122. list-style-image:none;
  123. display:inline;
  124. }
  125. div#ga-pager-box div.pager li a {color:#fff999;}
  126. /*
  127. #ga-gallery-block-0,
  128. #ga-gallery-block-0.pics,
  129. #ga-gallery-block-1,
  130. #ga-gallery-block-1.pics {
  131. : displa;
  132. }*/
  133. .gab-item-pic {
  134. text-align: center;
  135. }
  136. .ga_titles {
  137. width:70%;
  138. }
  139. .ga_titles {
  140. white-space: normal;
  141. }
  142. .ga_created {
  143. white-space: nowrap;
  144. }
  145. #ga-amount-achaived {
  146. font-weight:bold;
  147. margin: 10px 0;
  148. padding-left: 10px;
  149. }
  150. #ga-form-delete {
  151. width:1px;
  152. }
  153. #ga-form-item {
  154. width:1px;
  155. }
  156. #ga-form-caption {
  157. width:80%;
  158. }
  159. #ga-devel-by, #gallery-assist-node-info {
  160. text-align: right;
  161. font-size: 10px;
  162. color:gray;
  163. }
  164. .ga-form-first {
  165. width:100%;
  166. display:block;
  167. }
  168. /*
  169. .ga-item-edit-link, .ga-item-edit-link a {
  170. color:transparent;
  171. font-style: italic;
  172. font-size: 10px;
  173. height: 18px;
  174. padding: 0px 5px;
  175. margin:-2px 0 0 0;
  176. }
  177. .ga-item-edit-link:hover, .ga-item-edit-link a:hover {
  178. color: #222222;
  179. background: #cccccc;
  180. opacity: 0.7;
  181. }
  182. */
  183. .ga-item-edit-link {
  184. width: 100%;
  185. opacity:0.1;
  186. z-index:20;
  187. }
  188. .ga-item-edit-link:hover {
  189. opacity: 0.9;
  190. }
  191. .ga-item-edit-link a {
  192. font-style: italic;
  193. font-size: 10px;
  194. height: 18px;
  195. padding: 0px 5px;
  196. margin:-2px 0 0 0;
  197. text-decoration: none;
  198. color: #111;
  199. background: yellow;
  200. }
  201. .ga-item-edit-link a:hover {
  202. color: #111;
  203. background: #ffcc66;
  204. }
  205. .ga-pager-box pager-item {
  206. display: none;
  207. }
  208. .ga-form-weight {
  209. width : 1px;
  210. }
  211. .ga-align-left {
  212. text-align:left;
  213. }
  214. .ga-align-center {
  215. text-align:center;
  216. }
  217. .ga-align-right {
  218. text-align:right;
  219. }
  220. div.ga-back-link {
  221. margin-right: 5px;
  222. }
  223. div.nav-links {
  224. background: transparent;
  225. }
  226. /**
  227. * Comment out to use icons for the back and edit one links.
  228. */
  229. div.ga-edit-item-link {
  230. background: transparent url(../images/gallery-assist-sprite.png) no-repeat scroll 0 0;
  231. background-position: 0px 0;
  232. height: 22px;
  233. width: 22px;
  234. overflow: hidden;
  235. }
  236. div.ga-edit-item-link:hover {
  237. background: transparent url(../images/gallery-assist-sprite.png) no-repeat scroll 0 0;
  238. background-position: 0 0;
  239. }
  240. div.ga-edit-item-link a {
  241. background: transparent;
  242. display: block;
  243. text-indent: -900px;
  244. }
  245. div.ga-back-link {
  246. background: transparent url(../images/gallery-assist-sprite.png) repeat scroll 0 0;
  247. background-position: -22px 0px;
  248. float: left;
  249. height: 22px;
  250. overflow: hidden;
  251. width: 22px;
  252. }
  253. div.ga-node-edit-link:hover {
  254. background:transparent url(../images/gallery-assist-sprite.png) repeat scroll 0 0;
  255. background-position: -44px 0px;
  256. }
  257. div.ga-node-edit-link a {
  258. background: transparent;
  259. display: block;
  260. text-indent: -900px;
  261. }
  262. div.ga-node-edit-link {
  263. background: transparent url(../images/gallery-assist-sprite.png) repeat scroll -44px 0;
  264. display: inline;
  265. float: left;
  266. height: 22px;
  267. margin-right: 0.5em;
  268. overflow: hidden;
  269. width: 22px;
  270. }
  271. div.ga-back-link:hover {
  272. background:transparent url(../images/gallery-assist-sprite.png) repeat scroll 0 0;
  273. background-position: -22px 0px;
  274. }
  275. div.ga-back-link a {
  276. background: transparent;
  277. padding-left:30px;
  278. }
  279. /**
  280. * Comment out to use icons for other links.
  281. */
  282. .ga-graph-download-link:hover {
  283. background:transparent url(../images/gallery-assist-sprite.png) repeat scroll 0 0;
  284. background-position: -66px 0px;
  285. }
  286. .ga-graph-download-link a {
  287. background: transparent;
  288. display: block;
  289. text-indent: -900px;
  290. }
  291. .ga-graph-download-link {
  292. background: transparent url(../images/gallery-assist-sprite.png) repeat scroll -66px 0;
  293. display: inline;
  294. float: left;
  295. height: 22px;
  296. margin-right: 0.5em;
  297. overflow: hidden;
  298. width: 22px;
  299. }
  300. .ga-nowrap {
  301. white-space: nowrap;
  302. }
  303. .ga-fullwidth {
  304. width: 100%;
  305. }
  306. #ga-pager-box .item-list {
  307. border:0;
  308. background:transparent;
  309. }
  310. .ga-container-teaser-align-left {margin-right:auto;text-align:left;}
  311. .ga-container-teaser-align-right {}
  312. .ga-container-teaser-align-center {}
  313. .ga-container-teaser-float-left {}
  314. .ga-container-teaser-float-right {}
  315. .ga-container-page-align-left {}
  316. .ga-container-page-align-right {}
  317. .ga-container-page-align-center {}
  318. .ga-container-page-float-left {}
  319. .ga-container-page-float-right {}
  320. /* by zero point theme add the lines to the end of file style-zero.css
  321. body.layout-jello .page {
  322. padding-left:0;
  323. padding-right:0;
  324. }
  325. */
  326. .gallery_assist .image-box {
  327. border: 1px solid #CCCCCC;
  328. }
  329. .gallery_assist .image-box:hover {
  330. border: 1px solid #3B5998;
  331. }
  332. #prev-img-box {
  333. margin:0 auto;
  334. }
  335. .ga-no-wrap {
  336. white-space: nowrap;
  337. }
  338. /* test view as grid */
  339. .ga-views-test-grid .view-content table tr td {
  340. vertical-align: top;
  341. }
  342. /* Menu trail links format */
  343. .gab-item-lnk a.active img {
  344. opacity: 1;
  345. }
  346. .gab-item-lnk a img {
  347. opacity: 0.7;
  348. }
  349. .gab-item-lnk a img:hover {
  350. opacity:1;
  351. }
  352. .ga-cover-bg {
  353. background-image: url(../images/cover_bg_gray.png);
  354. }
  355. .ga-check-all, .ga-uncheck-all {
  356. font-weight: bold;
  357. cursor: pointer;
  358. }
  359. .shadow-3 {
  360. -moz-box-shadow: -4.95px 0px 9.9px rgb(0, 0, 0);
  361. box-shadow: -4.95px 0px 9.9px rgb(0, 0, 0);
  362. }