__gallery_assist.css in Gallery Assist 7
.gallery-container-outer {
position: relative;
}
/*.gallery-container-outer,
.gallery-container {
width: 456px;
}*/
.gallery-container-outer.full.center,
.gallery-container-outer.teaser.center,
.gallery-container-inner.full.center,
.gallery-container-inner.teaser.center {
margin-left: auto;
margin-right: auto;
}
.gallery-container-outer.full.right,
.gallery-container-outer.teaser.right,
.gallery-container-inner.full.right,
.gallery-container-inner.teaser.right {
width: 100%;
margin-left: auto;;
}
.gallery-container-outer.full.left,
.gallery-container-outer.teaser.left
.gallery-container-inner.full.left,
.gallery-container-inner.teaser.left {
width: 100%;
margin-right: auto;
}
.gallery-container-outer.full.f-right,
.gallery-container-outer.teaser.f-right {
float: right;
margin-left: 10px;
}
.gallery-container-outer.full.f-left,
.gallery-container-outer.teaser.f-left {
float: left;
margin-right: 10px;
}
.gallery-container {
/* border: 5px solid green;*/
/* padding-left: 10px;*/
/* padding-top: 10px;*/
/*display: inline-block;*/
}
.ga-image-box {
width: 100px;
height: 100px;
text-align: center;
}
.ga-item-box {
width: 100px;
height: 100px;
border: 1px solid #0074BD;
padding: 20px;
border-radius: 5px;
}
.ga-item-box:hover {
border: 1px solid #23AEFF;
}
.ga-item {
position:relative;
margin-bottom: 10px;
margin-right: 10px;
float: left;
}
.ga-item-title-box {
height: 20px;
line-height: 20px;
padding-top: 0;
padding-left: 10px;
}
.ga-item-title-box.hidden {
display: none;
}
.ga-links {
position: absolute;
top: 0;
right: 0;
}
.ga-item-box.withshadow {
box-shadow: 3px 3px 5px 0px #000000;
}
.ga-item-links {
position: absolute;
border: 1px solid #ffcc33;
right: 1px;
top: 1px;
padding-left: 5px;
display: none;
font-size: 10px;
font-family: arial;
background-color: #ffcc33;
}
.ga-item-link {
padding-right: 5px;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
.text-align-center {
text-align: center;
}
.ga-cover {
background-image: url(../images/cover_bg_gray.png);
}
body .ga-pager.preview {
line-height: 1;
padding: 10px 0 0;
}
body .ga-pager.left {
text-align: left;
}
body .ga-pager.center {
text-align: center;
}
body .ga-pager.right {
text-align: right;
}
body .ga-pager .item-list {
display: inline-block;
}
body .ga-pager ul {
margin: 0;
padding: 0;
list-style: none;
list-style-image: none;
line-height: 10px;
}
body .ga-pager ul li {
float: left;
}
/**
* Node settings form
*/
table#gallery-assist-items tr td {
vertical-align: top;
}
#gallery-assist-gallery-node-form label {
white-space: nowrap;
}
#gallery-assist-gallery-node-form #edit-settings-align,
#gallery-assist-gallery-node-form #edit-settings-float,
#gallery-assist-gallery-node-form #edit-settings-order {
float: left;
/*height: 210px;*/
margin-right: 17px;
width: 31%;
}
#gallery-assist-gallery-node-form #edit-settings-order {
margin-right: 0;
}
/**
* Node settings form
*/
fieldset#edit-gallery-style .fieldset-wrapper label {
white-space: nowrap;
}
fieldset#edit-gallery-style .fieldset-wrapper > div.ga-float-left {
float: left;
/*display: inline;*/
/*height: 210px;*/
margin-right: 17px;
width: 31%;
}
fieldset#edit-gallery-style .fieldset-wrapper > div.ga-float-left:first-child {
margin-top: 0;
padding-top: 0;
}
File
css/__gallery_assist.css
View source
- .gallery-container-outer {
- position: relative;
- }
-
- /*.gallery-container-outer,
- .gallery-container {
- width: 456px;
- }*/
-
- .gallery-container-outer.full.center,
- .gallery-container-outer.teaser.center,
- .gallery-container-inner.full.center,
- .gallery-container-inner.teaser.center {
- margin-left: auto;
- margin-right: auto;
- }
- .gallery-container-outer.full.right,
- .gallery-container-outer.teaser.right,
- .gallery-container-inner.full.right,
- .gallery-container-inner.teaser.right {
- width: 100%;
- margin-left: auto;;
- }
- .gallery-container-outer.full.left,
- .gallery-container-outer.teaser.left
- .gallery-container-inner.full.left,
- .gallery-container-inner.teaser.left {
- width: 100%;
- margin-right: auto;
- }
- .gallery-container-outer.full.f-right,
- .gallery-container-outer.teaser.f-right {
- float: right;
- margin-left: 10px;
- }
- .gallery-container-outer.full.f-left,
- .gallery-container-outer.teaser.f-left {
- float: left;
- margin-right: 10px;
- }
-
- .gallery-container {
- /* border: 5px solid green;*/
- /* padding-left: 10px;*/
- /* padding-top: 10px;*/
- /*display: inline-block;*/
- }
-
- .ga-image-box {
- width: 100px;
- height: 100px;
- text-align: center;
- }
-
- .ga-item-box {
- width: 100px;
- height: 100px;
- border: 1px solid #0074BD;
- padding: 20px;
- border-radius: 5px;
- }
-
- .ga-item-box:hover {
- border: 1px solid #23AEFF;
- }
-
- .ga-item {
- position:relative;
- margin-bottom: 10px;
- margin-right: 10px;
- float: left;
- }
-
- .ga-item-title-box {
- height: 20px;
- line-height: 20px;
- padding-top: 0;
- padding-left: 10px;
- }
- .ga-item-title-box.hidden {
- display: none;
- }
-
- .ga-links {
- position: absolute;
- top: 0;
- right: 0;
- }
-
- .ga-item-box.withshadow {
- box-shadow: 3px 3px 5px 0px #000000;
- }
-
- .ga-item-links {
- position: absolute;
- border: 1px solid #ffcc33;
- right: 1px;
- top: 1px;
- padding-left: 5px;
- display: none;
- font-size: 10px;
- font-family: arial;
- background-color: #ffcc33;
- }
-
- .ga-item-link {
- padding-right: 5px;
- }
-
- .text-align-left {
- text-align: left;
- }
-
- .text-align-right {
- text-align: right;
- }
-
- .text-align-center {
- text-align: center;
- }
-
- .ga-cover {
- background-image: url(../images/cover_bg_gray.png);
- }
-
- body .ga-pager.preview {
- line-height: 1;
- padding: 10px 0 0;
- }
- body .ga-pager.left {
- text-align: left;
- }
- body .ga-pager.center {
- text-align: center;
- }
- body .ga-pager.right {
- text-align: right;
- }
- body .ga-pager .item-list {
- display: inline-block;
- }
- body .ga-pager ul {
- margin: 0;
- padding: 0;
- list-style: none;
- list-style-image: none;
- line-height: 10px;
- }
- body .ga-pager ul li {
- float: left;
- }
-
- /**
- * Node settings form
- */
- table#gallery-assist-items tr td {
- vertical-align: top;
- }
- #gallery-assist-gallery-node-form label {
- white-space: nowrap;
- }
- #gallery-assist-gallery-node-form #edit-settings-align,
- #gallery-assist-gallery-node-form #edit-settings-float,
- #gallery-assist-gallery-node-form #edit-settings-order {
- float: left;
- /*height: 210px;*/
- margin-right: 17px;
- width: 31%;
- }
- #gallery-assist-gallery-node-form #edit-settings-order {
- margin-right: 0;
- }
- /**
- * Node settings form
- */
- fieldset#edit-gallery-style .fieldset-wrapper label {
- white-space: nowrap;
- }
- fieldset#edit-gallery-style .fieldset-wrapper > div.ga-float-left {
- float: left;
- /*display: inline;*/
- /*height: 210px;*/
- margin-right: 17px;
- width: 31%;
- }
- fieldset#edit-gallery-style .fieldset-wrapper > div.ga-float-left:first-child {
- margin-top: 0;
- padding-top: 0;
- }