Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.content-hub-icon {
2
    font-family: h5p!important;
3
    speak: none;
4
    font-style: normal;
5
    font-weight: 400;
6
    font-variant: normal;
7
    text-transform: none;
8
    line-height: 1;
9
    -webkit-font-smoothing: antialiased;
10
    -moz-osx-font-smoothing: grayscale;
11
}
12
.content-hub-icon:before {
13
    content: "\e93b";
14
}
15
.content-hub-options {
16
    font-size: 14px;
17
    margin: 0 auto;
18
    display: flex;
19
    flex-wrap: wrap;
20
    align-items: baseline;
21
    color: #333333;
22
    box-shadow: 0 4px 4px -4px #e0e0e0;
23
    z-index: 1;
24
    position: relative;
25
    padding: 1em 0;
26
}
27
.content-hub-options > div {
28
    margin-left: 2em;
29
    white-space: nowrap;
30
}
31
.content-hub-options > div:first-child {
32
    margin-left: 0;
33
    font-weight: bold;
34
}
35
.content-hub-options > div.content-hub-share {
36
    font-weight: normal;
37
}
38
.content-hub-options > div:first-child > i {
39
    margin-right: 0.5em;
40
    font-size: 1.25em;
41
    vertical-align: middle;
42
    display: inline-block;
43
}
44
.content-hub-options a {
45
    color: #186df7;
46
}
47
.content-hub-options a span {
48
    text-decoration: underline;
49
}
50
.content-hub-options form {
51
    margin: 0;
52
}
53
.content-hub-options .content-hub-sharing {
54
    font-size: 0.917em;
55
    color: #186df7;
56
}
57
.content-hub-options .content-hub-sync a:before,
58
.content-hub-options .content-hub-unshare a:before,
59
.content-hub-options .content-hub-sharing:before {
60
    font-family: "h5p";
61
    margin-right: 0.5em;
62
    font-size: 0.7em;
63
    line-height: 1;
64
    content: "\e917";
65
}
66
.content-hub-options .content-hub-unshare a:before {
67
    content: "\e916";
68
}
69
.content-hub-options .content-hub-sharing:before {
70
    content: "\e917";
71
    display: inline-block;
72
    animation: spin 2s linear infinite;
73
}
74
@keyframes spin {
75
    from {transform:rotate(0deg);}
76
    to {transform:rotate(360deg);}
77
}