Quaesitus theme: Difference between revisions

From Cor ad Cor
Jump to navigation Jump to search
(Created page with "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": <pre> /* MXM Qu...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
At present, Quaesitus is using the "twentyfifteen" theme.
At present, Quaesitus is using a very slightly customized "twentyfifteen" theme.


If you allow Wordpress to update the theme, you will have to add this to the bottom of "style.css":
If you allow Wordpress to update the "twentyfifteen" theme, you will have to add this to the bottom of "wordpress\wp-content\themes\twentyfifteen\style.css":


<pre>
<pre>
Line 19: Line 19:
/* MXM */
/* MXM */
background: transparent;
background: transparent;
padding: 0.375em;
width: 100%;
}
}


Line 26: Line 24:
/* MXM */
/* MXM */
background-color: #f1f1f1;
background-color: #f1f1f1;
padding-top: 7.6923%;
position: relative;
}
}


.site-info {
.site-info {
background: #f1f1f1;
background: #f1f1f1;
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
}
}


Line 42: Line 33:
.site .skip-link {
.site .skip-link {
background-color: #f1f1f1;
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font: bold 14px/normal "Noto Sans", sans-serif;
left: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
}


.entry-footer {
.entry-footer {
background-color: #f1f1f1;
background-color: #f1f1f1;
color: #707070;
color: rgba(51, 51, 51, 0.7);
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 3.8461% 7.6923%;
}
}
</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.
== Apple touch icons ==
<pre>
apple-touch-icon.png
apple-touch-icon-57x57.png
apple-touch-icon-76x76.png
apple-touch-icon-120x120.png
apple-touch-icon-152x152.png
apple-touch-icon-180x180.png
touch-icon-192x192.png
</pre>
[[Category:Quaesitus]]

Latest revision as of 01:44, 10 December 2015

At present, Quaesitus is using a very slightly customized "twentyfifteen" theme.

If you allow Wordpress to update the "twentyfifteen" theme, you will have to add this to the bottom of "wordpress\wp-content\themes\twentyfifteen\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:
  1. copying the affected tags to this section, then making the changes in the copy rather than the original;
  2. 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.

Apple touch icons

apple-touch-icon.png
apple-touch-icon-57x57.png
apple-touch-icon-76x76.png
apple-touch-icon-120x120.png
apple-touch-icon-152x152.png
apple-touch-icon-180x180.png
touch-icon-192x192.png