clipbucket/upload/styles/cb_27/theme/css/groups.css

231 lines
5.2 KiB
CSS
Raw Normal View History

/*View Groups*/
.groups-view {
border-bottom: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
min-height: 140px;
padding-bottom: 10px;
}
.groups-view ul li{
float: left;
font-size: 12px;
color: #a5a5a5;
width: 43%;
}
.groups-view h4 a{
color: #444;
}
.small{
color: #777777;
}
.groups-view img {
border: 1px solid #DDDDDD;
padding: 0;
width: 100%;
}
2014-04-02 06:34:43 +00:00
.min-height-25{
min-height: 25px;
}
2014-09-25 10:40:19 +00:00
/* .groups-view:nth-of-type(odd)
{
border-right: none;
2014-04-14 11:18:54 +00:00
padding-right: 0px;
}
.groups-view:nth-of-type(even)
{
padding-left: 2px;
2014-09-25 10:40:19 +00:00
} */
2014-04-02 06:34:43 +00:00
.nomargin
{
margin: 0px !important;
2014-04-24 10:25:29 +00:00
color: #000000;
2014-04-02 09:58:34 +00:00
2014-04-02 06:34:43 +00:00
}
.line-height-1{
line-height:1 !important;
}
.margin-bottom-10{
margin-bottom: 10px;
2014-04-02 09:58:34 +00:00
}
.user_on_right{
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px solid #DDDDDD;
}
.theme_color , .theme_color a {
color: #0099CC !important;
2014-04-02 13:32:12 +00:00
cursor: pointer;
2014-04-02 09:58:34 +00:00
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
color: #5a595a;
}
.group_thumb_member{
height: 34px;
margin: 1px;
width: 34px;
}
.friendsBox{
margin-top: 7px;
}
.cb_img_thum{
border: 1px solid #DDDDDD;
2014-04-02 09:58:34 +00:00
padding: 0;
2014-09-22 13:44:24 +00:00
width: 100%;
2014-04-02 09:58:34 +00:00
}
.margin-top-25{
margin-top: 25px !important;
}
.basic-color{
color: #5a595a;
2014-04-02 12:23:48 +00:00
}
/*Sidebar of categories*/
2014-09-19 09:58:54 +00:00
.navbar-stacked{
padding:11px 0 0 !important;
2014-04-02 12:23:48 +00:00
}
.navbar-stacked li a{
color: #575757;
2014-04-14 07:59:16 +00:00
}
2014-09-19 09:58:54 +00:00
.nav > li.wv_heading > a:hover,
.nav > li.wv_heading > a:focus .cbCategoryItem > ul > li.wv_heading > a:hover,
.cbCategoryItem > ul > li.wv_heading > a:focus{
2014-04-14 07:59:16 +00:00
background-color: #444444;
color: #FFFFFF !important;
2014-04-02 12:23:48 +00:00
}
.navbar-stacked li{
2014-09-19 09:58:54 +00:00
/*border-right: 1px solid #d5d5d5;*/
2014-04-02 12:23:48 +00:00
border-bottom: 1px solid #d5d5d5;
2014-09-19 09:58:54 +00:00
/*border-left: 5px solid #fff;*/
2014-04-02 12:23:48 +00:00
}
.navbar-stacked li b{
float: right;
}
.navbar-stacked li:hover {
2014-09-19 09:58:54 +00:00
/*border-left: 5px solid #428bca;*/
2014-04-02 12:23:48 +00:00
}
li.cbCategoryItem.selected {
2014-09-19 09:58:54 +00:00
/*border-left: 5px solid #428bca;*/
}
li.cbCategoryItem.selected {
background-color: #EEEEEE;
text-decoration: none;
}
2014-04-02 12:23:48 +00:00
.navbar-stacked li b.caret{
border-top-width: 8px;
margin-top: 8px;
}
.navbar-stacked .dropdown-menu > li > a{
padding: 7px 15px;
}
.navbar-stacked .dropdown-menu > li > a{
color: #575757;
}
.wv_heading{
2014-09-19 09:58:54 +00:00
/*background-color: #444444;
color: #FFFFFF;*/
2014-04-02 12:23:48 +00:00
}
2014-09-19 09:58:54 +00:00
.navbar-stacked li.wv_heading> a{
/*color: #fff;
font-weight: 200;*/
font-weight: 500;
font-size: 18px;
color: #444;
padding: 7px 15px 10px !important;
2014-04-02 12:23:48 +00:00
}
.nav.navbar-stacked .caret{
color: #575757;
border-bottom-color: #575757;
border-top-color: #575757;
}
.navbar-stacked li.wv_heading a:hover{
2014-09-19 09:58:54 +00:00
/*color: #575757;*/
border-left-color: #fff;
2014-04-02 12:23:48 +00:00
}
.navbar-toggle {
width: 100%;
float: none;
margin-right: 0;
}
.cbCategoryItem ul{
list-style: none;
2014-04-11 13:24:31 +00:00
padding-left: 0px;
2014-04-02 12:23:48 +00:00
}
.cbCategoryItem ul li{
2014-04-11 13:24:31 +00:00
border-left: 0px solid #d5d5d5;
2014-04-02 12:23:48 +00:00
border-top: 1px solid #d5d5d5;
border-bottom: none;
border-right: none;
2014-09-19 09:58:54 +00:00
background: #fff;
2014-04-02 12:23:48 +00:00
}
.cbCategoryItem ul li:hover{
2014-09-19 09:58:54 +00:00
/*background-color: #EEEEEE;*/
2014-04-11 13:24:31 +00:00
border-left: 0 solid #428BCA;
2014-04-02 12:23:48 +00:00
}
2014-04-11 13:24:31 +00:00
.cbCategoryItem ul li:hover a{
border-left: 0px solid #428BCA;
}
2014-04-02 12:23:48 +00:00
.cbCategoryItem ul li{
2014-04-11 13:24:31 +00:00
padding: 7px 7px 7px 30px;
font-size: 14px;
2014-04-02 12:23:48 +00:00
}
.nav > li > a:hover, .nav > li > a:focus
.cbCategoryItem > ul > li > a:hover,.cbCategoryItem > ul > li > a:focus{
background-color: #EEEEEE;
text-decoration: none;
}
2014-04-11 12:49:14 +00:00
.cbCategoryItem:hover span.CategoryToggler{
border-color: #444444 rgba(0, 0, 0, 0) -moz-use-text-color;
}
2014-04-02 12:23:48 +00:00
.cbCategoryItem span.CategoryToggler {
2014-09-19 09:58:54 +00:00
/*border-color: #AFAFAF rgba(0, 0, 0, 0) -moz-use-text-color;
2014-04-02 12:23:48 +00:00
border-style: solid solid dotted;
2014-04-11 12:49:14 +00:00
border-width: 9px 4px 0;
2014-09-19 09:58:54 +00:00
color: #000000;*/
2014-04-28 13:59:39 +00:00
cursor: alias;
2014-04-02 12:23:48 +00:00
display: inline-block;
float: right;
2014-09-19 09:58:54 +00:00
/* height: 0;*/
2014-04-02 12:23:48 +00:00
margin-left: 2px;
2014-09-19 09:58:54 +00:00
/*margin-top: 8px;*/
2014-04-02 12:23:48 +00:00
position: inherit;
right: 10px;
2014-04-11 12:49:14 +00:00
top: 7px;
2014-04-02 12:23:48 +00:00
vertical-align: middle;
2014-09-19 09:58:54 +00:00
/*width: 0;*/
width: 24px;
height: 24px;
background: #f6f6f6 url(../../theme/assets/images/arrow-drop.png) no-repeat 50% 50%;
border-radius: 12px;
2014-04-02 12:23:48 +00:00
z-index: 9;
}
.padding-left-right-zero{
padding-left: 0px;
padding-right: 0px;
}
.margin-top-10{
margin-top: 10px;
}
.nav.navbar-stacked > li > a{
padding: 7px 15px;
}
2014-04-14 17:39:40 +00:00
.overflow_hidden{
overflow: hidden;
}
2014-04-02 12:23:48 +00:00
.dropdown-menu {right:0;min-width:230px;}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
2014-09-25 10:40:19 +00:00
@media (min-width: 319px) and (max-width: 980px) {
.groups-view {
min-height: 180px;
}
}