com web/shared: added CSS rules for msg() messages: styles/wiki.css

[email protected] (Christoph Michael Becker)
Newsgroups php.webmaster
Message-ID <[email protected]>
Commit:    d1d6041cb1bbb59e712c10d2b2d0bf9f0158a611
Author:    Christoph M. Becker <[email protected]>         Tue, 17 Mar 2015 20:19:46 +0100
Parents:   0f10bd586c65959295cf325752d021fd7af1b56c
Branches:  master

Link:       http://git.php.net/?p=web/shared.git;a=commitdiff;h=d1d6041cb1bbb59e712c10d2b2d0bf9f0158a611

Log:
added CSS rules for msg() messages

Changed paths:
  M  styles/wiki.css


Diff:
diff --git a/styles/wiki.css b/styles/wiki.css
index 90a1a74..f58edde 100644
--- a/styles/wiki.css
+++ b/styles/wiki.css
@@ -1048,3 +1048,36 @@ li code {
   font-style: italic;
 }
 
+/* messages with msg() */
+
+div.error,
+div.info,
+div.success,
+div.notify {
+    color: #000;
+    border: 1px solid;
+    font-size: 90%;
+    margin: 0 0 0.5em;
+    padding: 0.4em;
+    overflow: hidden;
+    border-radius: 5px;
+}
+div.error {
+    background-color: #fcc;
+    border-color: #ebb;
+}
+
+div.info {
+    background-color: #ccf;
+    border-color: #bbe;
+}
+
+div.success {
+    background-color: #cfc;
+    border-color: #beb;
+}
+
+div.notify {
+    background-color: #ffc;
+    border-color: #eeb;
+}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.