fixed bookmarks for students
This commit is contained in:
@@ -223,6 +223,13 @@ a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
i{
|
||||
transition: color 0.3s;
|
||||
&:hover{
|
||||
color:rgb(96, 96, 96);
|
||||
text-shadow: 1px 4px 6px #FFF,0 0 0 #000,1px 4px 6px #FFF;
|
||||
}
|
||||
}
|
||||
|
||||
/** COLORBOX */
|
||||
#colorbox{
|
||||
|
@@ -863,11 +863,14 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
.ie8 &{margin-top:40px;}
|
||||
|
||||
h2{
|
||||
@include fs12; @include fs700; margin: 0; line-height:1.2; color:#000;
|
||||
a.open-list, i.fi-xicon-remove{
|
||||
@include inlineblock(); cursor:pointer; color:#000;
|
||||
@include fs12; @include fs700; margin: 0 0 0.5em 0; line-height:1.2; color:#000;
|
||||
a.open-list, i.fi-x{
|
||||
@include inlineblock(); cursor:pointer; color:#000; margin-left:0.5em;
|
||||
opacity:0; @include transition-simply-prefix(opacity 0.1s ease-out);
|
||||
}
|
||||
i:before{
|
||||
@include fs14;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover{
|
||||
|
Reference in New Issue
Block a user