Browse Source

deleting the simple theme, changes title font, menu box sizes

master
manetta 4 years ago
parent
commit
ccb2a8135a
  1. 13
      themes/default/static/css/fonts.css
  2. 13
      themes/default/static/css/main.css
  3. BIN
      themes/default/static/fonts/Syne-Italic.ttf
  4. 3
      themes/default/templates/base.html

13
themes/default/static/css/fonts.css

@ -19,12 +19,21 @@
font-family: 'Polsku';
src:
url('../fonts/Polsku.woff') format('woff'),
url('../fonts/Polsku.tff') format('truetype');
url('../fonts/Polsku.ttf') format('truetype');
font-style: normal;
font-weight: bold;
}
/* ... */
/* Syne Italic */
@font-face{
font-family: 'Syne';
src:
url('../fonts/Syne-Italic.ttf') format('truetype');
font-style: normal;
font-weight: bold;
}
/* Libre Baskerville */
@font-face{
font-family: 'Basker';
src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');

13
themes/default/static/css/main.css

@ -15,12 +15,12 @@ h1, h2, h3, h4, h5, h6{
}
header#banner{
width: 100%;
font-size: 175%;
line-height:1.25;
text-align: center;
}
header#banner h1{
font-family: 'Belgika';
font-family: 'Syne';
font-size: 90px;
line-height:1.25;
margin: 1em 0;
}
header#banner h1 a{
@ -32,15 +32,14 @@ nav#menu{
margin:0 0 0 -11em;
}
nav#menu li{
width: 175px;
height:8em;
width: 145px;
height:10em;
margin:1em 0;
padding:1em;
font-size: 75%;
line-height: 1.4;
/*background-color: rgba(40,40,40,1);*/
color: rgba(40,40,40,1);
border:2px solid;
border:1px solid;
border-radius: 1em;
list-style: none;
display: inline-block;

BIN
themes/default/static/fonts/Syne-Italic.ttf

Binary file not shown.

3
themes/default/templates/base.html

@ -37,8 +37,7 @@
</section>
<footer id="contentinfo" class="body">
<hr>
The online module <em>Bots as Digital Infrapunctures</em> is developed in the context of the course <a href="#">Tool Criticism</a> at the <a href="#">Utrecht University</a>.
<hr>
</footer>
</body>

Loading…
Cancel
Save