/** * @file styles/structure/footer.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_foot * * @brief Classes for the page footer structural elements */ .pkp_structure_foot { clear: both; min-height: 150px; background-color: #A2C6DC; font-color: #ffffff; h4 { color: #000000; } .pkp_structure_subfoot { border-top: 1px dotted #fff; ul li { list-style: square; margin: 0px 0px 8px 15px; text-transform: uppercase; font-family: "Courier New",Courier,mono; color: #ffffff; a { color: #ffffff; text-decoration: none; } } h4 a { text-decoration: none; color: #ffffff; } } }