You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
342 lines
7.8 KiB
342 lines
7.8 KiB
<style type="text/css">
|
|
{% include 'admin/mercury-font.html.twig' %}
|
|
*, h1, h2, h3, h4 {
|
|
font-family: 'mercuryAcdr', 'Raleway', sans-serif;
|
|
color: #6f6f6f;
|
|
}
|
|
{% if tarea[0].alias == 'ETAPA1_STEP3' or tarea[0].alias == 'ETAPA1_STEP4' %}
|
|
#wizard .inner {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
grid-gap: 20px;
|
|
}
|
|
{% endif %}
|
|
{% if tarea[0].alias == 'ETAPA1_INICIO' %}
|
|
#radioTeams {
|
|
left: 4%;
|
|
top: 5%;
|
|
}
|
|
|
|
#radioProject {
|
|
left: 88%;
|
|
top: 40%;
|
|
}
|
|
#radioSustainableVision {
|
|
left: 12%;
|
|
top: 56%;
|
|
}
|
|
#radioContext {
|
|
left: 83%;
|
|
top: 69%;
|
|
}
|
|
.absolute-container > button {
|
|
position: absolute;
|
|
height: 6%;
|
|
width: 5.5%;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
.absolute-container {
|
|
position: relative;
|
|
}
|
|
{% endif %}
|
|
|
|
.exercises_links{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 30px;
|
|
list-style: none;
|
|
padding: 0;
|
|
align-items: center;
|
|
}
|
|
|
|
.exercises_links > li > a.inicio-etapa{
|
|
border: solid 1px #df540a;
|
|
border-bottom: solid 6px #df540a;
|
|
}
|
|
|
|
.exercises_links > li > a{
|
|
font-size: 13px;
|
|
display: block;
|
|
min-width: 30px;
|
|
min-height: 30px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 5px 2px;
|
|
border-bottom: solid 6px #df540a;
|
|
color: #505050;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.exercises_links > li > a.no-completada.inicio-etapa{
|
|
color: #989898;
|
|
}
|
|
|
|
.exercises_links > li > a.no-completada{
|
|
border-color: #989898 !important;
|
|
cursor: default;
|
|
}
|
|
|
|
.exercises_links > li > a:not(.no-completada):hover{
|
|
|
|
background: #df540a;
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
/* .exercises_links > li:hover{
|
|
|
|
background: #e74e00;
|
|
|
|
}
|
|
|
|
.exercises_links > li:hover > a{
|
|
|
|
color: #FFF;
|
|
|
|
} */
|
|
|
|
.alert-read-before p, .alert-read-before li {
|
|
color: black !important;
|
|
}
|
|
.content > .container {
|
|
margin-bottom: 50px;
|
|
}
|
|
.table-modal {
|
|
width: 100%;
|
|
}
|
|
.casoestudiobtn.no-contenido {
|
|
display: none;
|
|
}
|
|
#hidden_form_item {
|
|
display: none;
|
|
}
|
|
.exercises_links > li {
|
|
position: relative;
|
|
}
|
|
.exercises_links > li > p {
|
|
position: absolute;
|
|
white-space: nowrap;
|
|
top: calc(100% - 5px);
|
|
left: 50%;
|
|
border-left: 1px solid darkblue;
|
|
border-bottom: 1px solid darkblue;
|
|
padding: 9px 0 5px 20px;
|
|
color: darkblue;
|
|
font-size: 25px;
|
|
}
|
|
.navigation-container {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
/* RECURSOS */
|
|
|
|
.recursos__container{
|
|
|
|
margin-bottom: 45px;
|
|
|
|
}
|
|
|
|
/* BOTONES */
|
|
|
|
.recursos__container > .nav{
|
|
|
|
|
|
}
|
|
|
|
.recursos__container > .nav > li{
|
|
|
|
|
|
|
|
}
|
|
|
|
.recursos__container > .nav > li > a{
|
|
font-size: 1.5rem;
|
|
line-height: 1.5rem;
|
|
border: none;
|
|
padding: 8px 10px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.recursos__container > .nav > li > a:hover,
|
|
.recursos__container > .nav > li > a:focus,
|
|
.recursos__container > .nav > li > a:active,
|
|
.recursos__container > .nav > li.active > a{
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
/* read-before */
|
|
|
|
.recursos__container > .nav > li > a{
|
|
background: #4d8abe;
|
|
color: #fff;
|
|
}
|
|
|
|
.recursos__container > .nav > li > a:hover,
|
|
.recursos__container > .nav > li > a:focus,
|
|
.recursos__container > .nav > li > a:active,
|
|
.recursos__container > .nav > li.active > a{
|
|
|
|
background: #a4a8a8 !important;
|
|
color: #000;
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
/* FIN BOTONES */
|
|
|
|
/* VENTANAS */
|
|
|
|
.recursos__container > .tab-content{
|
|
|
|
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > .tab-pane{
|
|
|
|
background: #505050;
|
|
box-shadow: 0 1px 2px rgba(0,0,0,0.11);
|
|
|
|
position: fixed;
|
|
top: 10%;
|
|
z-index: 999999999;
|
|
left: 5%;
|
|
width: 90%;
|
|
height: 75%;
|
|
padding: 30px;
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > .tab-pane > .icon{
|
|
|
|
position: initial;
|
|
width: auto;
|
|
height: 40px;
|
|
top: initial;
|
|
left: initial;
|
|
border: none;
|
|
background: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > .tab-pane > .icon::after{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > .tab-pane > .icon > img{
|
|
|
|
width: auto;
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > div > button{
|
|
|
|
color: #fff;
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > div > h2{
|
|
|
|
color: #fff;
|
|
font-size: 2.7rem;
|
|
line-height: 2.7rem;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > div > h3{
|
|
|
|
color: #fff;
|
|
font-size: 2rem;
|
|
line-height: 2.4rem;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > div > p{
|
|
|
|
color: #fff;
|
|
font-size: 1.4rem;
|
|
line-height: 2.2rem;
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > div > ul{
|
|
|
|
color: #fff;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-bottom: 10px;
|
|
list-style: initial;
|
|
margin-left: 25px;
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > div > ul > li{
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
.recursos__container > .tab-content > .tab-pane{
|
|
|
|
background: #a4a8a8;
|
|
|
|
}
|
|
|
|
/* FIN VENTANAS */
|
|
|
|
/* FIN RECURSOS */
|
|
.exercises_links > li:not(.inicio-etapa-li) {
|
|
flex: 1;
|
|
}
|
|
|
|
.exercises_links > li > img.avatar {
|
|
max-height: 100%;
|
|
max-width: 100%;
|
|
width: auto;
|
|
height: 30px;
|
|
background: white;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
border: solid 1px #df540a;
|
|
margin: 5px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.orange {
|
|
color: #df540a;
|
|
}
|
|
|
|
body > .wrapper > .content-wrapper, body {
|
|
background-color: #cbcaca !important;
|
|
}
|
|
</style>
|