Browse Source

added round cornered shapes for article titles

master
mb@mb 6 years ago
parent
commit
51cfd0fed7
  1. 12
      theme/wttf2/static/main.css

12
theme/wttf2/static/main.css

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

Loading…
Cancel
Save