PluginProbe ʕ •ᴥ•ʔ
WPFront Scroll Top / 2.0.1
WPFront Scroll Top v2.0.1
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 8 years ago options.min.css 8 years ago wpfront-scroll-top.css 8 years ago wpfront-scroll-top.min.css 8 years ago
options.css
129 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: 80px;
24 zoom: 80%;
25 }
26
27 #wpfront-scroll-top-options div.icons-container div.selected {
28 background-color: silver;
29 }
30
31 #wpfront-scroll-top-options div.icons-container div:hover {
32 background-color: silver;
33 }
34
35 #wpfront-scroll-top-options div.icons-container div input {
36 vertical-align: top;
37 }
38
39 #wpfront-scroll-top-options input.url {
40 width: 50%;
41 }
42
43 #wpfront-scroll-top-options table.form-table .color-selector-div
44 {
45 display: inline-block;
46 width: 100px;
47 }
48
49 #wpfront-scroll-top-options table.form-table .color-selector
50 {
51 vertical-align: middle;
52 }
53
54 #wpfront-scroll-top-options table.form-table div.pages-selection
55 {
56 width: 70%;
57 height: 150px;
58 background-color: #fff;
59 overflow: auto;
60
61 border: 1px solid #dfdfdf;
62 -moz-border-radius: 4px;
63 -khtml-border-radius: 4px;
64 -webkit-border-radius: 4px;
65 border-radius: 4px;
66 }
67
68 #wpfront-scroll-top-options table.form-table div.page-div
69 {
70 float: left;
71 width: 250px;
72 padding: 2px;
73 white-space: nowrap;
74 overflow: hidden;
75 }
76
77 #wpfront-scroll-top-options input.post-id-list
78 {
79 width: 70%;
80 }
81
82 #wpfront-scroll-top-options div.button-action-container .alignment-holder
83 {
84 visibility: hidden;
85 }
86
87 #wpfront-scroll-top-options div.button-action-container div.fields-container
88 {
89 display: table;
90 }
91
92 #wpfront-scroll-top-options div.button-action-container div.fields-container.hidden
93 {
94 display: none;
95 }
96
97 #wpfront-scroll-top-options div.button-action-container div.fields-container div
98 {
99 display: table-row;
100 }
101
102 #wpfront-scroll-top-options div.button-action-container div.fields-container div span
103 {
104 display: table-cell;
105 }
106
107 #wpfront-scroll-top-options div.button-action-container div.fields-container div span.description
108 {
109 display:inline;
110 }
111
112 #wpfront-scroll-top-options div.button-action-container div.fields-container.url
113 {
114 width: 100%;
115 }
116
117 #wpfront-scroll-top-options div.button-action-container div.fields-container.url span.url
118 {
119 width: 90%;
120 }
121
122 #wpfront-scroll-top-options div.button-action-container div.fields-container.url span.url input.url
123 {
124 width: 100%;
125 max-width: 650px;
126 }
127
128
129