دو مشکل مهم در قالب تهران گراف Tehrangraph V1.75

mohammad533

New Member
سلام

مشکل یک : تو ایین قالب ساید بار ها کنار هم قرارر نمی گیرن؟؟؟

به نظر شما راهش چیه؟؟؟؟


اینم لینک سایت!!!

http://bashgahegraphic.ir/


مشکل دو: از جعبه دانلود این قالب چه جوری باید استفاده کرد؟؟؟
 

mamad.noise

کاربر فعال انجمن فتوشاپ
مشکل یک : تو ایین قالب ساید بار ها کنار هم قرارر نمی گیرن؟؟؟
این مربوط به فایل های css میشه و از خوده قالب و مربوط به وردپرس نیست!
مشکل دو: از جعبه دانلود این قالب چه جوری باید استفاده کرد؟؟؟
با استفاده از زمینه های دلخواه:
وقتی میخوای یه نوشته بزاری ازبالای صفحه سمت چپ تنظیمات صفحه رو باز میکنی و زمینه دلخواه رو فعال میکنی
بعد به پایین صفحه یک فیلد اضافه میشه که میتونی با مقدار دهی اونها از جعبه دانبود استفاده کنی
موفق باشیــــــــــــــــ:rose:
 

mohammad533

New Member
سلام چه جوری باید درستش کنم ؟؟
اینم فایل استایل قالبم
HTML:
?/*
Theme Name: Tehrangraph V1.75
Version: 1.75
Author: http://bashgahegraphic.ir
Author URI: http://bashgahegraphic.ir
*/

a {
        color : #666;
        text-decoration:none;
}
a:link {
        color : #595959;
        text-decoration:none;
}
a:active,
a:focus,
a:visited{
        color : #595959;
        text-decoration:none;
        text-shadow: 0px 0px 3px #ababab;
}
a:hover {
    text-decoration: none;
    color: #18A6BE;
        text-shadow: 0px 0px 3px #ababab;
}
img {
        border-style : none;
        text-decoration:none;
}
h1{
        font-size : 8pt;
}
h2, h2 a{
        font-size : 12px;
        font-family : tahoma;
        font-weight : bold;
        text-shadow : 0px 0px 0px #cfcfcf;
}
h3{
        display:none;
}
input, textarea, select, .postform {
        background-color : #efefef;
        border : 1px solid #d4d4d4;
        font-family : Tahoma;
        font-size : 12px;
        padding : 10px;
        margin : 2px;
        color : #333333;
        border-radius:4px;
}
.sb {
        padding : 8px;
        margin : 0;
        background : #d98c38;
        width : 200px;
        color : #eee6dc;
        border : 0;
        border-radius : 4px;
}
.so {
        cursor : pointer;
        color : #ffffff;
        width : 80px;
        margin : 0;
        padding : 8px;
        border-radius : 4px;
        border : 0;
        background-color : #b5413c;
        text-align : center;
}
body {
        background : url(images/bg.png);
        font-size : 11px;
        line-height : 17px;
        color : #222;
        direction : rtl;
        text-align : justify;
        font-family :tahoma;
        text-align : center;
}
.sitebur {
    font-size:11px;
    width: 800px;
    margin: 100px auto;
    color: #;
    text-align:right;
    font-family:tahoma;
}
#sitenav {
        margin-top: 2px;
        padding: 0px 0px 0;
        background: #7d7d7d url(images/gradient.png) repeat-x;
        line-height: 100%;
}
#sitenav li {
    margin: 0 5px;
    padding: 0 0 8px;
    float: right;
    position: relative;
    list-style: none;
}
/* main level link */
#sitenav a {
    font-weight: bold;
    color: #2B2B2B;
    text-decoration: none;
    display: block;
    padding:  8px 20px;
    margin: 0;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#sitenav a:hover {
    background: #e7e5e5;
    color: #fff;
}
/* main level link hover */
#sitenav .current a, #sitenav li:hover > a {
    background: #666 url(images/gradient.png) repeat-x 0 -40px;
    color: #444;
    border-top: solid 1px #e75730;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    box-shadow: 0 1px 1px rgba(0,0,0, .2);
    text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
