PluginProbe ʕ •ᴥ•ʔ
Responsive Lightbox & Gallery / 1.4.13
Responsive Lightbox & Gallery v1.4.13
2.7.8 trunk 1.0.0 1.0.1 1.0.1.1 1.0.2 1.0.3 1.0.4 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.4.0 1.4.0.1 1.4.1 1.4.11 1.4.12 1.4.13 1.4.14 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.1 1.6.10 1.6.11 1.6.12 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.2 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.3.1 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7
responsive-lightbox / css / admin.css
responsive-lightbox / css Last commit date
images 12 years ago admin.css 11 years ago wp-like-ui-theme.css 12 years ago
admin.css
78 lines
1 /* Responsive Lightbox settings */
2 .df-credits {
3 float: right;
4 width: 280px;
5 background: #fff;
6 margin: 20px -300px 20px 20px;
7 position: relative;
8 }
9 .df-credits .inner {
10 padding-left: 10px;
11 padding-right: 10px;
12 }
13 .df-credits h3 {
14 font-size: 14px;
15 line-height: 1.4;
16 margin: 0;
17 padding: 8px 12px;
18 border-bottom: 1px solid #eee;
19 }
20 .df-credits .df-link {
21 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
22 font-style: italic;
23 padding-bottom: 10px;
24 margin: 0;
25 }
26 .df-credits .df-link a {
27 vertical-align: middle;
28 padding: 5px 0 0 4px;
29 }
30 .responsive-lightbox-settings .df-credits form {
31 min-width: 260px;
32 margin-bottom: 1em;
33 }
34 .responsive-lightbox-settings .df-credits form input {
35 margin: 0;
36 padding: 0;
37 }
38 .responsive-lightbox-settings {
39 margin-right: 300px;
40 }
41 .responsive-lightbox-settings hr, .df-credits hr {
42 border: solid #eee;
43 border-width: 1px 0 0;
44 clear: both;
45 height: 0;
46 }
47 .responsive-lightbox-settings form {
48 float: left;
49 min-width: 463px;
50 width: auto;
51 }
52 .responsive-lightbox-settings fieldset span.description {
53 margin-bottom: 8px;
54 margin-top: 4px;
55 display: block;
56 }
57
58 .wplike-slider span.middle {
59 width: 150px;
60 }
61 .wplike-slider span.left {
62 margin-right: 10px;
63 }
64 .wplike-slider span.right {
65 margin-left: 10px;
66 }
67
68 /* All Mobile Sizes (devices and browser) */
69 @media only screen and (max-width: 959px) {
70 .df-credits {
71 width: 100%;
72 float: none;
73 margin: 20px 0;
74 }
75 .responsive-lightbox-settings {
76 margin-right: 0;
77 }
78 }