cinera__*.css: Prev / Next Episode Marker styles
This commit is contained in:
parent
5bb018d230
commit
d686b7ede7
|
@ -28,7 +28,8 @@
|
|||
.cineraMenus.hero > .menu > .view,
|
||||
.cineraMenus.hero > .menu > .views_container .view,
|
||||
.cineraPlayerContainer .markers_container.hero,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker {
|
||||
.cineraPlayerContainer .markers_container.hero > .episodeMarker,
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker {
|
||||
background-color: #161616;
|
||||
}
|
||||
|
||||
|
@ -54,7 +55,8 @@
|
|||
.cineraMenus.hero > .menu > .credits_container .credit,
|
||||
.cineraMenus.hero > .menu > .views_container,
|
||||
.cineraPlayerContainer .markers_container.hero,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker {
|
||||
.cineraPlayerContainer .markers_container.hero > .episodeMarker,
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
|
@ -69,7 +71,8 @@
|
|||
.cineraMenus.hero > .menu > .refs .ref .timecode.focused:before,
|
||||
.cineraMenus.hero > .menu > .filter_container .filter_content .cineraText,
|
||||
.cineraMenus.hero > .menu > .credits_container .credit .name,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .episodeMarker,
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker > .cineraContent {
|
||||
color: #8A877D;
|
||||
}
|
||||
|
||||
|
@ -102,7 +105,7 @@
|
|||
}
|
||||
|
||||
.cineraMenus.hero > .menu > .refs .ref .ref_indices .timecode.focused,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.current > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.current > .cineraContent {
|
||||
color: #B57714;
|
||||
}
|
||||
|
||||
|
@ -122,7 +125,8 @@
|
|||
.cineraMenus.hero > .menu > .credits_container .credit *.focused,
|
||||
.cineraMenus.hero > .menu > .view:hover,
|
||||
.cineraMenus.hero > .menu > .views_container .view:hover,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker:hover > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers a.episodeMarker:hover,
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker:hover > .cineraContent {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
|
@ -135,12 +139,12 @@
|
|||
#cineraResults .markerList.hero > .marker b,
|
||||
|
||||
.cineraMenus.hero > .menu > .refs .ref.current,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker > .progress .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker > .progress .cineraContent {
|
||||
background-color: #8B3D23;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.cineraPlayerContainer .markers_container.hero > .marker:hover > .faded .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker:hover > .faded .cineraContent {
|
||||
background-color: #68311F;
|
||||
}
|
||||
|
||||
|
@ -174,17 +178,17 @@
|
|||
*/
|
||||
|
||||
.cineraMenus.hero > .menu > .filter_container .filter_content.blackboard,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.blackboard > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.blackboard > .cineraContent {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.cineraMenus.hero > .menu > .filter_container .filter_content.blackboard > .cineraText,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.blackboard > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.blackboard > .cineraContent {
|
||||
color: #D7BA82;
|
||||
}
|
||||
|
||||
.cineraMenus.hero > .menu > .filter_container .filter_content.blackboard.off,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.off_blackboard > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.off_blackboard > .cineraContent {
|
||||
background-color: #121212;
|
||||
}
|
||||
|
||||
|
@ -192,21 +196,21 @@
|
|||
color: #3A3936;
|
||||
}
|
||||
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.off_blackboard > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.off_blackboard > .cineraContent {
|
||||
color: #968F7D;
|
||||
}
|
||||
|
||||
.cineraMenus.hero > .menu > .filter_container .filter_content.focused.blackboard,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker:hover.blackboard > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker:hover.blackboard > .cineraContent {
|
||||
background-color: #0C0C0C;
|
||||
}
|
||||
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.blackboard > .progress .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.blackboard > .progress .cineraContent {
|
||||
background-color: #32160C;
|
||||
color: #897653;
|
||||
}
|
||||
|
||||
.cineraPlayerContainer .markers_container.hero > .marker:hover.blackboard > .faded .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker:hover.blackboard > .faded .cineraContent {
|
||||
background-color: #25110B;
|
||||
color: #AE885E;
|
||||
}
|
||||
|
@ -222,7 +226,7 @@
|
|||
*/
|
||||
|
||||
.cineraMenus.hero > .menu > .filter_container .filter_content.run,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.run > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.run > .cineraContent {
|
||||
background-color: #31241A;
|
||||
}
|
||||
|
||||
|
@ -230,20 +234,20 @@
|
|||
box-shadow: inset 0px 0px 4px #228B22;
|
||||
}
|
||||
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.run > .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker:hover.run > .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.run > .progress .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker:hover.run > .faded .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.run > .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker:hover.run > .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.run > .progress .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker:hover.run > .faded .cineraContent {
|
||||
box-shadow: inset 0px 0px 12px #228B22;
|
||||
}
|
||||
|
||||
.cineraMenus.hero > .menu > .filter_container .filter_content.focused.run,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker:hover.run > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker:hover.run > .cineraContent {
|
||||
background-color: #392C22;
|
||||
}
|
||||
|
||||
.cineraMenus.hero > .menu > .filter_container .filter_content.run.off,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.off_run > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.off_run > .cineraContent {
|
||||
background-color: #1C1917;
|
||||
}
|
||||
|
||||
|
@ -251,17 +255,17 @@
|
|||
box-shadow: inset 0px 0px 4px #193B19;
|
||||
}
|
||||
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.off_run > .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker:hover.off_run > .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.off_run > .progress .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .marker:hover.off_run > .faded .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.off_run > .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker:hover.off_run > .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.off_run > .progress .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker:hover.off_run > .faded .cineraContent {
|
||||
box-shadow: inset 0px 0px 12px #193B19;
|
||||
}
|
||||
|
||||
.cineraPlayerContainer .markers_container.hero > .marker.run > .progress .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker.run > .progress .cineraContent {
|
||||
background-color: #803F23;
|
||||
}
|
||||
|
||||
.cineraPlayerContainer .markers_container.hero > .marker:hover.run > .faded .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.hero > .markers .marker:hover.run > .faded .cineraContent {
|
||||
background-color: #683720;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
.cineraMenus.riscy > .menu > .view,
|
||||
.cineraMenus.riscy > .menu > .views_container .view,
|
||||
.cineraPlayerContainer .markers_container.riscy,
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker {
|
||||
.cineraPlayerContainer .markers_container.riscy > .episodeMarker,
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker {
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
|
@ -27,7 +28,7 @@
|
|||
background-color: #FFF;
|
||||
}
|
||||
|
||||
#cineraResults .markerList.riscy > .marker,
|
||||
#cineraResults .markerList.riscy > .markers .marker,
|
||||
|
||||
.cineraMenus.riscy,
|
||||
.cineraMenus.riscy > .menu > .refs,
|
||||
|
@ -38,13 +39,14 @@
|
|||
.cineraMenus.riscy > .menu > .credits_container .credit,
|
||||
.cineraMenus.riscy > .menu > .views_container,
|
||||
.cineraPlayerContainer .markers_container.riscy,
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker {
|
||||
.cineraPlayerContainer .markers_container.riscy > .episodeMarker,
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker {
|
||||
border-color: rgba(246, 178, 26, 0.8);
|
||||
}
|
||||
|
||||
.cineraQueryContainer.riscy .inputContainer #query,
|
||||
.cineraResults .dayContainer.riscy > .dayName,
|
||||
#cineraResults .markerList.riscy > .marker,
|
||||
#cineraResults .markerList.riscy > .markers .marker,
|
||||
#cineraIndex.riscy #cineraIndexSort,
|
||||
#cineraIndex.riscy #cineraIndexEntries div a,
|
||||
|
||||
|
@ -54,7 +56,8 @@
|
|||
.cineraMenus.riscy > .menu > .refs .ref .timecode.focused:before,
|
||||
.cineraMenus.riscy > .menu > .filter_container .filter_content .cineraText,
|
||||
.cineraMenus.riscy > .menu > .credits_container .credit .name,
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.riscy > .episodeMarker,
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker > .cineraContent {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
@ -83,7 +86,7 @@
|
|||
|
||||
/*.cineraMenus.riscy > .menu > .refs .ref .ref_indices .timecode:hover,*/
|
||||
.cineraMenus.riscy > .menu > .refs .ref .ref_indices .timecode.focused,
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker.current > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker.current > .cineraContent {
|
||||
color: #2A3172;
|
||||
}
|
||||
|
||||
|
@ -107,7 +110,8 @@
|
|||
.cineraMenus.riscy > .menu > .credits_container .credit *.focused,
|
||||
.cineraMenus.riscy > .menu > .view:hover,
|
||||
.cineraMenus.riscy > .menu > .views_container .view:hover,
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker:hover > .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.riscy > a.episodeMarker:hover,
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker:hover > .cineraContent {
|
||||
background-color: #FFF8E7;
|
||||
}
|
||||
|
||||
|
@ -121,13 +125,13 @@
|
|||
|
||||
.cineraMenus.riscy > .menu > .refs .ref.current,
|
||||
/*.cineraMenus.riscy > .menu > .refs .ref.current .timecode:hover:before,*/
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker > .progress .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker > .progress .cineraContent {
|
||||
background-color: rgb(42, 49, 114);
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
/*.cineraMenus.riscy > .menu > .refs .ref.current:hover,*/
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker:hover > .faded .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker:hover > .faded .cineraContent {
|
||||
background-color: rgba(42, 49, 114, 0.7);
|
||||
}
|
||||
|
||||
|
@ -142,8 +146,8 @@
|
|||
.cineraMenus.riscy .filter_content.blackboard,
|
||||
.cineraPlayerContainer .markers_container.riscy .blackboard > .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.riscy .off_blackboard > .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker.blackboard > .progress .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker:hover.blackboard > .faded .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker.blackboard > .progress .cineraContent,
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker:hover.blackboard > .faded .cineraContent {
|
||||
background-size: 12px 12px;
|
||||
background-position: center;
|
||||
}
|
||||
|
@ -159,12 +163,12 @@
|
|||
linear-gradient(to bottom, rgba(51, 153, 255, .08) 1px, transparent 1px);
|
||||
}
|
||||
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker.blackboard > .progress .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker.blackboard > .progress .cineraContent {
|
||||
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);
|
||||
}
|
||||
|
||||
.cineraPlayerContainer .markers_container.riscy > .marker:hover.blackboard > .faded .cineraContent {
|
||||
.cineraPlayerContainer .markers_container.riscy > .markers .marker:hover.blackboard > .faded .cineraContent {
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue