]> git.mjollnir.org Git - moodle.git/commitdiff
Changed breadcrumb and blog tag color.
authormits <mits>
Fri, 22 Sep 2006 01:23:49 +0000 (01:23 +0000)
committermits <mits>
Fri, 22 Sep 2006 01:23:49 +0000 (01:23 +0000)
theme/oceanblue/styles_color.css

index c9d9bd49bac131f8f06a186f0eb1b9c6619e6ae6..8d7f3e04aaa5db24424c167c0303f355325ab1cf 100644 (file)
@@ -186,6 +186,9 @@ table.formtable tbody th {
  *** Header
  ***/
 
+.breadcrumb .sep {
+  color:#6666CC;
+}
 /***
  *** Footer
  ***/
@@ -299,6 +302,23 @@ table.flexible .r1 {
 }
 
 
+/***
+ *** Blogs
+ ***/
+
+.blogpost.blogdraft .content {
+  background-color:#EEEEEE;
+}
+
+.block_blog_tags .official {
+  color: #0000FF;
+}
+
+.block_blog_tags .personal {
+  color: #0066CC;
+}
+
+
 /***
  *** Calendar
  ***/