User Tools

Site Tools


library:css

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
library:css [2020/03/03 13:41] roganhlibrary:css [2020/03/03 13:58] roganh
Line 14: Line 14:
 } }
 </code> </code>
-Turns the color of the background above the header bar in this case a dark yellow.+Turns the color of the background above the link bar a dark yellow.
  
 +=== Links Bar Background ===
 +
 +<code>
 +#gold-links-holder {
 +    background-color: #ced42c;
 +}
 +</code>
 +Turns the color of the background of the links bar a dark yellow.
 +
 +=== Footer Background ===
 +
 +<code>
 +body {
 +    background-color: #ced42c;
 +}
 +#footer-wrap {
 +    background-color: #ced42c;
 +    background-image: none;
 +}
 +</code>
 +Turns the background of the footer and the page that continues past it a dark yellow.
 +
 +==== Font and Text Changes ====
 +
 +=== Bottom Links on Front Page ===
 +<code>
 +#footer a {
 +    color: #ced42c;
 +    text-shadow: none;
 +}
 +</code>
 +Changes links on the bottom of the front page to a dark yellow.
 +
 +=== Footer Text on Front Page ===
 +<code>
 +#copyright_text, #footer_logo {
 +    color: #ced42c;
 +}
 +</code>
  
library/css.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.