Skip to content

Commit

Permalink
Properly implemented time.Days.show
Browse files Browse the repository at this point in the history
  • Loading branch information
Wim authored and Wim committed Dec 26, 2013
1 parent 689d54a commit 7bdc450
Show file tree
Hide file tree
Showing 6 changed files with 895 additions and 827 deletions.
84 changes: 42 additions & 42 deletions inc/TimeCircles.css
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
/**
* This element is created inside your target element
* It is used so that your own element will not need to be altered
**/
.time_circles {
position: relative;
width: 100%;
height: 100%;
}

/**
* This is all the elements used to house all text used
* in time circles
**/
.time_circles > div {
position: absolute;
text-align: center;
}

/**
* Titles (Days, Hours, etc)
**/
.time_circles > div > h4 {
margin: 0px;
padding: 0px;
text-align: center;
text-transform: uppercase;
font-family: 'Century Gothic';
}

/**
* Time numbers, ie: 12
**/
.time_circles > div > span {
display: block;
width: 100%;
text-align: center;
font-family: 'Century Gothic';
font-size: 300%;
margin-top: 0.4em;
font-weight: bold;
}
/**
* This element is created inside your target element
* It is used so that your own element will not need to be altered
**/
.time_circles {
position: relative;
width: 100%;
height: 100%;
}

/**
* This is all the elements used to house all text used
* in time circles
**/
.time_circles > div {
position: absolute;
text-align: center;
}

/**
* Titles (Days, Hours, etc)
**/
.time_circles > div > h4 {
margin: 0px;
padding: 0px;
text-align: center;
text-transform: uppercase;
font-family: 'Century Gothic', Arial;
}

/**
* Time numbers, ie: 12
**/
.time_circles > div > span {
display: block;
width: 100%;
text-align: center;
font-family: 'Century Gothic', Arial;
font-size: 300%;
margin-top: 0.4em;
font-weight: bold;
}
Loading

0 comments on commit 7bdc450

Please sign in to comment.