Skip to content

Commit d2ae9cb

Browse files
authored
Merge pull request #496 from seesmith/master
collections.ed redesign
2 parents 0be7b8e + a2f9480 commit d2ae9cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+989
-2804
lines changed

theme-local/clds/css/old-style.css

-537
This file was deleted.

theme-local/clds/css/picgallery.css

+21-11
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ figure.clickbox {
1010
max-height:300px;
1111
background: #000000;
1212
text-align: left;
13-
1413
}
1514
figure.clickbox * {
1615
-webkit-box-sizing: border-box;
@@ -49,7 +48,7 @@ figure.clickbox h2 {
4948
text-transform: uppercase;
5049
top: 0;
5150
opacity: 1;
52-
padding: 25px;
51+
padding: 15px;
5352
margin: 0;
5453
position: absolute;
5554
color: #fff;
@@ -73,10 +72,12 @@ figure.clickbox i {
7372
}
7473

7574
figure.clickbox i.ion-arrow-right-c,
76-
figure.clickbox i.ion-arrow-down-c {
75+
figure.clickbox i.ion-arrow-down-c,
76+
figure.clickbox i.ion-plus,
77+
figure.clickbox i.ion-minus{
7778
padding: 6px 16px;
78-
bottom: 0px;
79-
right: 0px;
79+
bottom: 0;
80+
right: 0;
8081
-webkit-transition: 0.05s linear;
8182
transition: 0.05s linear;
8283
-webkit-transition-delay: 0.4s;
@@ -85,13 +86,13 @@ figure.clickbox i.ion-arrow-down-c {
8586

8687
figure.clickbox i.fa {
8788
padding: 16px 16px;
88-
bottom: 0px;
89-
left: 0px;
89+
bottom: 0;
90+
left: 0;
9091
}
9192

9293
figure.clickbox .curl {
93-
width: 0px;
94-
height: 0px;
94+
width: 0;
95+
height: 0;
9596
position: absolute;
9697
bottom: 0;
9798
right: 0;
@@ -104,7 +105,6 @@ figure.clickbox .curl {
104105

105106
figure.clickbox .curl:before,
106107
figure.clickbox .curl:after {
107-
content: '';
108108
position: absolute;
109109
z-index: -1;
110110
left: 12%;
@@ -123,6 +123,14 @@ figure.clickbox .curl:after {
123123
top: 14%;
124124
transform: skew(-15deg) rotate(-84deg);
125125
}
126+
127+
#collapseGroup a[aria-expanded=true] .ion-plus {
128+
display: none;
129+
}
130+
#collapseGroup a[aria-expanded=false] .ion-minus {
131+
display: none;
132+
}
133+
126134
figure.clickbox a {
127135
left: 0;
128136
right: 0;
@@ -134,7 +142,7 @@ figure.clickbox a {
134142
figure.clickbox:hover > div h2,
135143
figure.clickbox.hover > div h2 {
136144
opacity: 1;
137-
text-shadow: 0 0 0px #333;
145+
text-shadow: 0 0 0 #333;
138146
-webkit-transition-delay: 0.3s;
139147
transition-delay: 0.3s;
140148
}
@@ -157,3 +165,5 @@ figure.clickbox.hover .curl {
157165
-webkit-transition-delay: 0s;
158166
transition-delay: 0s;
159167
}
168+
169+

theme-local/clds/css/slide-text.css

-214
This file was deleted.

0 commit comments

Comments
 (0)