projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1604fa1
)
style thème sombre.
author
Benoît Pin
<pin@cri.ensmp.fr>
Fri, 31 Oct 2014 17:27:29 +0000
(18:27 +0100)
committer
Benoît Pin
<pin@cri.ensmp.fr>
Fri, 31 Oct 2014 17:27:29 +0000
(18:27 +0100)
skins/photo_theme/content_style.css.dtml
patch
|
blob
|
history
diff --git
a/skins/photo_theme/content_style.css.dtml
b/skins/photo_theme/content_style.css.dtml
index
0c46956
..
fd8d2f7
100644
(file)
--- a/
skins/photo_theme/content_style.css.dtml
+++ b/
skins/photo_theme/content_style.css.dtml
@@
-1,8
+1,8
@@
/* <dtml-with base_properties> */
.rounded-corners {
/* <dtml-with base_properties> */
.rounded-corners {
-
border-radius: &dtml-borderRadius;px;
-
padding: &dtml-borderRadius;px;
+ border-radius: &dtml-borderRadius;px;
+ padding: &dtml-borderRadius;px;
}
.std-border {
}
.std-border {
@@
-10,15
+10,37
@@
}
.std-background {
}
.std-background {
-
color: #fff;
+ color: #fff;
padding: &dtml-borderRadius;px;
background: &dtml-outlineColor;;
}
padding: &dtml-borderRadius;px;
background: &dtml-outlineColor;;
}
+.std-background a,
+.std-background a:link,
+.std-background a:visited,
+.std-background a:active {
+ color:#ae1b1b;
+}
+
+.std-background a:hover {
+ color:#f40909;
+}
+
.std-focusbox {
background: &dtml-tabsBorderColor;;
color: &dtml-tabsFontColor;;
padding: &dtml-borderRadius;px;
}
.std-focusbox {
background: &dtml-tabsBorderColor;;
color: &dtml-tabsFontColor;;
padding: &dtml-borderRadius;px;
}
+.std-focusbox a,
+.std-focusbox a:link,
+.std-focusbox a:visited,
+.std-focusbox a:active {
+ color:#f28c18;
+}
+
+.std-focusbox a:hover {
+ color:#f2ae61;
+}
+
/*</dtml-with> */
\ No newline at end of file
/*</dtml-with> */
\ No newline at end of file