/** * @file styles/structure/sidebar.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_sidebar * * @brief Classes for the sidebar structure(s) */ .pkp_structure_nosidebar { padding-top: 10px; margin-right: 20px; } .pkp_structure_sidebar { border-top: 1px dotted #999; div.block, div.block span.blockTitle { padding-top: 10px; padding-bottom: 10px; } ul { padding-top: 0px; } div.block { border-bottom: 1px dotted #999; span.blockTitle { display:list-item; list-style: disc inside; color: #569BBE; font: 120% "Courier New",Courier,mono; text-transform: uppercase; color: #569bbe; } span.blockTitle:first-child { padding-top: 0px; } a { text-decoration: none; } a:hover { text-decoration: none; } } } .pkp_structure_sidebar_left { float: left; width: 190px; margin-right: 20px; } .pkp_structure_sidebar_right { float: right; width: 190px; margin-left: 20px; }