1/* The Kiwi theme option file for the FiveAlive theme of Tiki Wiki CMS Groupware. */ 2.header_outer, .layout_basic #top_modules, .postbody-title, .tiki > .navbar.fixed-top.bg-dark, .bg-dark { 3 background: #797922 !important; 4 background: -moz-linear-gradient(left, #797922 0%, #b1b129 100%) !important; 5 background: -webkit-linear-gradient(left, #797922 0%, #b1b129 100%) !important; 6 background: linear-gradient(to right, #797922 0%, #b1b129 100%) !important; 7 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797922', endColorstr='#b1b129',GradientType=1); } 8 9body.layout_social.tiki.navbar-padding { 10 padding-top: 2.72rem; 11 padding-bottom: 0; } 12 13.bg-dark { 14 background: #005064 !important; } 15 16.middle_outer { 17 -webkit-box-shadow: inset 0 54px 0 0 #313109; 18 -moz-box-shadow: inset 0 54px 0 0 #313109; 19 box-shadow: inset 0 54px 0 0 #313109; } 20 21.layout_basic #topbar_modules.bg-dark, .topbar, .navbar-dark, .topbar .navbar-dark .navbar-nav > li, .topbar .nav > li { 22 background: #313109; } 23 24.bg-dark { 25 background-color: #313109 !important; } 26 27a, .btn-link { 28 color: #638637; } 29 30a:hover, .btn-link:hover, a:focus, .btn-link:focus { 31 color: #baba25; } 32 33.nav-tabs .nav-link { 34 color: #343a40; 35 background-color: #f8f9d4; 36 border-color: #f5fb86 #f5fb86 #ffffff; } 37 38hr { 39 border-top: 1px solid #baba25; } 40 41.table th, .table td { 42 border-top: 1px solid #dbd11a; } 43 44.table > thead > tr > th { 45 border-bottom: 2px solid #dbd11a; } 46 47.table > tbody + tbody { 48 border-top: 2px solid #dbd11a; } 49 50.table .table { 51 background-color: #ffffff; } 52 53.table .table-bordered { 54 border: 1px solid #dbd11a; } 55 56.table .table-bordered th, .table .table-bordered td { 57 border: 1px solid #dbd11a; } 58 59.table .table-striped > tbody > tr:nth-child(odd) > td, .table .table-striped > tbody > tr:nth-child(odd) > th { 60 background-color: #f9f9f9; } 61 62.table .table-hover > tbody > tr:hover > td, .table .table-hover > tbody > tr:hover > th { 63 background-color: #dbd11a; } 64 65.form-control { 66 color: #343a40; 67 background-color: #f8f9d4; 68 background-image: none; 69 border: 1px solid #f8f9d4; } 70 71.navbar-dark a, .navbar-dark .navbar-brand, .dropdown-item, .dropdown-item a, .dropdown-menu .tikihelp { 72 color: rgba(255, 255, 255, 0.75); } 73 74.navbar-dark a:hover, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { 75 color: rgba(255, 255, 255, 0.85); 76 background-color: transparent; } 77 78.navbar-dark a:hover, .navbar-dark a:focus { 79 color: rgba(255, 255, 255, 0.85); } 80 81.navbar-dark .active a, .navbar-dark .active a:hover, .navbar-dark .active a:focus { 82 color: #fff; } 83 84.navbar-dark .disabled a, .navbar-dark .disabled a:hover, .navbar-dark .disabled a:focus { 85 color: rgba(255, 255, 255, 0.25); 86 background-color: transparent; } 87 88.navbar-dark .navbar-toggle { 89 border-color: #dddddd; } 90 91.navbar-dark .navbar-toggle:hover, .navbar-dark .navbar-toggle:focus { 92 background-color: #dddddd; } 93 94.navbar-dark .navbar-toggle .icon-bar { 95 background-color: #888888; } 96 97.navbar-dark .navbar-collapse, .navbar-dark .navbar-form { 98 border-color: transparent; } 99 100.navbar-dark .open > a, .navbar-dark .open > a:hover, .navbar-dark .open > a:focus { 101 color: rgba(255, 255, 255, 0.75); } 102 103.navbar-dark .navbar-link:hover { 104 color: #f9f9f9; } 105 106.navbar .navbar { 107 background: transparent !important; } 108 109.cssmenu_horiz ul li button.btn-link.link-list, .cssmenu_vert ul li button.btn-link.link-list { 110 background: #baba25; 111 color: #ffffff; } 112 113.cssmenu_horiz ul li button.btn-link.link-list:hover, .cssmenu_vert ul li button.btn-link.link-list:hover { 114 color: #f2f2f2; 115 background: #638637; } 116 117.dropdown-item.btn-link { 118 color: #fff; } 119 120.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { 121 color: #ffffff; 122 background-color: #638637; } 123 124.pagination > li > a, .pagination > li > span { 125 color: #638637; 126 background-color: #ffffff; 127 border: 1px solid #dddddd; } 128 129.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { 130 color: #a59705; 131 background-color: #eeeeee; 132 border-color: #dddddd; } 133 134.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { 135 color: #ffffff; 136 background-color: #638637; 137 border-color: #638637; } 138 139.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { 140 color: #999999; 141 background-color: #ffffff; 142 border-color: #dddddd; } 143 144.col2 .card-header, .col3 .card-header { 145 border-bottom: 1px solid #cdbe23; } 146 147header.page-header { 148 margin-top: 0; 149 margin-bottom: 0; 150 border-bottom: none; } 151 152header.page-header a, header.page-header a.btn-link { 153 color: #ffffff !important; } 154 155.form-control, select, input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="search"], input[type="number"], input#login-pass, textarea, .adminoptionbox option { 156 color: #343a40; 157 background-color: #f8f9d4; } 158 159input[type="checkbox"].preffilter-toggle-round:checked + label::before { 160 background: #f2f4b0; } 161 162#footer { 163 background: black; 164 color: #f4f4f4; 165 padding: 1px 0 2px 0; 166 width: 100%; } 167 168.footer { 169 border-top: 1px solid #ebdc14; 170 border-bottom: 1px solid #ebdc14; } 171 172.footer_liner .card { 173 background-color: transparent; 174 border: none; } 175.footer_liner .card-header { 176 color: #ffffff; 177 border-bottom: 1px dotted #ebdc14; } 178.footer_liner legend, .footer_liner a:not(.btn), .footer_liner a:not(.btn):visited { 179 color: #a9a9a9; } 180 181.nav-tabs .nav-link { 182 color: #000; 183 background-color: #f8f9d4; 184 border-color: #dee2e6 #dee2e6 #ffffff; } 185 186.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { 187 color: #fff; 188 background-color: #638637; } 189 190.topbar .cssmenu_horiz ul { 191 background: #baba25; } 192 193.blog-postbody-title h2.panel-title { 194 font-size: 20px; } 195 196.postbody-title .card-title { 197 color: #fff; } 198 199.siteloginbar_popup .dropdown-menu > li > a { 200 color: #ffffff; } 201 202header.header .sitetitle, header.header .sitesubtitle { 203 text-shadow: none; } 204 205.searchresults blockquote em, .highlight { 206 background: #f2dede; 207 color: #a94442; 208 border-color: #ebccd1; } 209 210.cssmenu_horiz li ul, .cssmenu_vert li ul { 211 background-color: #baba25; 212 border: 1px solid rgba(0, 0, 0, 0.15); 213 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 214 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 215 -webkit-background-clip: padding-box; 216 background-clip: padding-box; } 217 218.cssmenu_horiz li ul > li > a, .cssmenu_vert li ul > li > a { 219 padding: 3px 20px; 220 font-weight: normal; 221 color: #ffffff; 222 background: #baba25; } 223 224.cssmenu_horiz > li > a:hover, .cssmenu_vert > li > a:hover, .cssmenu_horiz ul > li > a:hover, .cssmenu_vert ul > li > a:hover, .cssmenu_horiz > li > a:focus, .cssmenu_vert > li > a:focus, .cssmenu_horiz ul > li > a:focus, .cssmenu_vert ul > li > a:focus { 225 text-decoration: none; 226 color: #f2f2f2; 227 background-color: #638637; } 228 229.topbar .navbar-nav > li > a, .topbar .navbar > li > a, .topbar .cssmenu_horiz > li > a { 230 color: #ffffff; } 231 232.autotoc > .nav { 233 background: #ffffff; } 234 235.autotoc * { 236 color: #638637; } 237 238.autotoc .nav > li > a:hover, .autotoc .nav .nav > li > a:hover, .autotoc .nav > li > a:focus { 239 color: #f2f2f2; 240 background: #587631; } 241 242.autotoc .nav > li .active, .autotoc .nav > li.open > a { 243 color: #f2f2f2; 244 background: #587631; } 245 246.autotoc .nav .dropdown-item { 247 color: #638637; } 248 249#col2 .card-title, #col3 .card-title, a.flipmoduletitle, #col2 .card-secondary > .card-header a, #col3 .card-secondary > .card-header a { 250 color: #cdbe23; } 251 252footer#footer .footer_liner { 253 border-top: 1px solid #ebdc14; 254 border-bottom: 1px solid #ebdc14; } 255 footer#footer .footer_liner .card-header { 256 border-bottom: 1px dotted #ebdc14; } 257 258.tiki .chosen-container-multi .chosen-choices { 259 background-color: #f8f9d4 !important; 260 color: #343a40 !important; 261 border: 1px solid #f8f9d4 !important; } 262.tiki .chosen-container-single .chosen-single, .tiki .chosen-container-active.chosen-with-drop .chosen-single, .tiki .chosen-container .chosen-drop, .tiki .chosen-container-multi .chosen-choices .search-choice, .tiki .chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default), .tiki .chosen-container-single a:not([href]):not([tabindex]) { 263 background-color: #f8f9d4 !important; 264 color: #343a40 !important; 265 border: 1px solid #f8f9d4 !important; } 266.tiki .chosen-container-single .chosen-search input[type="text"] { 267 background-color: #f8f9d4 !important; 268 border: 1px solid #f8f9d4 !important; } 269.tiki .chosen-container .chosen-results li.highlighted { 270 background-color: #003c4a; 271 color: #f2f2f2; } 272.tiki .chosen-container-single .chosen-single div { 273 padding-left: 1rem; } 274.tiki .chosen-container-single .chosen-single div::after { 275 display: inline-block; 276 position: relative; 277 top: 0.25rem; 278 left: -1rem; 279 width: 2rem; 280 height: 2rem; 281 content: ""; 282 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E"); 283 background-size: 2rem 2rem; 284 background-position: center center; 285 background-repeat: no-repeat; } 286.bg-light { 287 background-color: #ffffff !important; } 288 a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, button.bg-light:focus { 289 background-color: #e6e6e6 !important; } 290.bg-dark { 291 background-color: #313109 !important; } 292 a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, button.bg-dark:focus { 293 background-color: #060601 !important; } 294.bg-gradient-light { 295 background: #ffffff linear-gradient(180deg, white, #ffffff) repeat-x !important; } 296.bg-gradient-dark { 297 background: #313109 linear-gradient(180deg, #50502e, #313109) repeat-x !important; } 298 299.bg-white { 300 background-color: #fff !important; } 301 302.bg-transparent { 303 background-color: transparent !important; } 304 305.dropup, .dropright, .dropdown, .dropleft { 306 position: relative; } 307 308.dropdown-toggle { 309 white-space: nowrap; } 310 .dropdown-toggle::after { 311 display: inline-block; 312 margin-left: 0.255em; 313 vertical-align: 0.255em; 314 content: ""; 315 border-top: 0.3em solid; 316 border-right: 0.3em solid transparent; 317 border-bottom: 0; 318 border-left: 0.3em solid transparent; } 319 .dropdown-toggle:empty::after { 320 margin-left: 0; } 321 322.dropdown-menu { 323 position: absolute; 324 top: 100%; 325 left: 0; 326 z-index: 1000; 327 display: none; 328 float: left; 329 min-width: 10rem; 330 padding: 0.5rem 0; 331 margin: 0.125rem 0 0; 332 font-size: 1rem; 333 color: #343a40; 334 text-align: left; 335 list-style: none; 336 background-color: #baba25; 337 background-clip: padding-box; 338 border: 1px solid rgba(0, 0, 0, 0.15); 339 border-radius: 0.25rem; 340 box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); } 341 .dropdown-menu-left { 342 right: auto; 343 left: 0; } 344 .dropdown-menu-right { 345 right: 0; 346 left: auto; } 347 @media (min-width: 576px) { 348 .dropdown-menu-sm-left { 349 right: auto; 350 left: 0; } 351 .dropdown-menu-sm-right { 352 right: 0; 353 left: auto; } } 354@media (min-width: 768px) { 355 .dropdown-menu-md-left { 356 right: auto; 357 left: 0; } 358 .dropdown-menu-md-right { 359 right: 0; 360 left: auto; } } 361@media (min-width: 992px) { 362 .dropdown-menu-lg-left { 363 right: auto; 364 left: 0; } 365 .dropdown-menu-lg-right { 366 right: 0; 367 left: auto; } } 368@media (min-width: 1200px) { 369 .dropdown-menu-xl-left { 370 right: auto; 371 left: 0; } 372 .dropdown-menu-xl-right { 373 right: 0; 374 left: auto; } } 375 376.dropup .dropdown-menu { 377 top: auto; 378 bottom: 100%; 379 margin-top: 0; 380 margin-bottom: 0.125rem; } 381 .dropup .dropdown-toggle::after { 382 display: inline-block; 383 margin-left: 0.255em; 384 vertical-align: 0.255em; 385 content: ""; 386 border-top: 0; 387 border-right: 0.3em solid transparent; 388 border-bottom: 0.3em solid; 389 border-left: 0.3em solid transparent; } 390 .dropup .dropdown-toggle:empty::after { 391 margin-left: 0; } 392 393.dropright .dropdown-menu { 394 top: 0; 395 right: auto; 396 left: 100%; 397 margin-top: 0; 398 margin-left: 0.125rem; } 399 .dropright .dropdown-toggle::after { 400 display: inline-block; 401 margin-left: 0.255em; 402 vertical-align: 0.255em; 403 content: ""; 404 border-top: 0.3em solid transparent; 405 border-right: 0; 406 border-bottom: 0.3em solid transparent; 407 border-left: 0.3em solid; } 408 .dropright .dropdown-toggle:empty::after { 409 margin-left: 0; } 410 .dropright .dropdown-toggle::after { 411 vertical-align: 0; } 412 413.dropleft .dropdown-menu { 414 top: 0; 415 right: 100%; 416 left: auto; 417 margin-top: 0; 418 margin-right: 0.125rem; } 419 .dropleft .dropdown-toggle::after { 420 display: inline-block; 421 margin-left: 0.255em; 422 vertical-align: 0.255em; 423 content: ""; } 424 .dropleft .dropdown-toggle::after { 425 display: none; } 426 .dropleft .dropdown-toggle::before { 427 display: inline-block; 428 margin-right: 0.255em; 429 vertical-align: 0.255em; 430 content: ""; 431 border-top: 0.3em solid transparent; 432 border-right: 0.3em solid; 433 border-bottom: 0.3em solid transparent; } 434 .dropleft .dropdown-toggle:empty::after { 435 margin-left: 0; } 436 .dropleft .dropdown-toggle::before { 437 vertical-align: 0; } 438 439.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { 440 right: auto; 441 bottom: auto; } 442 443.dropdown-divider { 444 height: 0; 445 margin: 0.5rem 0; 446 overflow: hidden; 447 border-top: 1px solid #baba25; } 448 449.dropdown-item { 450 display: block; 451 width: 100%; 452 padding: 0.25rem 1.5rem; 453 clear: both; 454 font-weight: 400; 455 color: #ffffff; 456 text-align: inherit; 457 white-space: nowrap; 458 background-color: transparent; 459 border: 0; } 460 .dropdown-item:hover, .dropdown-item:focus { 461 color: #f2f2f2; 462 text-decoration: none; 463 background: #638637 linear-gradient(180deg, #7a9855, #638637) repeat-x; } 464 .dropdown-item.active, .dropdown-item:active { 465 color: #ffffff; 466 text-decoration: none; 467 background: #638637 linear-gradient(180deg, #7a9855, #638637) repeat-x; } 468 .dropdown-item.disabled, .dropdown-item:disabled { 469 color: #f2f2f2; 470 pointer-events: none; 471 background-color: transparent; 472 background-image: none; } 473 474.dropdown-menu.show { 475 display: block; } 476 477.dropdown-header { 478 display: block; 479 padding: 0.5rem 1.5rem; 480 margin-bottom: 0; 481 font-size: 0.875rem; 482 color: #ffffff; 483 white-space: nowrap; } 484 485.dropdown-item-text { 486 display: block; 487 padding: 0.25rem 1.5rem; 488 color: #ffffff; } 489 .btn-light { 490 color: #212529; 491 background: #ffffff linear-gradient(180deg, white, #ffffff) repeat-x; 492 border-color: #ffffff; 493 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } 494 .btn-light:hover { 495 color: #212529; 496 background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x; 497 border-color: #e6e6e6; } 498 .btn-light:focus, .btn-light.focus { 499 color: #212529; 500 background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x; 501 border-color: #e6e6e6; 502 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5); } 503 .btn-light.disabled, .btn-light:disabled { 504 color: #212529; 505 background-color: #ffffff; 506 border-color: #ffffff; } 507 .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { 508 color: #212529; 509 background-color: #e6e6e6; 510 background-image: none; 511 border-color: #dfdfdf; } 512 .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { 513 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5); } 514 .btn-dark { 515 color: #fff; 516 background: #313109 linear-gradient(180deg, #50502e, #313109) repeat-x; 517 border-color: #313109; 518 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } 519 .btn-dark:hover { 520 color: #fff; 521 background: #111103 linear-gradient(180deg, #343429, #111103) repeat-x; 522 border-color: #060601; } 523 .btn-dark:focus, .btn-dark.focus { 524 color: #fff; 525 background: #111103 linear-gradient(180deg, #343429, #111103) repeat-x; 526 border-color: #060601; 527 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(49, 49, 9, 0.5); } 528 .btn-dark.disabled, .btn-dark:disabled { 529 color: #fff; 530 background-color: #313109; 531 border-color: #313109; } 532 .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { 533 color: #fff; 534 background-color: #060601; 535 background-image: none; 536 border-color: black; } 537 .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { 538 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(49, 49, 9, 0.5); } 539 .btn-outline-light { 540 color: #ffffff; 541 background-color: transparent; 542 background-image: none; 543 border-color: #ffffff; } 544 .btn-outline-light:hover { 545 color: #212529; 546 background-color: #ffffff; 547 border-color: #ffffff; } 548 .btn-outline-light:focus, .btn-outline-light.focus { 549 box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); } 550 .btn-outline-light.disabled, .btn-outline-light:disabled { 551 color: #ffffff; 552 background-color: transparent; } 553 .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { 554 color: #212529; 555 background-color: #ffffff; 556 border-color: #ffffff; } 557 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { 558 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5); } 559 .btn-outline-dark { 560 color: #313109; 561 background-color: transparent; 562 background-image: none; 563 border-color: #313109; } 564 .btn-outline-dark:hover { 565 color: #fff; 566 background-color: #313109; 567 border-color: #313109; } 568 .btn-outline-dark:focus, .btn-outline-dark.focus { 569 box-shadow: 0 0 0 0.2rem rgba(49, 49, 9, 0.5); } 570 .btn-outline-dark.disabled, .btn-outline-dark:disabled { 571 color: #313109; 572 background-color: transparent; } 573 .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { 574 color: #fff; 575 background-color: #313109; 576 border-color: #313109; } 577 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { 578 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(49, 49, 9, 0.5); } 579 580.btn-link { 581 color: #638637; 582 background-color: transparent; } 583 .btn-link:hover { 584 color: #baba25; 585 text-decoration: none; 586 background-color: transparent; 587 border-color: transparent; } 588 .btn-link:focus, .btn-link.focus { 589 text-decoration: none; 590 border-color: transparent; 591 box-shadow: none; } 592 .btn-link:disabled, .btn-link.disabled { 593 color: #777777; 594 pointer-events: none; } 595 596.btn-primary { 597 color: #212529; 598 background: #ebdc14 linear-gradient(180deg, #eee137, #ebdc14) repeat-x; 599 border-color: #c8bb11; 600 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } 601 .btn-primary:hover { 602 color: #212529; 603 background: #bcb010 linear-gradient(180deg, #c6bc34, #bcb010) repeat-x; 604 border-color: #ede02c; } 605 .btn-primary:focus, .btn-primary.focus { 606 color: #212529; 607 background: #bcb010 linear-gradient(180deg, #c6bc34, #bcb010) repeat-x; 608 border-color: #ede02c; 609 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(200, 187, 17, 0.5); } 610 .btn-primary.disabled, .btn-primary:disabled { 611 color: #212529; 612 background-color: #ebdc14; 613 border-color: #c8bb11; } 614 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { 615 color: #212529; 616 background-color: #efe343; 617 background-image: none; 618 border-color: #5e5808; } 619 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { 620 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(200, 187, 17, 0.5); } 621 622.btn-outline-primary { 623 color: #ebdc14; 624 background-color: transparent; 625 background-image: none; 626 border-color: #ebdc14; } 627 .btn-outline-primary:hover { 628 color: #222222; 629 background-color: #ede02c; 630 border-color: #ebdc14; } 631 .btn-outline-primary:focus, .btn-outline-primary.focus { 632 box-shadow: 0 0 0 0.2rem rgba(235, 220, 20, 0.5); } 633 .btn-outline-primary.disabled, .btn-outline-primary:disabled { 634 color: #ebdc14; 635 background-color: transparent; } 636 .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { 637 color: #212529; 638 background-color: #ede02c; 639 border-color: #ebdc14; } 640 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { 641 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(235, 220, 20, 0.5); } 642 643.btn-secondary { 644 color: #fff; 645 background: #648737 linear-gradient(180deg, #7b9955, #648737) repeat-x; 646 border-color: #506c2c; 647 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } 648 .btn-secondary:hover { 649 color: #fff; 650 background: #496328 linear-gradient(180deg, #647a48, #496328) repeat-x; 651 border-color: #71993e; } 652 .btn-secondary:focus, .btn-secondary.focus { 653 color: #fff; 654 background: #496328 linear-gradient(180deg, #647a48, #496328) repeat-x; 655 border-color: #71993e; 656 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(80, 108, 44, 0.5); } 657 .btn-secondary.disabled, .btn-secondary:disabled { 658 color: #fff; 659 background-color: #648737; 660 border-color: #506c2c; } 661 .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { 662 color: #fff; 663 background-color: #7fab46; 664 background-image: none; 665 border-color: #131a0b; } 666 .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { 667 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(80, 108, 44, 0.5); } 668 669.btn-outline-secondary { 670 color: #648737; 671 background-color: transparent; 672 background-image: none; 673 border-color: #648737; } 674 .btn-outline-secondary:hover { 675 color: #222222; 676 background-color: #71993e; 677 border-color: #648737; } 678 .btn-outline-secondary:focus, .btn-outline-secondary.focus { 679 box-shadow: 0 0 0 0.2rem rgba(100, 135, 55, 0.5); } 680 .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { 681 color: #648737; 682 background-color: transparent; } 683 .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { 684 color: #fff; 685 background-color: #71993e; 686 border-color: #648737; } 687 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { 688 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(100, 135, 55, 0.5); } 689 690.btn-success { 691 color: #fff; 692 background: #5cb85c linear-gradient(180deg, #74c374, #5cb85c) repeat-x; 693 border-color: #48a648; 694 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } 695 .btn-success:hover { 696 color: #fff; 697 background: #449d44 linear-gradient(180deg, #60ab60, #449d44) repeat-x; 698 border-color: #6ec06e; } 699 .btn-success:focus, .btn-success.focus { 700 color: #fff; 701 background: #449d44 linear-gradient(180deg, #60ab60, #449d44) repeat-x; 702 border-color: #6ec06e; 703 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 166, 72, 0.5); } 704 .btn-success.disabled, .btn-success:disabled { 705 color: #fff; 706 background-color: #5cb85c; 707 border-color: #48a648; } 708 .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { 709 color: #212529; 710 background-color: #80c780; 711 background-image: none; 712 border-color: #255625; } 713 .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { 714 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 166, 72, 0.5); } 715 716.btn-outline-success { 717 color: #5cb85c; 718 background-color: transparent; 719 background-image: none; 720 border-color: #5cb85c; } 721 .btn-outline-success:hover { 722 color: #222222; 723 background-color: #6ec06e; 724 border-color: #5cb85c; } 725 .btn-outline-success:focus, .btn-outline-success.focus { 726 box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); } 727 .btn-outline-success.disabled, .btn-outline-success:disabled { 728 color: #5cb85c; 729 background-color: transparent; } 730 .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { 731 color: #212529; 732 background-color: #6ec06e; 733 border-color: #5cb85c; } 734 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { 735 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(92, 184, 92, 0.5); } 736 737.btn-info { 738 color: #fff; 739 background: #96a032 linear-gradient(180deg, #a6ae51, #96a032) repeat-x; 740 border-color: #7b8329; 741 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } 742 .btn-info:hover { 743 color: #fff; 744 background: #727926 linear-gradient(180deg, #878d46, #727926) repeat-x; 745 border-color: #a8b338; } 746 .btn-info:focus, .btn-info.focus { 747 color: #fff; 748 background: #727926 linear-gradient(180deg, #878d46, #727926) repeat-x; 749 border-color: #a8b338; 750 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(123, 131, 41, 0.5); } 751 .btn-info.disabled, .btn-info:disabled { 752 color: #fff; 753 background-color: #96a032; 754 border-color: #7b8329; } 755 .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { 756 color: #212529; 757 background-color: #b8c441; 758 background-image: none; 759 border-color: #292b0e; } 760 .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { 761 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(123, 131, 41, 0.5); } 762 763.btn-outline-info { 764 color: #96a032; 765 background-color: transparent; 766 background-image: none; 767 border-color: #96a032; } 768 .btn-outline-info:hover { 769 color: #222222; 770 background-color: #a8b338; 771 border-color: #96a032; } 772 .btn-outline-info:focus, .btn-outline-info.focus { 773 box-shadow: 0 0 0 0.2rem rgba(150, 160, 50, 0.5); } 774 .btn-outline-info.disabled, .btn-outline-info:disabled { 775 color: #96a032; 776 background-color: transparent; } 777 .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { 778 color: #212529; 779 background-color: #a8b338; 780 border-color: #96a032; } 781 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { 782 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(150, 160, 50, 0.5); } 783 784.btn-warning { 785 color: #212529; 786 background: #f0ad4e linear-gradient(180deg, #f2b969, #f0ad4e) repeat-x; 787 border-color: #ed9d2b; 788 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } 789 .btn-warning:hover { 790 color: #212529; 791 background: #ec971f linear-gradient(180deg, #efa741, #ec971f) repeat-x; 792 border-color: #f2b866; } 793 .btn-warning:focus, .btn-warning.focus { 794 color: #212529; 795 background: #ec971f linear-gradient(180deg, #efa741, #ec971f) repeat-x; 796 border-color: #f2b866; 797 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(237, 157, 43, 0.5); } 798 .btn-warning.disabled, .btn-warning:disabled { 799 color: #212529; 800 background-color: #f0ad4e; 801 border-color: #ed9d2b; } 802 .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { 803 color: #212529; 804 background-color: #f4c37d; 805 background-image: none; 806 border-color: #985f0d; } 807 .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { 808 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(237, 157, 43, 0.5); } 809 810.btn-outline-warning { 811 color: #f0ad4e; 812 background-color: transparent; 813 background-image: none; 814 border-color: #f0ad4e; } 815 .btn-outline-warning:hover { 816 color: #222222; 817 background-color: #f2b866; 818 border-color: #f0ad4e; } 819 .btn-outline-warning:focus, .btn-outline-warning.focus { 820 box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); } 821 .btn-outline-warning.disabled, .btn-outline-warning:disabled { 822 color: #f0ad4e; 823 background-color: transparent; } 824 .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { 825 color: #212529; 826 background-color: #f2b866; 827 border-color: #f0ad4e; } 828 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { 829 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(240, 173, 78, 0.5); } 830 831.btn-danger { 832 color: #fff; 833 background: #ff5c1a linear-gradient(180deg, #ff743c, #ff5c1a) repeat-x; 834 border-color: #f34600; 835 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } 836 .btn-danger:hover { 837 color: #fff; 838 background: #e64200 linear-gradient(180deg, #ea5f26, #e64200) repeat-x; 839 border-color: #ff6e34; } 840 .btn-danger:focus, .btn-danger.focus { 841 color: #fff; 842 background: #e64200 linear-gradient(180deg, #ea5f26, #e64200) repeat-x; 843 border-color: #ff6e34; 844 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(243, 70, 0, 0.5); } 845 .btn-danger.disabled, .btn-danger:disabled { 846 color: #fff; 847 background-color: #ff5c1a; 848 border-color: #f34600; } 849 .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { 850 color: #212529; 851 background-color: #ff804d; 852 background-image: none; 853 border-color: #802500; } 854 .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { 855 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(243, 70, 0, 0.5); } 856 857.btn-outline-danger { 858 color: #ff5c1a; 859 background-color: transparent; 860 background-image: none; 861 border-color: #ff5c1a; } 862 .btn-outline-danger:hover { 863 color: #222222; 864 background-color: #ff6e34; 865 border-color: #ff5c1a; } 866 .btn-outline-danger:focus, .btn-outline-danger.focus { 867 box-shadow: 0 0 0 0.2rem rgba(255, 92, 26, 0.5); } 868 .btn-outline-danger.disabled, .btn-outline-danger:disabled { 869 color: #ff5c1a; 870 background-color: transparent; } 871 .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { 872 color: #fff; 873 background-color: #ff6e34; 874 border-color: #ff5c1a; } 875 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { 876 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 92, 26, 0.5); } 877 878.btn-light { 879 color: #212529; 880 background: #ffffff linear-gradient(180deg, white, #ffffff) repeat-x; 881 border-color: #ececec; 882 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } 883 .btn-light:hover { 884 color: #212529; 885 background: #e6e6e6 linear-gradient(180deg, #e9e9e9, #e6e6e6) repeat-x; 886 border-color: white; } 887 .btn-light:focus, .btn-light.focus { 888 color: #212529; 889 background: #e6e6e6 linear-gradient(180deg, #e9e9e9, #e6e6e6) repeat-x; 890 border-color: white; 891 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(236, 236, 236, 0.5); } 892 .btn-light.disabled, .btn-light:disabled { 893 color: #212529; 894 background-color: #ffffff; 895 border-color: #ececec; } 896 .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { 897 color: #212529; 898 background-color: white; 899 background-image: none; 900 border-color: #b3b3b3; } 901 .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { 902 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(236, 236, 236, 0.5); } 903 904.btn-outline-light { 905 color: #ffffff; 906 background-color: transparent; 907 background-image: none; 908 border-color: #ffffff; } 909 .btn-outline-light:hover { 910 color: #222222; 911 background-color: white; 912 border-color: #ffffff; } 913 .btn-outline-light:focus, .btn-outline-light.focus { 914 box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); } 915 .btn-outline-light.disabled, .btn-outline-light:disabled { 916 color: #ffffff; 917 background-color: transparent; } 918 .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { 919 color: #212529; 920 background-color: white; 921 border-color: #ffffff; } 922 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { 923 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5); } 924 925.btn-dark { 926 color: #212529; 927 background: #efefef linear-gradient(180deg, #f1f1f1, #efefef) repeat-x; 928 border-color: gainsboro; 929 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } 930 .btn-dark:hover { 931 color: #212529; 932 background: #d6d6d6 linear-gradient(180deg, gainsboro, #d6d6d6) repeat-x; 933 border-color: #fcfcfc; } 934 .btn-dark:focus, .btn-dark.focus { 935 color: #212529; 936 background: #d6d6d6 linear-gradient(180deg, gainsboro, #d6d6d6) repeat-x; 937 border-color: #fcfcfc; 938 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 220, 220, 0.5); } 939 .btn-dark.disabled, .btn-dark:disabled { 940 color: #212529; 941 background-color: #efefef; 942 border-color: gainsboro; } 943 .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { 944 color: #212529; 945 background-color: white; 946 background-image: none; 947 border-color: #a3a3a3; } 948 .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { 949 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 220, 220, 0.5); } 950 951.btn-outline-dark { 952 color: #efefef; 953 background-color: transparent; 954 background-image: none; 955 border-color: #efefef; } 956 .btn-outline-dark:hover { 957 color: #222222; 958 background-color: #fcfcfc; 959 border-color: #efefef; } 960 .btn-outline-dark:focus, .btn-outline-dark.focus { 961 box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5); } 962 .btn-outline-dark.disabled, .btn-outline-dark:disabled { 963 color: #efefef; 964 background-color: transparent; } 965 .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { 966 color: #212529; 967 background-color: #fcfcfc; 968 border-color: #efefef; } 969 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { 970 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(239, 239, 239, 0.5); } 971 972.tiki.tiki-webmail a:not(.btn), .tiki.tiki-cypht a:not(.btn), .tiki.mobile.tiki-cypht a:not(.btn), .tiki .inline-cypht a:not(.btn), .tiki.tiki-webmail a:not(.dropdown-item) .icon, .tiki.tiki-cypht a:not(.dropdown-item) .icon, .tiki.mobile.tiki-cypht a:not(.dropdown-item) .icon, .tiki .inline-cypht a:not(.dropdown-item) .icon, .tiki.tiki-webmail .btn-link, .tiki.tiki-cypht .btn-link, .tiki.mobile.tiki-cypht .btn-link, .tiki .inline-cypht .btn-link { 973 color: #638637 !important; } 974 .tiki.tiki-webmail a:not(.btn):hover, .tiki.tiki-cypht a:not(.btn):hover, .tiki.mobile.tiki-cypht a:not(.btn):hover, .tiki .inline-cypht a:not(.btn):hover, .tiki.tiki-webmail a:not(.dropdown-item) .icon:hover, .tiki.tiki-cypht a:not(.dropdown-item) .icon:hover, .tiki.mobile.tiki-cypht a:not(.dropdown-item) .icon:hover, .tiki .inline-cypht a:not(.dropdown-item) .icon:hover, .tiki.tiki-webmail .btn-link:hover, .tiki.tiki-cypht .btn-link:hover, .tiki.mobile.tiki-cypht .btn-link:hover, .tiki .inline-cypht .btn-link:hover { 975 color: #baba25 !important; } 976.tiki.tiki-webmail .card-body .nav-link, .tiki.tiki-cypht .card-body .nav-link, .tiki.mobile.tiki-cypht .card-body .nav-link, .tiki .inline-cypht .card-body .nav-link, .tiki.tiki-webmail .card-body .nav-link small, .tiki.tiki-cypht .card-body .nav-link small, .tiki.mobile.tiki-cypht .card-body .nav-link small, .tiki .inline-cypht .card-body .nav-link small { 977 color: #638637 !important; } 978.tiki.tiki-webmail .dropdown-menu, .tiki.tiki-cypht .dropdown-menu, .tiki.mobile.tiki-cypht .dropdown-menu, .tiki .inline-cypht .dropdown-menu { 979 background-color: #baba25 !important; 980 border-color: rgba(0, 0, 0, 0.15) !important; } 981 .tiki.tiki-webmail .dropdown-menu .dropdown-item, .tiki.tiki-cypht .dropdown-menu .dropdown-item, .tiki.mobile.tiki-cypht .dropdown-menu .dropdown-item, .tiki .inline-cypht .dropdown-menu .dropdown-item, .tiki.tiki-webmail .dropdown-menu .dropdown-item .icon, .tiki.tiki-cypht .dropdown-menu .dropdown-item .icon, .tiki.mobile.tiki-cypht .dropdown-menu .dropdown-item .icon, .tiki .inline-cypht .dropdown-menu .dropdown-item .icon { 982 color: #ffffff !important; } 983 .tiki.tiki-webmail .dropdown-menu .dropdown-item:hover, .tiki.tiki-cypht .dropdown-menu .dropdown-item:hover, .tiki.mobile.tiki-cypht .dropdown-menu .dropdown-item:hover, .tiki .inline-cypht .dropdown-menu .dropdown-item:hover, .tiki.tiki-webmail .dropdown-menu .dropdown-item:focus, .tiki.tiki-cypht .dropdown-menu .dropdown-item:focus, .tiki.mobile.tiki-cypht .dropdown-menu .dropdown-item:focus, .tiki .inline-cypht .dropdown-menu .dropdown-item:focus, .tiki.tiki-webmail .dropdown-menu .dropdown-item:hover .icon, .tiki.tiki-cypht .dropdown-menu .dropdown-item:hover .icon, .tiki.mobile.tiki-cypht .dropdown-menu .dropdown-item:hover .icon, .tiki .inline-cypht .dropdown-menu .dropdown-item:hover .icon, .tiki.tiki-webmail .dropdown-menu .dropdown-item:focus .icon, .tiki.tiki-cypht .dropdown-menu .dropdown-item:focus .icon, .tiki.mobile.tiki-cypht .dropdown-menu .dropdown-item:focus .icon, .tiki .inline-cypht .dropdown-menu .dropdown-item:focus .icon { 984 color: #f2f2f2 !important; } 985.tiki.tiki-webmail .form-control, .tiki.tiki-cypht .form-control, .tiki.mobile.tiki-cypht .form-control, .tiki .inline-cypht .form-control { 986 background-color: #f8f9d4 !important; 987 border-color: #f8f9d4 !important; 988 color: #343a40 !important; } 989 .tiki.tiki-webmail .nav-tabs .nav-link, .tiki.tiki-cypht .nav-tabs .nav-link, .tiki.mobile.tiki-cypht .nav-tabs .nav-link, .tiki .inline-cypht .nav-tabs .nav-link, .tiki.tiki-webmail .nav-tabs .nav-link .icon, .tiki.tiki-cypht .nav-tabs .nav-link .icon, .tiki.mobile.tiki-cypht .nav-tabs .nav-link .icon, .tiki .inline-cypht .nav-tabs .nav-link .icon, .tiki.tiki-webmail .nav-tabs .nav-link .icon:hover, .tiki.tiki-cypht .nav-tabs .nav-link .icon:hover, .tiki.mobile.tiki-cypht .nav-tabs .nav-link .icon:hover, .tiki .inline-cypht .nav-tabs .nav-link .icon:hover { 990 color: #000 !important; } 991.tiki.tiki-webmail .nav-tabs .nav-link.active, .tiki.tiki-cypht .nav-tabs .nav-link.active, .tiki.mobile.tiki-cypht .nav-tabs .nav-link.active, .tiki .inline-cypht .nav-tabs .nav-link.active, .tiki.tiki-webmail .nav-tabs .nav-item.show .nav-link, .tiki.tiki-cypht .nav-tabs .nav-item.show .nav-link, .tiki.mobile.tiki-cypht .nav-tabs .nav-item.show .nav-link, .tiki .inline-cypht .nav-tabs .nav-item.show .nav-link, .tiki.tiki-webmail .nav-tabs .nav-link.active .icon, .tiki.tiki-cypht .nav-tabs .nav-link.active .icon, .tiki.mobile.tiki-cypht .nav-tabs .nav-link.active .icon, .tiki .inline-cypht .nav-tabs .nav-link.active .icon, .tiki.tiki-webmail .nav-tabs .nav-item.show .nav-link .icon, .tiki.tiki-cypht .nav-tabs .nav-item.show .nav-link .icon, .tiki.mobile.tiki-cypht .nav-tabs .nav-item.show .nav-link .icon, .tiki .inline-cypht .nav-tabs .nav-item.show .nav-link .icon { 992 color: #fff !important; } 993.tiki.tiki-webmail .btn-primary, .tiki.tiki-cypht .btn-primary, .tiki.mobile.tiki-cypht .btn-primary, .tiki .inline-cypht .btn-primary { 994 border-color: #c8bb11 !important; } 995.tiki.tiki-webmail .btn-info, .tiki.tiki-cypht .btn-info, .tiki.mobile.tiki-cypht .btn-info, .tiki .inline-cypht .btn-info { 996 border-color: #7b8329 !important; } 997