Skip to content

Commit

Permalink
fix #1465
Browse files Browse the repository at this point in the history
  • Loading branch information
Asitara committed Mar 4, 2016
1 parent aed1805 commit f75126b
Showing 1 changed file with 20 additions and 40 deletions.
60 changes: 20 additions & 40 deletions eqdkp_luna.css
Expand Up @@ -1383,52 +1383,32 @@ div.pagination {

/* Article Sitemap */
.articleSitemap, .categoryChildSitemap {
border-color: #DDDDDD;
border-image: none;
border-style: solid;
border-width: 1px 1px 1px 1px;
border: 1px solid @eqdkpContentContrastBorderColor;
text-decoration: none;
background-color: #fff;
background-color: @eqdkpContentContrastBackgroundColor;
line-height: 20px;
margin-left: 10px;
margin-bottom: 10px;
float: right;
border-radius: 4px;
min-width: 150px;
}

.articleSitemap li, .categoryChildSitemap li {
padding: 6px 12px;
border-bottom: 1px solid #DDDDDD;
}

.articleSitemap li:last-child, .categoryChildSitemap li:last-child {
border: none;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.articleSitemap li:first-child, .categoryChildSitemap li:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}

.articleSitemap li.active {
background-color: #F7F7F9;
cursor: default;
}

.articleSitemap li.active a {
color: #999999;
}

.articleSitemap li:hover, .categoryChildSitemap li:hover {
background-color: #F7F7F9;
cursor: default;
}

.articleSitemap li:hover a, .categoryChildSitemap li:hover a {
color: #000;

li {
padding: 6px 12px;
border-bottom: 1px solid @eqdkpContentContrastBorderColor;

&:hover,
&.active {
background-color: lighten(@eqdkpContentContrastBackgroundColor, 10);
cursor: default;

a {
color: lighten(@eqdkpContentContrastColor, 10);
}
}
&:last-child {
border: none;
}
}
}

.noheader .categoryChildSitemap {
Expand Down

0 comments on commit f75126b

Please sign in to comment.