// -------------------------------------------------- // home // -------------------------------------------------- .home{ // background:url(../img/bg_body.jpg) center center no-repeat; // background-size: cover; // background-color: #fff; } .home-login{ padding: 5em 0; h1{ margin-bottom: 1em; font-size: 5em; font-family: 'Ubuntu', sans-serif; color: darken($brand-primary, 20%); } } // -------------------------------------------------- // top // -------------------------------------------------- .sketFeature{ // margin-bottom: 50px; padding: 50px; // background-color: #f7f7f7; // border-bottom: 1px solid #ccc; background-color: #F0F3F7; @include mq-minw(500px){ } } .homeOffer{ padding: 20px 0; } // -------------------------------------------------- // user index // -------------------------------------------------- .userSearch-wrapper{ margin-bottom: 1em; // padding-top: 3em; } .userSearch{ margin-bottom: 1em; padding-bottom: 1em; // border: 1px solid $gray-lighter; border: 1px solid #e6e6e6; background-color: #fff; .userSearch-resource{ margin-bottom: 1.5em; } .userSearch-btnGroup{ text-align: center; input{ margin: 0 10px; } } .submit{ display: inline-block; // text-align: center; } } .skill-word-list{ overflow: hidden; margin-bottom: 1.5em; fieldset{ display: none; margin-bottom: 1em; padding: 0 10px 10px 0; transition: all .25s ease; border: 1px solid #ccc; background-color: #fff; // background-color: $gray-lighter; &.selected{ display: block; } .checkbox-inline{ margin-left: 10px; } legend{ display: none; } label{ font-weight: normal; } } .skill-parent{ margin-bottom: 0; padding: 5px; background-color: #f7f7f7; border: 1px #ccc solid; border-bottom: none; li{ display: inline-block; padding: 3px 10px; margin: 2px; list-style-type: none; line-height: 1; border-radius: 2px; // @extend .label; // @extend .label-default; font-size: 100%; cursor: pointer; &:hover, &.selected{ color: #fff; @extend .label-primary; } } } // fieldset{ // float: left; // @extend .col-sm-4; // label{ // font-weight: normal; // } // } // legend{ // @extend .label; // @extend .label-primary; // margin-bottom: 0; // font-size: 100%; // } } #user-list{ // overflow: hidden; @include clearfix(); margin: 0 auto 3em; @include mq-minw(500px){ width: 250 * 2px; } @include mq-minw(750px){ width: 250 * 3px; } @include mq-minw(1280px){ width: 250 * 4px; // > a.card-user:nth-child(4n+1){ // clear: both; // } } } // -------------------------------------------------- // user view // -------------------------------------------------- .user-view{ h3{ padding-left: 10px; border-left: 2px solid $brand-primary; font-weight: normal; font-size: 22px; } } .chart{ position: relative; text-align: center; .level{ position: absolute; top: 0; left: 0; width: 150px; height: 150px; line-height: 150px; text-align: center; font-size: 40px; color: $gray; h4{ position: absolute; top: 20px; left: 20px; width: (150 - 40px); font-weight: bold; } strong{ font-weight: normal; font-style: italic; } } .memo{ position: absolute; left: 20px; top: 30px; width: (150 - 40px); font-size: 12px; text-align: center; } } .prof-header{ // height: 200px; // margin-bottom: 3em; padding: 20px 0; background-color: $brand-primary-soft; h2{ border-left: none; } } .prof-pic{ // width: 100px; // height: 100px; margin: 0 auto 1em; // overflow: hidden; // border-radius: 50%; // position: relative; // top: -50px; img{ width: 106px; height: 106px; border: 3px solid #fff; } } .prof-social{ li{ a{ font-size: 40px; color: $brand-primary; &:before{ padding-right: 0; } &:hover{ text-decoration: none; } } } } .prof-topSection{ padding: 3em; margin-bottom: 3em; background-color: #fff; .btn-message{ a:before{ display: none; } } } .prof-skill-wrapper{ margin-bottom: 3em; text-align: center; .prof-skill{ display: inline-block; vertical-align: top; width: 150px; margin: 0 10px; p{ font-size: $font-size-small; } } } .prof-resource{ .chart{ width: 150px; margin: 0 auto; } // padding: 3em 0; // background-color: $brand-info; } .prof-resource-memo{ font-size: 12px; } .prof-commentTo-wrapper{ // background-color: $brand-primary; } .prof-commentTo{ padding: 3em 30px; background-color: #fff; } .prof-commentFrom-wrapper{ // background-color: $gray-lighter; } .prof-commentFrom{ padding: 3em 30px; background-color: #fff; } .prof-comment-block{ overflow: hidden; dt{ float: left; } dd{ margin-left: 70px; } .picture img{ width: 50px; height: 50px; } } .prof-friends{ margin-bottom: 0; padding: 3em 0; background-color: #fff; img{ margin: 5px; width: 50px; } .prof-friends-more{ // float: left; display: inline-block; margin-left: 5px; line-height: 50px; } } // -------------------------------------------------- // user edit // -------------------------------------------------- #UserEditForm{ // h3{ // margin: 1em 0 0; // } // label{ // margin: 1em 0 0; // } .type-radio{ .radio{ padding-left: 0; label{ margin-top: 0; display: inline-block; } } } } // -------------------------------------------------- // skill // -------------------------------------------------- .skill-list{ li{ margin-bottom: 1em; } a{ display: inline-block; } } // #skillAdd-skill-radio{ // .radio{ // padding-left: 0; // label{ // display: inline-block; // } // } // } // -------------------------------------------------- // category // -------------------------------------------------- .category-list{ @extend .skill-list; } // -------------------------------------------------- // message // -------------------------------------------------- .messageIndex{ .img-circle{ width: 50px; height: 50px; } } .messageView{ .message-icon{ img{ float: left; width: 50px; height: 50px; } } } // -------------------------------------------------- // offer // -------------------------------------------------- .offerIndex{ >li{ margin-bottom: 2em; } } .offerIndex-card{ position: relative; padding: 10px 10px 0; margin-bottom: 5px; background-color: #fff; border: 1px solid #e6e6e6; // background-color: #fff; // box-shadow: 0 0 3px #ccc; } .offerIndex-card-footer{ margin: 0 -10px; padding: 10px; text-align: center; background-color: #F0F3F7; } .offerView .offer-prof{ margin-bottom: 10px; } .offerIndex-card-img{ float: left; width: 50px; margin-right: 10px; .photo-prof{ max-width: 100%; height: auto; } } .offer-ttl{ margin-bottom: 5px; font-weight: bold; a{ text-decoration: underline; } } .offer-tag{ margin: 0 0 5px 0; } .offer-message{ padding: 5px; // border: 1px solid #ccc; margin-bottom: 10px; } .radio-inline-offer{ input[type="radio"]{ float: none; } } @include mq-minw(500px){ .offer-prof{ float: left; } .offerIndex-card-img{ width: 80px; margin-bottom: 5px; } .offer-prof-name{ width: 80px; text-align: center; font-size: 12px; text-align: center; } .offer-card-ctt{ overflow: hidden; margin-bottom: 10px; } .offer-message{ padding: 0; } } .offer-view-parent{ @extend .offerIndex-card; } .offerComment_post{ position: relative; margin-bottom: 10px; } .offer-comment-img{ float: left; width: 50px; .photo-prof{ max-width: 100%; height: auto; } } .offer-comment-txt{ margin-left: 60px; } @include mq-minw(500px){ // .offerComment_post{ // margin-left: 90px; // } } // -------------------------------------------------- // mail setting // -------------------------------------------------- .radio-inline-mail{ @extend .radio-inline-offer; }