Skip to content
Commits on Source (1)
......@@ -2,7 +2,7 @@
Theme Name: NoBlogs Home (Buddypress)
Theme URI: http://noblogs.org/
Description: NoBlogs home page theme.
Version: 1.1
Version: 1.2
Author: autistici.org
Author URI: http://www.autistici.org/
Template: bp-default
......@@ -81,6 +81,7 @@ a:focus {
#header {
background-image: url(images/noblogs-bp1.png);
min-width: 100%;
/*! display: flex; */
}
#header h1 a, #desc {
......@@ -140,12 +141,26 @@ body#bp-default.activity-permalink #wp-admin-bar .padder {
div#content img {
max-width: 100%;
}
@media only screen and (max-width: 950px) {
div#sidebar{
float:none;
margin-left: 1em;
}
div#content .padder{
margin-right:0px;
}
.activity-list .activity-content {
margin-left: 1em;
}
#header #search-bar {
margin-top: 93px;
position: initial;
/*! margin-top: 93px; */
/*! position: initial; */
float:none;
position:initial;
display: none;
}
#header #search-bar .padder {
......@@ -155,15 +170,31 @@ div#content img {
#header h1 {
width: 100%;
line-height: 1;
/*! float:none; */
position:initial;
}
ul#nav {
margin-top: 125px;
position: initial;
}
ul#nav {
margin: 1em 0 0 0;
padding: 0;
position:initial;
right: 15px;
list-style: none;
bottom: 0;
max-width: 100%;
order: -1;
}
ul#nav li {
float: left;
float: none;
}
#header h1 {
float: none;
margin-bottom: 0;
margin-top: 61px;
background-color: rgba(0,0,0,0.6);
padding: 1em;
}
}