src/eric7/Documentation/Source/styles.css

Fri, 26 Aug 2022 14:49:15 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 26 Aug 2022 14:49:15 +0200
branch
eric7
changeset 9298
8863f3e970a2
parent 9209
b99e7fd55fd3
permissions
-rw-r--r--

Interface
- added capability to expand or shrink the sidebar by clicking on the empty part of the icon bar (see Issue 441)

8596
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 body {
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 color: black;
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 background: #EDECE6;
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 margin: 0em 1em 10em 1em;
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 }
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 h1 { color: white; background: #85774A; }
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8 h2 { color: white; background: #85774A; }
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 h3 { color: white; background: #9D936E; }
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10 h4 { color: white; background: #9D936E; }
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11
d64760b2da50 Documentation Generator: streamlined the code to use an external style sheet file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 a { color: #BA6D36; }

eric ide

mercurial