Popravki custom teme za IAS (španci)
This commit is contained in:
parent
e4cfce332b
commit
8d305ca690
@ -162,7 +162,7 @@ h1.evalvacija {
|
|||||||
.spremenljivka .naslov {
|
.spremenljivka .naslov {
|
||||||
padding: 5px 0 15px 5px;
|
padding: 5px 0 15px 5px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
/*font-weight: 600;*/
|
||||||
}
|
}
|
||||||
.spremenljivka .naslov .spremenljivka_info {
|
.spremenljivka .naslov .spremenljivka_info {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
@ -553,25 +553,100 @@ textarea:focus {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
.ias_holder{
|
/* INTRO */
|
||||||
display: flex;
|
.outercontainer_holder.intro .header_settings_holder{
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.ias_holder .ias_left{
|
.spremenljivka.lang_pick{
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
|
||||||
|
margin: 0 30px 0 0;
|
||||||
|
}
|
||||||
|
.outercontainer_holder.intro .spremenljivka .naslov::after{
|
||||||
|
content: "";
|
||||||
|
width: 100%;
|
||||||
|
max-height: 340px;
|
||||||
|
height: 30vw;
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
margin-top: 40px;
|
||||||
|
|
||||||
|
background-image: url('IAS/web_1.png');
|
||||||
|
background-size: 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* STRAN 2 */
|
||||||
|
.outercontainer_holder.grupa_12894132 #spremenljivka_13359291{
|
||||||
|
margin-right: -12px;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
|
||||||
|
background-image: url('IAS/web_ 2.png');
|
||||||
|
background-size: 50%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: top right;
|
||||||
|
}
|
||||||
|
.outercontainer_holder.grupa_12894132 #spremenljivka_13359291 .naslov{
|
||||||
|
width: 40%;
|
||||||
|
min-height: 360px;
|
||||||
|
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* STRAN 3 */
|
||||||
|
.outercontainer_holder.grupa_12894133 #spremenljivka_13359306{
|
||||||
|
margin-right: 0;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
|
||||||
|
background-image: url('IAS/web_ 3.png');
|
||||||
|
background-size: 25%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 95% 80px;
|
||||||
|
}
|
||||||
|
.outercontainer_holder.grupa_12894133 #spremenljivka_13359306 .naslov{
|
||||||
|
width: 65%;
|
||||||
|
min-height: 600px;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.outercontainer_holder.grupa_12894133 #spremenljivka_13359306::after{
|
||||||
|
content: "";
|
||||||
|
visibility: visible;
|
||||||
|
|
||||||
.ias_holder.ias_page1{
|
width: 75%;
|
||||||
|
height: 320px;
|
||||||
|
margin-top: -320px;
|
||||||
|
|
||||||
|
background-image: url('IAS/logos/logo_biodiversa.png'), url('IAS/logos/logo_belmont.png'), url('IAS/logos/logo_eu.png');
|
||||||
|
background-size: 300px, 300px, 130px;
|
||||||
|
background-position: 50% 0, 50% 100px, 50% 200px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ias_holder.ias_page2{
|
|
||||||
|
/* ZAKLJUCEK */
|
||||||
|
.outercontainer_holder.concl .ias_holder{
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
/*.outercontainer_holder.concl .ias_holder{
|
||||||
|
margin: 20px 0;
|
||||||
|
min-height: 410px;
|
||||||
|
|
||||||
|
background-image: url('IAS/final_web_mobile.png');
|
||||||
|
background-size: 40%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 95% 20%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.outercontainer_holder.concl .ias_holder div{
|
||||||
.ias_holder.ias_page3{
|
width: 50%;
|
||||||
|
padding-top: 30px;
|
||||||
}
|
padding-bottom: 30px;
|
||||||
|
|
||||||
.ias_holder.ias_last{
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
@ -257,4 +257,87 @@ img{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*# sourceMappingURL=MobileBlue.css.map */
|
/*# sourceMappingURL=MobileBlue.css.map */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* INTRO */
|
||||||
|
.outercontainer_holder.intro .header_settings_holder{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.spremenljivka.lang_pick{
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
|
||||||
|
margin: 0 30px 0 0;
|
||||||
|
}
|
||||||
|
.outercontainer_holder.intro .spremenljivka .naslov::after{
|
||||||
|
content: "";
|
||||||
|
width: 100%;
|
||||||
|
max-height: 340px;
|
||||||
|
height: 30vw;
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
margin-top: 40px;
|
||||||
|
|
||||||
|
background-image: url('IAS/web_1.png');
|
||||||
|
background-size: 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* STRAN 2 */
|
||||||
|
.outercontainer_holder.grupa_12894132 #spremenljivka_13359291{
|
||||||
|
margin-right: -12px;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
|
||||||
|
background-image: url('IAS/web_ 2.png');
|
||||||
|
background-size: 50%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: top right;
|
||||||
|
}
|
||||||
|
.outercontainer_holder.grupa_12894132 #spremenljivka_13359291 .naslov{
|
||||||
|
width: 40%;
|
||||||
|
min-height: 360px;
|
||||||
|
|
||||||
|
padding-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* STRAN 3 */
|
||||||
|
.outercontainer_holder.grupa_12894133 #spremenljivka_13359306{
|
||||||
|
margin-right: 0;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
|
||||||
|
background-image: url('IAS/web_ 3.png');
|
||||||
|
background-size: 25%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 95% 80px;
|
||||||
|
}
|
||||||
|
.outercontainer_holder.grupa_12894133 #spremenljivka_13359306 .naslov{
|
||||||
|
width: 65%;
|
||||||
|
min-height: 600px;
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.outercontainer_holder.grupa_12894133 #spremenljivka_13359306::after{
|
||||||
|
content: "";
|
||||||
|
visibility: visible;
|
||||||
|
|
||||||
|
width: 75%;
|
||||||
|
height: 320px;
|
||||||
|
margin-top: -320px;
|
||||||
|
|
||||||
|
background-image: url('IAS/logos/logo_biodiversa.png'), url('IAS/logos/logo_belmont.png'), url('IAS/logos/logo_eu.png');
|
||||||
|
background-size: 300px, 300px, 130px;
|
||||||
|
background-position: 50% 0, 50% 100px, 50% 200px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* ZAKLJUCEK */
|
||||||
|
.outercontainer_holder.concl .ias_holder{
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user