Project

General

Profile

« Previous | Next » 

Revision 58356

[Library | Assets]: Add b2note img and remove duplcates from library.css

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library.css
190 190
.tooltip-custom-font-size {
191 191
    font-size: 120%;
192 192
}
193

  
193 194
/* theme */
194 195
.uk-tooltip {
195 196
    background: #666;
......
854 855
    font-weight: normal !important;
855 856
    border-radius: 4px;
856 857
    background-color: #F0F0F0;
858
    color: #666;
857 859
    padding: 5px 12px;
858 860
    font-size: 12px;
859 861
}
......
901 903
    color: var(--portal-main-contrast);
902 904
}
903 905

  
904
.portal-button,.portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus {
906
.portal-button, .portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus {
905 907

  
906 908
    background-color: var(--portal-main-color);
907 909
    color: var(--portal-main-contrast);
......
910 912

  
911 913
}
912 914

  
913
.portal-button:hover, .portal-button:active, .portal-button:focus{
915
.portal-button:hover, .portal-button:active, .portal-button:focus {
914 916
    background-color: var(--portal-dark-color);
915 917
    color: var(--portal-main-contrast);
916 918
    border: 1px solid var(--portal-dark-color);
......
1365 1367

  
1366 1368
/* theme */
1367 1369
.uk-navbar {
1368
    z-index: 9999;
1370
    z-index: 10002;
1369 1371
}
1370 1372

  
1371 1373
/* theme */
......
1427 1429
    border-radius: 1px;
1428 1430
}
1429 1431

  
1430
ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus,  ul.portalTabs.uk-tab > * > a:hover {
1431
    color: var(--portal-main-color) !important;
1432
    border-color: var(--portal-main-color) !important;
1433
    /*font-family: Roboto, sans-serif !important;*/
1434
}
1435
ul.portalTabs.uk-tab  > .uk-active > a{
1436
 font-weight: bold;
1437
}
1438

  
1439
ul.portalTabs.uk-tab::before {
1440
    border-bottom: 1px solid var(--portal-main-color);
1441
}
1442

  
1443
.quickSelectionsBox{
1444
    border: 1px solid #E6E6E6;
1445
    border-top:0px;
1446
    background-color: white;
1447
}
1448

  
1449 1432
.selectedFilterLabel {
1450
    background-color: #E5E5E5 !important;
1451
    border-color: #E5E5E5 !important;
1452
    border-radius: 2px !important;
1453
    color: inherit !important;
1454
    line-height: 15px !important;
1455
    padding: 3px 10px !important;
1456
}
1457

  
1458
.searchFilterItem {
1459
    margin-bottom: 5px;
1460
}
1461

  
1462
.range-button > button{
1463
    padding: 5px 10px !important;
1464
    text-transform: none !important;
1465
}
1466

  
1467
.portal-box .mat-select-value, .portal-box .mat-select-arrow{
1468
    color: var(--portal-main-contrast) !important;
1469

  
1470
}
1471
.entitiesSelection{
1472
    width: 150px;
1473
    padding:10px;
1474
    display: inline-block
1475
}
1476
.entitiesSelectionPanel, .matSelectionPanel{
1477
    margin-top: 30px !important;
1478
}
1479

  
1480

  
1481
.selectedFilterLabel {
1482 1433
    background-color: #E5E5E5;
1483 1434
    border-color: #E5E5E5;
1484 1435
    border-radius: 2px;
......
1487 1438
    padding: 3px 10px;
1488 1439
}
1489 1440

  
1490
.searchFilterItem {
1491
    margin-bottom: 5px;
1492
}
1493

  
1494
.range-button > button{
1441
.range-button > button {
1495 1442
    padding: 5px 10px;
1496 1443
    text-transform: none;
1497 1444
}
1498 1445

  
1499 1446
/* Landing gradient title section*/
1500 1447
.title-section {
1501
    background-image: linear-gradient(to right, #FFFFFF , #F0F0F0);
1448
    background-image: linear-gradient(to right, #FFFFFF, #F0F0F0);
1502 1449
    padding-right: 10px;
1503 1450
    padding-top: 5px;
1504 1451
    padding-bottom: 5px;
......
1506 1453
    position: relative;
1507 1454
}
1508 1455

  
1509
.title-section .under-curation{
1456
.title-section .under-curation {
1510 1457
    background-image: url("./under_curation.svg");
1511 1458
    height: 17px;
1512 1459
    width: 13px;
......
1514 1461
}
1515 1462

  
1516 1463
/* theme */
1517
.uk-modal .title-section h1, .feedback-page .title-section h1{
1464
.uk-modal .title-section h1, .feedback-page .title-section h1 {
1518 1465
    font-size: 18px;
1519 1466
    font-family: "Open Sans";
1520 1467
    font-weight: 400;
......
1612 1559
}
1613 1560

  
1614 1561
.landing #feedback-pos {
1615
    position:-webkit-sticky;
1562
    position: -webkit-sticky;
1616 1563
    position: sticky;
1617 1564
    bottom: 20px;
1618 1565
}
......
1701 1648

  
1702 1649
/* Feedback page*/
1703 1650
.feedback-page .title-section {
1704
    background-image: linear-gradient(to right, var(--portal-main-color) , #F37A53);
1651
    background-image: linear-gradient(to right, var(--portal-main-color), #F37A53);
1705 1652
}
1706 1653

  
1707 1654
.feedback-page .form {
......
1746 1693
    z-index: 10000;
1747 1694
}
1748 1695

  
1749
ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus,  ul.portalTabs.uk-tab > * > a:hover {
1696
ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus, ul.portalTabs.uk-tab > * > a:hover {
1750 1697
    color: var(--portal-main-color) !important;
1751 1698
    border-color: var(--portal-main-color) !important;
1752 1699
    /*font-family: Roboto, sans-serif !important;*/
1753 1700
}
1754
ul.portalTabs.uk-tab  > .uk-active > a{
1755
 font-weight: bold;
1701

  
1702
ul.portalTabs.uk-tab > .uk-active > a {
1703
    font-weight: bold;
1756 1704
}
1757 1705

  
1758 1706
ul.portalTabs.uk-tab::before {
1759 1707
    border-bottom: 1px solid var(--portal-main-color);
1760 1708
}
1761 1709

  
1762
.quickSelectionsBox{
1710
.quickSelectionsBox {
1763 1711
    border: 1px solid #E6E6E6;
1764
    border-top:0px;
1712
    border-top: 0px;
1765 1713
    background-color: white;
1766 1714
}
1767 1715

  
......
1778 1726
    margin-bottom: 5px;
1779 1727
}
1780 1728

  
1781
.range-button > button{
1729
.range-button > button {
1782 1730
    padding: 5px 10px !important;
1783 1731
    text-transform: none !important;
1784 1732
}
1785 1733

  
1786
.portal-box .mat-select-value, .portal-box .mat-select-arrow{
1734
.portal-box .mat-select-value, .portal-box .mat-select-arrow {
1787 1735
    color: var(--portal-main-contrast) !important;
1788 1736

  
1789 1737
}
1790
.entitiesSelection{
1738

  
1739
.entitiesSelection {
1791 1740
    width: 150px;
1792
    padding:10px;
1741
    padding: 10px;
1793 1742
    display: inline-block
1794 1743
}
1795
.entitiesSelectionPanel, .matSelectionPanel{
1796
    margin-top: 30px !important;
1797
}
1798 1744

  
1799 1745
/* theme */
1800 1746
.uk-input, .uk-select {
......
1802 1748
}
1803 1749

  
1804 1750
/* theme */
1805
.uk-textarea{
1751
.uk-textarea {
1806 1752
    border: 1px solid rgba(0, 0, 0, 0.42) !important;
1807 1753
}
1808 1754

  
......
1814 1760
/* theme */
1815 1761
html {
1816 1762
    color: #1d1d1d !important;
1817
}
1763
}
1764

  
1765
.b2note ul {
1766
    color: #1D3454;
1767
}
1768

  
1769
.b2note button {
1770
    border-radius: 500px;
1771
    border: 1px solid #DEDEDE;
1772
    line-height: 17px;
1773
    background-color: #DEDEDE;
1774
    color: #515151;
1775
    padding: 5px 15px;
1776
    text-transform: uppercase;
1777
    font-size: 12px;
1778
}
1779

  
1780
.b2note button:hover {
1781
    box-shadow: 0 1px 6px #00000033;
1782
}
1783

  
1784
.b2note button:focus {
1785
    outline-color: transparent;
1786
}
1787

  
1788
.b2note ul > li > .semantic {
1789
    background-color: #22356E;
1790
    border-radius: 4px;
1791
    color: white;
1792
    text-transform: uppercase;
1793
}
1794

  
1795
.b2note ul > li > .keyword {
1796
    background-color: #596FB5;
1797
    border-radius: 4px;
1798
    color: white;
1799
    text-transform: uppercase;
1800
}
1801

  
1802
.b2note ul > li > .comment {
1803
    background-color: #AFB3D4;
1804
    border-radius: 4px;
1805
    color: white;
1806
    text-transform: uppercase;
1807
}

Also available in: Unified diff