/* remotefilename=/style/shnStyles.css
 *
 *	Copyright © 2026 by The L5 Development Group.  All rights reserved.
 *
 *	$Id: /style/shnStyles.css,v $
 */
/**
*	CSS rulesets for the Space History section of the site
*
*	Author:			Fred Koschara
*	Creation Date:	May thirtieth, 2026
*	Last Modified:	May 30, 2026 @ 9:27 am
*
*	Revision History:
*	   Date		  by		Description
*	2026/05/30	wfredk	original development, rulesets extracted from PHP files
*/

/* for index.php */
.calBlock						/* cal. row block, 3 month tables top aligned */
{	border:0;
	border-spacing:25px;
}
.monPage
{	border:1px solid white;
	border-collapse:collapse;
}
.calRibbon
{	border:0;
	border-spacing:5px;
	width:100%;
}
.mnCell
{	font-weight:bold;
	padding-left:1em;
	text-align:left;
}
.yrCell
{	padding-right:5px;
	text-align:right;
}
.calRow
{	border:1px solid white;
}
.dayCell
{	background:#000000;
	border:1px solid white;
	padding:2px 2px 2px 4px;
	text-align:left;
}
.todayCell
{	background:#666666;
	border:1px solid white;
	padding:2px 2px 2px 4px;
	text-align:left;
}
.noDayCell
{	border:1px solid white;
}
.phantomDay						/* February 29 */
{	background:#222244;
	border:1px solid white;
	padding:2px 2px 2px 4px;
	text-align:left;
}

/* for DayInHistory.php */
.subscrTable
{	border:0;
	border-spacing:10px;
	margin:auto;
}

/* EOF: shnStyles.css */
