[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
lib
/
pkp
/
styles
/
structure
/
[
Home
]
File: head.less
/** * @file styles/structure/head.less * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @ingroup pkp_structure_head * * @brief Classes for the page header structural elements */ .pkp_structure_head { height: 7.15em; background-color: #a2c6dc; .pkp_structure_masthead { background-color: #fff; height: 113px; padding: 0 5px 5px; border-style: none solid solid; border-width: medium 1px 1px; border-color: #c8c8c8; } .pkp_structure_masthead h1 { height: 99px; border-style: none dotted dotted; border-width: medium 1px 1px; border-color: #818181; overflow: hidden; } }