Style target notes for easy visual identification

This commit is contained in:
Javier Castro 2013-05-16 13:15:26 -03:00
parent 22d411e557
commit 4e4d99ec74

View file

@ -1,6 +1,13 @@
/**
* Notes
*/
@-webkit-keyframes target-note {
from { background:#fffff0; }
50% { background:#ffffd3; }
to { background:#fffff0; }
}
ul.notes {
display: block;
list-style: none;
@ -91,6 +98,11 @@ ul.notes {
}
}
.note:target {
-webkit-animation:target-note 2s linear;
background: #fffff0;
}
// paint top or bottom borders depending on notes direction
&:not(.reversed) .note,
&:not(.reversed) .discussion {