Quaesitus theme: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
/* MXM */ | /* MXM */ | ||
background: transparent; | background: transparent; | ||
} | } | ||
Line 26: | Line 24: | ||
/* MXM */ | /* MXM */ | ||
background-color: #f1f1f1; | background-color: #f1f1f1; | ||
} | } | ||
.site-info { | .site-info { | ||
background: #f1f1f1; | background: #f1f1f1; | ||
} | } | ||
Line 42: | Line 33: | ||
.site .skip-link { | .site .skip-link { | ||
background-color: #f1f1f1; | background-color: #f1f1f1; | ||
} | } | ||
.entry-footer { | .entry-footer { | ||
background-color: #f1f1f1; | background-color: #f1f1f1; | ||
} | } | ||
</pre> | </pre> | ||
; Any other changes to css should be made by<nowiki>:</nowiki> | |||
#copying the affected tags to this section, then making the changes in the copy rather than the original; | |||
#updating this page or some other notes to self so that you are ready to drop the custom css into the next version of the twentyfifteen style sheet. | |||
[[Category:Quaesitus]] | [[Category:Quaesitus]] |
Revision as of 22:26, 9 December 2015
At present, Quaesitus is using the "twentyfifteen" theme.
If you allow Wordpress to update the theme, you will have to add this to the bottom of "style.css":
/* MXM Quaesitus modifications */ body { background: #f1f1f1; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { /* MXM */ background: transparent; } .hentry { /* MXM */ background-color: #f1f1f1; } .site-info { background: #f1f1f1; } /* must have higher specificity than alternative color schemes inline styles */ .site .skip-link { background-color: #f1f1f1; } .entry-footer { background-color: #f1f1f1; }
- Any other changes to css should be made by:
- copying the affected tags to this section, then making the changes in the copy rather than the original;
- updating this page or some other notes to self so that you are ready to drop the custom css into the next version of the twentyfifteen style sheet.