Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16844 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16844 Rev 16848
Línea 1... Línea 1...
1
/*===================== TABLE OF CONTENT ======================= 1.	Header 2.  Nav Hover =============================================================*/
1
/*===================== TABLE OF CONTENT ======================= 1.	Header 2.  Nav Hover =============================================================*/
2
body {
-
 
3
    overflow-y: scroll;
-
 
4
}
-
 
5
 
-
 
6
header {
-
 
7
    float: left;
-
 
8
    width: 100%;
-
 
9
    /*background-color: #0961bf; border-bottom: 8px #1dac98 solid;*/
-
 
10
    background-color: white;
-
 
11
    border-bottom: 1px solid #afafaf;
-
 
12
}
-
 
13
 
-
 
14
.search-bar {
-
 
15
    margin-top: 10px;
-
 
16
}
-
 
17
 
-
 
18
.logoOld {
-
 
19
    float: left;
-
 
20
    width: 100px;
-
 
21
    margin-right: 44px;
-
 
22
    margin-top: 15px;
-
 
23
    margin-left: -101px;
-
 
24
}
-
 
Línea 25... Línea 2...
25
 
2
 
26
.logo {
3
.logo {
27
    float: left;
4
    float: left;
28
    width: 60px;
5
    width: 60px;
29
    margin-right: 14px;
6
    margin-right: 14px;
30
    margin-top: 12px;
7
    margin-top: 12px;
31
    margin-left: -101px;
8
    margin-left: -101px;
Línea 32... Línea -...
32
}
-
 
33
 
-
 
34
nav>ul>li>a:hover {
-
 
35
    /*color: #1dac98 !important;*/
-
 
36
    color: #ffffff;
-
 
37
}
-
 
38
 
-
 
39
.user-account {
-
 
40
    border-left: none;
-
 
41
    border-right: none;
-
 
42
    display: flex;
-
 
43
    height: 56px;
-
 
44
    align-items: center;
-
 
45
    justify-content: space-between;
-
 
46
}
-
 
47
 
-
 
48
.mail_menu {
-
 
49
    display: flex;
-
 
50
    flex-direction: column;
-
 
51
    justify-content: center;
-
 
52
    align-items: center;
-
 
53
    /* gap: 0.5rem; */
-
 
54
}
-
 
55
 
-
 
56
.search-bar form input {
-
 
57
    width: 100%;
-
 
58
    background-color: #fff;
-
 
59
    height: 30px;
-
 
60
    color: #b2b2b2;
-
 
61
    font-size: 12px;
-
 
62
    border: 0;
-
 
63
    padding: 0 10px;
-
 
64
    border-radius: 25px;
-
 
65
}
-
 
66
 
-
 
67
.search-bar form button i {
-
 
68
    /* color: #0a0a0a; */
-
 
69
    color: #fff;
-
 
70
    font-size: 20px;
-
 
71
    font-weight: bold;
-
 
72
}
-
 
73
 
-
 
74
.search-bar form button {
-
 
75
    position: absolute;
-
 
76
    top: 0;
-
 
77
    right: 0;
-
 
78
    background-color: #efefef;
-
 
79
    width: 38px;
-
 
80
    height: 100%;
-
 
81
    /*border: 0;*/
-
 
82
    border-radius: 25px;
-
 
83
}
-
 
84
 
-
 
85
.username-dt {
-
 
86
    float: left;
-
 
87
    width: 100%;
-
 
88
    /*background-color: #1dac98; */
-
 
89
    /* background-color: #F7EE9F; */
-
 
90
    background-color: #1eb89e;
-
 
91
    padding-top: 40px;
-
 
92
}
-
 
93
 
-
 
94
.post-topbar {
-
 
95
    /* border-top: 4px solid #ffd600; */
-
 
96
    border-top: 4px solid #f4e6a6;
-
 
97
}
-
 
98
 
-
 
99
.post-st ul li a:hover,
-
 
100
.post-st ul li a.active {
-
 
101
    /* background-color: #1dac98; */
-
 
102
    background-color: #82d0d4;
-
 
103
    color: #fff;
-
 
104
}
-
 
105
 
-
 
106
.widget-about img {
-
 
107
    float: none;
-
 
108
    padding-top: 0px;
-
 
109
}
-
 
110
 
-
 
111
.view-all-nots>a {
-
 
112
    /* background-color: #0961bf; */
-
 
113
    background-color: #0961bf;
-
 
114
}
-
 
115
 
-
 
116
/* .notification-box {top: 24px !important; } */
-
 
117
.comment_box form button {
-
 
118
    /* background-color: #0961bf; */
-
 
119
    background-color: #0860bf !important;
-
 
120
    color: #ffffff;
-
 
121
    height: 38px;
-
 
122
    font-size: 15px !important;
-
 
123
}
-
 
124
 
-
 
125
.comment_box form button:hover {
-
 
126
    /* background-color: #0961bf; */
-
 
127
    background-color: #1e5591 !important;
-
 
128
}
-
 
129
 
-
 
130
.chat-mg span {
-
 
131
    /* background-color: #0961bf !important; */
-
 
132
    background-color: #0961bf !important;
-
 
133
}
-
 
134
 
-
 
135
.post-project h3 {
-
 
136
    background-color: #1dac98;
-
 
137
}
-
 
138
 
-
 
139
.post-project-fields form ul li button.active {
-
 
140
    background-color: #1dac98;
-
 
141
    color: #fff;
-
 
142
}
9
}
143
 
