Skip to content

Instantly share code, notes, and snippets.

@tisufa
Created September 4, 2019 07:43
Show Gist options
  • Save tisufa/b34125f9e7ca3d5c9412cb0433ca0368 to your computer and use it in GitHub Desktop.
Save tisufa/b34125f9e7ca3d5c9412cb0433ca0368 to your computer and use it in GitHub Desktop.
.duniacara-sitemap .sitemap-header {
border: 1px solid #e0e0e0;
display: block;
}
.duniacara-sitemap .right {
text-align: right;
padding-right: 10px;
font-size: 12px;
font-weight: 600
}
.duniacara-sitemap select,
.duniacara-sitemap input {
width: 166px;
border: 2px solid #3498db;
height: 32px;
color: #565656;
font-size: 12px;
padding: 0 5px;
border-radius: 2px;
}
.duniacara-sitemap .sitemap-description {
padding: 10px;
background: #2980b9;
color: #ffffff;
font-size: 13px;
}
.duniacara-sitemap .sitemap-body {
padding: 0 10px;
}
.duniacara-sitemap .sitemap-body .dc-content {
width: 100%;
overflow: hidden;
padding: 10px 0;
display: table;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-image {
width: 64px;
height: 40px;
overflow: hidden;
float: left;
margin-right: 10px;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
background-size: cover;
border: 1px solid #eeeeee;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-image:hover {
opacity: 0.8;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-image img {
height: 100%;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-description h4 {
font-size: 15px;
margin-bottom: 5px;
font-weight: normal;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-description h4 a {
text-decoration: none;
font-weight: 500;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-description h4 span {
font-size: 14px;
color: #454545;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-description .dateTime {
color: #686868;
font-size: 12px;
margin: 0 0 7px;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-description p {
font-size: 14px;
margin: 7px 0;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-description p span {
margin-right: 5px;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-description p span a {
font-size: 12px;
background: #1abc9c;
padding: 1px 5px;
border-radius: 2px;
color: #ffffff;
text-decoration: none;
}
.duniacara-sitemap .sitemap-body .dc-content .dc-content-description p span a:hover {
background: #16a085
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment