1 @charset "utf-8"; 1 /* deleted, we are so clever!! */ 2 /* CSS Document - v3.5.0 */ 3 4 html { 5 direction: ltr; 6 } 7 8 @font-face { 9 font-family: 'yekan'; 10 src: url('//cdn.bayan.ir/blog/templates/shared/fonts/BYekan.woff?download') format('woff'); 11 font-weight: normal; 12 font-style: normal; 13 } 14 15 body { 16 font-family: "tahoma", "arial", "Times New Roman", Times, Arial, serif; 17 font-size: 11px; 18 margin: 0; 19 padding: 0; 20 line-height: 1.9em; 21 background: #f3f3f3; 22 color: #6b828e; 23 } 24 25 p { 26 margin-bottom: 0.5em; 27 } 28 29 pre { 30 direction: ltr; 31 background-color: #FAFAEE; 32 border: 1px solid #DADADA; 33 margin: 1em; 34 overflow-x: auto; 35 overflow-y: hidden; 36 padding: 2px; 37 } 38 39 .clear { 40 clear: both; 41 } 42 43 h1, h2, h3 { 44 font-family: "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif; 45 font-weight: normal; 46 } 47 48 img { 49 border: none; 50 border-width: 0; 51 } 52 53 a { 54 color: #254252; 55 cursor: pointer; 56 text-decoration: none; 57 -moz-transition-duration: .2s; 58 -webkit-transition-duration: .2s; 59 -o-transition-duration: .2s; 60 } 61 62 a:hover { 63 color: #407694; 64 text-decoration: none; 65 cursor: pointer; 66 } 67 68 a:active { 69 outline: hidden; 70 } 71 72 /*-- Header --*/ 73 .header { 74 direction: rtl; 75 height: 150px; 76 background: #313b3d url(//cdn.bayan.ir/blog/templates/52205/head-light.png) no-repeat 760px top; 77 } 78 79 .head-right a { 80 color: #fff; 81 } 82 83 .head-right a:hover { 84 color: #eee; 85 } 86 87 .head-right h1 { 88 position: relative; 89 margin-bottom: 17px; 90 padding-top: 40px; 91 font-size: 28px; 92 text-align: center; 93 background: url(//cdn.bayan.ir/blog/templates/52205/head-icon.png) no-repeat center top; 94 } 95 96 .head-right h2 { 97 margin: 0; 98 font-size: 16px; 99 cursor: default; 100 color: #919c9d; 101 text-align: center; 102 } 103 104 .head-wrp { 105 position: relative; 106 width: 960px; 107 height: 100%; 108 margin: auto; 109 } 110 111 .head-right { 112 position: absolute; 113 top: 7px; 114 right: 0; 115 text-align: right; 116 } 117 118 .head-left { 119 font-family: "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif; 120 font-size: 14px; 121 position: absolute; 122 top: 0; 123 left: 0; 124 text-align: left; 125 } 126 127 .head-left ul { 128 margin: 0; 129 padding: 0; 130 list-style: none; 131 } 132 133 .head-left ul li { 134 float: right; 135 margin: 60px 5px 0 0; 136 } 137 138 .head-left ul li a { 139 padding: 57px 10px 5px; 140 color: #c9d6d9; 141 } 142 143 .head-left ul li a:hover { 144 color: #fff; 145 } 146 147 .head-left ul li.selected a { 148 color: #fff; 149 background: #435154; 150 border-bottom: 2px solid #506164; 151 } 152 153 .head-post { 154 position: relative; 155 height: 390px; 156 text-align: center; 157 overflow: hidden; 158 background: url(//cdn.bayan.ir/blog/templates/52205/post-head.jpg) center center no-repeat scroll; 159 -webkit-background-size: cover; 160 -moz-background-size: cover; 161 background-size: cover; 162 -o-background-size: cover; 163 } 164 165 .head-post h2 { 166 margin: 0px 0 30px; 167 padding: 140px 0 0; 168 font-size: 28px; 169 line-height: 1.5em; 170 } 171 172 .head-post h2 a { 173 color: #fff; 174 background: rgba(0, 0, 0, 0.5); 175 padding: 0 25px 9px; 176 margin: 0; 177 } 178 179 .readmore { 180 font-family: "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif; 181 background: #ff4132; 182 padding: 0 17px 2px; 183 color: #fff; 184 font-size: 13px; 185 } 186 187 .readmore:hover { 188 color: #fff; 189 background: #ff6256; 190 } 191 192 .readmore:active { 193 background: #ef2f20; 194 } 195 196 .middle-posts .inline-readmore { 197 color: #ff4132; 198 padding-right: 7px; 199 } 200 201 .head-post .readmore { 202 padding: 2px 35px 5px; 203 font-size: 15px; 204 } 205 206 /*-- Pagination --*/ 207 .pagination-box { 208 margin: auto; 209 } 210 211 .pagination { 212 font-family: "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif; 213 cursor: default; 214 text-align: center; 215 margin: 40px auto; 216 font-size: 14px; 217 padding: 0; 218 float: none; 219 } 220 221 .pagination .left { 222 margin-left: -3px; 223 } 224 225 .pagination a { 226 padding: 0 15px 4px; 227 margin-left: 3px; 228 cursor: pointer; 229 color: #465e6a; 230 background: #cfe0e2; 231 float: none; 232 } 233 234 .pagination a:hover { 235 color: #465e6a; 236 background: rgba(8, 146, 205, 0.1); 237 } 238 239 .pagination a.current { 240 color: #465e6a; 241 background: #aacdd1; 242 } 243 244 .pagination .spacer { 245 float: right; 246 padding: 1px 8px; 247 color: #999; 248 } 249 250 .pagination .pagesList { 251 display: inline-block; 252 } 253 254 /*-- Content --*/ 255 .content-wrp { 256 direction: rtl; 257 width: 960px; 258 margin: 30px auto 20px; 259 position: relative; 260 } 261 262 .block-content { 263 width: 640px; 264 float: right; 265 } 266 267 .block-content-view { 268 float: right; 269 width: 100%; 270 } 271 272 .block-content .messages { 273 cursor: default; 274 margin-bottom: 15px; 275 border: 3px solid rgba(172, 186, 192, 0.3); 276 background: #fcfcfc; 277 } 278 279 .block-content .messages .messages-content { 280 padding: 5px 15px; 281 color: #aaa; 282 } 283 284 .block-content .messages .messages-content h2 { 285 color: #888; 286 font: 21px "yekan", "Times New Roman", Times, Arial, serif; 287 text-align: center; 288 cursor: default; 289 margin: 0 0 7px; 290 } 291 292 .block-content .messages .messages-content h2 a.comment_count { 293 color: #aaa; 294 } 295 296 .block-content .messages .messages-content h2 a.comment_count:hover { 297 color: #A4CACF; 298 cursor: pointer; 299 } 300 301 /*-- Content-post --*/ 302 .block-content .post { 303 position: relative; 304 padding: 0; 305 margin-bottom: 30px; 306 font-family: "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif; 307 border: 3px solid rgba(172, 186, 192, 0.3); 308 background: #fcfcfc; 309 } 310 311 .post-image { 312 overflow: hidden; 313 } 314 315 .post-image img { 316 width: 100%; 317 height: auto; 318 display: block; 319 } 320 321 .post-image a img { 322 -ms-transition: all .2s ease-in-out; 323 -webkit-transition: all .2s ease-in-out; 324 transition: all .2s ease-in-out; 325 } 326 327 .post-image a:hover img { 328 -ms-transform: scale(1.1); 329 -webkit-transform: scale(1.1); 330 transform: scale(1.1); 331 } 332 333 .block-content .post .post-title { 334 padding: 15px 20px 5px; 335 } 336 337 .block-content .post h2 { 338 margin: 0; 339 } 340 341 .block-content .post h2 a { 342 line-height: 1.7em; 343 font-size: 21px; 344 color: #254252; 345 } 346 347 .block-content .post h2 a:hover { 348 color: #407694; 349 } 350 351 .post-content { 352 color: #6b828e; 353 margin: 0 20px 0; 354 text-align: justify; 355 font: 14px "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif; 356 } 357 358 .post-content a { 359 color: #A4CACF; 360 } 361 362 .post-content a:hover { 363 color: #0575a5; 364 } 365 366 .post-content ul li { 367 margin-right: 5px; 368 line-height: 1.9em; 369 } 370 371 .post-content img { 372 max-width: 98%; 373 height: auto; 374 } 375 376 .post-readmore { 377 margin: 0px 20px 25px; 378 } 379 380 .post-readmore a { 381 font-size: 15px; 382 line-height: 1em; 383 padding: 0 15px 2px; 384 color: #fff; 385 background: #ff4132; 386 } 387 388 .post-readmore a:hover { 389 color: #fff; 390 background: #ff6256; 391 } 392 393 .post-readmore a:active { 394 color: #fff; 395 background: #ef2f20; 396 } 397 398 /*-- Content-post-details --*/ 399 .post-details { 400 font: 14px "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif; 401 color: #888; 402 cursor: default; 403 position: relative; 404 } 405 406 .post-details a { 407 color: #888 !important; 408 } 409 410 .post-details a:hover { 411 color: #555 !important; 412 } 413 414 .post-details.over { 415 position: absolute; 416 z-index: 9; 417 } 418 419 .post-details.over .post-details-date { 420 margin: 0 0 2px; 421 padding: 1px 10px 5px; 422 background: rgba(0, 0, 0, 0.5); 423 color: rgba(255, 255, 255, 0.9); 424 } 425 426 .post-details.over .post-details-author { 427 margin: 0 0 2px; 428 padding: 1px 10px 5px; 429 background: rgba(0, 0, 0, 0.5); 430 color: rgba(255, 255, 255, 0.9); 431 } 432 433 .post-details.bottom { 434 margin-top: 15px; 435 padding: 5px 10px; 436 border-top: 1px solid rgba(172, 186, 192, 0.2); 437 background: #fcfcfc; 438 } 439 440 .post-details.bottom.nobg { 441 background: none; 442 } 443 444 .post-details.custom { 445 margin-top: 10px; 446 padding: 10px 20px; 447 } 448 449 .post-details-right { 450 451 } 452 453 .post-details-left { 454 float: left; 455 } 456 457 .post-details-date { 458 border-left: 1px solid rgba(0, 0, 0, 0.1); 459 padding: 0 10px; 460 margin-left: 3px; 461 } 462 463 .post-details-date.none { 464 padding: 0; 465 margin: 10px 0 0; 466 background: none; 467 border-left: 0; 468 display: block; 469 } 470 471 .post-details-comment { 472 border-left: 1px solid rgba(0, 0, 0, 0.1); 473 padding: 0 10px; 474 margin-left: 1px; 475 } 476 477 img.rateimg, img.rateup, img.ratedn { 478 background: url(//cdn.bayan.ir/blog/templates/52205/pd_ico_rate.png) no-repeat center left; 479 width: 16px; 480 height: 28px; 481 vertical-align: top; 482 } 483 484 .rate-down img.rateimg, img.ratedn { 485 background-position: 0 -17px; 486 } 487 488 .rate-up img.rateimg, img.rateup { 489 background-position: 0 3px; 490 } 491 492 .rate-up { 493 margin: 0 10px; 494 } 495 496 /*-- keywords --*/ 497 .post-details .post-details-tags { 498 cursor: default; 499 } 500 501 .post-details .post-details-tags h3 { 502 margin: 0; 503 display: inline-block; 504 font: 14px/1.3em "yekan", "tahoma", "arial", "Times New Roman", Helvetica; 505 color: #888; 506 background: #f9f9f9; 507 } 508 509 .post-details .post-details-tags h3 a { 510 color: #888; 511 padding: 1px 7px 4px; 512 border: #ddd 1px solid; 513 display: inline-block; 514 } 515 516 .post-details .post-details-tags h3 a:hover { 517 color: #fff !important; 518 border: #A4CACF 1px solid; 519 background: #A4CACF; 520 } 521 522 .post-details .post-details-tags h3:first-child { 523 } 524 525 .post-details .post-details-tags h3:last-child { 526 margin: 0px; 527 } 528 529 /*-- Post Comments --*/ 530 .post-comments { 531 font: 14px "yekan", "tahoma", "arial", "Times New Roman", Times, Arial, serif; 532 margin-bottom: 15px; 533 } 534 535 .post-comment { 536 margin-bottom: 5px; 537 background: #f3f3f3; 538 border: 1px solid rgba(172, 186, 192, 0.5); 539 } 540 541 .comment-details { 542 background: #f3f3f3; 543 padding: 0; 544 cursor: default; 545 } 546 547 .comment-details a { 548 color: #A4CACF; 549 cursor: pointer; 550 vertical-align: bottom; 551 margin-right: 5px; 552 -moz-transition-duration: .0s; 553 -webkit-transition-duration: .0s; 554 -o-transition-duration: .0s; 555 -khtml-transition-duration: .0s; 556 } 557 558 .comment-details-left { 559 padding: 4px 0 0 5px; 560 float: left; 561 } 562 563 .comment-details-right { 564 } 565 566 .comment-avatar img { 567 width: 34px; 568 height: auto; 569 } 570 571 .comment-name { 572 color: #888; 573 cursor: default; 574 padding: 0 5px; 575 } 576 577 .comment-body { 578 padding: 10px; 579 } 580 581 .comment-body-content { 582 color: #555; 583 } 584 585 .comment-date { 586 display: inline-block; 587 color: rgba(255, 255, 255, 0.6); 588 } 589 590 .comment-website { 591 background: url(//cdn.bayan.ir/blog/templates/52205/details_ico_cmt.png) center -102px no-repeat; 592 width: 18px; 593 height: 23px; 594 display: inline-block; 595 } 596 597 .comment-website:hover { 598 background-position: center -125px; 599 cursor: pointer; 600 } 601 602 .comment-email { 603 background: url(//cdn.bayan.ir/blog/templates/52205/details_ico_cmt.png) center -60px no-repeat; 604 width: 18px; 605 height: 23px; 606 display: inline-block; 607 } 608 609 .comment-email:hover { 610 background-position: center -79px; 611 cursor: pointer; 612 } 613 614 /*-- Reply --*/ 615 .comment-reply { 616 margin-bottom: 5px; 617 border: 1px solid #6ec2e5; 618 background-color: #e5f7ff; 619 color: rgba(0, 0, 0, 0.7); 620 } 621 622 .comment-reply-details { 623 padding: 5px 10px 0; 624 } 625 626 .comment-reply-date { 627 float: left; 628 color: #31ace0; 629 cursor: default; 630 } 631 632 .comment-reply-name { 633 color: #31ace0; 634 cursor: default; 635 } 636 637 .comment-reply-body { 638 color: #A4CACF; 639 padding: 10px; 640 } 641 642 /*-- add Comment --*/ 643 .comment-add-form { 644 color: #aaa; 645 padding: 10px; 646 margin-bottom: 15px; 647 border: 3px solid rgba(172, 186, 192, 0.3); 648 background: #fcfcfc; 649 border-top: 3px solid #A4CACF; 650 font: 14px "yekan", "tahoma", "arial", "Times New Roman", Helvetica; 651 } 652 653 .comment-add-form input.sendbutton { 654 color: #A4CACF; 655 border: #A4CACF 1px solid; 656 background: #f8f8f8; 657 padding: 0 30px 2px; 658 cursor: pointer; 659 font: 15px "yekan", "tahoma", "arial", "Times New Roman", Helvetica; 660 -webkit-appearance: button; 661 } 662 663 .comment-add-form input.sendbutton:hover { 664 color: #fff; 665 border: #A4CACF 1px solid; 666 background: #A4CACF; 667 } 668 669 .comment-add-form iframe { 670 background: #FFF; 671 } 672 673 .block-content .pagination { 674 margin: 40px auto 20px; 675 } 676 677 /*-- Sidebar --*/ 678 .block-sidebar { 679 float: left; 680 width: 290px; 681 } 682 683 .block-sidebar .sidebox { 684 margin-bottom: 30px; 685 position: relative; 686 } 687 688 .sidebox .sidebox-title { 689 position: absolute; 690 top: -5px; 691 left: -5px; 692 display: inline-block; 693 font: 17px/1.2em "yekan", "tahoma", "arial", "Times New Roman", Helvetica; 694 background: #cfe0e2; 695 color: #254252; 696 padding: 8px 0 10px; 697 text-align: center; 698 cursor: default; 699 font-weight: normal; 700 margin: 0; 701 width: 155px; 702 z-index: 5; 703 } 704 705 .sidebox .sidebox-content { 706 font: 14px "yekan", "tahoma", "arial", "Times New Roman", Helvetica; 707 direction: rtl; 708 border: 3px solid rgba(172, 186, 192, 0.3); 709 background: #fcfcfc; 710 padding: 38px 10px 10px; 711 } 712 713 .sidebox.menu .sidebox-title { 714 background: #e94620; 715 } 716 717 .sidebox.menu .sidebox-content ul li:hover { 718 background: rgba(233, 70, 32, 0.2); 719 } 720 721 .sidebox.menu .sidebox-content ul li.selected { 722 background: rgba(233, 70, 32, 0.2); 723 border-bottom: 1px solid rgba(233, 70, 32, 0.2); 724 } 725 726 .sidebox.menu .sidebox-content ul li a { 727 color: #e94620; 728 } 729 730 .sidebox.menu .sidebox-content ul li.selected a { 731 color: #e94620; 732 } 733 734 .sidebox.blank .sidebox-content { 735 padding-top: 12px; 736 border: 3px solid rgba(172, 186, 192, 0.3); 737 } 738 739 .sidebox.blank .sidebox-content h4 { 740 padding: 8px; 741 color: #888; 742 margin: 0; 743 font: normal 14px "yekan", "tahoma", "arial", "Times New Roman", Helvetica; 744 text-align: right; 745 } 746 747 .sidebox.blank .sidebox-content .blog-image { 748 text-align: center; 749 } 750 751 .sidebox.blank .sidebox-content img { 752 text-align: center; 753 max-width: 95%; 754 height: auto; 755 margin: 5px 0; 756 } 757 758 * html .sidebox.blank .sidebox-content img { 759 width: 200px; 760 height: auto; 761 } 762 763 /*-post list-*/ 764 .post-content-right { 765 float: right; 766 width: 515px; 767 } 768 769 .post-image-right { 770 overflow: hidden; 771 width: 140px; 772 /*height: 110px;*/ 773 border: 1px solid #ddd; 774 float: left; 775 margin: 20px 16px 5px 0; 776 } 777 778 .post-image-right img { 779 width: 100%; 780 height: auto; 781 } 782 783 .post-content-left { 784 float: left; 785 width: 73px; 786 border-right: 1px solid #ddd; 787 text-align: center; 788 margin: 20px 0 5px; 789 padding: 0 15px; 790 } 791 792 .post-content-left .post-readmore-left a { 793 display: block; 794 width: 39px; 795 height: 39px; 796 background: #ff4132 url(//cdn.bayan.ir/blog/templates/52205/readmore.png) no-repeat center; 797 margin: 43px auto 0; 798 } 799 800 .post-content-left .post-readmore-left a:hover { 801 color: #fff; 802 background-color: #ff6256; 803 } 804 805 .post-content-left .post-readmore-left a:active { 806 background-color: #ef2f20; 807 } 808 809 .post-date-left { 810 cursor: default; 811 } 812 813 .post-date-left-day { 814 font-size: 40px; 815 color: #7bbd42; 816 padding: 5px 0 15px; 817 } 818 819 .post-date-left-month { 820 font-size: 18px; 821 color: #7bbd42; 822 } 823 824 /*- sidebar post-list -*/ 825 .sidebox-content ul { 826 list-style: none; 827 margin: 0; 828 padding: 0; 829 } 830 831 .sidebox-content ul li { 832 padding: 6px 1px; 833 border-bottom: 1px solid #f1f1f1; 834 } 835 836 .sidebox-content ul li:last-child { 837 border-bottom: none; 838 } 839 840 .sidebox-content ul li a { 841 background: url(//cdn.bayan.ir/blog/templates/52205/sidebar-bullet.png) no-repeat right 12px; 842 padding-right: 10px; 843 color: #254252; 844 font: normal 14px "yekan", "tahoma", "arial", "Times New Roman", Helvetica; 845 } 846 847 .sidebox-content ul.menu li a { 848 background: url(//cdn.bayan.ir/blog/templates/52205/sidebar-bullet2.png) no-repeat right 12px; 849 } 850 851 .sidebox-content ul li a:hover { 852 color: #0575a5; 853 } 854 855 .sidebox-content ul li:hover { 856 background: rgba(8, 146, 205, 0.1); 857 -moz-transition-duration: .2s; 858 -webkit-transition-duration: .2s; 859 -o-transition-duration: .2s; 860 } 861 862 .sidebox-content ul li.selected { 863 padding: 5px 2px; 864 background: rgba(8, 146, 205, 0.2); 865 border-bottom: 1px solid rgba(8, 146, 205, 0.2); 866 } 867 868 .sidebox-content ul li.selected a { 869 color: #0575a5; 870 } 871 872 .sidebox-content .post-list-date, .sidebox-content .post-list-count { 873 color: #aaa; 874 cursor: default; 875 } 876 877 .sidebox-content .post-list-count { 878 padding-right: 5px; 879 } 880 881 .sidebox-content .post-list-date.none { 882 display: none; 883 } 884 885 /*-- ADS --*/ 886 .sidebox-content.view-ads { 887 text-align: center; 888 } 889 890 .sidebox-content.view-ads a { 891 text-align: center; 892 display: block; 893 margin-bottom: 5px; 894 } 895 896 .sidebox-content.view-ads a:last-child { 897 margin-bottom: 0; 898 } 899 900 /*-- Stat --*/ 901 .sidebox-content.stat { 902 position: relative; 903 } 904 905 .sidebox-content.stat .StatTitle { 906 cursor: default; 907 color: #aaa; 908 font-size: 13px; 909 border: none; 910 text-align: right; 911 } 912 913 .sidebox-content.stat .Value { 914 color: #A4CACF; 915 cursor: default; 916 float: left; 917 padding-left: 10px; 918 text-align: left; 919 } 920 921 /*-- Tag-Cloud --*/ 922 .sidebox-content.tag-cloud h3 { 923 margin: 0px; 924 font: normal 11px "tahoma", "Times New Roman", Times, Arial, serif; 925 display: inline-block; 926 *display: inline; 927 *margin: 2px; 928 } 929 930 .sidebox-content.tag-cloud span { 931 display: inline-block; 932 margin: 1px 0px 1px 0px; 933 } 934 935 .sidebox-content.tag-cloud a { 936 font: 14px/1.3em "yekan", "tahoma", "arial", "Times New Roman", Helvetica; 937 color: #888; 938 border: #ddd 1px solid; 939 background: #f9f9f9; 940 padding: 1px 7px 4px; 941 display: inline-block; 942 *display: inline-block; 943 margin-left: 1px; 944 /*margin: 2px 0px 2px 0px;*/ 945 } 946 947 .sidebox-content.tag-cloud a:hover { 948 color: #fff; 949 border: #A4CACF 1px solid; 950 background: #A4CACF; 951 } 952 953 .sidebox-content.tag-cloud a.selected { 954 color: #fff; 955 border: #A4CACF 1px solid; 956 background: #A4CACF; 957 } 958 959 /*-- Categories --*/ 960 .sidebox-content.categories ul li { 961 padding: 0; 962 border: none; 963 } 964 965 .sidebox-content.categories li:hover { 966 background: none; 967 } 968 969 .sidebox-content ul li.selected a { 970 color: #0575a5; 971 } 972 973 .sidebox-content.categories ul li ul.subcats a { 974 padding-right: 10px; 975 padding-top: 1px; 976 display: inline-block; 977 background: url(//cdn.bayan.ir/blog/templates/52205/sub_ico.png) right no-repeat; 978 } 979 980 .sidebox-content.categories ul li a { 981 padding-bottom: 0; 982 padding-right: 20px; 983 display: table-cell; 984 *display: inline-block; 985 background: url(//cdn.bayan.ir/blog/templates/52205/folder_ico.png) right 8px no-repeat; 986 } 987 988 .sidebox-content.categories ul li h3 { 989 color: #0575a5; 990 margin: 0; 991 font: normal 14px "yekan", "tahoma", "arial", "Times New Roman", Helvetica; 992 } 993 994 .sidebox-content.categories ul li.selected { 995 background: none; 996 } 997 998 .sidebox-content.categories .subcats li.selected { 999 background: none; 1000 } 1001 1002 .sidebox-content.categories .subcats { 1003 margin-right: 14px; 1004 margin-top: -3px; 1005 } 1006 1007 .sidebox-content.categories ul .post-list-count { 1008 cursor: default; 1009 display: table-cell; 1010 color: #aaa; 1011 } 1012 1013 .sidebox-content.categories .subcats .post-list-count { 1014 cursor: default; 1015 display: inline-block; 1016 color: #aaa; 1017 } 1018 1019 .sidebox-content.categories .category_selected { 1020 background: rgba(8, 146, 205, 0.2); 1021 padding: 2px 5px 2px 5px; 1022 display: block; 1023 height: 31px; 1024 max-height: auto; 1025 *height: auto; 1026 } 1027 1028 .sidebox-content.categories .category_selected a { 1029 color: inherit; 1030 cursor: default; 1031 } 1032 1033 /*-- Footer --*/ 1034 .footer { 1035 color: #f4f4f4; 1036 height: 50px; 1037 background: #313b3d; 1038 } 1039 1040 .footer a { 1041 color: #ff4132; 1042 } 1043 1044 .footer-wrp { 1045 position: relative; 1046 width: 960px; 1047 margin: auto; 1048 } 1049 1050 .footer .footer-copyright { 1051 position: absolute; 1052 right: 0; 1053 top: 11px; 1054 text-align: right; 1055 direction: rtl; 1056 cursor: default; 1057 font: 13px yekan; 1058 } 1059 1060 .footer .footer-icons { 1061 position: absolute; 1062 left: 0; 1063 top: 15px; 1064 text-align: left; 1065 } 1066 1067 .footer .footer-icons a { 1068 float: left; 1069 margin-right: 3px; 1070 width: 20px; 1071 height: 20px; 1072 } 1073 1074 .footer-ico-rss { 1075 background: url(//cdn.bayan.ir/blog/templates/shared/icon/rss-icon-crystal.png) no-repeat; 1076 } 1077 1078 .footer-ico-bayan { 1079 background: url(//cdn.bayan.ir/blog/templates/shared/icon/bayan-icon-crystal.png) no-repeat; 1080 } 1081 1082 .footer-ico-bayanbox { 1083 background: url(//cdn.bayan.ir/blog/templates/shared/icon/bayanbox-icon-crystal.png) no-repeat; 1084 } 1085 1086 .footer-ico-blog { 1087 background: url(//cdn.bayan.ir/blog/templates/shared/icon/blog-icon-crystal.png) no-repeat; 1088 } 1089 1090 .footer-ico-templates { 1091 background: url(//cdn.bayan.ir/blog/templates/shared/icon/templates-icon-crystal.png) no-repeat; 1092 }