forked from GNUsocial/gnu-social
earthy theme: layout experiment
This commit is contained in:
parent
aadad4579f
commit
af89dcadee
@ -28,6 +28,7 @@ overflow:hidden;
|
|||||||
h1 {
|
h1 {
|
||||||
font-size:1.4em;
|
font-size:1.4em;
|
||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
|
text-align:right;
|
||||||
}
|
}
|
||||||
#showstream h1 { display:none; }
|
#showstream h1 { display:none; }
|
||||||
h2 { font-size:1.3em; }
|
h2 { font-size:1.3em; }
|
||||||
@ -309,6 +310,8 @@ font-weight:bold;
|
|||||||
#site_nav_local_views .nav {
|
#site_nav_local_views .nav {
|
||||||
float:left;
|
float:left;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
border-bottom-width:1px;
|
||||||
|
border-bottom-style:solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site_nav_global_primary dt,
|
#site_nav_global_primary dt,
|
||||||
@ -384,17 +387,15 @@ margin-bottom:1em;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
width:64.009%;
|
width:63.009%;
|
||||||
min-height:259px;
|
min-height:259px;
|
||||||
padding:1.795%;
|
padding-top:1.795%;
|
||||||
|
padding-bottom:1.795%;
|
||||||
float:right;
|
float:right;
|
||||||
|
clear:both;
|
||||||
border-radius:7px;
|
border-radius:7px;
|
||||||
-moz-border-radius:7px;
|
|
||||||
-moz-border-radius-topright:0;
|
|
||||||
-webkit-border-radius:7px;
|
|
||||||
-webkit-border-top-right-radius:0;
|
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
border-width:1px;
|
border-width:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_inner {
|
#content_inner {
|
||||||
@ -407,7 +408,8 @@ float:left;
|
|||||||
width:27.917%;
|
width:27.917%;
|
||||||
min-height:259px;
|
min-height:259px;
|
||||||
float:right;
|
float:right;
|
||||||
margin-right:0.385%;
|
margin-right:4.385%;
|
||||||
|
margin-top:73px;
|
||||||
padding:1.795%;
|
padding:1.795%;
|
||||||
border-radius:7px;
|
border-radius:7px;
|
||||||
-moz-border-radius:7px;
|
-moz-border-radius:7px;
|
||||||
@ -713,14 +715,24 @@ margin-right:11px;
|
|||||||
.notice,
|
.notice,
|
||||||
.profile {
|
.profile {
|
||||||
position:relative;
|
position:relative;
|
||||||
padding-top:11px;
|
|
||||||
padding-bottom:11px;
|
|
||||||
clear:both;
|
clear:both;
|
||||||
float:left;
|
float:left;
|
||||||
width:100%;
|
width:100%;
|
||||||
border-top-width:1px;
|
border-width:1px;
|
||||||
border-top-style:dotted;
|
border-style:solid;
|
||||||
|
border-radius:7px;
|
||||||
|
-moz-border-radius:7px;
|
||||||
|
-webkit-border-radius:7px;
|
||||||
}
|
}
|
||||||
|
#content .notice,
|
||||||
|
#content .profile {
|
||||||
|
padding:1.795%;
|
||||||
|
margin-bottom:44px;
|
||||||
|
}
|
||||||
|
#content .notice {
|
||||||
|
width:96.25%;
|
||||||
|
}
|
||||||
|
|
||||||
.notices li {
|
.notices li {
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,10 @@ address {
|
|||||||
margin-right:7.18%;
|
margin-right:7.18%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
color:#fff;
|
||||||
|
}
|
||||||
|
|
||||||
input, textarea, select, option {
|
input, textarea, select, option {
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
}
|
}
|
||||||
@ -66,7 +70,7 @@ color:#ee4400;
|
|||||||
|
|
||||||
.notice,
|
.notice,
|
||||||
.profile {
|
.profile {
|
||||||
border-top-color:#DDAA00;
|
border-color:#DDAA00;
|
||||||
}
|
}
|
||||||
.section .profile {
|
.section .profile {
|
||||||
border-top-color:#aaaa66;
|
border-top-color:#aaaa66;
|
||||||
@ -96,11 +100,13 @@ text-indent:-9999px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content,
|
#content,
|
||||||
|
#site_nav_local_views .nav,
|
||||||
#site_nav_local_views a,
|
#site_nav_local_views a,
|
||||||
#aside_primary {
|
#aside_primary {
|
||||||
border-color:#dddd33;
|
border-color:#dddd33;
|
||||||
}
|
}
|
||||||
#content,
|
#content .notice,
|
||||||
|
#content .profile,
|
||||||
#site_nav_local_views .current a {
|
#site_nav_local_views .current a {
|
||||||
background-color:#dddd33;
|
background-color:#dddd33;
|
||||||
}
|
}
|
||||||
@ -108,11 +114,11 @@ background-color:#dddd33;
|
|||||||
color:#EE4400;
|
color:#EE4400;
|
||||||
}
|
}
|
||||||
#site_nav_local_views a {
|
#site_nav_local_views a {
|
||||||
background-color:rgba(135, 180, 200, 0.3);
|
background-color:rgba(255, 255, 255, 0.2);
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
#site_nav_local_views a:hover {
|
#site_nav_local_views a:hover {
|
||||||
background-color:rgba(255, 255, 255, 0.7);
|
background-color:rgba(255, 255, 255, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user