noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 100/107: CSS : add a class "warning"


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 100/107: CSS : add a class "warning"
Date: Mon, 26 Aug 2019 10:32:09 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6013a983880c3b787584113b2d2cbb233162e968
Author: Dany De Bontridder <address@hidden>
Date:   Mon Aug 26 14:04:07 2019 +0200

    CSS : add a class "warning"
---
 html/style-classic.css  | 11 +++++++++++
 html/style-classic7.css | 14 +++++++++++---
 html/style-light.css    | 10 ++++++++++
 3 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index 359afcf..ae70d41 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -2305,4 +2305,15 @@ div.progressbar {
     background-color:darkblue;
     color:antiquewhite;
     font-weight: bolder;
+}
+/**
+ * Warning
+ */
+span.warning {
+    color:red;
+    font-style: normal;
+    font-weight: bold;
+    background-color: #eddadd;
+    padding:10px;
+    border:red solid 1px;
 }
\ No newline at end of file
diff --git a/html/style-classic7.css b/html/style-classic7.css
index 1ecf30d..66477a6 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -54,9 +54,7 @@ input:focus {
     font-style: italic;
     
 }
-span.notice {
-    font-weight: bold;
-}
+
 a.mtitle span.notice {
     text-decoration: underline;
 }
@@ -2281,3 +2279,13 @@ div.progressbar {
     color:antiquewhite;
     font-weight: bolder;
 }
+/**
+ * Warning
+ */
+span.warning {
+    color:red;
+    font-style: normal;
+    font-weight: bold;
+    background-color: #eddadd;
+    padding:10px;
+}
\ No newline at end of file
diff --git a/html/style-light.css b/html/style-light.css
index 0b237d6..4baa63a 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -2226,3 +2226,13 @@ div.progressbar {
     color:antiquewhite;
     font-weight: bolder;
 }
+/**
+ * Warning
+ */
+span.warning {
+    color:red;
+    font-style: normal;
+    font-weight: bold;
+    background-color: #eddadd;
+    padding:10px;
+}
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]