updated system reference, cleaned css

This commit is contained in:
Naeltard 2015-04-02 03:31:24 +02:00
parent a4fe271215
commit 288481be5a
5 changed files with 27 additions and 42 deletions

@ -1 +1 @@
Subproject commit 8a800ab114644f136fb7024b675e88d0bfdae661 Subproject commit fe3b6242a618bee42ade7ad08338d8dd7d1f16a6

View File

@ -1,28 +1,23 @@
body{} body{}
#headbanner { #headbanner {
width: 1200px; height: 22%;
height: 150px; width: 30%;
margin: auto; margin: auto;
margin-top: 15px; margin-top: 15px;
margin-bottom: 15px; margin-bottom: 15px;
text-align: center; background: url(http://www.neopolimatrix.eu/api.php?call=files&cat=person&id=logo.png) no-repeat;
background-size: contain;
} }
.head_element { #content {}
//float: left;
}
#content {
width: 1200px;
margin: auto;
}
#footer { #footer {
position: absolute;
height: 20px; height: 20px;
bottom: 0; bottom: 0;
text-align: center; text-align: center;
margin: auto; width: 100%;
} }

View File

@ -19,16 +19,12 @@
</div><!-- /.modal-dialog --> </div><!-- /.modal-dialog -->
</div><!-- /.modal --> </div><!-- /.modal -->
<div id="headbanner"> <div id="headbanner"></div>
<div class="head_element">
<img src="http://www.neopolimatrix.eu/api.php?call=files&cat=person&id=logo.png" width="350">
</div>
</div>
<div id="content"></div> <div id="content"></div>
<div id="footer"> <div id="footer">
<a href="#!impressum" id="impressum">Impressum</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#!about" id="about">About</a> <a href="#!about" id="about">About</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#!impressum" id="impressum">Impressum</a>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,13 +1,13 @@
#start_main{ #start_main{
margin: auto; width: 100%;
width: 1000px;
background: white; background: white;
} }
#dropZone{ #dropZone{
width: 800px;
margin: auto; margin: auto;
outline: 3px dashed background; outline: 3px dashed background;
width: 62%;
height: 38%;
} }
#dropZone li{ #dropZone li{
@ -15,10 +15,10 @@
} }
#dropZone p, #pullZone p{ #dropZone p, #pullZone p{
display: table-cell; position:relative;
height: 400px; top:45%;
width: 400px; left:0;
vertical-align: middle; width:100%;
text-align: center; text-align: center;
} }
@ -34,13 +34,12 @@
padding-top: 40px; padding-top: 40px;
font-size: 8pt; font-size: 8pt;
margin: auto; margin: auto;
width: 800px; width: 62%;
} }
#link_container tr{ #link_container tr{
height: 40px; height: 40px;
background: white; background: white;
width: 800px;
border: solid 2px background; border: solid 2px background;
border-radius: 20px; border-radius: 20px;
} }

View File

@ -1,18 +1,13 @@
<div id="start_main" style=""> <div id="start_main">
<div id="dropZone"> <div id="dropZone">
<div style="margin: auto; width: 350px;"> <p>
<p> ${center_text}
Drag File here to share</br> <a class="btn btn-primary btn-sm" href="#!start;hash.${hash}" id="btn_load_infohash">${getfile}</a>
or</br> ${via}
<a class="btn btn-primary btn-sm" href="#!start;hash.${hash}" id="btn_load_infohash">Get File </a> <input type="text" placeholder="#hash" id="input_load_infohash" value="${hash}">
via </p>
<input type="text" placeholder="#hash" id="input_load_infohash" value="${hash}">
</p>
</div>
</div> </div>
<table id="link_container"> <table id="link_container">
<tr> <tr></tr>
</tr>
</table> </table>
</div> </div>