Skip to content

Instantly share code, notes, and snippets.

@fracek
Created September 25, 2012 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fracek/3782532 to your computer and use it in GitHub Desktop.
Save fracek/3782532 to your computer and use it in GitHub Desktop.
ND Wowstead
.post h2.caption a {
font-size: 2em !important;
}
/* Smartphones (portrait and landscape) ---------- */
@media only screen and (max-width : 480px) {
/* Hide some stuff */
#leftnav {
display: none;
}
#widget-area-dashboard {
display: none;
}
#page, #header, #topnav {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
#topnav ul li {
display: block !important;
}
#rightnav {
width: 100% !important;
}
#rightnav .widget {
display: none;
}
#rightnav .widget-latest-posts {
display: block;
}
.widget-latest-posts h3 a {
font-size: 1.3em !important;
}
.widget-latest-posts .post-author a span {
font-size: 100% !important;
}
.widget h2.widget-header {
width: 100% !important;
background-size: cover !important;
}
#content {
width: 100% !important;
float: right !important;
}
.netbar {
display: block !important;
height: 51px !important;
position: relative !important;
background-size: cover !important;
min-width: 100% !important;
}
.netbar .link-bar, .netbar .navigation-control-bar {
display: none !important;
}
.netbar .user-box {
float: none !important;
background: none !important;
width: 100% !important;
padding: 0px !important;
}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment