File Manager
Upload
Current Directory: /home/lartcid/public_html/journal.lartc.id
[Back]
..
[Open]
Hapus
Rename
.htaccess
[Edit]
Hapus
Rename
.well-known
[Open]
Hapus
Rename
README.md
[Edit]
Hapus
Rename
api
[Open]
Hapus
Rename
cache
[Open]
Hapus
Rename
cgi-bin
[Open]
Hapus
Rename
classes
[Open]
Hapus
Rename
config.TEMPLATE.inc.php
[Edit]
Hapus
Rename
config.inc.php
[Edit]
Hapus
Rename
controllers
[Open]
Hapus
Rename
cypress.json
[Edit]
Hapus
Rename
dbscripts
[Open]
Hapus
Rename
docs
[Open]
Hapus
Rename
error_log
[Edit]
Hapus
Rename
favicon.ico
[Edit]
Hapus
Rename
index.php
[Edit]
Hapus
Rename
js
[Open]
Hapus
Rename
lib
[Open]
Hapus
Rename
locale
[Open]
Hapus
Rename
mini.php
[Edit]
Hapus
Rename
pages
[Open]
Hapus
Rename
php.ini
[Edit]
Hapus
Rename
plugins
[Open]
Hapus
Rename
public
[Open]
Hapus
Rename
registry
[Open]
Hapus
Rename
scheduledTaskLogs
[Open]
Hapus
Rename
schemas
[Open]
Hapus
Rename
styles
[Open]
Hapus
Rename
templates
[Open]
Hapus
Rename
tools
[Open]
Hapus
Rename
Edit File
/** * @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 { 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; } } } }
Simpan