PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 8.5.79
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v8.5.79
9.1.3 9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 All 222 releases
wpvr / admin / lib / summernote / plugin / databasic / summernote-ext-databasic.css

summernote-ext-databasic.css in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 8.5.79, at admin/lib/summernote/plugin/databasic/summernote-ext-databasic.css

17 lines 254 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ext-databasic {
2 position: relative;
3 display: block;
4 min-height: 50px;
5 background-color: cyan;
6 text-align: center;
7 padding: 20px;
8 border: 1px solid white;
9 border-radius: 10px;
10 }
11
12 .ext-databasic p {
13 color: white;
14 font-size: 1.2em;
15 margin: 0;
16 }
17