calenstyle
Version:
CalenStyle is a Responsive Drag-and-Drop Event Calendar for Web, iOS, Android & Windows. CalenStyle is customizable plugin having multiple, clean-designed event calendar templates specially designed for web & mobile applications.
89 lines (75 loc) • 1.01 kB
CSS
.doc-header
{
color: #93B8BF ;
}
.doc-descr
{
color: #000000;
font-weight: 300;
margin-top: 50px;
}
.doc-note
{
color: #FF0000;
}
.doc-note li
{
margin-bottom: 5px;
}
.acc-container
{
width:90%;
margin:30px auto;
-webkit-border-radius:8px;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
overflow:hidden;
}
.acc-container-header span
{
background-color: #FF3B30;
color: #FFF;
padding: 5px 15px 6px;
border-radius: 4px;
}
.acc-btn
{
display: block;
width:100%;
margin:0 auto;
padding:10px 15px;
cursor:pointer;
text-decoration: none;
}
.acc-btn:hover
{
text-decoration: none;
background: #F7F5F2;
}
.btnTitle
{
color: #444444;
font-size: 120%;
}
.acc-btn:hover .btnTitle
{
color: #000000;
}
.btnDemo
{
float: right;
border-radius: 2px;
padding: 2px 6px;
text-align: center;
text-decoration: none;
cursor: pointer;
color: #1E8BC3;
}
.btnDemo:hover,
.acc-btn:hover .btnDemo
{
text-decoration: none;
cursor: pointer;
color: #000000;
}