%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 49.231.201.246 / Your IP : 216.73.216.146 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11584/task/11584/cwd/html/old/modules/mod_b2j_k2_calendar/tmpl/css/ |
Upload File : |
/* ------------------------------------------------------------------------
* Bang2Joom K2 Calendar for Joomla 2.5+
* ------------------------------------------------------------------------
* Copyright (C) 2011-2012 Bang2Joom. All Rights Reserved.
* @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
* Author: Bang2Joom
* Websites: http://www.bang2joom.com
------------------------------------------------------------------------
*/
/* Calendar Core
----------------*/
/* Core style for every cell */
.gldp-default .core {
color: #393939;
background: #f2f2f2;
}
.b2j_k2_calendar_container_module .monyear{
background:#393939;
color:#fff;
text-transform:uppercase;
}
/* Cell border */
.gldp-default .border {
border-color: transparent;
}
/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
color: #3A3A3A;
font-weight:400;
}
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri,
.gldp-default .sat,
.gldp-default .sun{
font-weight:400;
}
/* Item count */
.b2j_k2_calendar_container_module .counts{
border:0;
}
.b2j_k2_calendar_container_module .core:not(.outday) .counts{
border:0;
background:url(../images/counts_manook.png) center center no-repeat;
color:transparent;
}
.b2j_k2_calendar_container_module .core.selected .counts,
.gldp-default .mon:hover .counts,
.gldp-default .tue:hover .counts,
.gldp-default .wed:hover .counts,
.gldp-default .thu:hover .counts,
.gldp-default .fri:hover .counts,
.gldp-default .sat:hover .counts,
.gldp-default .sun:hover .counts{
background:url(../images/counts_manook_hover.png) center center no-repeat;
}
/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
color:#393939;
background: #f7bc1d;
}
/* Non-Selectable days */
.gldp-default .noday {
color: #C5C5C5;
background: #F5F5F5;
}
/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
color: transparent;
background: #F5F5F5;
}
/* Days of the week */
.gldp-default .dow {
color: #393939;
font-weight: 300;
background: #f7bc1d;
text-transform:uppercase;
border-top:0;
}
.dow{
border-bottom:2px solid #fff !important;
}
/* Currently selected day */
.gldp-default .selected:not(.outday) {
color:#fff;
background: #94667A;
}
/* Today */
.gldp-default .today:not(.outday) {
color: #393939;
font-weight: 300;
background: #f7bc1d;
}
/* Item List View */
.gldp-default .item_list_view {
border:1px solid #fff;
background:#f2f2f2;
}
.gldp-default .item_list_view_header{
background: #393939;
border-bottom:0;
}
.gldp-default .item_list_view_date{
color: #F7BC1D;
text-transform:uppercase;
font-weight:400;
}
.b2j_k2_calendar_container_module .item_list_view ul li {
border:0;
border-bottom:1px solid #fff;
background:#f2f2f2;
margin:0;
}
.gldp-default .date_view{
background: none;
padding:0;
}
/* Prev/Next arrows, close button */
.gldp-default .b2j_prev{
background:url(../images/prev_manook.png) center center no-repeat;
background-size:25%;
background-color: #393939;
}
.gldp-default .b2j_next{
background:url(../images/next_manook.png) center center no-repeat;
background-size:25%;
background-color: #393939;
}
.gldp-default .b2j_prev:hover{
background:url(../images/prev_manook_hover.png) center center no-repeat;
background-size:25%;
background-color: #393939;
}
.gldp-default .b2j_next:hover {
background:url(../images/next_manook_hover.png) center center no-repeat;
background-size:25%;
background-color: #393939;
}
.gldp-default .item_list_view_close{
background:url(../images/close_button_manook.png) center center no-repeat;
background-size:100%;
}
.gldp-default .item_list_view_close:hover{
background:url(../images/close_button_manook_hover.png) center center no-repeat;
background-color: #393939;
}
/* Scrollbar */
.item_list_view_footer .scrollbar{
width:10px;
}
.item_list_view_footer .track {
background: #fff;
left:0px;
}
.item_list_view_footer .thumb {
background-color: #f7bc1d;
border-radius:0;
left:0px;
width:10px;
}