Eklenti olmadan Thread için ızgara düzeni

  • Konbuyu başlatan Michaelgen
  • Başlangıç tarihi

[XFB] Konu Bilgileri

Konu Hakkında Merhaba, tarihinde Şablon değişiklikleri kategorisinde Michaelgen tarafından oluşturulan Eklenti olmadan Thread için ızgara düzeni başlıklı konuyu okuyorsunuz. Bu konu şimdiye dek 45 kez görüntülenmiş, 0 yorum ve 0 tepki puanı almıştır...
Kategori Adı Şablon değişiklikleri
Konu Başlığı Eklenti olmadan Thread için ızgara düzeni
Konbuyu başlatan Michaelgen
Başlangıç tarihi
Cevaplar
Görüntüleme
İlk mesaj tepki puanı
Son Mesaj Yazan Michaelgen
  • Michaelgen

  • Addon olmadan İplik ızgara düzeni ile tekrar burada hemant. Addon @Neutral Singh olmadan XFRM için Izgara düzenimden sonra , iş parçacığı için de ızgara düzeni yapmayı öneriyorum. işte burada.

    İşte Extra.less'a yerleştirmeniz gereken basit bir CSS , aradığınızı verecektir. BEĞENDİYSENİZ LÜTFEN İNCELEYİNİZ Not : maksimum genişliği ayarlamanız gerekir : 50Ch; Forum düzeninize göre. Ör: maksimum genişlik: 40Ch; bu ... genişliğinize göre ayarlayacaktır
    Kod:
    /********* Css Grid Code Start ********/
    
    .structItem-title{
        text-overflow: ellipsis !important;
       max-width: 50ch;
        white-space: nowrap;
        overflow: hidden; }
    .structItem--thread{
        border-collapse: collapse;
          width: 100%;
        height: auto;
        display: inline-block !important;
        margin: 9px 0px 0px 6px;
        max-width: 49% !important;
        box-sizing: border-box;
        vertical-align: top;
        border-radius: 2px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28); }
    .structItem-cell{width:100%;}
    @media (max-width: 650px){
      .structItem-cell.structItem-cell--meta {
        display:none; } }
    .structItem-cell--meta{
      display: block;
        width: auto !important;
        margin-top: -13px;
      float:left; }
    .structItem-cell--latest{
       display: block;
        width: auto !important;
        margin-top: -13px;
        margin-bottom: 15px;
      float:right; }
    .pairs.pairs--justified>dd {
        float: left;
        text-align: right;
        max-width: 100%; }
    .structItem-cell--latest{
      margin-bottom:0px !important; }
    @media (max-width: 1125px) {
      .structItem--thread {
        max-width: calc(95%) !important;   } }
    @media (max-width: 650px) {
      .structItem--thread {
        display: table !important;
        max-width: 100% !important;
        margin: 5px 5px 5px 0px;
        box-shadow: none;     } }
    @media (max-width: 650px){
    .structItem-cell.structItem-cell--latest,.structItem-cell--meta {
      float:right !important;  }}
    .structItem-cell--meta dt{ font-size:0px; }
    .structItem-cell--meta dd{ margin-left:18px; }
    .structItem-cell--meta .structItem-minor dt:before , .structItem-cell--meta dt:before{
      font-family: FontAwesome;
        font-size: 12px;
        position: absolute;
        margin-left: 0px;
      color:#ababab;
    }
    .structItem-cell--meta .structItem-minor dt:before {content: '\f06e '; }
    .structItem-cell--meta dt:before {content: '\f112'; }
    
    /********* Css Grid Code End ********/

    Yapışkan ipliğin renkli olarak ayrı görünmesini isteyen varsa Metin bu CSS'yi extra.less'ın altına yapıştırın
    Kod:
    .structItemContainer-group--sticky .structItem--thread {
        background: #fff5e8 !important;
      border: 1px solid #f9c479 !important;
    }
     

    Create an account or login to comment

    You must be a member in order to leave a comment

    Create account

    Create an account on our community. It's easy!

    Log in

    Already have an account? Log in here.

    Üst
    AdBlock Detected

    We get it, advertisements are annoying!

    Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

    I've Disabled AdBlock    No Thanks