Merge branch 'f0ckdev' into 'master'

Tschöööö bootstrapon

See merge request !78
This commit is contained in:
noxy 2017-02-02 13:24:55 +00:00
commit 620f6b19f4
4 changed files with 35 additions and 20 deletions

View File

@ -1,19 +1,20 @@
<!DOCTYPE blah>
<html>
<head>
<title>f0ck me!</title>
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
<link rel="stylesheet" type="text/css" href="./s/style.css">
</head>
<body>
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a> | <span id="themes"></span></div>
<ul id="posts" data-last="{{ last }}">
{% for item in items %}<li class="post"><a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/{{ item.id }}.png" /></a></li>
{% endfor %}
</ul>
<script src="./s/jquery-3.1.0.min.js"></script>
<script src="./s/scroller.js"></script>
<script src="./s/shit.js"></script>
<script src="./s/theme.js"></script>
</body>
</html>
<!DOCTYPE blah>
<html>
<head>
<title>f0ck me!</title>
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
<link rel="stylesheet" type="text/css" href="./s/style.css">
<link rel="stylesheet" type="text/css" href="./s/indexstyle.css">
</head>
<body>
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a> | <span id="themes"></span></div>
<ul id="posts" data-last="{{ last }}">
{% for item in items %}<li class="post"><a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/{{ item.id }}.png" /></a></li>
{% endfor %}
</ul>
<script src="./s/jquery-3.1.0.min.js"></script>
<script src="./s/scroller.js"></script>
<script src="./s/shit.js"></script>
<script src="./s/theme.js"></script>
</body>
</html>

5
s/indexstyle.css Normal file
View File

@ -0,0 +1,5 @@
* {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

View File

@ -3,7 +3,7 @@
<head>
<title>{{ id }} - f0ck.me</title>
<link rel="stylesheet" type="text/css" href="./s/plyr.css" />
<link rel="stylesheet" type="text/css" href="./s/stylo.css" />
<!--<link rel="stylesheet" type="text/css" href="./s/stylo.css" />-->
<link rel="stylesheet" type="text/css" href="./s/style.css" />
<link rel="icon" type="image/gif" href="./s/favicon.gif" />

View File

@ -1,3 +1,9 @@
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
max-height: 100%;
width: 100%;
@ -8,6 +14,7 @@ body {
color: #fff;
font-family: Monospace;
font-size: 12px;
line-height: 1.42857143;
}
.contact {
@ -60,9 +67,11 @@ li.post {
}
a {
color: #9f0;
text-decoration: none;
}
a:hover {
color: #74c100;
text-decoration: underline;
}
.medium, .thumbnail {