summaryrefslogtreecommitdiff
path: root/public/root@143.42.27.127/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/root@143.42.27.127/style.css')
-rw-r--r--public/root@143.42.27.127/style.css67
1 files changed, 0 insertions, 67 deletions
diff --git a/public/root@143.42.27.127/style.css b/public/root@143.42.27.127/style.css
deleted file mode 100644
index 4be1bf5..0000000
--- a/public/root@143.42.27.127/style.css
+++ /dev/null
@@ -1,67 +0,0 @@
-
- body {
- background-color:#020202;
- color: #f2f2f2;
- font-family: 'arial';
- padding: 0;
- margin: 0;
- }
- img {
- max-width: 99%;
- width: auto;
- height: auto;
- }
- main {
- width: 800px;
- max-width: 95%;
- margin-left: auto;
- margin-right: auto;
- }
- header {
- background-color: #121212;
- padding-left: 50px;
- height:55px;
- }
- header div {
- padding-top: 12px;
- }
- header img {
- margin-top: 2px;
- position: absolute;
- left: 5px;
- }
- a {
- text-decoration: none;
- color: #f2f2f2;
- }
- h1 {
- font-size: 1.5em;
- display: inline;
- }
- h2 {
- font-size: 1.1em;
- }
- h4 {
- font-size: 1.1em;
- }
- article.list {
- display: inline-block;
- }
- article.list img {
- margin: auto;
- display: block;
- }
- .next-link {
- float: right;
- }
- footer {
- width: 800px;
- max-width: 95%;
- margin-left: auto;
- margin-right: auto;
- opacity: 0.5;
- }
- footer div {
- text-align: center;
- }
-