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'; font-family: 'Polsku';
src: src:
url('../fonts/Polsku.woff') format('woff'), url('../fonts/Polsku.woff') format('woff'),
url('../fonts/Polsku.tff') format('truetype'); url('../fonts/Polsku.ttf') format('truetype');
font-style: normal; font-style: normal;
font-weight: bold; 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-face{
font-family: 'Basker'; font-family: 'Basker';
src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype'); 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{ header#banner{
width: 100%; width: 100%;
font-size: 175%;
line-height:1.25;
text-align: center; text-align: center;
} }
header#banner h1{ header#banner h1{
font-family: 'Belgika'; font-family: 'Syne';
font-size: 90px;
line-height:1.25;
margin: 1em 0; margin: 1em 0;
} }
header#banner h1 a{ header#banner h1 a{
@ -32,15 +32,14 @@ nav#menu{
margin:0 0 0 -11em; margin:0 0 0 -11em;
} }
nav#menu li{ nav#menu li{
width: 175px; width: 145px;
height:8em; height:10em;
margin:1em 0; margin:1em 0;
padding:1em; padding:1em;
font-size: 75%; font-size: 75%;
line-height: 1.4; line-height: 1.4;
/*background-color: rgba(40,40,40,1);*/
color: rgba(40,40,40,1); color: rgba(40,40,40,1);
border:2px solid; border:1px solid;
border-radius: 1em; border-radius: 1em;
list-style: none; list-style: none;
display: inline-block; 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> </section>
<footer id="contentinfo" class="body"> <footer id="contentinfo" class="body">
<hr> <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>.
</footer> </footer>
</body> </body>

Loading…
Cancel
Save