10
 
144
.chat-msg p {
11
.chat-msg p {
Línea 145... Línea 12...
145
    background-color: #1dac98;
12
    background-color: #1dac98;
Línea 172... Línea 39...
172
.message-btn a {
39
.message-btn a {
173
    background-color: #0961bf;
40
    background-color: #0961bf;
174
    margin: 0.5rem 0;
41
    margin: 0.5rem 0;
175
}
42
}
Línea 176... Línea -...
176
 
-
 
177
.sign-in {
-
 
178
    background-color: white;
-
 
179
}
-
 
180
 
-
 
181
.sign_in_sec {
-
 
182
    padding-left: 25px;
-
 
183
}
-
 
184
 
-
 
185
.sign_in_sec form button {
-
 
186
    background-color: #0961bf;
-
 
187
}
-
 
188
 
-
 
189
.sign_in_sec form button:disabled {
-
 
190
    background-color: #dddddd;
-
 
191
    color: #a3a1a1;
-
 
192
}
-
 
193
 
-
 
194
.sign-control li {
-
 
195
    /* background-color: #0961bf; */
-
 
196
}
-
 
197
 
-
 
198
.sign-control li.current a {
-
 
199
    background-color: #0961bf;
-
 
200
}
-
 
201
 
-
 
202
.sign-control li a.current {
-
 
203
    background-color: #0961bf;
-
 
204
    color: white !important;
-
 
205
}
-
 
206
 
-
 
207
.sign_in_sec h3:before {
-
 
208
    background-color: #0961bf;
-
 
209
}
-
 
210
 
-
 
211
.signup-tab ul li.current a {
-
 
212
    background-color: #0961bf;
-
 
213
}
-
 
214
 
-
 
215
.cm-logo {
-
 
216
    display: flex;
-
 
217
    flex-direction: column;
-
 
218
    justify-content: center;
-
 
219
    align-items: center;
-
 
220
    padding: 0 3rem;
-
 
221
}
-
 
222
 
-
 
223
.cm-logo img {
-
 
224
    width: 250px;
-
 
225
}
-
 
226
 
-
 
227
.filter-heading h3 {
-
 
228
    color: #0961bf;
-
 
229
}
-
 
230
 
-
 
231
.theme-green .back-bar .selected-bar {
-
 
232
    background-color: #0961bf;
-
 
233
    background-image: linear-gradient(to bottom, #0961bf, #0961bf);
-
 
234
}
-
 
235
 
-
 
236
.theme-green .back-bar .pointer {
-
 
237
    background-color: #0961bf;
-
 
238
}
-
 
239
 
43
 
240
.job_descp>p a {
44
.job_descp>p a {
241
    color: #0961bf;
45
    color: #0961bf;
Línea 242... Línea 46...
242
}
46
}
Línea 352... Línea 156...
352
 
156
 
353
.msg-status {
157
.msg-status {
354
    background-color: #0961bf;
158
    background-color: #0961bf;
Línea 355... Línea -...
355
}
-
 
356
 
-
 
357
.select-with-icon {
-
 
358
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
-
 
359
    background-repeat: no-repeat;
-
 
360
    background-position-x: 100%;
-
 
361
    background-position-y: 5px;
-
 
362
}
-
 
363
 
-
 
364
/* .mf-field > button {
-
 
365
    width: 1.7rem;
-
 
366
    white-space: nowrap;
-
 
367
    overflow: hidden;
-
 
368
    border: none !important;
-
 
369
}
-
 
370
.mf-field button i {
-
 
371
    margin-right: 5px;
-
 
372
    font-size: 1.5rem;
-
 
373
}
-
 
374
.mf-field > button:hover{
-
 
375
    color: #fff !important;
-
 
376
    text-shadow: 2px 2px 2px #0003 !important;
-
 
377
    border: none !important;
159
}
378
} */
160
 
379
.msg-title {
161
.msg-title {
380
    display: flex;
162
    display: flex;
381
    align-items: center;
163
    align-items: center;
Línea 977... Línea 759...
977
 
759
 
978
.overview-edit span {
760
.overview-edit span {
979
    float: none;
761
    float: none;
Línea 980... Línea -...
980
}
-
 
981
 
-
 
982
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
-
 
983
    color: #000;
-
 
984
    font-size: 14px;
-
 
985
    line-height: 20px;
-
 
986
}
-
 
987
 
-
 
988
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
-
 
989
    line-height: 20px;
-
 
990
}
-
 
991
 
-
 
992
.select2-container--bootstrap4.select2-container--focus .select2-selection {
-
 
993
    border-color: inherit;
-
 
994
    -webkit-box-shadow: inherit;
-
 
995
    box-shadow: inherit;
-
 
996
}
762
}
997
 
763
 
998
.user-profile-extended-ov span {
764
.user-profile-extended-ov span {
Línea 999... Línea 765...
999
    line-height: 22px;
765
    line-height: 22px;
Línea 1171... Línea 937...
1171
    padding: 12px 20px;
937
    padding: 12px 20px;
1172
    position: relative;
938
    position: relative;
1173
    transition: all 0.3s;
939
    transition: all 0.3s;
1174
    vertical-align: middle;
940
    vertical-align: middle;
1175
    margin: 0;
941
    margin: 0;
1176
    float: right;
-
 
1177
    text-transform: uppercase;
942
    text-transform: uppercase;
1178
}
943
}
Línea 1179... Línea 944...
1179
 
944
 
1180
#skills-box ul {
945
#skills-box ul {
Línea 1196... Línea 961...
1196
 
961
 
1197
.save-stngs ul li button:hover {
962
.save-stngs ul li button:hover {
1198
    background-color: #007bff;
963
    background-color: #007bff;
Línea 1199... Línea -...
1199
}
-
 
1200
 
-
 
1201
#user-img-change {
-
 
1202
    width: 100px;
-
 
1203
    height: 100px;
-
 
1204
    margin-right: 10px;
-
 
1205
    -webkit-border-radius: 100px;
-
 
1206
    -moz-border-radius: 100px;
-
 
1207
    -ms-border-radius: 100px;
-
 
1208
    -o-border-radius: 100px;
-
 
1209
    border-radius: 100px;
-
 
1210
}
964
}
1211
 
965
 
1212
.btn-onroom {
966
.btn-onroom {
Línea 1213... Línea 967...
1213
    cursor: pointer;
967
    cursor: pointer;
Línea 1584... Línea 1338...
1584
.username-dt {
1338
.username-dt {
1585
    padding-top: 10px;
1339
    padding-top: 10px;
1586
    border-radius: 5px 5px 0 0;
1340
    border-radius: 5px 5px 0 0;
1587
}
1341
}
Línea 1588... Línea -...
1588
 
-
 
1589
.sign_link {
-
 
1590
    /* border-top: 1px solid #6c757d; */
-
 
1591
}
-
 
1592
 
1342
 
1593
.post_topbar {
1343
.post_topbar {
1594
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1344
    /* background-image: linear-gradient(#f5f5f7, #ffff); */
1595
    /* border-radius: 10px; */
1345
    /* border-radius: 10px; */
1596
    padding-bottom: 10px;
1346
    padding-bottom: 10px;
Línea 1701... Línea 1451...
1701
    color: #0961bf;
1451
    color: #0961bf;
1702
    font-weight: bold;
1452
    font-weight: bold;
1703
    transition: all 0.5s;
1453
    transition: all 0.5s;
1704
}
1454
}
Línea 1705... Línea -...
1705
 
-
 
1706
.my-company-dropdown.show {
-
 
1707
    display: block;
-
 
1708
}
-
 
1709
 
-
 
1710
.main-ws-sec {
-
 
1711
    /* background-color: #ffff; */
-
 
1712
}
-
 
1713
 
1455
 
1714
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
1456
/**estilos altos de las columnas* .right-sidebar {margin-top: -7px; }*/
1715
.main-left-sidebar {
1457
.main-left-sidebar {
1716
    margin-top: 37px;
1458
    margin-top: 37px;
Línea 1717... Línea -...
1717
}
-
 
1718
 
-
 
1719
.message-btn {
-
 
1720
    /*display: inline-flex;*/
-
 
1721
    display: inherit;
-
 
1722
    flex-direction: column;
-
 
1723
}
-
 
1724
 
-
 
1725
.rc-anchor-checkbox-label {
-
 
1726
    font-size: 10px !important;
-
 
1727
}
-
 
1728
 
-
 
1729
.rc-anchor-normal .rc-anchor-content {
-
 
1730
    width: 165px !important;
-
 
1731
}
-
 
1732
 
-
 
1733
.rc-anchor-normal .rc-anchor-pt {
-
 
1734
    text-align: center;
-
 
1735
}
-
 
1736
 
-
 
1737
.rc-anchor-normal {
-
 
1738
    zoom: 87%;
-
 
1739
}
1459
}
1740
 
1460
 
1741
.comment-list {
1461
.comment-list {
Línea 1742... Línea 1462...
1742
    display: grid;
1462
    display: grid;
1743
}
1463
}
1744
 
1464
 
Línea 1745... Línea -...
1745
.comment {
-
 
1746
    padding-right: 10px;
-
 
1747
}
-
 
1748
 
-
 
1749
.microlearning-up-info {
-
 
1750
    float: left;
-
 
1751
    width: 100%;
-
 
1752
    padding-bottom: 30px;
-
 
1753
    border-bottom: 1px solid #e5e5e5;
-
 
1754
    background-color: white;
-
 
1755
}
-
 
1756
 
-
 
1757
.microlearning-up-info img {
-
 
1758
    float: none;
-
 
1759
    object-fit: cover;
-
 
1760
}
-
 
1761
 
-
 
1762
.microlearning-up-info h3 {
-
 
1763
    color: #000000;
-
 
1764
    font-size: 18px;
-
 
1765
    font-weight: 600;
-
 
1766
    margin-bottom: 10px;
-
 
1767
}
-
 
1768
 
-
 
1769
.microlearning-up-info h4 {
-
 
1770
    color: #686868;
-
 
1771
    font-size: 14px;
-
 
1772
    font-weight: 500;
-
 
1773
    margin-bottom: 21px;
-
 
1774
}
-
 
1775
 
-
 
1776
.microlearning-up-info ul {
-
 
1777
    float: left;
-
 
1778
    width: 100%;
-
 
1779
}
-
 
1780
 
-
 
1781
.microlearning-up-info ul li {
-
 
1782
    display: inline-block;
-
 
1783
    margin-right: 6px;
-
 
1784
}
-
 
1785
 
-
 
1786
.microlearning-up-info ul li a {
-
 
1787
    display: inline-block;
-
 
1788
    padding: 0 12px;
-
 
Línea 1789... Línea -...
1789
    color: #fff;
-
 
1790
    height: 35px;
-
 
1791
    line-height: 35px;
-
 
1792
}
-
 
1793
 
-
 
1794
.microlearning-up-info ul li a i {
-
 
1795
    font-size: 24px;
-
 
1796
    position: relative;
-
 
1797
    top: 3px;
-
 
1798
}
-
 
1799
 
-
 
1800
/**** INICIO breadcrumb ***/
-
 
1801
ul.breadcrumb {
-
 
1802
    padding: 10px 16px;
-
 
1803
    list-style: none;
-
 
1804
    background-color: #f5f5f7;
-
 
1805
}
-
 
1806
 
-
 
1807
ul.breadcrumb li {
-
 
1808
    display: inline;
-
 
1809
    font-size: 14px;
-
 
1810
}
-
 
1811
 
-
 
1812
ul.breadcrumb li+li:before {
-
 
1813
    padding: 8px;
-
 
1814
    color: black;
-
 
1815
    content: ">\00a0";
-
 
1816
}
-
 
1817
 
-
 
1818
ul.breadcrumb li a {
-
 
1819
    color: #0275d8;
-
 
1820
    text-decoration: none;
-
 
1821
}
-
 
1822
 
-
 
1823
ul.breadcrumb li a:hover {
-
 
1824
    color: #01447e;
1465
.comment {
1825
    text-decoration: underline;
1466
    padding-right: 10px;
1826
}
1467
}
1827
 
1468
 
Línea 1828... Línea -...
1828
/**** FIN breadcrumb ***/
-
 
1829
.job_descp>p {
-
 
1830
    background-color: white;
-
 
1831
    /* border-radius: 5px; */
-
 
1832
}
-
 
1833
 
-
 
1834
.user-fw-status li {
-
 
1835
    padding: 2px 0;
-
 
1836
}
-
 
1837
 
-
 
1838
form>input {
-
 
1839
    border-radius: 5px;
-
 
1840
}
-
 
1841
 
-
 
1842
.feed-avatar {
-
 
1843
    width: 50px;
-
 
Línea 1844... Línea 1469...
1844
    height: auto;
1469
 
1845
}
1470
.job_descp>p {
1846
 
1471
    background-color: white;
1847
.cursor-pointer {
1472
    /* border-radius: 5px; */
1848
    cursor: pointer;
-
 
1849
}
-
 
1850
 
-
 
1851
.chat-conversation {
-
 
1852
    background-image: none;
-
 
1853
    background-color: #f5f5f7;
-
 
1854
}
-
 
1855
 
-
 
1856
.view-more-pro {
-
 
1857
    display: inline-block;
-
 
1858
    color: #000000;
-
 
1859
    font-size: 16px;
-
 
1860
    font-weight: 500;
-
 
1861
    padding: 18px 0;
-
 
1862
}
-
 
1863
 
-
 
1864
#cke-description .cke_path_item,
-
 
1865
#cke_2_path {
-
 
1866
    display: none !important;
1473
}