2017-04-13 00:21:04 +00:00
|
|
|
.title.riscy {
|
2017-04-13 23:46:21 +00:00
|
|
|
background-color: #EEE;
|
2017-04-13 00:21:04 +00:00
|
|
|
color: #000000;
|
2017-04-23 02:47:42 +00:00
|
|
|
border-color: rgba(246, 178, 26, 0.8);
|
2017-04-13 00:21:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title.riscy .refs_container {
|
|
|
|
transition: box-shadow 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
|
|
box-shadow: inset 0 0 0 #2A3172;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title.riscy .refs_container:hover {
|
|
|
|
background-color: #FFF8E7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title.riscy > .refs_container.current {
|
|
|
|
box-shadow: inset 0px 0px 30px #2A3172;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title.riscy .refs_container .refs {
|
2017-04-13 23:46:21 +00:00
|
|
|
background-color: #EEE;
|
2017-04-23 02:47:42 +00:00
|
|
|
border-color: rgba(246, 178, 26, 0.8);
|
2017-04-13 00:21:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title.riscy .refs_container > .refs .ref {
|
2017-04-23 02:47:42 +00:00
|
|
|
border-color: rgba(246, 178, 26, 0.8);
|
2017-04-13 00:21:04 +00:00
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title.riscy .refs_container > .refs .ref.current {
|
|
|
|
background-color: #2A3172;
|
2017-04-13 23:46:21 +00:00
|
|
|
color: #EEE;
|
2017-04-13 00:21:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title.riscy .refs_container > .refs .ref:hover {
|
|
|
|
background-color: #FFF8E7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title.riscy .refs_container > .refs .ref.current:hover {
|
|
|
|
background-color: rgba(42, 49, 114, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.title.riscy .refs_container > .refs .ref .source {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
2017-04-23 02:47:42 +00:00
|
|
|
.title.riscy .refs_container > .refs .ref .quote_byline {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
2017-04-13 00:21:04 +00:00
|
|
|
.title.riscy .refs_container > .refs .ref.current .source {
|
|
|
|
color: #FFF8E7;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Regular */
|
|
|
|
.markers_container.riscy {
|
2017-04-13 23:46:21 +00:00
|
|
|
background-color: #EEE;
|
2017-04-13 00:21:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.markers_container.riscy > .marker {
|
2017-04-23 02:47:42 +00:00
|
|
|
border-color: rgba(246, 178, 26, 0.8);
|
2017-04-13 00:21:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.markers_container.riscy > .marker:hover > .content {
|
|
|
|
background-color: #FFF8E7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markers_container.riscy > .marker:hover > .faded .content {
|
|
|
|
background-color: rgba(42, 49, 114, 0.7);
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markers_container.riscy > .marker > .content {
|
2017-04-13 23:46:21 +00:00
|
|
|
background-color: #EEE;
|
2017-04-13 00:21:04 +00:00
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markers_container.riscy > .marker.current > .content {
|
|
|
|
color: #2A3172;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markers_container.riscy > .marker > .progress .content {
|
|
|
|
background-color: #2A3172;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Blackboard */
|
|
|
|
.markers_container.riscy > .marker:hover.blackboard > .content {
|
|
|
|
background-color: #FFF8E7;
|
|
|
|
background-size: 12px 12px;
|
|
|
|
background-image: linear-gradient(to right , rgba(51, 153, 255, .16) 1px, transparent 1px),
|
|
|
|
linear-gradient(to bottom, rgba(51, 153, 255, .16) 1px, transparent 1px);
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markers_container.riscy > .marker:hover.blackboard > .faded .content {
|
|
|
|
background-color: rgba(42, 49, 114, 0.7);
|
|
|
|
background-size: 12px 12px;
|
|
|
|
background-image: linear-gradient(to right , rgba(0, 0, 0, .16) 1px, transparent 1px),
|
|
|
|
linear-gradient(to bottom, rgba(0, 0, 0, .16) 1px, transparent 1px);
|
|
|
|
background-position: center;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markers_container.riscy > .marker.blackboard > .content {
|
2017-04-13 23:46:21 +00:00
|
|
|
background-color: #EEE;
|
2017-04-13 00:21:04 +00:00
|
|
|
background-size: 12px 12px;
|
|
|
|
background-image: linear-gradient(to right , rgba(51, 153, 255, .16) 1px, transparent 1px),
|
|
|
|
linear-gradient(to bottom, rgba(51, 153, 255, .16) 1px, transparent 1px);
|
|
|
|
background-position: center;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markers_container.riscy > .marker.blackboard.current > .content {
|
|
|
|
color: #2A3172;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markers_container.riscy > .marker.blackboard > .progress .content {
|
|
|
|
background-color: #2A3172;
|
|
|
|
background-size: 12px 12px;
|
|
|
|
background-image: linear-gradient(to right , rgba(255, 255, 255, .16) 1px, transparent 1px),
|
|
|
|
linear-gradient(to bottom, rgba(255, 255, 255, .16) 1px, transparent 1px);
|
|
|
|
background-position: center;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TODO(matt):
|
|
|
|
*
|
|
|
|
* .markers_container.riscy > marker.run
|
|
|
|
*/
|