tstyle.css - blck - ephemeral pastebin/url shortener
HTML git clone https://git.parazyd.org/blck
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tstyle.css (555B)
---
1 @font-face { font-family: copse; src: url('copse.woff'); }
2
3 body {
4 background: #f4f5e7 url('bg.png') no-repeat top right !important;
5 color: #222;
6 font-family: copse, sans-serif;
7 padding: 5%;
8 }
9
10 .container { font-size: 300%; }
11 .inputbox , .button { font-size: 70%; }
12 .textbox { height: 360px; width: 580px; }
13
14 a, a:visited, a:active { color: #179c3f; text-decoration: none; }
15 a:hover { text-decoration: underline; }
16
17 footer {
18 clear: both;
19 color: #999;
20 font-size: 40%;
21 padding: 1em;
22 text-align: right;
23 position: absolute;
24 bottom: 0;
25 right: 0;
26 }