/** * @file styles/structure/head.less * * Copyright (c) 2013-2017 Simon Fraser University * Copyright (c) 2003-2016 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; } }