adding background logic
This commit is contained in:
@@ -50,6 +50,17 @@ img[src$='#floatright']{ float:right; margin: 0.7rem; }
|
||||
.homepage .content { text-align: left; }
|
||||
|
||||
|
||||
|
||||
/* Page-Specific Background for Projects */
|
||||
body.page-projects {
|
||||
background-image: url('/images/backgrounds/default.gif');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
|
||||
/* Hide any TOC link that points to an element with the 'no-toc' class */
|
||||
.toc-right a.no-toc-link,
|
||||
.toc-inside a.no-toc-link {
|
||||
|
||||
Reference in New Issue
Block a user