PluginProbe ʕ •ᴥ•ʔ
Strong Testimonials / 3.3.2
Strong Testimonials v3.3.2
3.3.2 3.3.1 trunk 1.0.1 2.30.9 2.31.10 2.32 2.32.1 2.32.2 2.32.3 2.32.4 2.33 2.34 2.35 2.36 2.37 2.38 2.38.1 2.39 2.39.1 2.39.2 2.39.3 2.40.0 2.40.1 2.40.2 2.40.3 2.40.4 2.40.5 2.40.6 2.40.7 2.41.0 2.41.1 2.50.0 2.50.1 2.50.2 2.50.3 2.50.4 2.51.0 2.51.1 2.51.2 2.51.3 2.51.4 2.51.5 2.51.6 2.51.7 2.51.8 2.51.9 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.19 3.1.2 3.1.20 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.14 3.2.15 3.2.16 3.2.17 3.2.18 3.2.19 3.2.2 3.2.20 3.2.21 3.2.22 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0
strong-testimonials / assets / public / css / rating-form.css
strong-testimonials / assets / public / css Last commit date
animate.min.css 1 year ago columns.css 1 year ago grid.css 1 year ago lazyload.css 1 year ago masonry.css 1 year ago rating-display.css 1 year ago rating-form.css 1 year ago slider-controls-full-buttons.css 1 year ago slider-controls-full-buttons2.css 1 year ago slider-controls-full-buttons3.css 1 year ago slider-controls-full-text.css 1 year ago slider-controls-sides-buttons-pager-buttons.css 1 year ago slider-controls-sides-buttons-pager-text.css 1 year ago slider-controls-sides-buttons.css 1 year ago slider-controls-sides-buttons2-pager-buttons.css 1 year ago slider-controls-sides-buttons2-pager-text.css 1 year ago slider-controls-sides-buttons2.css 1 year ago slider-controls-sides-buttons3-pager-buttons.css 1 year ago slider-controls-sides-buttons3-pager-text.css 1 year ago slider-controls-sides-buttons3.css 1 year ago slider-controls-sides-inside-buttons-pager-buttons.css 1 year ago slider-controls-sides-inside-buttons-pager-text.css 1 year ago slider-controls-sides-inside-buttons.css 1 year ago slider-controls-sides-inside-buttons2-pager-buttons.css 1 year ago slider-controls-sides-inside-buttons2-pager-text.css 1 year ago slider-controls-sides-inside-buttons2.css 1 year ago slider-controls-sides-inside-buttons3-pager-buttons.css 1 year ago slider-controls-sides-inside-buttons3-pager-text.css 1 year ago slider-controls-sides-inside-buttons3.css 1 year ago slider-controls-sides-outside-buttons-pager-buttons.css 1 year ago slider-controls-sides-outside-buttons-pager-text.css 1 year ago slider-controls-sides-outside-buttons.css 1 year ago slider-controls-sides-outside-buttons2-pager-buttons.css 1 year ago slider-controls-sides-outside-buttons2-pager-text.css 1 year ago slider-controls-sides-outside-buttons2.css 1 year ago slider-controls-sides-outside-buttons3-pager-buttons.css 1 year ago slider-controls-sides-outside-buttons3-pager-text.css 1 year ago slider-controls-sides-outside-buttons3.css 1 year ago slider-controls-simple-buttons-pager-buttons.css 1 year ago slider-controls-simple-buttons-pager-text.css 1 year ago slider-controls-simple-buttons.css 1 year ago slider-controls-simple-buttons2-pager-buttons.css 1 year ago slider-controls-simple-buttons2-pager-text.css 1 year ago slider-controls-simple-buttons2.css 1 year ago slider-controls-simple-buttons3-pager-buttons.css 1 year ago slider-controls-simple-buttons3-pager-text.css 1 year ago slider-controls-simple-buttons3.css 1 year ago slider-controls-simple-text-pager-buttons.css 1 year ago slider-controls-simple-text-pager-text.css 1 year ago slider-controls-simple-text.css 1 year ago slider-pager-buttons.css 1 year ago slider-pager-text.css 1 year ago
rating-form.css
112 lines
1 /**
2 * Star Ratings
3 *
4 * Pure CSS. No floats or bidi. HTML inputs makes it ideal for use in a form. Simple em-based sizing.
5 *
6 * http://codepen.io/cdillon/pen/vXNbBw
7 *
8 * Based on Pure CSS Star Rating Widget by James Barnett
9 * http://codepen.io/jamesbarnett/pen/vlpkh
10 */
11
12 /* the container */
13 .strong-rating-wrapper {
14 }
15
16 /* the fieldset */
17 .strong-rating {
18 display: inline-block;
19 border: 0;
20 margin: 0;
21 padding: 5px;
22 }
23
24 .strong-rating:focus {
25 outline: 1px solid #CCC;
26 }
27
28 /* the stars */
29 .strong-rating input[type=radio] {
30 display: none !important;
31 }
32
33 .strong-rating label {
34 font-weight: normal;
35 }
36
37 .strong-rating label:hover {
38 cursor: pointer;
39 }
40
41 /* fieldset tweaks */
42
43 .strong-rating-wrapper legend {
44 clip: rect(1px, 1px, 1px, 1px);
45 height: 1px;
46 overflow: hidden;
47 position: absolute !important;
48 width: 1px;
49 word-wrap: normal !important;
50 }
51
52 /* in a form */
53 .strong-rating-wrapper.in-form .strong-rating {}
54
55 /* in a view */
56 .strong-rating-wrapper.in-view .strong-rating {
57 margin: 0;
58 padding: 0;
59 }
60
61 /* the magic */
62
63 /* this is how we highlight stars before the checked one (siblings before): */
64
65 /* hide the first label which is initially checked */
66 /* added bonus of POSTing the default value so no need for isset(...) */
67 .strong-rating label[for$="star0"] {
68 display: none !important;
69 }
70
71
72 /* set the color of the star and its stroke(outline) color and width */
73 .strong-rating-wrapper .star svg path {
74 fill: #FFB900;
75 }
76
77 /* set the width of the star */
78 .strong-rating-wrapper .star svg {
79 width: 20px;
80 }
81
82 /* hide all solid stars that are not checked or perceded by a checked star */
83 .strong-rating input[type="radio"]:checked ~ .star svg .star_solid{
84 display: none;
85 }
86
87 /* show the solid star that is checked */
88 .strong-rating input[type="radio"]:checked + .star svg .star_solid{
89 display: block;
90 }
91
92 /* show all the solid stars when the container is hovered */
93 .strong-rating:hover .star svg .star_solid {
94 display: block !important;
95 }
96
97 /* hide all the solid stars that are not hovered */
98 .strong-rating .star:hover ~ .star svg .star_solid {
99 display: none !important;
100 }
101
102 /* remove the focus outline from element */
103 .strong-rating:focus {
104 outline: none;
105 }
106 /* indicate current selection */
107 .strong-rating:hover input:checked + .star svg path{
108 fill: #FFE39E;
109 }
110
111
112