noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 21/34: Cosmetic : improve CSS for enrich text


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 21/34: Cosmetic : improve CSS for enrich text
Date: Sun, 5 Feb 2023 04:41:41 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 322b74a01453a018ae57e010352f4381b3a93d3a
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Jan 21 14:05:10 2023 +0100

    Cosmetic : improve CSS for enrich text
---
 html/css/style-classic7.css | 43 ++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 40 insertions(+), 3 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 494cb253a..d09d9b863 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -3307,7 +3307,7 @@ li.li-active {
      margin-left:2rem !important;
  }
 
- div.nicEdit-main hr {
+ *  div.nicEdit-main hr {
      background-color: #756f6f !important;
      width:90%  !important;
      margin-left:5% !important;
@@ -3316,13 +3316,50 @@ li.li-active {
      height:2px;
  }
 
- div.nicEdit-main h2 {
+ * div.nicEdit-main h2 {
      margin: 0px;
      padding: 0px;
+     margin-left:2rem;
      font-size: 1.6em;
      font-style: normal;
      margin-bottom: .5rem;
      font-size: 2rem !important;
-     background-color: white;
+     background-color: transparent;
      color: navy;
+     text-decoration: underline;
  }
+
+ * div.nicEdit-main h1 {
+     margin: 0px;
+     padding: 0px;
+     margin-left:1rem;
+     font-style: normal;
+     margin-bottom: .5rem;
+     font-size: 2.5rem !important;
+     background-color: transparent;
+     color: navy;
+     text-decoration: underline double;
+ }
+
+ * div.nicEdit-main h3 {
+     margin: 0px;
+     padding: 0px;
+     font-style: normal;
+     margin-bottom: .5rem;
+     font-size: 1.5 rem !important;
+     background-color: transparent;
+     color: navy;
+     text-decoration: underline dashed;
+     margin-left:3rem;
+ }
+ * div.nicEdit-main h4 {
+     margin: 0px;
+     padding: 0px;
+     font-style: normal;
+     margin-bottom: .5rem;
+     font-size: 1.1 rem !important;
+     background-color: transparent;
+     color: navy;
+     text-decoration: underline wavy;
+     margin-left:4rem;
+ }
\ No newline at end of file



reply via email to

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