Feedwind CSS

CSS stylesheet icon feedwind-css.css — CSS stylesheet, 2 KB (2166 bytes)

File contents

@charset "utf-8";
/* CSS Document art-feedwind.css */


#fw-container	{
    border: none;
    border-radius: 0;
}

div#fw-feed-items	{
	font-family: Merriweather, Cambria, serif;
}

.fw-feed-item:first-of-type	{
	padding-top: 0;
}

.fw-feed-item-image-module	{
	margin: 0;
}

.fw-feed-item-image	{
    float: left;
    width: 110px;
    height: 110px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #8B9DA1;
}

.fw-feed-item-content-module	{
	padding-left: 1rem;
}

#fw-feed-items .fw-feed-item-title	{
    font-size: 14px;
    color: #666666;
    font-family: "proxima-nova","HelveticaNeue","Helvetica Neue",Helvetica, Arial,sans-serif;
    font-weight: normal;
}

#fw-feed-items .fw-feed-item-url:hover .fw-feed-item-title	{
	color: #ad0000;
	background-color: transparent;
}

#fw-feed-items .fw-feed-item-description	{
	font-size: 1.4rem;
	color: #333;
	background-color: transparent;
}

/* #fw-feed-items { display:none; } */

.fw-feed-item-date  {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 12px;
    color: #666666;
}

@media (max-width:400px) {
	#fw-container .fw-feed-item-image-module { float:none; }
	#fw-container .fw-feed-item-content-module { padding-left:0; }
	#fw-container .fw-feed-item-image { width:100%; height:200px; }
	
}

/* RSS Include */

.rssincl-box-1206593    {
    width: 100%;
}

.rssincl-content    {
    
}

.rssincl-entry  {
    background-color: #edf1f2;
    padding: 14px 10px;
    color: #666;
    margin: 0px 10px 10px 10px;
    line-height: 20px;
    clear: both;
}


.rssincl-itemdate   {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 12px;
    color: #666666;
}

.rssincl-itemimage   {
    float: left;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #8B9DA1;
}

.rssincl-itemtitle  {
    font-size: 14px;
    color: #666666;
    font-family: "proxima-nova","HelveticaNeue","Helvetica Neue",Helvetica, Arial,sans-serif;
    font-weight: normal;
}