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.
118 lines (98 loc) • 1.23 kB
CSS
.doc-header
{
color: #93B8BF ;
}
.doc-descr
{
color: #000000;
font-weight: 300;
}
.action-rows
{
margin-top: 50px;
margin-bottom: 50px;
}
.link-list a
{
font-weight: 500;
}
.link-list-icon
{
display: inline-block;
width: 30px;
height: 30px;
color: #333333;
float: left;
font-size: 25px;
}
.link-list
{
margin-bottom: 50px;
}
.link-list div
{
padding: 8px 10px;
}
.link-list-header
{
line-height: 25px;
color: #333333;
margin-left: 10px;
text-decoration: none;
cursor: pointer;
}
.link-list-header h3
{
display: inline;
font-weight: 200;
font-size: 1.8em;
}
.link-list-header:hover,
.link-list-header:hover .link-list-icon
{
color: #000000;
}
.link-list-desc
{
font-size: 1.2em;
color: #7D7D7D;
text-align: justify;
margin-top: 5px;
margin-left: 40px;
}
.link-list-desc-list
{
color: #7D7D7D;
font-size: 1.2em;
margin-top: 10px;
margin-left: 20px;
}
.banner-cont
{
background: #C8F7C5;
}
.banner
{
padding-top: 30px;
padding-bottom: 40px;
}
.banner-header
{
color: #000000;
}
.banner-desc
{
color: #000000;
margin-bottom: 20px;
}
@media (max-width: 992px)
{
.banner div:not(:last-child)
{
padding-bottom: 20px;
}
}
.anypicker-button
{
margin-top: 30px;
}