[ 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
/
themes
/
default
/
[
Home
]
File: theme.css
/** * @file styles/themes/default/theme.css * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2000-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * OMP default theme */ /* @group Imports */ @import url("superfish.css"); @import url("notificationIcons.css"); /* @end */ /* @group Structure Overrides */ .pkp_structure_head { background-color: #a2c6dc; } .pkp_structure_body { border-bottom: 1px dotted #999; margin-bottom: 3px; min-height: 400px; } .pkp_structure_footer { background-color: #c1bbaf; } .pkp_structure_masthead { background-color: #fff; } .pkp_structure_head_siteNav { border-color: #B9D5E3; } /* @end */ /* @group Content Overrides */ .pkp_structure_head_siteNav a { color: #fff; } /* @group Grid */ .pkp_controllers_grid a { color: #569bbe; } div.pkp_controllers_grid table { background-color: #fff; } div.pkp_controllers_grid tr.alternate_row, div.pkp_controllers_grid tr.alternate_row .row_file { background-color: #f8f8f8; } div.pkp_controllers_grid th { color: #000000; } div.pkp_controllers_grid .my_role { border: 1px solid #ACA9A6; } div.pkp_controllers_grid .row_actions { background-color: #f9f6f3; } div.pkp_controllers_grid .default_category_style td { background-color: #f3f8fa !important; } div.pkp_controllers_grid .default_category_style .row_actions { background-color: transparent; } a.task:hover { background-color: #F2EEE9; } /* @end */ /* @group jQuery UI */ /* General */ .ui-widget-content a { color: #569bbe; } .ui-widget-content a:hover { color: #E17009; } .ui-tabs { background: none !important; } .ui-tabs-nav { border: 0; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; } .ui-widget-content { font-size: 100%; } /* Accordian */ .ui-accordion, .ui-accordion-header, .ui-accordion-content, .ui-accordion-content-active { border: 0 !important; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; } .ui-accordion-header { border-bottom: 1px dotted #999; color: #569bbe; background: none !important; text-transform: uppercase; font: 100% "Courier New", Courier, mono; font-weight: normal !important; } .ui-accordion-content { font-size: 100%; } .ui-accordion-content-active { border-bottom: 1px dotted #999; } /* Tabs */ .ui-tabs { border: 0; } .ui-tabs-nav { border: 0; border-bottom: 1px solid #999; background-image: none; background-color: transparent; font: 100% "Courier New", Courier, mono; text-transform: uppercase; } .ui-tabs-nav .ui-state-default { background-color: #fff; background-image: none; color: #569bbe; border-color: transparent; font-weight: normal; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:black; } .ui-tabs-nav .ui-state-hover a { color: #E17009; } .ui-tabs-nav .ui-state-active { border-color: #999; font-weight: normal; } .ui-tabs-nav .ui-state-active a { margin-top: 1px; margin-bottom: -1px; } /* Button */ .buy_now { color: #fff; background-color: #6c9348; background-image: none; border: 0; line-height: 90%; } /* Dialog */ .ui-dialog { } .ui-dialog-titlebar { display: none; } .ui-dialog-custom-titlebar { padding:0.5em 1em 0.3em; position:relative; } /* Select elements */ .selectBox-dropdown { background-image: none !important; background-color: white !important; line-height: 1em !important; height: 19px; box-shadow: none !important; color: #333 !important; } .selectBox-dropdown:hover { color: #333 !important } .selectBox-dropdown .selectBox-arrow { background: url("../../../templates/images/structure/select-arrow-down.png") no-repeat scroll 50% center transparent !important; border-left: none !important; width: 20px !important; } /* @end */