PluginProbe
Booking Calendar / 10.11.2
Booking Calendar v10.11.2
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / includes / __css / admin / settings / ui__nav_horis.css

ui__nav_horis.css in Booking Calendar 10.11.2, at includes/__css/admin/settings/ui__nav_horis.css

137 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! = Left Horisontal Navigation Bar = */
2 .wpbc_admin {
3 --wpbc_ui_horis_top_nav__font-size: 16px;
4 --wpbc_ui_horis_top_nav__margin: 10px 0 20px;
5 --wpbc_ui_horis_top_nav__background-color: transparent;
6
7 --wpbc_ui_horis_top_nav__a_color: var(--wpbc_ui__gen__text-color);
8 --wpbc_ui_horis_top_nav__border-width: 2px;
9 /* Default */
10 --wpbc_ui_horis_top_nav__normal_color: #ccc;
11 /* Hover */
12 --wpbc_ui_horis_top_nav__hover_color: #d54e21;
13 /* Active */
14 --wpbc_ui_horis_top_nav__active_color: #64aa45;
15 }
16 .wpbc_ui_el__horis_top_bar__wrapper {
17 display: flex;
18 flex-flow: row wrap;
19 justify-content: flex-start;
20 align-items: baseline;
21
22 width: 100%;
23 max-width: 100%;
24
25 background: var(--wpbc_ui_horis_top_nav__background-color);
26 border: 0;
27 box-shadow: none;
28 transition: all .25s ease-in-out;
29 font-size: var(--wpbc_ui_horis_top_nav__font-size);
30 line-height: 1.2;
31 border-radius: 0;
32 padding: 0;
33 margin: var(--wpbc_ui_horis_top_nav__margin);
34 box-sizing: border-box;
35
36 overflow: visible;
37 /*box-shadow: var(--wpbc_ui__gen__panel_box-shadow);*/
38 }
39 .wpbc_ui_el__horis_top_bar__content {
40 flex: 1 1 100%;
41 display: flex;
42 flex-flow: row wrap;
43 justify-content: flex-start;
44 align-items: center;
45 border-bottom: 1px solid var(--wpbc_ui_horis_top_nav__normal_color);
46 }
47 /* -- Responsive Sizes: < 600px (less top icons), < 782px (no wp left bar), < 960px (wp left bar colapse) ----------- */
48 /* More than > 782px -- Left Bar Expanded */
49 @media screen and (max-width: 782px) {
50 .wpbc_ui_el__horis_top_bar__wrapper .wpbc_ui_el__horis_nav_title {
51 display:none;
52 }
53 div.wpbc_settings_page_wrapper .wpbc_ui_el__horis_top_bar__wrapper .wpbc_ui_el__horis_nav_item a .wpbc_ui_el__horis_nav_icon {
54 margin: 0 8px;
55 }
56 }
57 /* -- End Responsive Sizes ------------------------------------------------------------------------------------------ */
58
59 /* A */
60 .wpbc_ui_el__horis_nav_item a {
61 flex: 1 1 100%;
62 margin: 0 5px -1px 0;
63 padding: 10px 15px;
64 border: none;
65 border-radius: 0;
66 text-shadow: none;
67 font-size: var(--wpbc_ui_horis_top_nav__font-size);
68 font-weight: 600;
69 text-transform: capitalize;
70 text-decoration: none;
71 outline: none;
72 color: var(--wpbc_ui_horis_top_nav__a_color);
73
74 display: flex;
75 flex-flow: row;
76 justify-content: flex-start;
77 align-items: center;
78
79 border-bottom: var(--wpbc_ui_horis_top_nav__border-width) solid transparent;
80 box-shadow: none;
81 }
82 /*Hover, focus*/
83 .wpbc_ui_el__horis_nav_item a:hover,
84 .wpbc_ui_el__horis_nav_item a:focus,
85 .wpbc_ui_el__horis_nav_item.active a:hover,
86 .wpbc_ui_el__horis_nav_item.active a:focus {
87 color: var(--wpbc_ui_horis_top_nav__hover_color);
88 border-bottom-color: var(--wpbc_ui_horis_top_nav__hover_color);
89 box-shadow: none;
90 outline:0;
91 }
92 /* Active */
93 .wpbc_ui_el__horis_nav_item.active a{
94 border-bottom-color: var(--wpbc_ui_horis_top_nav__active_color);
95 box-shadow: none;
96 outline:0;
97 }
98 /* Icons */
99 .wpbc_ui_el__horis_nav_item a .wpbc_ui_el__horis_nav_icon{
100 margin:0;
101 }
102 .wpbc_settings_page_wrapper .wpbc_ui_el__horis_top_bar__wrapper .wpbc_ui_el__horis_nav_item a .wpbc_ui_el__horis_nav_icon{
103 margin: 0 8px 0 0;
104 }
105 .wpbc_ui_el__horis_nav_item a .wpbc_ui_el__horis_nav_icon::before {
106 font-size: 16px;
107 line-height: 17px;
108 }
109 /* Icons in Sub elements */
110 .wpbc_ui_el__horis_nav_item.wpbc_ui_el__horis_nav_item_sub a .wpbc_ui_el__horis_nav_icon::before {
111 font-size: 14px;
112 }
113 /* Text */
114 .wpbc_ui_el__horis_nav_item a span {
115 }
116
117 /* -- Horisontal Menu items ---------------------------------------------------------------------------------------- */
118 /* -- Items -------------------------------------------------------------------------------------------------------- */
119 .wpbc_ui_el__horis_nav_item__a {
120
121 }
122 .wpbc_ui_el__horis_nav_item__a *{
123 flex: 0 1 auto;
124 }
125 /* Left Icon */
126 .wpbc_ui_el__horis_nav_item__a .wpbc_ui_el__horis_nav_icon{
127
128 }
129 /* title */
130 .wpbc_ui_el__horis_nav_item__a .wpbc_ui_el__horis_nav_title{
131
132 }
133 /* Right Icon */
134 .wpbc_ui_el__horis_nav_item__a .wpbc_ui_el__horis_nav_icon_right{
135 margin-left:auto;
136 }
137 /* -- End Items ---------------------------------------------------------------------------------------------------- */