Skip to content

Commit

Permalink
Rename my-custom-card.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Oct 24, 2024
1 parent 4380f88 commit 7f7b6f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions doc/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/* Center and make the title bold */
.my-custom-card .grid-item-card-title {
.gallery-card .grid-item-card-title {
text-align: center;
font-weight: bold;
}

/* Default style for hover content (hidden) */
.my-custom-card .hover-content {
.gallery-card .hover-content {
display: none;
text-align: center;
}

/* Show the hover content when hovering over the card */
.my-custom-card:hover .default-title {
.gallery-card:hover .default-title {
display: none;
}

.my-custom-card:hover .hover-content {
.gallery-card:hover .hover-content {
display: block;
}
30 changes: 15 additions & 15 deletions doc/tutorials_custom_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ These tutorials focus on the :py:mod:`spikeinterface.core` module.
:link: sphx_glr_tutorials_core_plot_1_recording_extractor.py
:img-top: /tutorials/core/images/thumb/sphx_glr_plot_1_recording_extractor_thumb.png
:img-alt: Recording objects
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -52,7 +52,7 @@ These tutorials focus on the :py:mod:`spikeinterface.core` module.
:link: sphx_glr_tutorials_core_plot_2_sorting_extractor.py
:img-top: /tutorials/core/images/thumb/sphx_glr_plot_2_sorting_extractor_thumb.png
:img-alt: Sorting objects
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -64,7 +64,7 @@ These tutorials focus on the :py:mod:`spikeinterface.core` module.
:link: sphx_glr_tutorials_core_plot_3_handle_probe_info.py
:img-top: /tutorials/core/images/thumb/sphx_glr_plot_3_handle_probe_info_thumb.png
:img-alt: Handling probe information
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -76,7 +76,7 @@ These tutorials focus on the :py:mod:`spikeinterface.core` module.
:link: sphx_glr_tutorials_core_plot_4_sorting_analyzer.py
:img-top: /tutorials/core/images/thumb/sphx_glr_plot_4_sorting_analyzer_thumb.png
:img-alt: SortingAnalyzer
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -88,7 +88,7 @@ These tutorials focus on the :py:mod:`spikeinterface.core` module.
:link: sphx_glr_tutorials_core_plot_5_append_concatenate_segments.py
:img-top: /tutorials/core/images/thumb/sphx_glr_plot_5_append_concatenate_segments_thumb.png
:img-alt: Append/Concatenate segments
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -100,7 +100,7 @@ These tutorials focus on the :py:mod:`spikeinterface.core` module.
:link: sphx_glr_tutorials_core_plot_6_handle_times.py
:img-top: /tutorials/core/images/thumb/sphx_glr_plot_6_handle_times_thumb.png
:img-alt: Handle time information
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -120,7 +120,7 @@ The :py:mod:`spikeinterface.extractors` module is designed to load and save reco
:link: sphx_glr_tutorials_extractors_plot_1_read_various_formats.py
:img-top: /tutorials/extractors/images/thumb/sphx_glr_plot_1_read_various_formats_thumb.png
:img-alt: Read various formats
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -132,7 +132,7 @@ The :py:mod:`spikeinterface.extractors` module is designed to load and save reco
:link: sphx_glr_tutorials_extractors_plot_2_working_with_unscaled_traces.py
:img-top: /tutorials/extractors/images/thumb/sphx_glr_plot_2_working_with_unscaled_traces_thumb.png
:img-alt: Unscaled traces
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -152,7 +152,7 @@ The :code:`spikeinterface.qualitymetrics` module allows users to compute various
:link: sphx_glr_tutorials_qualitymetrics_plot_3_quality_mertics.py
:img-top: /tutorials/qualitymetrics/images/thumb/sphx_glr_plot_3_quality_mertics_thumb.png
:img-alt: Quality Metrics
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -164,7 +164,7 @@ The :code:`spikeinterface.qualitymetrics` module allows users to compute various
:link: sphx_glr_tutorials_qualitymetrics_plot_4_curation.py
:img-top: /tutorials/qualitymetrics/images/thumb/sphx_glr_plot_4_curation_thumb.png
:img-alt: Curation Tutorial
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -184,7 +184,7 @@ The :code:`spikeinterface.comparison` module allows you to compare sorter output
:link: sphx_glr_tutorials_comparison_plot_5_comparison_sorter_weaknesses.py
:img-top: /tutorials/comparison/images/thumb/sphx_glr_plot_5_comparison_sorter_weaknesses_thumb.png
:img-alt: Sorter Comparison
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -204,7 +204,7 @@ The :code:`widgets` module contains several plotting routines (widgets) for visu
:link: sphx_glr_tutorials_widgets_plot_1_rec_gallery.py
:img-top: /tutorials/widgets/images/thumb/sphx_glr_plot_1_rec_gallery_thumb.png
:img-alt: Recording Widgets
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -216,7 +216,7 @@ The :code:`widgets` module contains several plotting routines (widgets) for visu
:link: sphx_glr_tutorials_widgets_plot_2_sort_gallery.py
:img-top: /tutorials/widgets/images/thumb/sphx_glr_plot_2_sort_gallery_thumb.png
:img-alt: Sorting Widgets
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -228,7 +228,7 @@ The :code:`widgets` module contains several plotting routines (widgets) for visu
:link: sphx_glr_tutorials_widgets_plot_3_waveforms_gallery.py
:img-top: /tutorials/widgets/images/thumb/sphx_glr_plot_3_waveforms_gallery_thumb.png
:img-alt: Waveforms Widgets
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand All @@ -240,7 +240,7 @@ The :code:`widgets` module contains several plotting routines (widgets) for visu
:link: sphx_glr_tutorials_widgets_plot_4_peaks_gallery.py
:img-top: /tutorials/widgets/images/thumb/sphx_glr_plot_4_peaks_gallery_thumb.png
:img-alt: Peaks Widgets
:class-card: my-custom-card
:class-card: gallery-card

.. raw:: html

Expand Down

0 comments on commit 7f7b6f4

Please sign in to comment.