From 5c6b7ceb8b7ac387bdd45c5065b62399448aa041 Sun, 7 Aug 2011 09:44:50 +0200
From: Bram Goffings <bramgoffings@gmail.com>
Date: Sun, 7 Aug 2011 09:44:44 +0200
Subject: [PATCH] split blocks.css in block.theme.css and block.base.css



diff --git a/modules/block/block.base.css b/modules/block/block.base.css
new file mode 100644
index 0000000..e3ebc1d
--- /dev/null
+++ b/modules/block/block.base.css
@@ -0,0 +1,8 @@
+
+#blocks tr.region-populated {
+  display: none;
+}
+a.block-demo-backlink {
+  position: fixed;
+  z-index: 499;
+}
diff --git a/modules/block/block.css b/modules/block/block.css
deleted file mode 100644
index 214c8a2..0000000
--- a/modules/block/block.css
+++ /dev/null
@@ -1,36 +0,0 @@
-
-#blocks tr.region-title td {
-  font-weight: bold;
-}
-#blocks tr.region-message {
-  font-weight: normal;
-  color: #999;
-}
-#blocks tr.region-populated {
-  display: none;
-}
-.block-region {
-  background-color: #ff6;
-  margin-top: 4px;
-  margin-bottom: 4px;
-  padding: 3px;
-}
-a.block-demo-backlink,
-a.block-demo-backlink:link,
-a.block-demo-backlink:visited {
-  background-color: #B4D7F0;
-  -moz-border-radius: 0 0 10px 10px;
-  -webkit-border-radius: 0 0 10px 10px;
-  border-radius: 0 0 10px 10px;
-  color: #000;
-  font-family: "Lucida Grande", Verdana, sans-serif;
-  font-size: small;
-  line-height: 20px;
-  left: 20px; /*LTR*/
-  padding: 5px 10px;
-  position: fixed;
-  z-index: 499;
-}
-a.block-demo-backlink:hover {
-  text-decoration: underline;
-}
diff --git a/modules/block/block.theme.css b/modules/block/block.theme.css
new file mode 100644
index 0000000..6f60848
--- /dev/null
+++ b/modules/block/block.theme.css
@@ -0,0 +1,31 @@
+
+#blocks tr.region-title td {
+  font-weight: bold;
+}
+#blocks tr.region-message {
+  font-weight: normal;
+  color: #999;
+}
+.block-region {
+  background-color: #ff6;
+  margin-top: 4px;
+  margin-bottom: 4px;
+  padding: 3px;
+}
+a.block-demo-backlink,
+a.block-demo-backlink:link,
+a.block-demo-backlink:visited {
+  background-color: #B4D7F0;
+  -moz-border-radius: 0 0 10px 10px;
+  -webkit-border-radius: 0 0 10px 10px;
+  border-radius: 0 0 10px 10px;
+  color: #000;
+  font-family: "Lucida Grande", Verdana, sans-serif;
+  font-size: small;
+  line-height: 20px;
+  left: 20px; /*LTR*/
+  padding: 5px 10px;
+}
+a.block-demo-backlink:hover {
+  text-decoration: underline;
+}
