2015-10-22 17:24:52 +00:00
|
|
|
/* Mobile Style Sheet for Atticus Finch Theme */
|
|
|
|
|
2016-02-13 18:23:12 +00:00
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2015-10-22 17:24:52 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
background: #fff;
|
2016-02-14 18:00:58 +00:00
|
|
|
color: green;
|
2015-10-22 17:24:52 +00:00
|
|
|
}
|
|
|
|
|
2016-02-14 01:21:11 +00:00
|
|
|
body > header {
|
|
|
|
background: #333;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2016-02-15 23:32:27 +00:00
|
|
|
textarea {
|
|
|
|
width: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2015-10-22 17:24:52 +00:00
|
|
|
#container {
|
|
|
|
width: 100%;
|
2016-02-13 18:23:12 +00:00
|
|
|
max-width: auto;
|
|
|
|
min-width: auto;
|
2015-10-22 17:24:52 +00:00
|
|
|
margin: 0;
|
2016-02-13 18:23:12 +00:00
|
|
|
padding: 1em;
|
2015-10-22 17:24:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar {
|
|
|
|
float: none;
|
2016-02-13 18:23:12 +00:00
|
|
|
text-align: left;
|
2015-10-22 17:24:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar,
|
|
|
|
#content {
|
|
|
|
width: 100%;
|
2016-02-13 18:23:12 +00:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site-title,
|
2016-02-14 01:21:11 +00:00
|
|
|
#site-desc,
|
|
|
|
#social-media-menu {
|
2016-02-13 18:23:12 +00:00
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0.5em;
|
2016-02-14 01:21:11 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site-title h1,
|
|
|
|
#site-title a,
|
|
|
|
#site-desc,
|
|
|
|
#site-desc a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2016-02-14 18:00:58 +00:00
|
|
|
body > footer {
|
2016-02-14 01:21:11 +00:00
|
|
|
background: #333;
|
|
|
|
color: #fff;
|
2016-02-15 23:32:27 +00:00
|
|
|
padding-bottom: 2em;
|
2016-02-14 01:21:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer-menu {
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#copyright,
|
|
|
|
#credits {
|
|
|
|
float: none;
|
|
|
|
padding: 0.5em;
|
|
|
|
width: auto;
|
|
|
|
text-align: center;
|
2016-02-15 23:32:27 +00:00
|
|
|
margin-bottom: 0;
|
2015-10-22 17:24:52 +00:00
|
|
|
}
|
|
|
|
|
2016-02-13 18:23:12 +00:00
|
|
|
|
2016-02-15 23:32:27 +00:00
|
|
|
/* Mobile Menu Adjustments */
|
|
|
|
|
|
|
|
#aboveheadermenu {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer-menu {
|
|
|
|
border-bottom: solid 1px #555;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
#footermenu li.current-menu-item a {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
*/
|