Tabletová verze!
This commit is contained in:
parent
99644255a4
commit
1b8dbcb512
6 changed files with 59 additions and 11 deletions
|
@ -63,11 +63,11 @@ h2 {
|
|||
top: -1px;
|
||||
}
|
||||
|
||||
#header.cojemam { background: url("../images/header-bg-uvod.png") no-repeat center top; }
|
||||
#header.soustredeni { background: url("../images/header-bg-soustredeni.png") no-repeat center top; }
|
||||
#header.zadani { background: url("../images/header-bg-zadani.png") no-repeat center top; }
|
||||
#header.clanky { background: url("../images/header-bg-clanek.png") no-repeat center top; }
|
||||
#header.archiv { background: url("../images/header-bg-archiv.png") no-repeat center top; }
|
||||
#header.cojemam { background-image: url("../images/header-bg-uvod.png"); }
|
||||
#header.soustredeni { background-image: url("../images/header-bg-soustredeni.png"); }
|
||||
#header.zadani { background-image: url("../images/header-bg-zadani.png"); }
|
||||
#header.clanky { background-image: url("../images/header-bg-clanek.png"); }
|
||||
#header.archiv { background-image: url("../images/header-bg-archiv.png"); }
|
||||
|
||||
#header img.logo {
|
||||
position: absolute;
|
||||
|
@ -196,9 +196,15 @@ div.zadani_azad_termin {
|
|||
**********/
|
||||
|
||||
#footer {
|
||||
background: url("../images/footer-bg.png") no-repeat -100px 0px;
|
||||
padding: 20px 30px;
|
||||
height: 210px;
|
||||
background: url("../images/footer-bg-top.png") no-repeat top center;
|
||||
background-color: #ffd546;
|
||||
padding: 20px 30px 0px 30px;
|
||||
min-height: 210px;
|
||||
}
|
||||
|
||||
#footer-extra {
|
||||
background: url("../images/footer-bg-bottom.png") no-repeat bottom center;
|
||||
height: 39px;
|
||||
}
|
||||
|
||||
#footer p.license {
|
||||
|
@ -208,16 +214,58 @@ div.zadani_azad_termin {
|
|||
|
||||
#footer p.organize {
|
||||
text-align: center;
|
||||
margin-top: 40px;
|
||||
margin-top: 60px;
|
||||
margin-left: 90px;
|
||||
}
|
||||
|
||||
#footer img.logo-left {
|
||||
padding: 30px 0px;
|
||||
padding: 50px 0px 0px 0px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#footer img.logo-right {
|
||||
padding: 40px 0px 00px 10px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
#header {
|
||||
height: 196px;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
#header img.logo {
|
||||
top: 15px;
|
||||
left: 25px;
|
||||
height: 170px;
|
||||
}
|
||||
#menu li {
|
||||
min-width: 120px;
|
||||
font-size: 130%;
|
||||
}
|
||||
#submenu ul {
|
||||
font-size: 115%;
|
||||
}
|
||||
#submenu li {
|
||||
padding-top: 5px;
|
||||
}
|
||||
#footer {
|
||||
padding: 20px 40px 0px 40px;
|
||||
min-height: 260px;
|
||||
}
|
||||
|
||||
#footer p.organize {
|
||||
text-align: center;
|
||||
margin-top: 170px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
#footer img.logo-left {
|
||||
padding: 50px 20px 0px 0px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#footer img.logo-right {
|
||||
padding: 40px 0px 0px 20px;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
|
BIN
mamweb/static/images/footer-bg-bottom.png
Normal file
BIN
mamweb/static/images/footer-bg-bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
mamweb/static/images/footer-bg-top.png
Normal file
BIN
mamweb/static/images/footer-bg-top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 15 KiB |
|
@ -91,7 +91,7 @@
|
|||
<a href="http://jcmf.cz/"><img class="logo-left" src="{% static 'images/logo-jcmf.png' %}" /></a>
|
||||
<a href="http://mff.cuni.cz"><img class="logo-right" src="{% static 'images/logo-mff.png' %}" /></a>
|
||||
<p class="organize"><a href="/kontakt">Korespondenční seminář M&M</a> organizují převážně studenti MFF UK. Organizaci semináře a vydávání časopisu podporuje <a href="http://jcmf.cz">Jednota českých matematiků a fyziků</a>.</p>
|
||||
</div>
|
||||
</div><div id="footer-extra"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue