atticus-finch/styles/mobile.css

72 lines
775 B
CSS
Raw Normal View History

/* Mobile Style Sheet for Atticus Finch Theme */
2016-02-13 18:23:12 +00:00
* {
box-sizing: border-box;
}
body {
background: #fff;
2016-02-13 18:23:12 +00:00
color: blue;
}
2016-02-14 01:21:11 +00:00
body > header {
background: #333;
color: #fff;
}
#container {
width: 100%;
2016-02-13 18:23:12 +00:00
max-width: auto;
min-width: auto;
margin: 0;
2016-02-13 18:23:12 +00:00
padding: 1em;
}
#sidebar {
float: none;
2016-02-13 18:23:12 +00:00
text-align: left;
}
#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;
}
body > footer{
background: #333;
color: #fff;
}
#footer-menu {
padding: 1em;
}
#copyright,
#credits {
float: none;
padding: 0.5em;
width: auto;
text-align: center;
}
2016-02-13 18:23:12 +00:00
/* Menumaker
Adjust as needed */