From: <par...@us...> - 2010-04-12 18:58:46
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/tan In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20875/templates/tan 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 year.tpl Log Message: merge with HEAD Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/tan/default.css,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** default.css 18 May 2007 19:03:09 -0000 1.1 --- default.css 12 Apr 2010 18:58:37 -0000 1.1.2.1 *************** *** 1,4 **** --- 1,5 ---- /* Style sheet for the grey calendar */ + 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,38 **** .eventbg_7 { background-color: #666666; padding: 2px;} ! #allday a { font-size: 9px; color: #fff; font-weight: 900; text-decoration:none;} ! #allday a:hover { text-decoration:underline;} /*varies*/ .eventbg2_1 { background-color: #A6A978; border: 1px solid #FFFFFF; } --- 34,40 ---- .eventbg_7 { background-color: #666666; padding: 2px;} ! .allday a { font-size: 9px; color: #fff !important; font-weight: 900; text-decoration:none;} ! .allday a:hover { text-decoration:underline;} ! /*varies*/ .eventbg2_1 { background-color: #A6A978; border: 1px solid #FFFFFF; } *************** *** 63,70 **** --- 65,79 ---- .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 */ *************** *** 84,87 **** --- 93,99 ---- .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; } *************** *** 91,100 **** .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); } --- 103,114 ---- .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); } *************** *** 109,113 **** a.psf:hover { color: #333; text-decoration: underline; } ! /* This is the link style for the mini-cals (varies)*/ a.ps2 { text-decoration: underline; } a.ps2:link { color: #0066FF; } --- 123,127 ---- a.psf:hover { color: #333; text-decoration: underline; } ! /* This is the link style for the mini-cals (varies)*/ a.ps2 { text-decoration: underline; } a.ps2:link { color: #0066FF; } *************** *** 116,120 **** a.ps2:hover { color: #000099; } ! /* This is the link style for year months */ a.ps3 { text-decoration: none; } a.ps3:link { color: #000; } --- 130,134 ---- a.ps2:hover { color: #000099; } ! /* This is the link style for year months */ a.ps3 { text-decoration: none; } a.ps3:link { color: #000; } *************** *** 123,127 **** 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; } --- 137,141 ---- 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; } *************** *** 129,133 **** a.ps:active { color: #fff; } a.ps:hover { color: #fff; text-decoration: underline; } ! /* Body attributes */ --- 143,147 ---- a.ps:active { color: #fff; } a.ps:hover { color: #fff; text-decoration: underline; } ! /* Body attributes */ *************** *** 157,158 **** --- 171,182 ---- .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/tan/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 --- --- year.tpl DELETED --- |