summaryrefslogtreecommitdiff
path: root/css/wireframes.css
diff options
context:
space:
mode:
authorJayaram R Pai2014-07-31 17:13:33 +0530
committerJayaram R Pai2014-07-31 17:13:33 +0530
commit69f0119c7262602af46fd6a80e4558089835fa01 (patch)
tree783210690cc87ccd6d9139b7d1c184f49d07ec3b /css/wireframes.css
downloadscilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.tar.gz
scilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.tar.bz2
scilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.zip
initial commit
Diffstat (limited to 'css/wireframes.css')
-rwxr-xr-xcss/wireframes.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/css/wireframes.css b/css/wireframes.css
new file mode 100755
index 0000000..0bf3058
--- /dev/null
+++ b/css/wireframes.css
@@ -0,0 +1,24 @@
+/**
+ * @file
+ * Wireframes Styling
+ *
+ * Add wireframes to the basic layout elements.
+ */
+
+
+.with-wireframes #header .section,
+.with-wireframes #content .section,
+.with-wireframes #navigation .section,
+.with-wireframes .region-sidebar-first .section,
+.with-wireframes .region-sidebar-second .section,
+.with-wireframes #footer .section {
+ margin: 1px;
+ padding: 2px;
+ border: 1px solid #ccc;
+}
+
+.with-wireframes .region-page-closure {
+ margin-top: 1px;
+ padding: 2px;
+ border: 1px solid #ccc;
+}