One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ojs-nosc
/
plugins
/
themes
/
default
/
styles
/
View File Name :
main.less
/** * @file plugins/themes/default/styles/main.less * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Styles applying to the main content panel */ .pkp_structure_main { h1 { font-family: @font-heading; font-size: @font-header; line-height: @line-header; font-weight: @bold; } h2 { font-family: @font-heading; font-size: @font-lead; line-height: @line-lead; font-weight: @bold; } h3 { font-family: @font-heading; font-size: @font-bump; line-height: @line-bump; font-weight: @bold; } h4 { font-size: @font-base; line-height: @line-base; font-weight: @bold; } h5 { font-size: @font-base; line-height: @line-base; font-weight: @normal; } h6 { font-size: @font-sml; line-height: @line-sml; font-weight: @bold; } h1, h2, h3, h4 { margin: @quadruple 0 @double; } h5, h6 { margin: @double 0; } p, ul { line-height: @line-base-large; margin: @line-base 0; } p:last-child { margin-bottom: 0; } .page { // Titles in pages h1 { margin-top: 0; } // Edit link that isn't nested in a section > .cmp_edit_link { float: right; padding: @half 0; line-height: @triple; } // Count of catalog entries on the current page // used in catalog, category, series and search pages .monograph_count { float: right; padding: @base 0; font-size: @font-sml; color: @text-light; } // Description and image for catalog category/series .about_section { .pkp_helpers_clear; color: @text-light; line-height: @triple; .cover { float: right; width: 20%; margin-left: 10%; margin-right: 10%; img { display: block; margin: 0 auto; } } .description p:first-child { margin-top: 0; } .description p:last-child { margin-bottom: 0; } @media(min-width: @screen-phone) { font-size: @font-bump; font-style: italic; } } } }