|
118 | 118 | position: absolute;
|
119 | 119 | top: 45%;
|
120 | 120 | left: 45%;
|
121 |
| - width: 1em; |
122 |
| - height: 1em; |
| 121 | + width: 2rem; |
| 122 | + height: 2rem; |
123 | 123 | border: 10px solid #f3f3f3;
|
124 | 124 | border-top: 10px solid #3498db;
|
125 | 125 | border-radius: 50%;
|
|
319 | 319 | border-top-right-radius: unset;
|
320 | 320 | }
|
321 | 321 |
|
322 |
| -/* SmartTab Theme: BsTabs */ |
323 |
| -.st-theme-bstabs { |
| 322 | +/* SmartTab Theme: Round */ |
| 323 | +.st-theme-round { |
324 | 324 | border: 1px solid #dee2e6;
|
325 | 325 | border-top-width: 0;
|
326 | 326 | border-radius: 8px;
|
327 | 327 | }
|
328 | 328 |
|
329 |
| -.st-theme-bstabs > .tab-content > .tab-pane { |
| 329 | +.st-theme-round > .tab-content > .tab-pane { |
330 | 330 | padding: 10px;
|
331 | 331 | }
|
332 | 332 |
|
333 |
| -.st-theme-bstabs > .nav { |
| 333 | +.st-theme-round > .nav { |
334 | 334 | background: #ffffff;
|
335 | 335 | border-bottom: 1px solid #dee2e6;
|
336 | 336 | margin-right: -1px;
|
337 | 337 | margin-left: -1px;
|
338 | 338 | }
|
339 | 339 |
|
340 |
| -.st-theme-bstabs > .nav .nav-link { |
| 340 | +.st-theme-round > .nav .nav-link { |
341 | 341 | position: relative;
|
342 | 342 | background: transparent;
|
343 | 343 | height: 100%;
|
|
349 | 349 | background: #ffffff;
|
350 | 350 | }
|
351 | 351 |
|
352 |
| -.st-theme-bstabs > .nav .nav-link.active { |
| 352 | +.st-theme-round > .nav .nav-link.active { |
353 | 353 | color: #495057 !important;
|
354 | 354 | border-color: #dee2e6 !important;
|
355 | 355 | cursor: pointer;
|
356 | 356 | border-top-left-radius: 8px;
|
357 | 357 | border-top-right-radius: 8px;
|
358 | 358 | }
|
359 | 359 |
|
360 |
| -.st-theme-bstabs > .nav .nav-link.active::after { |
| 360 | +.st-theme-round > .nav .nav-link.active::after { |
361 | 361 | content: "";
|
362 | 362 | background: #ffffff;
|
363 | 363 | height: 1px;
|
|
367 | 367 | bottom: -1px;
|
368 | 368 | }
|
369 | 369 |
|
370 |
| -.st-theme-bstabs > .nav .nav-link.disabled { |
| 370 | +.st-theme-round > .nav .nav-link.disabled { |
371 | 371 | color: #eeeeee !important;
|
372 | 372 | }
|
373 | 373 |
|
374 |
| -.st-theme-bstabs.st-vertical { |
| 374 | +.st-theme-round.st-vertical { |
375 | 375 | border-top-width: 1px;
|
376 | 376 | border-left-width: 0;
|
377 | 377 | }
|
378 | 378 |
|
379 |
| -.st-theme-bstabs.st-vertical > .nav { |
| 379 | +.st-theme-round.st-vertical > .nav { |
380 | 380 | border-right: 1px solid #dee2e6;
|
381 | 381 | border-bottom: unset;
|
382 | 382 | margin-top: -1px;
|
|
385 | 385 | margin-left: 0;
|
386 | 386 | }
|
387 | 387 |
|
388 |
| -.st-theme-bstabs.st-vertical > .nav .nav-link { |
| 388 | +.st-theme-round.st-vertical > .nav .nav-link { |
389 | 389 | border-bottom-width: 1px;
|
390 | 390 | border-right-width: 0;
|
391 | 391 | }
|
392 | 392 |
|
393 |
| -.st-theme-bstabs.st-vertical > .nav .nav-link.active { |
| 393 | +.st-theme-round.st-vertical > .nav .nav-link.active { |
394 | 394 | border-top-left-radius: 8px;
|
395 | 395 | border-bottom-left-radius: 8px;
|
396 | 396 | border-top-right-radius: unset;
|
397 | 397 | }
|
398 | 398 |
|
399 |
| -.st-theme-bstabs.st-vertical > .nav .nav-link.active::after { |
| 399 | +.st-theme-round.st-vertical > .nav .nav-link.active::after { |
400 | 400 | height: 100%;
|
401 | 401 | width: 1px;
|
402 | 402 | top: 0px;
|
403 | 403 | left: auto;
|
404 | 404 | right: -1px;
|
405 | 405 | }
|
406 | 406 |
|
407 |
| -/* SmartTab Theme: BsPills */ |
408 |
| -.st-theme-bspills > .tab-content > .tab-pane { |
| 407 | +/* SmartTab Theme: Pills */ |
| 408 | +.st-theme-pills > .tab-content > .tab-pane { |
409 | 409 | padding: 10px;
|
410 | 410 | }
|
411 | 411 |
|
412 |
| -.st-theme-bspills > .nav .nav-link { |
| 412 | +.st-theme-pills > .nav { |
| 413 | + background: #5bc0de; |
| 414 | + padding: 11px 23px; |
| 415 | + border-radius: 0.1875rem; |
| 416 | +} |
| 417 | + |
| 418 | +.st-theme-pills > .nav .nav-link { |
413 | 419 | height: 100%;
|
414 | 420 | min-height: 100%;
|
415 |
| - color: #222 !important; |
| 421 | + color: #fff !important; |
416 | 422 | padding: .5rem 1rem;
|
417 |
| - border-radius: .25rem; |
418 | 423 | }
|
419 | 424 |
|
420 |
| -.st-theme-bspills > .nav .nav-link.active { |
| 425 | +.st-theme-pills > .nav .nav-link.active { |
421 | 426 | color: #fff !important;
|
422 |
| - background: #007bff; |
| 427 | + background: rgba(255, 255, 255, 0.2); |
| 428 | + border-radius: 30px; |
| 429 | + cursor: pointer; |
| 430 | +} |
| 431 | + |
| 432 | +/* SmartTab Theme: GitHub */ |
| 433 | +.st-theme-github > .tab-content > .tab-pane { |
| 434 | + padding: 10px; |
| 435 | +} |
| 436 | + |
| 437 | +.st-theme-github > .nav { |
| 438 | + background: #fafbfc; |
| 439 | + border-bottom: 1px solid #e1e4e8; |
| 440 | + margin-right: -1px; |
| 441 | + margin-left: -1px; |
| 442 | +} |
| 443 | + |
| 444 | +.st-theme-github > .nav .nav-link { |
| 445 | + position: relative; |
| 446 | + background: transparent; |
| 447 | + height: 100%; |
| 448 | + min-height: 100%; |
| 449 | + color: #586069; |
| 450 | + padding: 10px; |
| 451 | + border: 1px solid transparent; |
| 452 | + border-top-width: 3px; |
| 453 | + border-bottom-width: 0; |
| 454 | + background: #fafbfc; |
| 455 | +} |
| 456 | + |
| 457 | +.st-theme-github > .nav .nav-link:hover, .st-theme-github > .nav .nav-link:focus { |
| 458 | + color: #24292e; |
| 459 | +} |
| 460 | + |
| 461 | +.st-theme-github > .nav .nav-link.active { |
| 462 | + color: #495057 !important; |
| 463 | + border-color: #e1e4e8 !important; |
| 464 | + border-top-color: #e36209 !important; |
| 465 | + background-color: #ffffff !important; |
| 466 | + cursor: pointer; |
| 467 | +} |
| 468 | + |
| 469 | +.st-theme-github > .nav .nav-link.active::after { |
| 470 | + content: ""; |
| 471 | + background: #ffffff; |
| 472 | + height: 1px; |
| 473 | + position: absolute; |
| 474 | + width: 100%; |
| 475 | + left: 0px; |
| 476 | + bottom: -1px; |
| 477 | +} |
| 478 | + |
| 479 | +.st-theme-github > .nav .nav-link.disabled { |
| 480 | + color: #eeeeee !important; |
| 481 | +} |
| 482 | + |
| 483 | +.st-theme-github.st-vertical > .nav { |
| 484 | + border-right: 1px solid #e1e4e8; |
| 485 | + border-bottom: unset; |
| 486 | + margin-top: -1px; |
| 487 | + margin-bottom: -1px; |
| 488 | + margin-right: 0; |
| 489 | + margin-left: 0; |
| 490 | +} |
| 491 | + |
| 492 | +.st-theme-github.st-vertical > .nav .nav-link { |
| 493 | + border-bottom-width: 1px; |
| 494 | + border-right-width: 0; |
| 495 | + border-top-width: 1px; |
| 496 | + border-left-width: 3px; |
| 497 | +} |
| 498 | + |
| 499 | +.st-theme-github.st-vertical > .nav .nav-link.active { |
| 500 | + border-top-color: #e1e4e8 !important; |
| 501 | + border-left-color: #e36209 !important; |
| 502 | +} |
| 503 | + |
| 504 | +.st-theme-github.st-vertical > .nav .nav-link.active::after { |
| 505 | + height: 100%; |
| 506 | + width: 1px; |
| 507 | + top: 0px; |
| 508 | + left: auto; |
| 509 | + right: -1px; |
| 510 | +} |
| 511 | + |
| 512 | +/* SmartTab Theme: Sourceforge */ |
| 513 | +.st-theme-sourceforge > .tab-content > .tab-pane { |
| 514 | + padding: 11px 15px; |
| 515 | +} |
| 516 | + |
| 517 | +.st-theme-sourceforge > .nav { |
| 518 | + background: #fff; |
| 519 | + border-right: 1px solid; |
| 520 | + border-image-source: linear-gradient(to bottom, #333333 0%, #333333 3px, #dcdcdc 3px); |
| 521 | + border-image-slice: 0 1 0 0; |
| 522 | +} |
| 523 | + |
| 524 | +.st-theme-sourceforge > .nav .nav-link { |
| 525 | + position: relative; |
| 526 | + height: 100%; |
| 527 | + min-height: 100%; |
| 528 | + padding: 10px; |
| 529 | + color: #586069; |
| 530 | + background: #fff; |
| 531 | + border-style: solid; |
| 532 | + border-width: 3px 0 1px 1px; |
| 533 | + border-image-source: linear-gradient(to bottom, #333333 0%, #333333 3px, #dcdcdc 3px); |
| 534 | + border-image-slice: 3 0 1 1; |
| 535 | +} |
| 536 | + |
| 537 | +.st-theme-sourceforge > .nav .nav-link:hover, .st-theme-sourceforge > .nav .nav-link:focus { |
| 538 | + color: #09c !important; |
| 539 | +} |
| 540 | + |
| 541 | +.st-theme-sourceforge > .nav .nav-link.active { |
| 542 | + color: #0cf !important; |
| 543 | + background-color: #ffffff !important; |
423 | 544 | cursor: pointer;
|
| 545 | + border-image-source: linear-gradient(to bottom, #00ccff 0%, #00ccff 3px, #dcdcdc 3px); |
| 546 | + border-image-slice: 3 0 0 1; |
| 547 | +} |
| 548 | + |
| 549 | +.st-theme-sourceforge.st-vertical > .nav { |
| 550 | + border-top: 1px solid; |
| 551 | + border-image-source: linear-gradient(to right, #333333 0%, #333333 3px, #dcdcdc 3px); |
| 552 | + border-image-slice: 1 0 0 0; |
| 553 | +} |
| 554 | + |
| 555 | +.st-theme-sourceforge.st-vertical > .nav .nav-link { |
| 556 | + border-width: 0 1px 1px 3px; |
| 557 | + border-image-source: linear-gradient(to right, #333333 0%, #333333 3px, #dcdcdc 3px); |
| 558 | + border-image-slice: 0 1 1 3; |
| 559 | +} |
| 560 | + |
| 561 | +.st-theme-sourceforge.st-vertical > .nav .nav-link.active { |
| 562 | + border-image-source: linear-gradient(to right, #00ccff 0%, #00ccff 3px, #dcdcdc 3px); |
| 563 | + border-image-slice: 0 0 1 3; |
424 | 564 | }
|
0 commit comments