[ 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: sidebar.less
/** * @file styles/structure/sidebar.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_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; }