Browse Source

article titles

pull/2/head
lidia pereira 5 years ago
parent
commit
fff0d652fe
  1. 46
      themes/homebrewtheme/static/css/main.css

46
themes/homebrewtheme/static/css/main.css

@ -179,6 +179,9 @@ h2{
padding: 1em;
margin: 0;
}
}
h3{
font-size:1.4rem;
@ -205,13 +208,32 @@ h1, h2,h3 {
}
.entry-title{
font-size:2rem;
font-size:1.6rem;
text-transform:uppercase;
font-weight:bold;
line-height: 1.2em;
font-family:'OrkneyRegular';
}
.entry-title span{
color:black;
width:55%;
border-bottom:solid 2px;
border-color:rgba(0, 116, 217,0.5);
padding-top:0.2em;
}
/*#introduction{
border-top:solid 2px;
border-color:rgba(0, 116, 217,0.5);
padding-top:0.5em;
width:15%;
}*/
.index-entry-title{
font-size:1.4rem;
font-weight:bold;
@ -220,10 +242,11 @@ h1, h2,h3 {
word-wrap: break-word;
}
/*
.entry-title span{
width:100%;
display:inline-block;
}
}*/
.toc{
width:35%;
@ -235,7 +258,7 @@ h1, h2,h3 {
border-style: solid;
/*! margin: 1.6em; */
background-color: #EAEAEA;
margin-top: 4em;
/*margin-top: 4em;*/
margin-left: 1.6em;
margin-bottom: 1.6em;
font-family: OrkneyRegular;
@ -254,7 +277,7 @@ h1, h2,h3 {
}
.entry-content{
/*! margin:auto; */
padding-top:2em;
/*padding-top:1em;*/
padding-bottom:1em;
}
@ -314,8 +337,6 @@ blockquote {
margin-bottom:1em;
}
#content .caption{
font-size:80%;
padding-top:0;
@ -366,7 +387,20 @@ blockquote {
.post-info {
line-height: 1em;
margin-top:1em;
/*border-bottom: solid 2px;
border-color:#0074D9;*/
padding-bottom:1em;
}
/*
.article-summary {
width:85%;
margin-top:1em;
font-style:italic;
padding-top:0.7em;
border-top:solid 2px;
}*/
table{
margin: 1em auto;

Loading…
Cancel
Save