Styles.
authorBenoît Pin <pin@cri.ensmp.fr>
Fri, 31 Oct 2014 16:38:47 +0000 (17:38 +0100)
committerBenoît Pin <pin@cri.ensmp.fr>
Fri, 31 Oct 2014 16:38:47 +0000 (17:38 +0100)
skins/generic/base_properties.props
skins/generic/content_style.css.dtml
skins/photo_theme/content_style.css.dtml [new file with mode: 0644]

index 53d55c9..4ef4c83 100644 (file)
@@ -28,7 +28,7 @@ inputFontColor:string=#000
 
 evenRowBackgroundColor:string=#f0f0f0
 oddRowBackgroundColor:string=#fff
-highLightColor:string=#f7fd5c
+highLightColor:string=#ffa239
 
 messageBackgroundColor:string=#fff
 messageBorderColor:string=#fff
@@ -48,7 +48,7 @@ portfolioSlideBackgroundColor:string=#f2f2f2
 
 memberActionsBoxBackground:string=#f6f6f6
 footerBackgroundColor:string=#f6f6f6
-outlineColor:string=#fc3
+outlineColor:string=#ffa239
 bylineBackgroundColor:string=#fff
 messageFontColor:string=#000
 listingHeaderBackgroundColor:string=#ddd
index 6d58eff..aa92d64 100644 (file)
@@ -2,6 +2,7 @@
 
 .rounded-corners {
        border-radius: &dtml-borderRadius;px;
+       padding: &dtml-borderRadius;px;
 }
 
 .std-border {
diff --git a/skins/photo_theme/content_style.css.dtml b/skins/photo_theme/content_style.css.dtml
new file mode 100644 (file)
index 0000000..0c46956
--- /dev/null
@@ -0,0 +1,24 @@
+/* <dtml-with base_properties> */
+
+.rounded-corners {
+       border-radius: &dtml-borderRadius;px;
+       padding: &dtml-borderRadius;px;
+}
+
+.std-border {
+  border: &dtml-tabsBorderWidth; solid &dtml-tabsBorderColor;;
+}
+
+.std-background {
+       color: #fff;
+  padding: &dtml-borderRadius;px;
+  background: &dtml-outlineColor;;
+}
+
+.std-focusbox {
+  background: &dtml-tabsBorderColor;;
+  color: &dtml-tabsFontColor;;
+  padding: &dtml-borderRadius;px;
+}
+
+/*</dtml-with> */
\ No newline at end of file