vier: Changed color of sidebar links, made the content centered.

This commit is contained in:
Michael Vogel 2012-12-23 03:26:29 +01:00
parent b0759e9a9f
commit 4b240c9109
1 changed files with 52 additions and 18 deletions

View File

@ -33,8 +33,8 @@
.admin.link { .admin.link {
list-style-position: inside; list-style-position: inside;
font-size: 1em; font-size: 1em;
padding-left: 5px; /* padding-left: 5px;
margin: 5px; margin: 5px; */
} }
#adminpage dl { #adminpage dl {
@ -265,10 +265,12 @@ blockquote.shared_content {
body { body {
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
background-color: #ffffff; /* background-color: #ffffff; */
background-color: #ddd;
color: #2d2d2d; color: #2d2d2d;
margin: 37px 0px 0px 0px; margin: 37px 0px 0px 0px;
display: table; display: table;
width: 100%
} }
h4 { h4 {
font-size: 1.1em; font-size: 1.1em;
@ -368,9 +370,12 @@ code {
.tool a { .tool a {
/* color: #000; */ /* color: #000; */
} }
.tool a:hover { .tool a:hover, .widget a:hover, #nets-sidear a:hover, #hide-forum-list:hover, .admin.link a:hover, aside h4 a:hover {
text-decoration: underline; /* text-decoration: underline; */
text-decoration: none;
color: black;
} }
.groupsideedit, .savedsearchdrop { .groupsideedit, .savedsearchdrop {
float: right; float: right;
opacity: 0.3; opacity: 0.3;
@ -379,20 +384,50 @@ code {
opacity: 1; opacity: 1;
} }
.sidebar-group-li:hover, #sidebar-new-group:hover, #hide-forum-list:hover,
#sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forum-list div:hover,
.nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, #message-new:hover {
/* background-color: #ddd; */
background-color: #e5e5e5;
}
.sidebar-group-element { .sidebar-group-element {
/* color: #000; */ /* color: #000; */
} }
#sidebar-new-group, #posted-date-selector, #hide-forum-list, #forum-list, #sidebar-ungrouped, .group-selected, .nets-selected, .fileas-selected {
.side-link, #peoplefind-desc, #connect-desc, #follow-sidebar form, #peoplefind-sidebar form, font-weight: bold;
#netsearch-box form { }
#sidebar-new-group, #hide-forum-list, #forum-list, #sidebar-ungrouped,
.side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 5px;
display: block;
}
a.nets-link, .side-link a, a.sidebar-group-element, #sidebar-new-group a, a.savedsearchterm, a.fileas-link, aside h4 a {
display: block;
color: black;
}
#follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form, #posted-date-selector {
margin-left: 10px; margin-left: 10px;
margin-top: 3px;
margin-bottom: 3px;
} }
#sidebar-ungrouped, .side-link { #sidebar-ungrouped, .side-link {
padding-top: 5px; padding-top: 5px;
} }
#forum-list a, .tool a, .admin.link a {
color: black;
}
#forum-list { #forum-list {
margin-top: 2px; margin-top: 2px;
} }
@ -747,8 +782,9 @@ aside {
vertical-align: top; vertical-align: top;
width: 185px; width: 185px;
padding: 10px 10px 10px 20px; padding: 10px 10px 10px 20px;
border-right: 1px solid #D2D2D2; /* border-right: 1px solid #D2D2D2; */
background-color: #ECECF2; /* background-color: #ECECF2; */
background-color: #F2F2F2;
font-size: 14px; font-size: 14px;
/* background: #F1F1F1; */ /* background: #F1F1F1; */
} }
@ -829,9 +865,6 @@ aside h4 {
.nets-ul { .nets-ul {
margin-top: 0px; margin-top: 0px;
} }
.nets-all {
margin-left: 10px;
}
#contact-block { #contact-block {
overflow: auto; overflow: auto;
@ -927,12 +960,12 @@ aside h4 {
margin-bottom: 0px; margin-bottom: 0px;
} }
.widget ul li { .widget ul li {
padding-left: 5px; padding-left: 10px;
/* min-height: 20px; */ /* min-height: 20px; */
list-style: none; list-style: none;
padding-top: 0px; padding-top: 3px;
padding-bottom: 0px; padding-bottom: 3px;
margin: 5px; margin: 0px;
} }
.widget .tool.selected { .widget .tool.selected {
background: url('../../../images/selected.png') no-repeat left center; background: url('../../../images/selected.png') no-repeat left center;
@ -947,7 +980,8 @@ section {
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
width: 760px; width: 760px;
padding: 10px 0px 10px 10px; padding: 10px 10px 10px 10px;
background-color: white;
} }
/* wall item */ /* wall item */
.tread-wrapper { .tread-wrapper {