zápatí
This commit is contained in:
parent
7ad2534a61
commit
0f9bda1a11
7 changed files with 15 additions and 26 deletions
|
@ -15,6 +15,14 @@ a {
|
|||
color: #6f2509;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 160%;
|
||||
font-variant: small-caps;
|
||||
font-weight: bold;
|
||||
color: #6f2509;
|
||||
}
|
||||
/* todo ostatní nadpisy */
|
||||
|
||||
.org-logged-in .mam-text-plugin {
|
||||
border: dashed 1px #f77;
|
||||
padding: 5px;
|
||||
|
@ -82,7 +90,7 @@ h1 {
|
|||
background-color: #e84e10;
|
||||
filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
|
||||
|
||||
font-size: 200%;
|
||||
font-size: 28px;
|
||||
color: #fffbf6;
|
||||
font-weight: 400;
|
||||
font-variant: small-caps;
|
||||
|
@ -258,10 +266,12 @@ div.zadani_azad_termin {
|
|||
**********/
|
||||
|
||||
#footer {
|
||||
background: url("../images/footer.svg") no-repeat top center;
|
||||
background-color: #ffd546;
|
||||
padding: 20px 30px 0px 30px;
|
||||
width: 100%;
|
||||
background: url("../images/mozaika-footer.svg") no-repeat top center;
|
||||
height: 200px;
|
||||
background-position: relative;
|
||||
background-size: 100%;
|
||||
filter: drop-shadow(5px 0px 5px rgba(0, 0, 0, 0.4));
|
||||
padding-top: 36px; /*todo lépe*/
|
||||
}
|
||||
|
||||
#footer p.license {
|
||||
|
@ -269,24 +279,6 @@ div.zadani_azad_termin {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
#footer p.organize {
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
margin-left: 30px;
|
||||
display: inline-block;
|
||||
max-width: 350px;
|
||||
}
|
||||
|
||||
#footer img.logo-left {
|
||||
padding: 50px 0px 0px 0px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#footer img.logo-right {
|
||||
padding: 40px 0px 00px 10px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.foto_org {
|
||||
width: 250px;
|
||||
text-align: center;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 218 B |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
|
@ -110,9 +110,6 @@
|
|||
<div class='col-md-12'>
|
||||
<div id="footer">
|
||||
<p class="license">S obsahem webu M&M je možné nakládat dle licence <a href="https://creativecommons.org/licenses/by/3.0/cz/">Creative Commons Attribution 3.0</a>.</p>
|
||||
<a href="http://jcmf.cz/"><img class="logo-left" src="{% static 'images/logo-jcmf.png' %}" /></a>
|
||||
<p class="organize"><a href="/co-je-MaM/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>
|
||||
<a href="http://mff.cuni.cz"><img class="logo-right" src="{% static 'images/logo-mff.png' %}" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue