Перейти к содержанию

Zaxar_D

Пользователи
  • Постов

    45
  • Зарегистрирован

  • Посещение

Сообщения, опубликованные Zaxar_D

  1. Вообщем обновил форум с 3.4.5 до 3.4.7.

    Теперь возникла такая проблема, всё вроде бы нормально, но в названиях тем(в самой теме) и у того у кого статус на русском отображаются крокозябры, но я не могу понять, почему тогда на главной всё нормально?!

    Помогите решить проблему!)

  2. 	<div class='_sbcollapsable' style='padding: 10px;'>
    		<ul class="item50">
    <a href="https://vk.com/fastfrager"><li class="item55">
        <div class="item60">
          <i class="fa fa-vk" style="
        font-size: 40px;  margin-bottom: 10px;  };
    "></i>
         Мы Вконтакте
        </div>
      </li></a>
    <a href="http://steamcommunity.com/groups/fastfrager"><li class="item55">
        <div class="item60">
          <i class="fa fa-steam" style="
        font-size: 40px;  margin-bottom: 10px;  };
    "></i>
         Мы В STEAM
        </div>
      </li></a>
    </ul>
    <style>
    .item50 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
    .item55 {
    position: relative;
    margin: 5px;
    padding: 0;
    max-width: 200px;
    min-width: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100px;
    -ms-flex: 1 100px;
    flex: 1 100px;
    height: 100px;
    text-align: center;
    border-radius: 3px;
    border: 2px solid rgba(152, 151, 151, 0.76);
    background: rgba(152, 151, 151, 0.76);
    cursor: pointer;
    }
    .item60 {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    }
    .item55:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s ease all, 2s linear -webkit-transform, 0s linear top, 0s linear left;
    transition: .5s ease all, 2s linear transform, 0s linear top, 0s linear left;
    border-radius: 300px;
    background: #fff;
    z-index: 1;
    }
    .item55:hover:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 0;
    -webkit-transition: .5s ease all, .1s linear -webkit-transform, 0s linear top, 0s linear left;
    transition: .5s ease all, .1s linear transform, 0s linear top, 0s linear left;
    }
    .item55:hover .item60 {
    color: rgb(176, 176, 176);
    }
    </style>
    </div>

     

  3. .author_info {
    	width: 155px;
    	float: left;
    	font-size: 12px;
    	text-align: center;
    	padding: 10px 10px;
    	line-height: 150%;
    }
    	
    	.author_info .group_title {
    		color: #5a5a5a;
    		margin-top: 5px;
    	}
    	
    	.author_info .member_title { margin-bottom: 5px; word-wrap: break-word; }
    	.author_info .group_icon { margin-bottom: 3px; }

    Ничего не меняется.

    padding: 10px 15px;
×
×
  • Создать...