Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / generic / content_style.css.dtml
diff --git a/Products/Plinn/skins/generic/content_style.css.dtml b/Products/Plinn/skins/generic/content_style.css.dtml
new file mode 100644 (file)
index 0000000..0dc1b34
--- /dev/null
@@ -0,0 +1,22 @@
+/* <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 {
+  padding: &dtml-borderRadius;px;
+  background: &dtml-outlineColor;;
+}
+
+.std-focusbox {
+  background: &dtml-tabsBorderColor;;
+  padding: &dtml-borderRadius;px;
+}
+
+/*</dtml-with> */
\ No newline at end of file