Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* jquery-eu-cookie-law-popup styles */
2
.eupopup-container {
3
    background-color: rgba(25, 25, 25, 0.9);
4
    color: #efefef;
5
    padding: 5px 20px;
6
    font-size: 12px;
7
    line-height: 1.2em;
8
    text-align: center;
9
    display: none;
10
    z-index: 9999999;
11
}
12
.eupopup-container .eupopup-body a {
13
    color: #fff;
14
    text-decoration: underline;
15
}
16
 
17
.behat-site .eupopup-container-bottom {
18
    position: absolute;
19
}
20
 
21
.eupopup-container-bottom {
22
    position: fixed;
23
    bottom: 0;
24
    left: 0;
25
    right: 0;
26
}
27
 
28
.eupopup-closebutton {
29
    font-size: 16px;
30
    font-weight: 100;
31
    line-height: 1;
32
    color: #a2a2a2;
33
    opacity: 0.2;
34
    position: absolute;
35
    font-family: helvetica, arial, verdana, sans-serif;
36
    top: 0;
37
    right: 0;
38
    padding: 5px 10px;
39
}
40
 
41
.eupopup-buttons {
42
    padding: 7px 0 5px 0;
43
}
44
 
45
.eupopup-button {
46
    margin: 0 10px;
47
}
48
 
49
.eupopup-button:hover,
50
.eupopup-button:focus {
51
    text-decoration: underline;
52
    color: #f6a21d;
53
}
54
 
55
/* tool_policy styles */
56
.eupopup-body li {
57
    display: inline;
58
}
59
 
60
.eupopup-body li:before {
61
    content: ", ";
62
}
63
 
64
.eupopup-body li:first-child:before {
65
    content: "";
66
}
67
 
68
.eupopup-body ul {
69
    padding: 0;
70
    margin: 0 0 3px;
71
}
72
 
73
.eupopup-closebutton:hover,
74
.eupopup-closebutton:active {
75
    text-decoration: none;
76
}
77
 
78
.eupopup-head {
79
    font-size: 1.2em;
80
    font-weight: bold;
81
    padding: 7px;
82
}
83
 
84
.eupopup-button_1 {
85
    font-weight: bold;
86
    font-size: 14px;
87
}
88
 
89
.eupopup-button_2 {
90
    display: none;
91
}
92
 
93
.eupopup-button {
94
    color: #f6a21d;
95
}
96
 
97
.policy-heading .policy-viewdoc-buttons {
98
    text-align: center;
99
    margin: 15px;
100
}
101
 
102
#page-admin-tool-policy-acceptances .colselect {
103
    width: 35px;
104
}