From 1a0790a4a065c0d2e8a45b08188791b51a35bc29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Fri, 31 Oct 2014 17:38:47 +0100 Subject: [PATCH] Styles. --- skins/generic/base_properties.props | 4 ++-- skins/generic/content_style.css.dtml | 1 + skins/photo_theme/content_style.css.dtml | 24 ++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 skins/photo_theme/content_style.css.dtml diff --git a/skins/generic/base_properties.props b/skins/generic/base_properties.props index 53d55c9..4ef4c83 100644 --- a/skins/generic/base_properties.props +++ b/skins/generic/base_properties.props @@ -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 diff --git a/skins/generic/content_style.css.dtml b/skins/generic/content_style.css.dtml index 6d58eff..aa92d64 100644 --- a/skins/generic/content_style.css.dtml +++ b/skins/generic/content_style.css.dtml @@ -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 index 0000000..0c46956 --- /dev/null +++ b/skins/photo_theme/content_style.css.dtml @@ -0,0 +1,24 @@ +/* */ + +.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; +} + +/* */ \ No newline at end of file -- 2.20.1