This commit is contained in:
Polo
2019-11-26 00:30:53 +02:00
parent 5bf05b6b7f
commit 7f95679bae
15 changed files with 153 additions and 112 deletions

BIN
app/assets/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -14,8 +14,8 @@
$(document).ready(function(){
var msnry = new Masonry( '#infos', {
columnWidth: 180,
itemSelector: '.card'
});
// var msnry = new Masonry( '#infos', {
// columnWidth: 180,
// itemSelector: '.card'
// });
});

View File

@@ -1,35 +1,69 @@
body {
padding: 20px;
font-family: 'Inconsolata', monospace;
background-color: #f5fff1;
background-color: #fff;
color: #4c4e4d;
}
a {
a{
text-decoration: none;
color: #4c4e4d;
font-size: 17px;
font-weight: bold;
}
a:hover {
color:black;
}
p:hover{
background-color: green;
#all{
width: 900px;
margin: 0px auto;
margin-top: 35px;
}
.card:hover{
background-color: green;
.tags{
font-size: 13px;
margin: 5px 0px 5px 0px;
}
h2{
margin: 0px
}
h3{
text-align: right;
font-size:15px;
}
#topo{
background-color: #8bf712;
width: 100%;
text-align: center;
display: inline-block;
top: 0px;
left: 0px;
position: absolute;
font-size: 10px;
height: 35px;
border-bottom: 1px solid lightgray
}
.card{
color: black;
width: 200px;
float: left;
/* color: black; */
border-top: 1px solid lightgray;
padding-top: 10px;
padding-bottom: 10px;
/* width: 200px; */
/* float: left;
border: 2px solid green;
margin: 10px;
padding: 25px;
font-size: 22px;
text-align: center;
box-shadow: 8px 8px 3px #1a54027a;
box-shadow: 8px 8px 3px #1a54027a; */
}
.date{
font-size: 14px;
font-size: 13px;
color: gray;
padding-top: 15px
padding-top: 10px
}
@@ -38,5 +72,7 @@ p:hover{
width: 100%;
text-align: center;
padding: 10px;
font-size: 19px
font-size: 19px;
background-color: #8bf712;
border: 1px solid gray;
}