Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkraja authored and Inkraja committed Oct 6, 2015
1 parent 6d1f254 commit 919bf72
Showing 1 changed file with 61 additions and 2 deletions.
63 changes: 61 additions & 2 deletions eqdkp_tsw_orochi.css
Expand Up @@ -2306,7 +2306,9 @@ span.group_selector {
top: -8px;
left: -14px;
}

.tooltiprow{
min-height: 24px;
}
#memberScroller{
height: 300px;
overflow:auto;
Expand Down Expand Up @@ -3778,6 +3780,10 @@ font-weight: normal !important;
.responsive #personalAreaUser ul li {
margin-right: 10px;
}

.list-type1 .ribbons, .list-type2 .ribbons, .list-type3 .ribbons {
display: none;
}
}


Expand Down Expand Up @@ -4035,9 +4041,62 @@ button.thirdpartylogin.openid {
border-bottom: none;
}

.list-type2 .fa-calendar-o, .list-type2 .fa-comments {
.list-type2 .fa-calendar-o, .list-type2 .fa-comments, .list-type2 .fa-folder-o {
margin-left: 10px;
}

/* Ribbons */

.article_content {
position: relative;
}

@ribbon: @eqdkpContentHighlightColor;
.ribbon {
position: absolute;
right: -5px; top: -5px;
z-index: 1;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;
& span {
font-size: 10px;
font-weight: bold;
color: @eqdkpContentBackgroundColor;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(45deg);
width: 100px;
display: block;
background: @ribbon;
background: linear-gradient(lighten(@ribbon,20%) 0%, @ribbon 100%);
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px; right: -21px;
&::before {
content: "";
position: absolute; left: 0px; top: 100%;
z-index: -1;
border-left: 3px solid @ribbon;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid @ribbon; }
&::after {
content: "";
position: absolute; right: 0px; top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid @ribbon;
border-bottom: 3px solid transparent;
border-top: 3px solid @ribbon; }
}
}
@featuredColor: gold;
.featured .ribbon > span {
background: linear-gradient(lighten(@featuredColor,20%) 0%, @featuredColor 100%);
color: black;
}
.elfinder .elfinder-navbar {
background-color: #131313 !important;
}
Expand Down

0 comments on commit 919bf72

Please sign in to comment.