fixing style

master
root 4 years ago
parent d6e8a838dd
commit d0af1b8a3e

@ -48,6 +48,7 @@ h3{
transform: scaleX(0.75);
transform-origin: 0 0;
font-size: calc(10px + 0.3vw);
font-family: "Favorit", Arial, Helvetica, sans-serif;
}
h4{
@ -57,12 +58,15 @@ h4{
transform: scaleX(0.75);
transform-origin: 0 0;
font-size: calc(10px + 0.3vw);
font-family: "Favorit", Arial, Helvetica, sans-serif;
}
a{
color: #000;
text-decoration: none;
display: inline;
font-family: "Favorit", Arial, Helvetica, sans-serif;
font-weight: 300;
}
a:hover{
@ -371,15 +375,21 @@ h5{
}
.aboutparagraph{
font-family: "Favorit", Arial, Helvetica, sans-serif;
width: 600px;
padding-bottom: 15px;
font-size: calc(10px + 0.3vw);
font-weight: 300;
font-style: normal;
}
.aboutlastparagraph{
width: 600px;
padding-bottom: 50px;
font-size: calc(10px + 0.3vw);
font-weight: 300;
font-style: normal;
font-family: "Favorit", Arial, Helvetica, sans-serif;
}
/* GUIDELINES */
@ -415,3 +425,13 @@ dd{
font-family: "Lyon", Arial, Helvetica, sans-serif;
font-size: calc(10px + 0.3vw);
}
p{
font-family: "Favorit", Arial, Helvetica, sans-serif;
font-weight: 300;
}
label{
font-family: "Favorit", Arial, Helvetica, sans-serif;
font-weight: 300;
}

@ -58,7 +58,7 @@
<h5>Tactical Watermarks Guidelines</h5><br>
<p class="aboutlastparagraph">Read the terms <a href="/terms">here</a>!</p>
<p class="aboutlastparagraph">Read the terms <a href="terms">here</a>!</p>
<h5>The thesis</h5><br>

@ -9,7 +9,7 @@
<div class="explainspace">
<p>Here you can upload a file that will be republished to Library Genesis. We take care of the whole process of republishing. Your book should not have watermarks. They will not be removed.</p>
<p class="secondp">We will also create a uploaders signature, read more about it <a href="/about">here</a>! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please <a href="mailto:butlerbeauregard@protonmail.com">contact me</a> directly!</p>
<p class="secondp">We will also create a uploaders signature, read more about it <a href="about">here</a>! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please <a href="mailto:butlerbeauregard@protonmail.com">contact me</a> directly!</p>
</div>
<form action="uploadbook" method="POST" enctype="multipart/form-data">

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href=".{{ url_for('static', filename='css/reset.css') }}">
<link rel="stylesheet" href=".{{ url_for('static', filename='css/style.css') }}">
<script src=."{{ url_for('static', filename='js/app.js') }}"></script>
<script src=".{{ url_for('static', filename='js/app.js') }}"></script>
<link rel="icon" href=".{{ url_for('static', filename='img/beau.png') }}">
<title>{% block title %}{% endblock %}</title>
</head>

@ -9,7 +9,7 @@
<div class="explainspace">
<p>Here you can upload a watermarked file that will be republished to Library Genesis. I will de-watermark your text and take care of the whole process of republishing. All watermarks will be removed.</p>
<p class="secondp">We will also create a uploaders signature, read more about it <a href="/about">here</a>! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please <a href="mailto:butlerbeauregard@protonmail.com">contact me</a> directly!</p>
<p class="secondp">We will also create a uploaders signature, read more about it <a href="about">here</a>! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please <a href="mailto:butlerbeauregard@protonmail.com">contact me</a> directly!</p>
</div>
<form action="uploadbook" method="POST" enctype="multipart/form-data">

Binary file not shown.
Loading…
Cancel
Save