49 lines
No EOL
1.3 KiB
CSS
49 lines
No EOL
1.3 KiB
CSS
div.psidebar-wrapper {
|
|
margin: 0px 8px;
|
|
}
|
|
|
|
div.psidebar-head {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #555;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
div.psidebar-section {
|
|
background-color: #fff;
|
|
border: 1px solid #b2b2b7;
|
|
margin-bottom: 11px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
div.psidebar-section-head {
|
|
font-size: 12px;
|
|
padding: 5px 11px;
|
|
background: #eeeeee; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
|
|
background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
|
|
div.psidebar-section-body {
|
|
margin: 7px 11px 11px 11px;
|
|
}
|
|
|
|
div.psidebar-section-item {
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.psidebar-section-link {
|
|
font-size: 11px;
|
|
color: #666;
|
|
}
|
|
|
|
div.follower-list {
|
|
color: #666;
|
|
margin-top: 7px;
|
|
font-size: 11px;
|
|
} |