/* sub levels link hover */
#sitenav ul li:hover a, #sitenav li:hover li a {
    background: none;
    border: none;
    color: #666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#sitenav ul a:hover {
    background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: 0 1px 1px rgba(0,0,0, .1);
}
/* dropdown */
#sitenav li:hover > ul {
    display: block;
}
/* level 2 list */
#sitenav ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 185px;
    position: absolute;
    top: 35px;
    left: 0;
    background: #ddd url(images/gradient.png) repeat-x 0 0;
    border: solid 1px #b4b4b4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#sitenav ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#sitenav ul a {
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
}
/* level 3+ list */
#sitenav ul ul {
    left: 188px;
    top: -1px;
}
/* rounded corners of first and last link */
#sitenav ul li:first-child > a {
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
}
#sitenav ul li:last-child > a {
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
}
#warpper {
        margin : 0 auto;
        width : 1010px;
        height: auto;
        text-align : justify;
}
.header {
        background :url('images/header.png') center no-repeat;
        width : 1010px;
        height : 40px;
        margin-top: -11px;
}
.logo {
        background : url('images/logo.png') center no-repeat;
        background-position : 0% 0%;
        padding : 10px;
        padding-right : 420px;
        width : 120px;
        height : 120px;
        margin : 10px;
}
:hover.logo {
        background-position : 0% 0%;
}
.not-found {
        background : url('images/not found.png') center no-repeat;
        background-position : 0% 0%;
        padding : 10px;
        padding-right : 420px;
        width : 334px;
        height : 239px;
        margin : 10px;
}
#nav {
        background : none;
        height : 40px;
        width : 1050px;
        border : 0;
        padding-top : 5px;
}
#nav ul {
        margin : 0;
        padding : 0;
        list-style : none;
}
#nav ul li {
        float : right;
}
.title-menu-3 {
        width : 150px;
        color : #222;
        text-align : right;
        padding : 3px;
        padding-right : 20px;
        margin : 3px;
}
.main-menu-3 {
        background-color : #f7f7f7;
        box-shadow : 0px 0px 5px #b0b0b0 ;
        width : 150px;
        height : auto;
        padding : 5px;
        margin : 2px;
        margin-bottom : 10px;
        border-radius : 5px;
        float : right;
        text-align : right;
}
.main-menu-3 ul {
        list-style-type : none;
        margin : 0;
        padding : 0;
}
.main-menu-3 li ul {
        display : block;
        list-style-type : none;
}
.main-menu-3 ul li {
        display : block;
        background : url(images/arrow.png) right 5px no-repeat;
        padding : 0 15px 0 0;
}
.main-menu-3 li {
        padding : 0 10px 0 0;
        display : block;
        background : url(images/arrow.png) right 5px no-repeat;
        margin-bottom : 3px;
        font-weight : bold;
}
.main-menu-3 ul li ul li {
        background : url(images/point.gif) right 10px no-repeat;
        padding : 0 8px 0 0;
        margin : 0 8px 0 0;
        font-weight : 100;
}
.center {
        float : right;
        width : 545px;
        margin : 0 4px 0 4px;
}
.main-img img {
        -webkit-transition : all 0.5s ease-in-out;-moz-transition : all 0.5s ease-in-out;-o-transition : all 0.5s ease-in-out;
        margin : 5px;
}
.main-img img:hover {
        box-shadow : 0px 0px 5px #b0b0b0 ;
}
.main-post {
        float : left;
        width : 538px;
        padding : 5px;
        margin : 2px;
        padding-top : 10px;
        margin-top : 10px;
        margin-right : 15px;
        box-shadow : 0px 0px 5px #b0b0b0 ;
        border-radius : 5px;
        text-align : right;
        background-color : #f7f7f7;
        border-top : 4px solid #9b9b9b;
        border-bottom : 4px solid #9b9b9b;
}
.main-post input {
-webkit-transition : all 0.5s ease-in-out;-moz-transition : all 0.5s ease-in-out;-o-transition : all 0.5s ease-in-out;
color:#bfbfbf;
background-color : #eeeeee;
box-shadow: inset 3px 3px 2px 5px #eae8e8;
border:1px solid #fff;
}
.main-post select {
color : #bfbfbf;
}
.main-post select:focus, .main-post input:focus, .main-post textarea:focus {
color:#333;
}
.main-post textarea {
-webkit-transition : all 0.5s ease-in-out;-moz-transition : all 0.5s ease-in-out;-o-transition : all 0.5s ease-in-out;
color:#bfbfbf;
background-color : #eeeeee;
box-shadow: inset 3px 3px 2px 5px #eae8e8;
border:1px solid #fff;
width:510px;
height:170px;
}
.main-details {
padding : 5px 2px 0 18px;
list-style : none;
}
.main-details li {
height : 20px;
float : right;
margin-left : 8px;
}
.post-author {
background : url(images/to_size/bigsmile.gif) right 5px no-repeat transparent;
padding-right : 14px;
}
.post-cat {
background : url(images/to_size/folder.gif) right 6px no-repeat transparent;
padding-right : 14px;
}
.post-comm {
background : url(images/to_size/mail.gif) right 6px no-repeat transparent;
padding-right : 14px;
}
.post-date {
background : url(images/to_size/calendar.gif) right 4px no-repeat transparent;
padding-right : 14px;
}
.main-post-dl {
border-radius : 4px;
padding : 7px;
margin : 1px;
width : 80px;
text-align : center;
text-decoration : none;
color : #666666;
background-color : #e4e4e4;
border-bottom : 1px solid #999;
float : left;
display : block;
margin-top : 40px;
}
:hover.main-post-dl {
color : #666666;
background-color : #e4e4e4;
}
.gpbt {
border-radius : 4px;
padding : 7px;
margin : 1px;
width : 100px;
text-align : center;
float : left;
display : block;
margin-top : 40px;
}
.wp-pagenavi-box, .post-tag, .post-com {
float : left;
width : 510px;
padding : 5px;
margin : 2px;
margin-bottom : 10px;
border-radius : 5px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend, .wp-pagenavi span.pages, .wp-pagenavi a:active, .wp-pagenavi a:visited {
border-radius : 4px;
padding : 10px;
margin : 1px;
width : 15px;
text-align : center;
text-decoration : none;
color : #666666;
background-color : #f7f7f7;
float : right;
}
.wp-pagenavi a:hover {
border-radius : 4px;
padding : 10px;
margin : 1px;
width : 15px;
text-align : center;
text-decoration : none;
color : #666666;
background-color : #f0f0f0;
box-shadow : 0px 0px 10px #b0b0b0;
float : right;
}
.wp-pagenavi span.current {
font-weight : bold;
border-radius : 4px;
padding : 10px;
margin : 1px;
width : 15px;
text-align : center;
text-decoration : none;
color : #666666;
background-color : #f0f0f0;
float : right;
opacity:0.5;
}
.comment {
padding : 8px 6px 6px 8px;
direction : rtl;
}
.commenthead {
border-bottom : 2px solid #ff7a19;
padding-bottom : 3px;
}
.comment-content {
background : #fff;
border-bottom : 1px dashed #ddd;
margin : 4px 10px 4px 10px;
padding-bottom : 5px;
}
.comment-content #content {
padding-right : 7px;
}
.add-comment {
padding-right : 10px;
padding-top : 10px;
line-height : 25px;
}
#text {
background : white;
border : 1px solid #e6e6e6;
text-align : right;
width : 400px;
height : 150px;
font-family : tahoma;
font-size : 9pt;
color : #000000;
margin-top : 4px;
}
#author {
float : left;
background : white url(images/txtbgi.gif) repeat scroll 0% 50%;
border : 1px solid #e6e6e6;
text-align : right;
font-family : tahoma;
font-size : 9pt;
color : #000000;
width : 200px;
height : 20px;
margin : 1px 0 1px 45px;
}
#email {
float : left;
background : white url(images/txtbgi.gif) repeat scroll 0% 50%;
border : 1px solid #e6e6e6;
text-align : right;
font-family : tahoma;
font-size : 9pt;
color : #000000;
width : 200px;
height : 20px;
margin : 1px 0 1px 45px;
}
#url {
float : left;
background : white url(images/txtbgi.gif) repeat scroll 0% 50%;
border : 1px solid #e6e6e6;
text-align : right;
font-family : tahoma;
font-size : 9pt;
color : #000000;
width : 200px;
height : 20px;
margin : 1px 0 1px 45px;
}
.right {
text-align: right;
width :165px;
float :right;
}
.left {
text-align: right;
width:260px;
float:left;
color:#FFF;
}
.main-menu-c {
        color : #6d6d6d;
        position : relative;
        background-color : #f7f7f7;
        border-top : 4px solid #9b9b9b;
        box-shadow : 0px 0px 5px #b0b0b0 ;
        width : 260px;
        height : auto;
        padding : 2px;
        margin : 0;
        margin-bottom : 10px;
        border-radius : 5px;
        float : right;
        text-align : right;
}
.main-Pads-1 {
position : relative;
background-color : #f7f7f7;
border-top : 4px solid #9b9b9b;
box-shadow : 0px 0px 5px #b0b0b0 ;
width : 122px;
height : auto;
padding : 2px;
margin : 1;
margin-bottom : 10px;
border-radius : 5px;
float : right;
text-align : left;
}
.main-Pads-2 {
position : relative;
background-color : #f7f7f7;
border-top : 4px solid #9b9b9b;
box-shadow : 0px 0px 5px #b0b0b0 ;
width : 122px;
height : auto;
padding : 2px;
margin : 1;
margin-bottom : 10px;
border-radius : 5px;
float : left;
text-align : left;
}
.title-menu-1 {
font-size : 11px;
text-align : right;
text-shadow : #fff 1px 1px 0;
color : #5d5d5d;
width : 260px;
padding : 2px;
margin : 0;
margin-bottom : 5px;
margin-top : 7px;
float : right;
font-weight : bold;
text-align : center;
}
.main-menu-1 {
position : relative;
background-color : #f7f7f7;
border-top : 4px solid #11acd8;
box-shadow : 0px 0px 5px #b0b0b0 ;
width : 260px;
height : auto;
padding : 2px;
margin : 0;
margin-bottom : 10px;
border-radius : 5px;
float : right;
text-align : right;
}
.title-menu-2 {
font-size : 11px;
text-align : right;
text-shadow : #fff 1px 1px 0;
color : #5d5d5d;
width : 177px;
padding : 2px;
margin-right : 5px;
margin-bottom : 5px;
margin-top : 7px;
float : right;
font-weight : bold;
text-align : center;
}
.main-menu-2 {
position : relative;
background-color : #f7f7f7;
border-top : 4px solid #11acd8;
box-shadow : 0px 0px 5px #b0b0b0 ;
width : 177px;
height : auto;
padding : 2px;
margin-right : 5px;
margin-bottom : 10px;
border-radius : 5px;
float : right;
text-align : right;
}
.main-menu-2 ul{
}

}
.obmen-text {
        display : block;
        float : right;
        border-radius : 3px;
        border-bottom : 1px solid #a5a5a5;
        margin : 2px;
        padding : 3px;
        font-size : 11px;
        color : #b0b0b0;
        background : #f8f8f8;
}
:hover.obmen-text {
        background : #f0f0f0;
}
.last-link {
        padding : 3px;
        margin : 1px;
        display : block;
        border-bottom : 1px dashed #a5a5a5;
}
:hover.last-link, :hover.last-web {
        background : #eeeeee;
        color : #6d6d6d;
}
.last-web {
        font-size : 8pt;
        background : #e4e4e4;
        padding : 3px;
        margin : 2px;
        display : block;
        border-right : 1px solid #a5a5a5;
        text-shadow : #fff 0 0 1px;
}
.Tads1 {
        display : table;
        background : #c0cedf;
        width : 260px;
        height : auto;
        padding : 2px;
        margin : 0;
        margin-bottom : 10px;
        text-align : right;
        color : #333;
        -webkit-transition : all 0.5s ease-in-out;-moz-transition : all 0.5s ease-in-out;-o-transition : all 0.5s ease-in-out;
}
.Tads2 {
        display : table;
        background : #cad79f;
        width : 260px;
        height : auto;
        padding : 2px;
        margin : 0;
        margin-bottom : 10px;
        text-align : right;
        color : #333;
        -webkit-transition : all 0.5s ease-in-out;-moz-transition : all 0.5s ease-in-out;-o-transition : all 0.5s ease-in-out;
}
.Tads3 {
        display : table;
        background : #e0c59f;
        width : 260px;
        height : auto;
        padding : 2px;
        margin : 0;
        margin-bottom : 10px;
        text-align : right;
        color : #333;
        -webkit-transition : all 0.5s ease-in-out;-moz-transition : all 0.5s ease-in-out;-o-transition : all 0.5s ease-in-out;
}
.Tright {
        text-align : left;
        float : left;
        margin : 3px;
}
:hover.Tads1 {
        background : #00449b;
        color : #fff;
        text-shadow : #333 1px 1px 0;
        border-radius : 20px 0;
}
:hover.Tads2 {
        background : #6e9000;
        color : #fff;
        text-shadow : #333 1px 1px 0;
        border-radius : 20px 0;
}
:hover.Tads3 {
        background : #f38f00;
        color : #fff;
        text-shadow : #333 1px 1px 0;
        border-radius : 20px 0;
}
.gplus {
        position : fixed;
        left : 0;
        top : 50px;
        float : left;
        padding : 10px;
        width : 100px;
        height : 100px;
        text-align : left;
}
.grss {
        position : fixed;
        left : 0;
        top : 115px;
        float : left;
        padding : 10px;
        width : 50px;
        height : 50px;
        text-align : left;
        cursor : pointer;
}
.top-search {
        position : absolute;
        top : 130px;
        right : 850px;
        float : right;
        padding-top : 20px;
}
.top-search select{
        cursor : pointer;
        color : #d2aa81;
        width : 80px;
        margin : 0;
        padding : 8px;
        border-radius : 4px;
        border : 0;
        width : 145px;
        background-color : #885827;
        text-align : right;
}
.articles {
        padding : 10px;
}
.footer {
        float : right;
        background : #959f9e;
        border-top : 4px solid #11acd8;
        box-shadow : 0px 0px 5px #333 ;
        width : 100%;
        height : auto;
        text-align : right;
        color : #ded9cd;
        margin : 0 0 10px 0;
        text-shadow : #000 1px 1px 0;
}
.footer-tag {
        background : #424242;
        padding : 0;
        width : 930px;
        height : auto;
        text-align : right;
        color : #ded9cd;
        margin : 0 auto 10px auto;
        text-shadow : #000 1px 1px 0;
}
.footer-tag a {
        -webkit-transition : all 0.3s ease-in-out;-moz-transition : all 0.3s ease-in-out;-o-transition : all 0.3s ease-in-out;
        display : block;
        float : right;
        margin : 3px;
        padding : 7px;
        font-size : 12px;
        color : #fff;
        text-shadow : #000 1px 1px 0;
        border-radius : 5px 0 5px 0;
}
.footer-tag a:hover {
        background : #828282;
        color:#fff;
}
.footer-det {
display:table;
background : #424242;
padding : 0;
width : 930px;
height : auto;
text-align : right;
color : #ded9cd;
margin : 10px auto 10px auto;
text-shadow : #000 0px 0px 2px;
}
.top-nav {

    height: 170px;
    margin-bottom: 15px;
    -moz-border-radius-bottomleft : 5px;
    -moz-border-radius-bottomright : 5px;
}
.head {
    background: url(images/head.png) no-repeat;
    width: 245px;
    height: 150px;
    margin: 25px;
    margin-top: 10px;
}
.main-menu-2 ul{
margin : 0;
padding : 0;
border : 0;
}
.main-menu-2 li{
color: #000;
    list-style: none;
        padding : 3px;
        margin : 1px;
        display : block;
        border-bottom : 1px dashed #a5a5a5;
}
.main-menu-1 ul{
margin : 0;
padding : 0;
border : 0;
}
.main-menu-1 li{
color: #000;
    list-style: none;
        padding : 3px;
        margin : 1px;
        display : block;
        border-bottom : 1px dashed #a5a5a5;
}
.wa-t{
    height: 25px;
    width: 96%;
    float:right;
    border: 1px solid #e4e4e4;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    padding-right: 5px;
    margin:0px 5px 0 5px;
    color: #000;
    font:11px/1.9 tahoma,Arial,sans-serif;
    background: #f5f5f5;
}
.wa-com input[type="submit"]{
    float:left;
    border: 1px solid #e4e4e4;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    padding: 5px;
    margin:5px;
    width: 90px;
    color: #000;
    font:11px/1.9 tahoma,Arial,sans-serif;
    background: #f5f5f5;
}
.wa-farzad4{
background-color:#f5f5f5;
-webkit-border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
 
margin-bottom:1px;
margin-top:3px;
overflow: hidden;
border:1px solid #c6c6c6;
padding:5px;
}
.main-style li ul {
    display : block;
    list-style-type : none;
}
.main-style ul li {
    display : block;
    background : url(images/a.png) right 5px no-repeat;
    padding-right: 15px;
}
.mains ul li a{
    display : block;
    opacity: 0.6; 
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.mains ul li a:hover {
    color: #000;
        text-shadow: 0px;
    background-color: #f0f5f5;
    opacity: 0.9;     
}

.wpco {
    padding: 10px 0px;
    position: fixed;
    bottom: 1px;
    left: 1px;
    background-color: #af40ff;
    border-radius: 10px 0px 10px 0px;
    z-index: 100;
}
.wpco a {
    color: #ffffff;
    font-size: 13px;
    padding: 10px 15px;
}
.nav {
    width: 900px;
    height: 40px;
    margin: 15px 5px 0px 5px;
}

.nav a {
    background: #a7a7a7;
    padding: 11px 19.2px;
    margin-left: 5px;
    color:#ffffff;
    border-bottom: solid 1px #fff;
    box-shadow:inset 0 0 15px #848484;
    text-shadow:1px 1px 0 #888;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;    
}

.nav a:hover {
    background: #a7a7a7;
    box-shadow:inset 0 0 28px #848484;    
}
 

silvercover

کاربر متخصص
مشکل یک : تو ایین قالب ساید بار ها کنار هم قرارر نمی گیرن؟؟؟

به نظر شما راهش چیه؟؟؟؟

توی خط 290 از فایل استایل قالب شما که این هست:

کد:
.center {
    float: right;
[COLOR="#FF0000"]    margin: 0 4px;[/COLOR]
    width: 545px;
}

خط دومش مشکل ساز و اضافی هست.
 

جدیدترین ارسال ها

بالا