guoren/public/stylesheets/mystyle.css

159 lines
2.5 KiB
CSS
Raw Normal View History

2016-12-22 20:00:08 +08:00
#profile .row {
margin-top: 5px;
}
#profile .form-group {
margin-bottom: 0;
}
#picture-label {
font-size: large;
margin: 100px 0;
}
#profile .fileupload .img-thumbnail {
margin: 10px;
border: 2px lawngreen solid;
}
#profile .col-md-2 .text-center {
padding: 100px;
}
#new-post .label {
margin-bottom: 0;
text-align: center;
}
#new-post .form-horizontal .form-group {
margin: 0 0 0 0;
}
#user-page .widget-container {
margin: 5px 5px 5px 5px;
}
#user-page textarea {
height: 100px;
}
.form-group .btn {
margin: 0px 0px 0px 0px;
}
.btn.btn-default-outline.btn-block {
margin: 3px 0 3px 0px;
}
.posts .col-md-12 {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 0;
}
#profile-container {
padding-left: 30px;
padding-right: 30px;
2016-12-22 20:05:38 +08:00
}
#activity-datail {
font-size: 15px;
text-align: center;
padding-bottom: 5px;
}
.social-wrapper .social-container .social-entry .padded p.content {
font-size: 15px;
}
#lost {
margin-bottom: 5px;
}
.social-wrapper .social-container .social-entry .padded {
margin-left: 5px;
margin-right: 5px;
}
.social-wrapper .social-container .social-entry .padded {
margin: 0;
margin-left: 15px;
margin-right: 15px;
}
.social-wrapper .social-container .social-entry .comments.padded {
margin-left: 0;
margin-right: 0;
}
.col-lg-4 .widget-container {
margin-top: 15px;
margin-left: 20px;
margin-right: 20px;
2016-12-22 20:05:38 +08:00
}
.alert.alert-info {
margin-bottom: 0;
text-align: center;
height: 100px;
}
#user-page {
2016-12-26 14:24:20 +08:00
margin-left: 25px;
margin-right: 25px;
}
.col-md-12.text-center {
margin-top: 15px;
margin-bottom: 15px;
}
#image-upload {
text-align: center;
}
2016-12-25 19:33:15 +08:00
.alert {
margin-bottom: 0;
}
2016-12-25 19:33:15 +08:00
.social-wrapper .social-container .social-entry .social-button {
padding-bottom: 10px;
2016-12-26 14:24:20 +08:00
}
.social-wrapper .social-container .social-entry .padded p.content.postcontent {
margin-left: 25px;
margin-right: 25px;
font-size: 1.5em;
}
.posts p.content {
margin: 10px 10px 10px 10px;
font-size: 1.5em;
}
.widget-container .heading [class^="icon-"], .widget-container .heading [class*="icon-"] {
font-size: 20px;
2016-12-26 15:36:00 +08:00
}
2016-12-26 15:36:00 +08:00
.pagination .previous_page {
font-size: 2em;
margin-right: 20px;
2016-12-26 15:36:00 +08:00
}
.pagination .next_page {
font-size: 2em;
margin-left: 20px;
}
.posts .micro-post .widget-container.scrollable {
height: 250px;
}
.widget-container.fluid-height.scrollable.list.user-comments p {
margin: 0px;
}
.activity-details p {
font-size: 1.2em;
2016-12-25 19:33:15 +08:00
}