PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 2.3.6
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v2.3.6
4.9.1 4.9.0 4.8.2 4.8.1 4.8.0 4.7.0 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.5.0 4.4.1 4.4.0 3.3.4 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 3.5.2 All 199 releases
betterdocs / admin / assets / css / betterdocs-global.css

betterdocs-global.css in BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot 2.3.6, at admin/assets/css/betterdocs-global.css

173 lines 3.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Notice CSS */
2 /* review notice */
3 .wpdeveloper-review-notice {
4 padding: 10px;
5 background-color: #fff;
6 border-radius: 3px;
7 margin: 15px;
8 border-left: 4px solid transparent;
9 display: flex;
10 align-items: center;
11 }
12
13 .wpdeveloper-review-notice:after {
14 content: '';
15 display: table;
16 clear: both;
17 }
18
19 .wpdeveloper-notice-thumbnail {
20 width: 90px;
21 float: left;
22 padding: 5px;
23 text-align: center;
24 border-right: 4px solid transparent;
25 }
26
27 .wpdeveloper-notice-thumbnail img {
28 width: 72px;
29 opacity: .85;
30 transition: all .3s;
31 }
32
33 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img {
34 width: 50px;
35 padding: 10px;
36 }
37
38 .wpdeveloper-notice-thumbnail img:hover {
39 opacity: 1;
40 }
41
42 .eael-review-text {
43 overflow: hidden;
44 }
45
46 .eael-review-text h3 {
47 font-size: 24px;
48 margin: 0 0 5px;
49 font-weight: 400;
50 line-height: 1.3;
51 }
52
53 .eael-review-text p {
54 font-size: 13px;
55 margin: 0 0 5px;
56 }
57
58 .wpdeveloper-notice-link {
59 margin: 8px 0 0 0;
60 padding: 0;
61 }
62
63 .wpdeveloper-notice-link li {
64 display: inline-block;
65 margin-right: 15px;
66 }
67
68 .wpdeveloper-notice-link li a {
69 display: inline-block;
70 color: #10738B;
71 text-decoration: none;
72 padding-left: 26px;
73 position: relative;
74 }
75
76 .wpdeveloper-notice-link li a span {
77 position: absolute;
78 left: 0;
79 top: -2px;
80 }
81
82 .wpdeveloper-notice-message {
83 padding: 10px 0;
84 }
85
86 .wpdeveloper-upsale-notice .wpdeveloper-notice-message {
87 display: flex;
88 align-items: center;
89 padding: 10px 0;
90 }
91
92 .wpdeveloper-upsale-notice .wpdeveloper-notice-message+.notice-dismiss {
93 top: 18px;
94 }
95
96 .wpdeveloper-upsale-notice #plugin-install-core {
97 margin-left: 10px;
98 }
99
100 .notice.notice-has-thumbnail {
101 padding-left: 0px;
102 }
103
104 .wpdeveloper-upsale-notice {
105 display: flex;
106 }
107
108 .wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail {
109 padding: 0;
110 width: 80px;
111 }
112
113 .wpdeveloper-notice-message.bdocs-black-friday-notice {
114 padding: 0;
115 margin-top: 8px;
116 }
117 .bddocs-black-friday-notice .wpdeveloper-notice-thumbnail {
118 width: 30px;
119 height: 30px;
120 }
121 .bddocs-black-friday-notice .party-icon .emoji {
122 width: 18px !important;
123 height: 18px !important;
124 }
125 .bddocs-black-friday-notice .wpdeveloper-notice-thumbnail img {
126 width: 100%;
127 }
128 .bddocs-black-friday-notice .notice-dismiss {
129 bottom: 0;
130 }
131 .betterdocs-e-button {
132 display: inline-block;
133 font-weight: var(--e-button-font-weight);
134 text-align: center;
135 white-space: nowrap;
136 vertical-align: middle;
137 -webkit-user-select: none;
138 -moz-user-select: none;
139 -ms-user-select: none;
140 user-select: none;
141 color: #fff;
142 border: 0;
143 text-decoration: none;
144 background: var(--e-button-context-color);
145 padding: var(--e-button-padding-y) var(--e-button-padding-x);
146 font-size: var(--e-button-font-size);
147 line-height: var(--e-button-line-height);
148 border-radius: var(--e-button-border-radius);
149 -webkit-transition: background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
150 transition: background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
151 -o-transition: background-color .15s ease-in-out,box-shadow .15s ease-in-out;
152 transition: background-color .15s ease-in-out,box-shadow .15s ease-in-out;
153 transition: background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
154 }
155 .betterdocs-e-button:hover {
156 color: #fff;
157 text-decoration: none;
158 background: var(--e-button-context-color-dark);
159 }
160
161 .wp-core-ui .doc-category-kb[multiple] {
162 padding: 10px 0;
163 min-width: 300px;
164 }
165
166 .doc-category-kb option {
167 padding: 10px;
168 }
169
170 #taxonomy-knowledge_base #knowledge_base-add-toggle {
171 display: none;
172 }
173 /* Notice CSS End */