Home
last modified time | relevance | path

Searched refs:hover (Results 1 – 25 of 1232) sorted by relevance

12345678910>>...50

/template/strap/ComboStrap/
H A DHover.php31 $hover = strtolower($attributes->getValueAndRemove(self::ON_HOVER_ATTRIBUTE));
32 $hoverAnimations = preg_split("/\s/", $hover);
36 foreach ($hoverAnimations as $hover) {
38 if (in_array($hover, self::HOVER_ANIMATIONS)) {
48 $attributes->addClassName("hvr-$hover");
55 if (in_array($hover, ["float", "grow"])) {
56 $hover = "combo-" . $hover;
63 switch ($hover) {
65 $hover = Shadow::getDefaultClass();
68 $hover = Shadow::MEDIUM_ELEVATION_CLASS;
[all …]
/template/mikio/assets/
H A Dmikioplugin.less8 --mikiop-primary-text-hover-color: @ini_plugin_primary_text_hover_color;
10 --mikiop-primary-background-hover-color: @ini_plugin_primary_background_hover_color;
12 --mikiop-primary-border-hover-color: @ini_plugin_primary_border_hover_color;
18 --mikiop-secondary-text-hover-color: @ini_plugin_secondary_text_hover_color;
20 --mikiop-secondary-background-hover-color: @ini_plugin_secondary_background_hover_color;
22 --mikiop-secondary-border-hover-color: @ini_plugin_secondary_border_hover_color;
28 --mikiop-success-text-hover-color: @ini_plugin_success_text_hover_color;
30 --mikiop-success-background-hover-color: @ini_plugin_success_background_hover_color;
32 --mikiop-success-border-hover-color: @ini_plugin_success_border_hover_color;
40 --mikiop-danger-text-hover-color: @ini_plugin_danger_text_hover_color;
[all …]
H A Dmikioplugin.css8 --mikiop-primary-text-hover-color: #ffffff;
10 --mikiop-primary-background-hover-color: #0069d9;
12 --mikiop-primary-border-hover-color: #0062cc;
18 --mikiop-secondary-text-hover-color: #fff;
20 --mikiop-secondary-background-hover-color: #5a6268;
22 --mikiop-secondary-border-hover-color: #545b62;
28 --mikiop-success-text-hover-color: #fff;
30 --mikiop-success-background-hover-color: #218838;
32 --mikiop-success-border-hover-color: #1e7e34;
40 --mikiop-danger-text-hover-color: #fff;
[all …]
H A Dmikio.css17 --link-hover: #2b73b7;
21 --existing-hover: #080;
25 --missing-hover: #d30;
43 --button-text-hover-color: #6c757d;
44 --button-background-hover-color: #ddd;
45 --button-border-hover-color: #ced4da;
49 --button-search-text-hover-color: #fff;
50 --button-search-background-hover-color: #666;
51 --button-search-border-hover-color: #666;
55 --button-default-text-hover-color: #ffffff;
[all …]
/template/a_new_day/
Dsidebar.css3 #sidebar ul li:hover ul ul,
4 #sidebar ul ul li:hover ul ul {
8 #sidebar ul li:hover ul,
9 #sidebar ul ul li:hover ul,
10 #sidebar ul ul ul li:hover ul {
28 .dokuwiki #sidebar li:hover {
38 .dokuwiki #sidebar li a:hover {
65 #pageActionTableId a:hover,
66 #wikiActionTableId a:hover,
67 #userActionTableId a:hover,
[all …]
Dtopbar.css35 div#tpl_simple_navi ul li.level2 div.li:hover,
36 div#tpl_simple_navi ul li.level3 div.li:hover,
37 div#tpl_simple_navi ul li.level4 div.li:hover,
38 div#tpl_simple_navi ul li.level5 div.li:hover {
65 div.dokuwiki li.menu a:hover {
128 div.dokuwiki div#tpl_simple_navi a:hover {
154 div.dokuwiki div#tpl_simple_navi ul li:hover ul ul,
155 div.dokuwiki div#tpl_simple_navi ul ul li:hover ul ul {
159 div.dokuwiki div#tpl_simple_navi ul li:hover ul,
160 div.dokuwiki div#tpl_simple_navi ul ul li:hover ul,
[all …]
/template/boozurk/css/
Dboozurk-inline.css37 .a-stats a:hover {
57 input[type=button]:hover,
58 input[type=submit]:hover,
59 input[type=reset]:hover,
60 textarea:hover,
61 input[type=text]:hover,
62 input[type=email]:hover,
63 input[type=password]:hover,
71 button:hover,
73 select:hover,
[all …]
/template/parabola/css/
H A Dparabola-inline.css169 a:hover {
184 .socials .socials-hover {
195 #access a:hover {
203 #access ul li:hover a:after {
213 #access ul li.current_page_item > a:hover,
214 …ul li.current-menu-item > a:hover, /*#access ul li.current_page_parent > a:hover, #access ul li.cu…
215 #access ul li.current_page_ancestor > a:hover,
216 #access ul li.current-menu-ancestor > a:hover {
229 .topmenu ul li a:hover:before {
232 .topmenu ul li a:hover {
[all …]
/template/breeze/bower_components/gumby/sass/var/
D_lists.scss5 primary $primary-color $primary-hover-color,
6 secondary $secondary-color $secondary-hover-color,
7 default $default-color $default-hover-color,
8 info $info-color $info-hover-color,
9 danger $danger-color $danger-hover-color,
10 warning $warning-color $warning-hover-color,
11 success $success-color $success-hover-color;
/template/bootstrap3/css/
Dtoc.less15 .nav > li > a:hover { background-color: transparent; color: initial; }
16 .nav > li > a:hover { border-left: 1px solid #428bca; }
31 .nav > li > a:hover { padding-left: 19px; }
32 .nav .nav > li > a:hover { padding-left: 29px; }
33 .nav .nav .nav > li > a:hover { padding-left: 39px; }
34 .nav .nav .nav .nav > li > a:hover { padding-left: 49px; }
37 .nav > .active > a:hover { padding-left: 18px; }
40 .nav .nav > .active > a:hover { padding-left: 28px; }
43 .nav .nav .nav > .active > a:hover { padding-left: 38px; }
46 .nav .nav .nav .nav > .active > a:hover { padding-left: 48px; }
[all …]
/template/greensteel/css/
Dpagetools.css54 /* add transparent border to prevent jumping when proper border is added on hover */
93 /* hide labels accessibly when neither on hover nor on focus */
100 /* show all tools on hover and individual tools on focus */
101 #dokuwiki__pagetools:hover ul,
108 [dir=rtl] #dokuwiki__pagetools:hover ul,
113 #dokuwiki__pagetools:hover ul li a span,
119 #dokuwiki__pagetools ul li a:hover,
124 #dokuwiki__pagetools ul li a:hover {
133 #dokuwiki__pagetools ul li a.edit:hover,
141 [dir=rtl] #dokuwiki__pagetools ul li a.edit:hover,
[all …]
/template/able/css/
Ddesbest.css17 a:hover,
24 a:hover {
63 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
68 .site-introduction a, . site-introductiona:hover,
/template/arcade-basic/css/
Ddesbest.css17 a:hover,
24 a:hover {
63 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
68 .site-introduction a, . site-introductiona:hover,
/template/breeze/bower_components/gumby/sass/functions/
D_palette.scss8 @else if $key == nth($color, 1) and $state == hover {
28 &:hover {
29 background: getColor($shade, hover);
30 border: 1px solid darken(getColor($shade, hover), 3%);
45 &:hover {
46 border: 1px solid darken(getColor($shade, hover), 5%);
54 color: darken(getColor($shade, hover), 40%);
67 &:hover {
/template/a_free_worldic/
D_layout.css30 .menu:hover .menu-content {
57 .awesome:hover {
85 .green.awesome:hover {
93 .blue.awesome:hover {
101 .red.awesome:hover {
109 .magenta.awesome:hover {
117 .orange.awesome:hover {
125 .yellow.awesome:hover {
133 .darkblue.awesome:hover {
137 .menu:hover .darkblue.awesome {
/template/kiwiki/css/
H A Dbasic.css7 --kiwiki-link-btn-hover: __kiwiki_btn_bg_hover_color__;
9 --kiwiki-btn-text-hover: __kiwiki_btn_hover_text_color__;
29 --kiwiki-link-btn-hover: __kiwiki_dark_btn_bg_hover_color__;
31 --kiwiki-btn-text-hover: __kiwiki_dark_btn_hover_text_color__;
53 --kiwiki-link-btn-hover: __kiwiki_btn_bg_hover_color__;
55 --kiwiki-btn-text-hover: __kiwiki_btn_hover_text_color__;
70 --kiwiki-link-btn-hover: __kiwiki_dark_btn_bg_hover_color__;
72 --kiwiki-btn-text-hover: __kiwiki_dark_btn_hover_text_color__;
101 background: var(--kiwiki-link-btn-hover);
151 a:hover {
[all …]
/template/stm/stm/css/
Dbasic.less60 a:hover {
116 input[type=submit]:hover,
119 input[type=button]:hover,
121 input[type=button]:hover,
122 input[type=reset]:hover,
124 input[type=reset]:hover,
125 input.button:hover,
128 a.button:hover,
131 button:hover,
134 .qq-upload-button:hover,
[all …]
/template/dokufreech/css/
Dpagetools.css54 /* add transparent border to prevent jumping when proper border is added on hover */
100 /* show all tools on hover and individual tools on focus */
101 #dokuwiki__pagetools:hover ul,
111 #dokuwiki__pagetools:hover ul li a,
121 #dokuwiki__pagetools:hover ul li a:before,
126 [dir=rtl] #dokuwiki__pagetools:hover ul,
131 [dir=rtl] #dokuwiki__pagetools:hover li a,
143 #IE7 #dokuwiki__pagetools:hover ul li a span,
156 #dokuwiki__pagetools ul li a:hover,
161 #dokuwiki__pagetools ul li a:hover {
[all …]
/template/flarum/css/
D_forms.less27 input[type=submit]:hover,
30 input[type=button]:hover,
32 input[type=button]:hover,
33 input[type=reset]:hover,
35 input[type=reset]:hover,
36 input.button:hover,
39 a.button:hover,
42 button:hover,
45 .qq-upload-button:hover {
53 &:hover {
/template/lisps/css/
Dpagetools.css56 /* add transparent border to prevent jumping when proper border is added on hover */
102 /* show all tools on hover and individual tools on focus */
103 #dokuwiki__pagetools:hover ul,
112 #dokuwiki__pagetools:hover ul li a,
122 #dokuwiki__pagetools:hover ul li a:before,
127 [dir=rtl] #dokuwiki__pagetools:hover ul,
132 [dir=rtl] #dokuwiki__pagetools:hover li a,
144 #IE7 #dokuwiki__pagetools:hover ul li a span,
157 #dokuwiki__pagetools ul li a:hover,
162 #dokuwiki__pagetools ul li a:hover {
[all …]
/template/codowik/css/
Dui.layout.css78 .ui-layout-resizer-hover { /* affects both open and closed states */
80 /* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
82 .ui-layout-resizer-open-hover , /* hover-color to 'resize' */
102 .ui-layout-resizer-closed-hover { /* hover-color to 'slide open' */
109 .ui-layout-resizer-sliding-hover { /* sliding resizer - hover */
110 opacity: 1.00; /* on-hover, show the resizer-bar normally */
113 /* sliding resizer - add 'outside-border' to resizer on-hover
115 .ui-layout-resizer-north-sliding-hover { border-bottom-width: 1px; }
116 .ui-layout-resizer-south-sliding-hover { border-top-width: 1px; }
117 .ui-layout-resizer-west-sliding-hover { border-right-width: 1px; }
[all …]
/template/ospyramid/css/
Dsuperfish.css19 .sf-menu li:hover {
30 .sf-menu li:hover ul,
36 ul.sf-menu li:hover li ul,
40 ul.sf-menu li li:hover ul,
45 ul.sf-menu li li:hover li ul,
49 ul.sf-menu li li li:hover ul,
78 .sf-menu li:hover, .sf-menu li.sfHover,
79 .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
106 a:hover > .sf-sub-indicator,
108 li:hover > a > .sf-sub-indicator,
[all …]
/template/taratasy/css/
Dblue.local.less53 input[type=submit]:hover, input.button:hover, button:hover {
67 tr:hover td, tr:hover th {
90 &:hover {
157 a:hover {
171 a:hover,
172 li:hover {
/template/templar/less/
Dnavs.less19 .nav > li > a:hover,
72 .nav-list > .active > a:hover,
127 &:hover,
132 // Active state, and it's :hover/:focus to override normal :hover/:focus
134 .nav-tabs > .active > a:hover,
158 .nav-pills > .active > a:hover,
191 .nav-tabs.nav-stacked > li > a:hover,
225 .nav .dropdown-toggle:hover .caret,
246 // Active:hover/:focus dropdown links
248 .nav > .dropdown.active > a:hover,
[all …]
/template/writers/css/
D_links.css12 .dokuwiki a.wikilink1:hover{
30 .dokuwiki a.wikilink2:hover,
52 .dokuwiki a.urlextern:hover,
53 .dokuwiki a.windows:hover,
54 .dokuwiki a.mail:hover,
55 .dokuwiki a.mediafile:hover,
56 .dokuwiki a.interwiki:hover {

12345678910>>...50