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

@ -4,6 +4,7 @@
<title>f0ck me!</title> <title>f0ck me!</title>
<link rel="icon" type="image/gif" href="./s/favicon.gif" /> <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/style.css">
<link rel="stylesheet" type="text/css" href="./s/indexstyle.css">
</head> </head>
<body> <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> <div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a> | <span id="themes"></span></div>

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> <head>
<title>{{ id }} - f0ck.me</title> <title>{{ id }} - f0ck.me</title>
<link rel="stylesheet" type="text/css" href="./s/plyr.css" /> <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="stylesheet" type="text/css" href="./s/style.css" />
<link rel="icon" type="image/gif" href="./s/favicon.gif" /> <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 { html, body {
max-height: 100%; max-height: 100%;
width: 100%; width: 100%;
@ -8,6 +14,7 @@ body {
color: #fff; color: #fff;
font-family: Monospace; font-family: Monospace;
font-size: 12px; font-size: 12px;
line-height: 1.42857143;
} }
.contact { .contact {
@ -60,9 +67,11 @@ li.post {
} }
a { a {
color: #9f0; color: #9f0;
text-decoration: none;
} }
a:hover { a:hover {
color: #74c100; color: #74c100;
text-decoration: underline;
} }
.medium, .thumbnail { .medium, .thumbnail {