Proyectos de Subversion Moodle

Rev

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

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