diff --git a/README.md b/README.md index 474b27b..1e85c94 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Библиотека стилей +## v1.1.2.0 +* добавлен стиль для приключения неприятности в Отари ## v1.1.1.0 * добавлены стили для карточек заклинаний * добавлены стили для карточек предметов diff --git a/src/styles/pf2/troubles-in-otari.css b/src/styles/pf2/troubles-in-otari.css new file mode 100644 index 0000000..783085f --- /dev/null +++ b/src/styles/pf2/troubles-in-otari.css @@ -0,0 +1,25 @@ +@import url('https://fonts.googleapis.com/css2?family=Tauri&display=swap'); + +.core-page { + font-family : 'Mookmania Regular'; + margin : 10px; +} + +/* TEXT BLOCKS */ +.core-page .note { + background-color : #f0e9e2; + border-image : url(https://static.kdiva.ru/foundry-main/pf2/adventures/troubles-in-otari/css/note-border-2.webp) 40 stretch; + border-image-outset : 6px 0px; + border-image-width : 20px; + font-family : 'Tauri'; + margin-top : 20px; + padding : 10px; +} + +.core-page .note h4 { + text-align: center; + font-size: 30px; + color: #306237; + margin-top : 10px; + margin-bottom : -10px; +} \ No newline at end of file