PluginProbe
Floating Button – Easily Create Sticky, Fixed & Floating Buttons / 5.3.1
Floating Button – Easily Create Sticky, Fixed & Floating Buttons v5.3.1
trunk 2.0.2 3.0 4.0 4.1.2 4.3 5.0 5.0.1 5.1 5.1.1 5.2 5.3 5.3.1 6.0 6.0.1 6.0.10 6.0.11 6.0.12 6.0.13 6.0.2 6.0.3 6.0.4 6.0.5 6.0.6 6.0.7 All 31 releases
floating-button / includes / about / style.css

style.css in Floating Button – Easily Create Sticky, Fixed & Floating Buttons 5.3.1, at includes/about/style.css

96 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* ========= INFORMATION ============================
2 - document: Main page style!
3 - author: Dmytro Lobov
4 - copyright: 2019 Wow-Company
5 - version: 1.0
6 - email: helper@wow-support.com
7 ==================================================== */
8
9 .wow-page {
10 margin-top: 15px;
11 }
12
13 .about-wrap {
14 margin: 0 auto;
15 }
16
17 .about-wrap .wow-badge {
18 position: absolute;
19 top: 0;
20 right: 0;
21 display: block !important;
22 }
23
24 .about-wrap .wow-badge img{
25 width: 80px;
26 }
27
28 .wow-page .about-wrap h1 {
29 background: -webkit-linear-gradient(#1B094F, #E86E2C);
30 -webkit-background-clip: text;
31 -webkit-text-fill-color: transparent;
32 }
33
34
35 #toplevel_page_wow-company li.wp-first-item {
36 margin-bottom: 21px;
37 }
38 #toplevel_page_wow-company li.wp-first-item a:after {
39 border-bottom: 1px solid hsla(0,0%,100%,.2);
40 display: block;
41 float: left;
42 margin: 13px -15px 8px;
43 content: "";
44 width: calc(100% + 26px);
45 }
46
47 .wow-page-content {
48 margin-top: 3rem;
49 }
50
51 .wow-page .height_screen {
52 height: 290px;
53 background: #fff;
54 }
55 .wow-page .height_screen a{
56 height: 100%;
57 display: flex;
58 flex-direction: column;
59 }
60
61 .wow-page .height_screen img {
62 max-width: 100%;
63 }
64
65 .wow-page .height_screen span {
66 padding: 10px;
67 font-size: 16px;
68 font-weight: 500;
69 display: block;
70 margin-top: auto;
71 }
72
73 .wow-page .height_screen a {
74 color: #000;
75 text-decoration: none;
76 }
77
78 .wow-page .themes {
79 overflow: hidden;
80 }
81
82 .wow-page .theme-actions {
83 background: rgba(244, 244, 244, 1) !important;
84 }
85
86 .wow-page .theme-name {
87 text-align: left !important;
88 }
89
90 .wow-page .install {
91 float: right;
92 }
93
94 .wow-thank-you {
95 font-style: italic;
96 }