ol.THrectangle-list { counter-reset: li; /* Initiate a counter */ list-style: none; /* Remove default numbering */ *list-style: decimal; /* Keep using default numbering for IE6/7 */ padding: 0; margin-bottom: 2em; text-shadow: 0 1px 0 rgba(255,255,255,.5); } .entry-content ol.THrectangle-list li{ list-style: none !important; } .THrectangle-list ol { margin: 0 0 0 2em; /* Add some left margin for inner lists */ } .THrectangle-list span { color: #fc0 !important; } .entry-content .THrectangle-list a, .entry-content .THrectangle-list span{ position: relative; display: block; *padding: .4em .4em .4em .8em; padding: .4em; margin: .0em 0em .0em 2em; background: #FFF; color: #036; *text-decoration: underline; transition: all .3s ease-out; } .THrectangle-list a:hover{ background: #fff; } .THrectangle-list a:before, .THrectangle-list span:before{ content: counter(li); counter-increment: li; position: absolute; left: -2.5em; top: 50%; margin-top: -1em; background: #fc0; color: #FFF; height: 2em; width: 2em; line-height: 2em; text-align: center; font-weight: bold; } .THrectangle-list a:after, .THrectangle-list span:a:after{ position: absolute; content: ''; border: .5em solid transparent; left: -1em; top: 50%; margin-top: -.5em; transition: all .3s ease-out; } .THrectangle-list a:hover:after{ left: -.5em; border-left-color: #fc0; } .simcal-calendar-list { overflow: hidden; height: 200px; }