From: <par...@us...> - 2010-04-12 18:58:52
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/red In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20875/templates/red Modified Files: Tag: phpicalendar-editor default.css header.tpl Removed Files: Tag: phpicalendar-editor calendar_nav.tpl day.tpl month.tpl month_large.tpl month_medium.tpl month_small.tpl sidebar.tpl sidebar_year.tpl year.tpl Log Message: merge with HEAD Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/default.css,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** default.css 29 Dec 2008 03:30:36 -0000 1.2 --- default.css 12 Apr 2010 18:58:37 -0000 1.2.2.1 *************** *** 1,4 **** --- 1,5 ---- /* Style sheet for the silver calendar (default) */ + form {margin: 0;} table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} *************** *** 16,24 **** .alldaybg_7 {background: url(images/allday_7.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} ! .rowOn { background-color: #cfc; border-top: 1px solid #fff; border-left: 1px solid #fff; } ! .rowOn2 { background-color: #cfc; border-top: 1px solid #fff; } .rowOff { background-color: #E1E8F1; border-top: 1px solid #fff; border-left: 1px solid #fff; } .rowOff2 { background-color: #E1E8F1; border-top: 1px solid #fff; } ! .rowToday { background-color: #cff; border-top: 1px solid #fff; border-left: 1px solid #fff; } .padd { padding: 2px; } --- 17,25 ---- .alldaybg_7 {background: url(images/allday_7.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} ! .rowOn { background-color: #B0E8B0; border-top: 1px solid #fff; border-left: 1px solid #fff; } ! .rowOn2 { background-color: #B0E8B0; border-top: 1px solid #fff; } .rowOff { background-color: #E1E8F1; border-top: 1px solid #fff; border-left: 1px solid #fff; } .rowOff2 { background-color: #E1E8F1; border-top: 1px solid #fff; } ! .rowToday { background-color: #B0E8E8; border-top: 1px solid #fff; border-left: 1px solid #fff; } .padd { padding: 2px; } *************** *** 33,36 **** --- 34,39 ---- .eventbg_7 { background-color: #ac4848; padding: 2px;} + .allday a { font-size: 9px; color: #fff !important; font-weight: 900; text-decoration:none;} + .allday a:hover { text-decoration:underline;} .eventbg2_1 { background-color: #c03030; border: 1px solid #a01010; } *************** *** 41,50 **** --- 44,61 ---- .eventbg2_6 { background-color: #ff4c8c; border: 1px solid #df2c6c; } .eventbg2_7 { background-color: #cc6868; border: 1px solid #ac4848; } + .dayborder { background-color: #fff; border-top: 1px solid #A1A5A9; } .dayborder2 { background-color: #fff; border-top: 1px dashed #ccc; } + .dayborder2 { background-color: #fff; border-top: 1px dotted #888; } .title { background-image: url(images/time_bg.gif); padding: 5px; } .title h1 { font-family: Helvetica, sans-serif; font-size: 18px; color: #000; margin: 0px;} + /* Main class used for all page wrapper tables */ + .maintable { width: 990px; } + + /* Week view */ + .weektoday { background-color: #dff; } + /* Month View */ *************** *** 64,67 **** --- 75,81 ---- .yearmonth { background-color: #ccc; } .yearweek { background-color: #eee; width: 30px; font-size: 9px; font-weight: 900; text-align: center; height: 15px; } + .yearleft { padding-right: 5px; padding-top: 5px; padding-bottom: 5px; } + .yearmiddle { padding: 5px; } + .yearright { padding-left: 5px; padding-top: 5px; padding-bottom: 5px; } *************** *** 71,80 **** .eventbg { background-color: #6699CC; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } ! .weekborder2 { border-right: 1px solid #A1A5A9; } ! .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 85,96 ---- .eventbg { background-color: #6699CC; } + .tfixed { table-layout: fixed; word-wrap: break-word; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px dotted #888; } ! .timeborder { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } *************** *** 89,93 **** a.psf:hover { color: #FF0099; text-decoration: underline; } ! /* This is the link style for the mini-cals */ a.ps2 { text-decoration: underline; } a.ps2:link { color: #a01010; } --- 105,109 ---- a.psf:hover { color: #FF0099; text-decoration: underline; } ! /* This is the link style for the mini-cals */ a.ps2 { text-decoration: underline; } a.ps2:link { color: #a01010; } *************** *** 96,100 **** a.ps2:hover { color: #000099; } ! /* This is the link style for year months */ a.ps3 { text-decoration: none; } a.ps3:link { color: #000; } --- 112,116 ---- a.ps2:hover { color: #000099; } ! /* This is the link style for year months */ a.ps3 { text-decoration: none; } a.ps3:link { color: #000; } *************** *** 103,107 **** a.ps3:hover { color: #000; text-decoration: underline; } ! /* This is the link style for events */ a.ps { text-decoration: none; } a.ps:link { color: #fff; } --- 119,123 ---- a.ps3:hover { color: #000; text-decoration: underline; } ! /* This is the link style for events */ a.ps { text-decoration: none; } a.ps:link { color: #fff; } *************** *** 109,113 **** a.ps:active { color: #fff; } a.ps:hover { color: #fff; text-decoration: underline; } ! /* Body attributes */ --- 125,129 ---- a.ps:active { color: #fff; } a.ps:hover { color: #fff; text-decoration: underline; } ! /* Body attributes */ *************** *** 137,138 **** --- 153,164 ---- .search_style { font-size: 12px; font-family: verdana, geneva, arial, sans-serif; width: 134px; margin-bottom: 0; } .login_style { font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 80px; margin-bottom: 0; } + + + /* Make printed pages look nice */ + @media print { + .sidebar { width: 0px; display: none; } + .footer { display: none; } + .monthback { border-spacing: 0; } + .monthback td { border: 1px solid #606060; } + .calborder { border: 1px solid #606060; } + } Index: header.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/header.tpl,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** header.tpl 20 Dec 2008 00:33:14 -0000 1.2 --- header.tpl 12 Apr 2010 18:58:37 -0000 1.2.2.1 *************** *** 5,9 **** <meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> <title>{CALENDAR_NAME} - {DISPLAY_DATE}</title> ! <link rel="stylesheet" type="text/css" href="{DEFAULT_PATH}/templates/{TEMPLATE}/default.css" /> <!-- switch rss_available on --> <link rel="alternate" type="application/rss+xml" title="RSS" href="{DEFAULT_PATH}/rss/rss.php?cal={CAL}&rssview={CURRENT_VIEW}"> --- 5,11 ---- <meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> <title>{CALENDAR_NAME} - {DISPLAY_DATE}</title> ! <link rel="stylesheet" type="text/css" href="{DEFAULT_PATH}/templates/{TEMPLATE}/default.css" /> ! <script id="nicetitle" type="text/javascript" src="{DEFAULT_PATH}/nicetitle/nicetitle.js"></script> ! <link rel="stylesheet" type="text/css" href="{DEFAULT_PATH}/nicetitle/nicetitle.css" /> <!-- switch rss_available on --> <link rel="alternate" type="application/rss+xml" title="RSS" href="{DEFAULT_PATH}/rss/rss.php?cal={CAL}&rssview={CURRENT_VIEW}"> --- calendar_nav.tpl DELETED --- --- day.tpl DELETED --- --- month.tpl DELETED --- --- month_large.tpl DELETED --- --- month_medium.tpl DELETED --- --- month_small.tpl DELETED --- --- sidebar.tpl DELETED --- --- sidebar_year.tpl DELETED --- --- year.tpl DELETED --- |