Proyectos de Subversion Moodle

Rev

Rev 1166 | Rev 1209 | 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
 
1207 ariadna 46
#page-calendar-view td span {
571 ariadna 47
    font-size: 12.5px;
578 ariadna 48
    color: #000;
565 ariadna 49
}
50
 
51
#page-calendar-view .calendar-controls .previous {
52
    width: auto !important;
53
    border-radius: 5px !important;
576 ariadna 54
    border: none;
565 ariadna 55
    padding: 15px !important;
579 ariadna 56
    background: #eee;
566 ariadna 57
}
58
 
59
#page-calendar-view .calendar-controls .next{
60
    width: auto !important;
61
    border-radius: 5px !important;
576 ariadna 62
    border: none;
566 ariadna 63
    padding: 15px !important;
579 ariadna 64
    background: #eee;
568 ariadna 65
}
66
 
67
#page-calendar-view .calendarwrapper {
68
    position: relative;
69
    height: 550px !important;
570 ariadna 70
}
71
 
72
#page-calendar-view .btn.dropdown-toggle{
73
    height: 30px;
74
    font-size: 12.5px !important;
75
}
76
 
77
#page-calendar-view .custom-select {
78
    height: 30px;
79
    font-size: 12.5px;
80
    padding-top: 2.5px;
81
    padding-bottom: 2.5px;
82
    border-radius: 5px;
83
}
84
 
85
#page-calendar-view #calendarviewdropdown{
86
    margin: 0;
571 ariadna 87
}
88
 
89
#page-calendar-view .btn-primary{
651 ariadna 90
    background: #002389;
91
    color: #fff;
571 ariadna 92
    border-radius: 5px;
651 ariadna 93
    border-color: none;
571 ariadna 94
    margin-top: 0 !important;
95
    height: 30px !important;
96
    margin-left: 5px;
97
    font-size: smaller;
98
}
99
 
575 ariadna 100
#page-calendar-view .moremenu .dropdownmoremenu .nav-link {
101
    display: none !important;
102
}
576 ariadna 103
 
104
#page-calendar-view .calendar-controls .previous:hover, #page-calendar-view .calendar-controls .next:hover {
105
    width: auto !important;
106
    border-radius: 5px !important;
107
    border: 1px solid #bbb;
108
    padding: 15px !important;
109
    background: #fff;
110
    color: #000;
111
}
580 ariadna 112
 
113
#page-calendar-view .maincalendar .calendarmonth th.header {
114
    text-align: center;
651 ariadna 115
    color: #fff;
652 ariadna 116
    background: #002389;
580 ariadna 117
}
118
 
119
#page-calendar-view .event-title{
120
    color: #000 !important;
649 ariadna 121
}
122
 
123
#page-calendar-view .rui-breadcrumbs {
124
    margin-top: -30px;
125
    margin-bottom: 20px;
651 ariadna 126
}
127
 
128
#page-calendar-view .drawer.drawer-right {
129
    display: none !important;
653 ariadna 130
}
131
 
132
#page-calendar-view .my-0 {
133
    height: 30px;
134
    border-radius: 30px;
135
    width: 30px !important;
136
}
137
 
138
#page-calendar-view .maincalendar .calendarmonth td .day-number-circle {
139
    display: inline-block;
140
    line-height: 0;
141
    width: 50px;
142
    height: 50px;
143
}
144
 
145
#page-calendar-view  .maincalendar .calendarmonth td.today .day-number-circle {
146
    border-radius: 0px;
147
    color: #fff;
148
    background-color: #002389;
1102 ariadna 149
}
150
 
151
#page-calendar-view .page-header-content {
152
    /* margin: 7px 0; */
153
    width: 100%;
154
    justify-content: space-between;
155
    align-items: center;
156
    height: auto;
1103 ariadna 157
    margin-bottom: 20px;
1102 ariadna 158
    /* top: 0; */
159
    /* left: 0; */
1103 ariadna 160
}
161
 
162
#page-calendar-view .rui-main-content-title--h1 {
163
    font-size: 2.25rem;
164
    color: #16283c;
580 ariadna 165
}