rra 6 years ago
parent
commit
1d94da8183
  1. 12
      theme/wttf2/static/main.css

12
theme/wttf2/static/main.css

@ -67,13 +67,18 @@ header{
}
.entry-title{
/*margin:2em 1.5em 2em 50px;*/
/* circle */
border: 0;
border-radius: 100%;
border-radius: 15px 50px;
/*-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);*/
background-color: #95cc74;
padding: 2em;
text-align: center;
box-shadow: 0em 3em gainsboro;
box-shadow: 0em 3em rgba(230,230,230,1);
}
.entry-subtitle{
font-size: 12px;
@ -115,6 +120,7 @@ header{
#list .entry-title{
margin-top:0; /* reset */
margin-bottom:0; /* reset */
padding:1em 2em;
}
footer{
width: calc(100% - 4em);

Loading…
Cancel
Save