.

body {
  padding: 3px 30px;
  background-color: #84a6e0;
  font-family: 'Vazir' , cursive;
  font-size:15px;
}

a {
  text-decoration: none;
}

.header {
  border-radius: 13px 13px 0 0 ;
  min-height: 600px;
  max-height: 600px;
  background-image: url(https://d1.98share.com/upload/user/storage/b/0/0/h89scm45ea2ib0011d70378b1d1674fe7d1e6a26f5c0.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-family: 'Vazir' , cursive;
}

.title {
  border-radius: 0 0 13px 13px;
  font-size: 20px;
  background-color : #e2e2e5;
  max-width: inherit;
  text-align: center;
  margin-bottom: 15px;
  padding-top:10px;
  padding-bottom: 10px;
}

span.menud {
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 5px;
  border : 1px dotted red;
  padding: 3px;
}


.nav {
  float : left;
  display: inline-block;
  min-width: 27%;
  max-width: 27%;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.post-list {
  float: right;
  min-width: 70%;
  max-width:70%;
  display:inline-block;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
.nav { min-width: 100%;}
.post-list { min-width: 100%;}
}

.title-np {
  border-radius: 13px 13px 0 0;
  background-color: #84a6;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-np {
  border-radius: 0 0 13px 13px;
  background-color: #e1e1e1e1;
  padding: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.footer {
  border-radius: 13px;
  background-color: #84a9;
  padding: 10px;
  margin-top: 15px;
  text-align: center;
  align-items: center;
  align-self: center;
  align-content: center;
  min-width: 100%;
  max-width: 100%;
  display: grid;
}

.short-d {
  border-radius: 13px 13px 0 0;
  min-width: 100%;
  max-width: 100%;
  background:#e57b84;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu {
  border-radius: 0 0 13px 13px;
  background-color: #e1e1e1e1;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.read-more {
  padding:8px;
  border-radius: 5px;
  background : orange;
}

.read-more:hover{
  background: darkorange;
  cursor: pointer;
}

.post-detail {
  border-radius: 5px;
  padding: 8px;
  border : 1px solid orange;
  margin-right: 5px;
  cursor: default;
}

.comment-sec {
  background-color: #e1e1e1;
  border-radius : 5px;
}

.comment-reply {
  margin:10px;
  margin-right: 30px;
  border-radius: 5px;
}


.cmnt-sec {
  background-color: #e1e1e1;
  border-radius : 5px;
  padding: 15px;
  margin-bottom:3px;
  font-family:'Lalezar' , cursive;
}

.header div {
  cursor:default;
  border-radius:20%;
  position:relative;
  top: 500px;
  padding: 5px;
  border-radius: 5px;
}

.header div a {
  font-size:25px;
  background: rgba(250,250,250,0.5);
  padding: 5px;
  border-radius: 5px;
  cursor: default;
  color:darkblue;
}

.lilinks:hover{
  background: gray;
}

.container {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

/* Darker chat container */
.darker {
  border-color: #ccc;
  background-color: #dddd;
  margin-right: 25px;
}

/* Clear floats */
.container::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.container img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

/* Style the right image */
.container img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}

/* Style time text */
.time-right {
  float: right;
  color: #aaa;
}

/* Style time text */
.time-left {
  float: left;
  color: #999;
}

input[name="fullname"] {
  display: none;
}

.text{
  display:none;
}

.bComForm .commentAvatar {
    display: none
}

.bComForm .hasComment {
    margin-left: 0;
}

.in .formField2 {
    padding-top: 15px;
    clear: unset;
}

.in .formField2 {
    width: 33%;
    float: right;
}

.formField2 label {
    float: none;
    width: auto;
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
    margin: 5px 0 10px;
}

.formField2 .fldcontent {
    padding-left: ;
    margin-right: 10px;
}

.formField2 input.text, .formField2 textarea {
    padding: 0;
}

input[type="text"] , select , label , input[id="frm_hide_mail"] {
  display:none;
}

.formField2 {
  text-align: center;
}


label[for="frm_isprivate"] {
  display: inline;
}

textarea {
    width: 100%;
    float: right;
    display: block;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Shabnam';
    line-height: ;
    padding: 5px !important;
    background: #f3f3f3;
    border: 1px #c3c3c3 solid;

}

textarea {
    height: 100px;
    margin-bottom: 10px
}

input[type="text"],select,textarea {
    width: 100%;
    float: right
}

div.inputFix {
    padding: 0 0 0 10px;
}

.bComForm .hasCheckbox {
    margin-top: 0;
    background-color: #264de4;
    color: #fff;
    padding: 0 30px;
    display: block;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Shabnam';
    line-height: 42px;
    border-radius: 3px;
    border: none;
    box-shadow: 0 5px 15px #c3c3c3;
}

.sidebar {
    float: left;
    width: 290px;
    padding: 20px 0
}

.sidebar .blonews {
    border-radius: 3px;
    margin-bottom: 15px;
    background: rgba(38, 77, 228, .05);
    border: 1px rgba(38, 77, 228, .20) solid
}

.blonews .blonews-header {
    padding: 10px;
    font-size: 16px;
    font-weight: 900;
    background: rgba(38, 77, 228, .10);
    border-bottom: 1px rgba(38, 77, 228, .20) solid
}

input[type="submit"] .sendbutton {
  text-align: center;
  float: none;
}
 


مشخصات

  • جهت مشاهده منبع اصلی این مطلب کلیک کنید
  • کلمات کلیدی منبع : padding ,border ,margin ,background ,width ,radius ,border radius ,background color ,width 100% ,margin bottom ,text align ,text align center ,background color e1e1e1 ,font family shabnam ,background color e1e1e1e1
  • در صورتی که این صفحه دارای محتوای مجرمانه است یا درخواست حذف آن را دارید لطفا گزارش دهید.

تبلیغات

محل تبلیغات شما

آخرین مطالب این وبلاگ

محل تبلیغات شما محل تبلیغات شما

آخرین وبلاگ ها

برترین جستجو ها

آخرین جستجو ها

کسب درآمد مجازی-اینترنتی مدیریت پیمان کلینیک فیزیوتراپی آفتاب سمنان دانلود مقاله انگلیسی رودخانه ماه اولین جادوی سیاه epscompany :)