From 05c7022ff89638829e575f8fdf766731373c42f2 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 24 Jun 2015 13:05:33 +0200 Subject: Add a new redbasic scheme called focus - It is supposed to focus on the main content by adding a slight shadow and centering the main content on the screen. Also the default width of the content is set to 640px. --- view/theme/redbasic/schema/focus.css | 27 +++++++++++++++ view/theme/redbasic/schema/focus.php | 65 ++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 view/theme/redbasic/schema/focus.css create mode 100644 view/theme/redbasic/schema/focus.php (limited to 'view/theme/redbasic/schema') diff --git a/view/theme/redbasic/schema/focus.css b/view/theme/redbasic/schema/focus.css new file mode 100644 index 000000000..8d945a83e --- /dev/null +++ b/view/theme/redbasic/schema/focus.css @@ -0,0 +1,27 @@ +.generic-content-wrapper { + border: 1px solid #ccc; + box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); + border-radius: 4px; + background-color: #fff; +} + +.wall-item-content-wrapper.comment { + background-color: #fff; +} + +.section-content-tools-wrapper, +.section-content-wrapper, +.section-content-wrapper-np, +.hide-comments-outer { + background-color: #fff; +} + +#redbasic_converse_center_container { + display: none; +} + +.wall-item-conv { + margin-bottom: 10px; + margin-top: 10px; + margin-left: 10px; +} diff --git a/view/theme/redbasic/schema/focus.php b/view/theme/redbasic/schema/focus.php new file mode 100644 index 000000000..2a6900271 --- /dev/null +++ b/view/theme/redbasic/schema/focus.php @@ -0,0 +1,65 @@ +