The Darkberries
Concert and presentation of the new album «So Many Sounds In My Head»
Jun 14 | saturday
21.00 – 00.00
Hartwall Arena
PINK LAKE
Book design is the art of incorporating the content, style, format, design, and sequence of the various components of a book into a coherent whole. In the words of Jan Tschichold, "methods and rules upon which it is impossible to improve, have been developed over centuries. To produce perfect books, these rules have to be brought back to life and applied." Front matter, or preliminaries, is the first section of a book, and is usually the smallest section in terms of the number of pages. Each page is counted, but no folio or page number is expressed, or printed, on either display pages or blank pages.
 
 
 
 
 
 
 
 
AURORA
Book design is the art of incorporating the content, style, format, design, and sequence of the various components of a book into a coherent whole. In the words of Jan Tschichold, "methods and rules upon which it is impossible to improve, have been developed over centuries. To produce perfect books, these rules have to be brought back to life and applied." Front matter, or preliminaries, is the first section of a book, and is usually the smallest section in terms of the number of pages. Each page is counted, but no folio or page number is expressed, or printed, on either display pages or blank pages.
Text
Book design is the art of incorporating the content, style, format, design, and sequence of the various components of a book into a coherent whole. In the words of Jan Tschichold, "methods and rules upon which it is impossible to improve, have been developed over centuries. To produce perfect books, these rules have to be brought back to life and applied." Front matter, or preliminaries, is the first section of a book, and is usually the smallest section in terms of the number of pages. Each page is counted, but no folio or page number is expressed, or printed, on either display pages or blank pages.
 
 
 
 

Как изменить шрифт, цвет текста + добавить фон для текстового блока в галерее GL06 для Tilda

Настройки данного примера:

1. Создали галерею GL06
2. Добавили 1. Фото 2. Видео 3. Фото
3. Добавили Заголовки и описания
4. Проставили расположения текста в блоках 1-слева 2-справа 3- слева
5. Добавили на страницу скрипт.

Скрипт вставляется в блок ДРУГОЕ►Т123

<style>
/*Заголовок*/
    .t136S h6 {
    font-family: 'Roboto', sans-serif !important;
    color: #ffffff;
}
/*Описание*/
    .t136S .description-holder {
    font-family: 'Roboto', sans-serif !important;
    color: #ffffff;
    font-weight: 300;
}

/*Фон для текстового блока и отступы с прозрачностью*/
  .fonlayer {
    background: rgba(0,0,0,.5);
    padding: 6px;
}
/*Поднимаем первый текстовый блок, если текста много*/
.t136 .t-container:first-child {
    margin-top: -180px;
}
    
</style>

<script>
    //Добавляем класс фоновой подложкой к текстовым блокам
    $(".t136 .t-col:eq(0)").addClass("fonlayer");
    $(".t136 .t-col:eq(5)").addClass("fonlayer");
    $(".t136 .t-col:eq(6)").addClass("fonlayer");
</script>

Made on
Tilda