Ver código fonte

Add files via upload

Capitan Cloud 1 ano atrás
pai
commit
2a33a9c681
1 arquivos alterados com 10 adições e 2 exclusões
  1. 10 2
      Public/css/style.css

+ 10 - 2
Public/css/style.css

@@ -84,17 +84,20 @@ body {
   font-size:15px;
   font-family:'Press Start 2P';
   color:#000000;
+  background-image: url('/res/break.png');
+  background-repeat: repeat;  
 }
 .blog-content {
   /*width:100%;*/
   height: 33%;
   float:left;
-  border:1px solid darkgray;
+  border:1px solid transparent;
   border-radius:4px;
   color:#000000;
 }
 .blog-entry {
-  width: 100%;
+  width:5%;
+  height:80px;
   margin-bottom: 0px;
   min-height: 80px;
   background-color: #dbdbdb;
@@ -105,6 +108,11 @@ body {
   padding:15px;
   white-space: initial;
   overflow: hidden;
+  background-image:url('/res/dogborg.png'); 
+  background-repeat: no-repeat; 
+  background-size: 75px; 
+  background-position: top 10px right 10px;
+  visibility: hidden;
 }
 .buttondisplaylist {
   float:right;