projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cosmétique (début).
[Portfolio.git]
/
skins
/
portfolio_style.css.dtml
diff --git
a/skins/portfolio_style.css.dtml
b/skins/portfolio_style.css.dtml
index
bf62795
..
f79d860
100755
(executable)
--- a/
skins/portfolio_style.css.dtml
+++ b/
skins/portfolio_style.css.dtml
@@
-129,8
+129,8
@@
table.metadata_category select:focus {
background: &dtml-portfolio_slide_background;;
color: &dtml-fontColor;;
display:block;
background: &dtml-portfolio_slide_background;;
color: &dtml-fontColor;;
display:block;
- width: <dtml-var expr="thumb_size + 16">px;
/*&dtml-slide_size;px;*/
- height:
256
px;
+ width: <dtml-var expr="thumb_size + 16">px;
+ height:
<dtml-var expr="thumb_size + 102">
px;
display:block;
text-align:center;
float:left;
display:block;
text-align:center;
float:left;
@@
-160,6
+160,10
@@
table.metadata_category select:focus {
font-size: &dtml-fontSmallSize;;
}
font-size: &dtml-fontSmallSize;;
}
+#lightbox_toolbar {
+ text-align: right;
+}
+
div.lightbox {
/* The lightbox itself.
Force this div to fit grid
div.lightbox {
/* The lightbox itself.
Force this div to fit grid
@@
-174,10
+178,11
@@
div.lightbox {
}
.lightbox span {
}
.lightbox span {
- width: &dtml-slide_size;px;
- height: &dtml-slide_size;px;
- display:block;
- float:left;
+ width: &dtml-slide_size;px;
+ height: &dtml-slide_size;px;
+ display:block;
+ float:left;
+ transition: width 1s, opacity 0.5s;
}
.lightbox a.slide {
}
.lightbox a.slide {
@@
-276,6
+281,25
@@
div.lightbox {
background: url(&dtml-portal_url;/slide-del-btn.png);
}
background: url(&dtml-portal_url;/slide-del-btn.png);
}
+/* slide checkbox */
+.lightbox .cb {
+ margin-left: <dtml-var expr="slide_size - 22">px;
+ margin-top: 5px;
+ width:auto;
+ height:auto;
+}
+
+.lightbox .cb input[checked] {
+ visibility: visible;
+}
+
+.lightbox .zero_opacity {
+ opacity:0;
+}
+
+.lightbox .zero_width {
+ width:0;
+}
.lightbox .slide-hide,
.lightbox .slide-show {
.lightbox .slide-hide,
.lightbox .slide-show {