PluginProbe ʕ •ᴥ•ʔ
WPFront Scroll Top / 1.4
WPFront Scroll Top v1.4
1.5 1.6 1.6.1 1.6.2 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1 2.1.1 2.2 3.0.0 3.0.1 trunk 1.0 1.0.1 1.1 1.1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5
wpfront-scroll-top / css / options.css
wpfront-scroll-top / css Last commit date
options.css 11 years ago wpfront-scroll-top.css 11 years ago
options.css
77 lines
1 #icon-wpfront-scroll-top {
2 background: url("../images/settings32x32.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
3 }
4
5 #wpfront-scroll-top-options input.pixels {
6 width: 40px;
7 }
8
9 #wpfront-scroll-top-options input.seconds {
10 width: 40px;
11 }
12
13 #wpfront-scroll-top-options div.icons-container {
14 display: inline-block;
15 width: 80%;
16 }
17
18 #wpfront-scroll-top-options div.icons-container div {
19 float: left;
20 margin-right: 20px;
21 margin-bottom: 10px;
22 min-width: 100px;
23 min-height: 70px;
24 }
25
26 #wpfront-scroll-top-options div.icons-container div.selected {
27 background-color: silver;
28 }
29
30 #wpfront-scroll-top-options div.icons-container div:hover {
31 background-color: silver;
32 }
33
34 #wpfront-scroll-top-options div.icons-container div input {
35 vertical-align: top;
36 }
37
38 #wpfront-scroll-top-options div input.customImage {
39 width: 50%;
40 }
41
42 #wpfront-scroll-top-options table.form-table .color-selector-div
43 {
44 display: inline-block;
45 width: 100px;
46 }
47
48 #wpfront-scroll-top-options table.form-table .color-selector
49 {
50 vertical-align: middle;
51 }
52
53 #wpfront-scroll-top-options table.form-table div.pages-selection
54 {
55 width: 70%;
56 height: 150px;
57 background-color: #fff;
58 overflow: auto;
59
60 border: 1px solid #dfdfdf;
61 -moz-border-radius: 4px;
62 -khtml-border-radius: 4px;
63 -webkit-border-radius: 4px;
64 border-radius: 4px;
65 }
66
67 #wpfront-scroll-top-options table.form-table div.page-div
68 {
69 float: left;
70 width: 250px;
71 padding: 2px;
72 white-space: nowrap;
73 overflow: hidden;
74 }
75
76
77