Proyectos de Subversion Moodle

Rev

Rev 1103 | Rev 1207 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1166 ariadna 1
@media (min-width: 768px) {
2
 
476 ariadna 3
    #page-calendar-view #page .main-content  {
4
        height: auto !important;
5
        margin-top: -3%;
6
    }
7
 
8
    #page-calendar-view .drawer.drawer-right {
9
        display: flex;
10
        width: max-content;
11
        margin-top: 3%;
12
        background: #23292f;
13
        height: 100%;
14
    }
15
 
16
    #page-calendar-view .card-body {
17
        padding: 10px;
18
        margin-top: 70%;
19
        margin-left: 15%;
20
    }
21
 
22
    #page-calendar-view .eventname {
23
        color: #fff !important;
24
    }
25
}
26
 
862 ariadna 27
#page-calendar-view  .card-body{
28
    flex: 1 1 auto;
29
    padding-left: 70px;
30
    padding-right: 70px;
31
}
32
 
476 ariadna 33
#page-calendar-view .calendar-controls a{
566 ariadna 34
    margin-right: 0px;
476 ariadna 35
}
564 ariadna 36
 
37
#page-calendar-view .region-main-course-wrapper {
38
    margin-top: 3%;
39
}
40
 
41
#page-calendar-view .flex-wrap {
42
    padding-top: 2px;
43
    margin-top: 15px;
565 ariadna 44
}
45
 
571 ariadna 46
#page-calendar-view .d-none {
569 ariadna 47
    display: inline !important;
571 ariadna 48
    font-size: 12.5px;
578 ariadna 49
    color: #000;
565 ariadna 50
}
51
 
52
#page-calendar-view .calendar-controls .previous {
53
    width: auto !important;
54
    border-radius: 5px !important;
576 ariadna 55
    border: none;
565 ariadna 56
    padding: 15px !important;
579 ariadna 57
    background: #eee;
566 ariadna 58
}
59
 
60
#page-calendar-view .calendar-controls .next{
61
    width: auto !important;
62
    border-radius: 5px !important;
576 ariadna 63
    border: none;
566 ariadna 64
    padding: 15px !important;
579 ariadna 65
    background: #eee;
568 ariadna 66
}
67
 
68
#page-calendar-view .calendarwrapper {
69
    position: relative;
70
    height: 550px !important;
570 ariadna 71
}
72
 
73
#page-calendar-view .btn.dropdown-toggle{
74
    height: 30px;
75
    font-size: 12.5px !important;
76
}
77
 
78
#page-calendar-view .custom-select {
79
    height: 30px;
80
    font-size: 12.5px;
81
    padding-top: 2.5px;
82
    padding-bottom: 2.5px;
83
    border-radius: 5px;
84
}
85
 
86
#page-calendar-view #calendarviewdropdown{
87
    margin: 0;
571 ariadna 88
}
89
 
90
#page-calendar-view .btn-primary{
651 ariadna 91
    background: #002389;
92
    color: #fff;
571 ariadna 93
    border-radius: 5px;
651 ariadna 94
    border-color: none;
571 ariadna 95
    margin-top: 0 !important;
96
    height: 30px !important;
97
    margin-left: 5px;
98
    font-size: smaller;
99
}
100
 
575 ariadna 101
#page-calendar-view .moremenu .dropdownmoremenu .nav-link {
102
    display: none !important;
103
}
576 ariadna 104
 
105
#page-calendar-view .calendar-controls .previous:hover, #page-calendar-view .calendar-controls .next:hover {
106
    width: auto !important;
107
    border-radius: 5px !important;
108
    border: 1px solid #bbb;
109
    padding: 15px !important;
110
    background: #fff;
111
    color: #000;
112
}
580 ariadna 113
 
114
#page-calendar-view .maincalendar .calendarmonth th.header {
115
    text-align: center;
651 ariadna 116
    color: #fff;
652 ariadna 117
    background: #002389;
580 ariadna 118
}
119
 
120
#page-calendar-view .event-title{
121
    color: #000 !important;
649 ariadna 122
}
123
 
124
#page-calendar-view .rui-breadcrumbs {
125
    margin-top: -30px;
126
    margin-bottom: 20px;
651 ariadna 127
}
128
 
129
#page-calendar-view .drawer.drawer-right {
130
    display: none !important;
653 ariadna 131
}
132
 
133
#page-calendar-view .my-0 {
134
    height: 30px;
135
    border-radius: 30px;
136
    width: 30px !important;
137
}
138
 
139
#page-calendar-view .maincalendar .calendarmonth td .day-number-circle {
140
    display: inline-block;
141
    line-height: 0;
142
    width: 50px;
143
    height: 50px;
144
}
145
 
146
#page-calendar-view  .maincalendar .calendarmonth td.today .day-number-circle {
147
    border-radius: 0px;
148
    color: #fff;
149
    background-color: #002389;
1102 ariadna 150
}
151
 
152
#page-calendar-view .page-header-content {
153
    /* margin: 7px 0; */
154
    width: 100%;
155
    justify-content: space-between;
156
    align-items: center;
157
    height: auto;
1103 ariadna 158
    margin-bottom: 20px;
1102 ariadna 159
    /* top: 0; */
160
    /* left: 0; */
1103 ariadna 161
}
162
 
163
#page-calendar-view .rui-main-content-title--h1 {
164
    font-size: 2.25rem;
165
    color: #16283c;
580 ariadna 166
}