X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/3c4367d8e03450e9a73e61f4247145d2b6c86a33..959d888c17d1403d2eeecc19bc4b5e2c8d1debf6:/Products/Plinn/skins/photo_theme/content_style.css.dtml diff --git a/Products/Plinn/skins/photo_theme/content_style.css.dtml b/Products/Plinn/skins/photo_theme/content_style.css.dtml new file mode 100644 index 0000000..fd8d2f7 --- /dev/null +++ b/Products/Plinn/skins/photo_theme/content_style.css.dtml @@ -0,0 +1,46 @@ +/* */ + +.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-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 a, +.std-focusbox a:link, +.std-focusbox a:visited, +.std-focusbox a:active { + color:#f28c18; +} + +.std-focusbox a:hover { + color:#f2ae61; +} + +/* */ \ No newline at end of file