Add new files for design
This commit is contained in:
		
					parent
					
						
							
								ba554deca1
							
						
					
				
			
			
				commit
				
					
						28a50b9002
					
				
			
		
					 1 changed files with 31 additions and 32 deletions
				
			
		| 
						 | 
					@ -16,7 +16,7 @@
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
	background: #f9f9f9;
 | 
						background: #f9f9f9;
 | 
				
			||||||
	color: #0e171c;
 | 
						color: #0e171c;
 | 
				
			||||||
	font: 100 100%/.7em 'Lato', sans-serif;
 | 
						font: 300 100%/1.5em 'Lato', sans-serif;
 | 
				
			||||||
	margin: 0;
 | 
						margin: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -26,33 +26,30 @@ a {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*Month size*/
 | 
					/*Month size*/
 | 
				
			||||||
h2 {
 | 
					h2 {
 | 
				
			||||||
	font-size: .8em;
 | 
						font-size: 1.5em;
 | 
				
			||||||
	line-height: 1em;
 | 
						line-height: 1.25em;
 | 
				
			||||||
	/*margin: .1em 0;*/
 | 
						margin: .25em 0;
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
td{
 | 
					 | 
				
			||||||
	font-size:.7em;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
h3 {
 | 
					h3 {
 | 
				
			||||||
	font-size: .7em;
 | 
						font-size: 1.5em;
 | 
				
			||||||
	line-height: .1em;
 | 
						line-height: 1em;
 | 
				
			||||||
	margin: .13em 0;
 | 
						margin: .33em 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
table {
 | 
					table {
 | 
				
			||||||
	/*border-collapse: collapse;*/
 | 
						/*border-collapse: collapse;*/
 | 
				
			||||||
	border-spacing: 0;
 | 
						border-spacing: 0;
 | 
				
			||||||
 | 
						margin:auto;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.container {
 | 
					.container {
 | 
				
			||||||
	height: 270px;
 | 
						height: 558px;
 | 
				
			||||||
	left: 50%;
 | 
						left: 50%;
 | 
				
			||||||
	margin: -100px 0 0 -100px; /* Calendar location */
 | 
						margin: -255px 0 0 -245px;
 | 
				
			||||||
	position: absolute;
 | 
						position: absolute;
 | 
				
			||||||
	top: 50%;
 | 
						top: 50%;
 | 
				
			||||||
	width: 13%;
 | 
						width: 540px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* ---------- CALENDAR ---------- */
 | 
					/* ---------- CALENDAR ---------- */
 | 
				
			||||||
| 
						 | 
					@ -71,7 +68,6 @@ table {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
/*Title*/
 | 
					/*Title*/
 | 
				
			||||||
.calendar thead {
 | 
					.calendar thead {
 | 
				
			||||||
	font-size: .9em;
 | 
					 | 
				
			||||||
	font-weight: 600;
 | 
						font-weight: 600;
 | 
				
			||||||
	text-transform: uppercase;
 | 
						text-transform: uppercase;
 | 
				
			||||||
	color: #8BC4C9;
 | 
						color: #8BC4C9;
 | 
				
			||||||
| 
						 | 
					@ -84,17 +80,20 @@ table {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*select date*/
 | 
					/*select date*/
 | 
				
			||||||
.calendar tbody td:hover {
 | 
					.calendar tbody td:hover {
 | 
				
			||||||
	border: .2em solid #8BC4C9;
 | 
						border: .5px solid #8BC4C9;
 | 
				
			||||||
 | 
						-webkit-border: .5px solid none;
 | 
				
			||||||
 | 
						border-radius: 50%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.calendar td {
 | 
					.calendar td {
 | 
				
			||||||
	border: .7em solid none;
 | 
						border: .5px solid transparent;
 | 
				
			||||||
	border-radius: 50%;
 | 
						border-radius: 50%;
 | 
				
			||||||
	display: inline-block;
 | 
						display: inline-block;
 | 
				
			||||||
	height: 2em;
 | 
						height: 2.5em;
 | 
				
			||||||
	line-height: 2em;
 | 
						line-height: 2.5em;
 | 
				
			||||||
	text-align: center;
 | 
						text-align: center;
 | 
				
			||||||
	width: 2em;
 | 
						width: 2.5em;
 | 
				
			||||||
 | 
						
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.calendar .prev-month,
 | 
					.calendar .prev-month,
 | 
				
			||||||
| 
						 | 
					@ -104,7 +103,7 @@ table {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.calendar .prev-month:hover,
 | 
					.calendar .prev-month:hover,
 | 
				
			||||||
.calendar .next-month:hover {
 | 
					.calendar .next-month:hover {
 | 
				
			||||||
	border: 2px solid #cbd1d2;
 | 
						border: .5px solid #cbd1d2;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*Today*/
 | 
					/*Today*/
 | 
				
			||||||
| 
						 | 
					@ -122,14 +121,14 @@ table {
 | 
				
			||||||
.event:after {
 | 
					.event:after {
 | 
				
			||||||
	background: #8BC4C9;
 | 
						background: #8BC4C9;
 | 
				
			||||||
	border-radius: 50%;
 | 
						border-radius: 50%;
 | 
				
			||||||
	bottom: .3em;
 | 
						bottom: .35em;
 | 
				
			||||||
	display: block;
 | 
						display: block;
 | 
				
			||||||
	content: '';
 | 
						content: '';
 | 
				
			||||||
	height: .3em;
 | 
						height: .35em;
 | 
				
			||||||
	left: 50%;
 | 
						left: 50%;
 | 
				
			||||||
	margin: -.5em 0 0 -.1em;
 | 
						margin: -.25em 0 0 -.25em ;
 | 
				
			||||||
	position: absolute;
 | 
						position: absolute;
 | 
				
			||||||
	width: .3em;
 | 
						width: .35em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.event.current-day:after {
 | 
					.event.current-day:after {
 | 
				
			||||||
| 
						 | 
					@ -139,18 +138,18 @@ table {
 | 
				
			||||||
/*Next,Prev month*/
 | 
					/*Next,Prev month*/
 | 
				
			||||||
.btn-prev,
 | 
					.btn-prev,
 | 
				
			||||||
.btn-next {
 | 
					.btn-next {
 | 
				
			||||||
	border: 2px solid none;
 | 
						border: 1px solid transparent;
 | 
				
			||||||
	border-radius: 50%;
 | 
					 | 
				
			||||||
	color: #8BC4C9;
 | 
						color: #8BC4C9;
 | 
				
			||||||
	height: 2em;
 | 
						height: 2em;
 | 
				
			||||||
	font-size: .75em;
 | 
						font-size: .75em;
 | 
				
			||||||
	line-height: 2em;
 | 
						line-height: 2em;
 | 
				
			||||||
	margin: -1em;
 | 
						margin: auto;
 | 
				
			||||||
	position: absolute;
 | 
						position: absolute;
 | 
				
			||||||
	top: 50%;
 | 
						top: .3em;
 | 
				
			||||||
	width: 2em;
 | 
						width: 10em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.btn-prev:hover,
 | 
					.btn-prev:hover,
 | 
				
			||||||
.btn-next:hover {
 | 
					.btn-next:hover {
 | 
				
			||||||
	background: none;
 | 
						background: none;
 | 
				
			||||||
| 
						 | 
					@ -158,9 +157,9 @@ table {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.btn-prev {
 | 
					.btn-prev {
 | 
				
			||||||
	left: 1.7em;
 | 
						left: 6em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.btn-next {
 | 
					.btn-next {
 | 
				
			||||||
	right: 1.7em;
 | 
						right: 6em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue