58 lines
562 B
SCSS
58 lines
562 B
SCSS
.widget{
|
|
h2{
|
|
font-family : "DanielRegular";
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
#articles_pagination{
|
|
|
|
margin-top:40px;
|
|
|
|
a, .current{
|
|
|
|
display : inline-block;
|
|
padding:5px;
|
|
border:1px solid #82B139;
|
|
text-decoration:none;
|
|
border-radius:10px;
|
|
|
|
}
|
|
div{
|
|
|
|
padding-left:10px;
|
|
}
|
|
.current{
|
|
border:none;
|
|
}
|
|
}
|
|
|
|
.article_intro{
|
|
h1{
|
|
a{
|
|
font-size: 1.8em;
|
|
color: #3f3f3f;
|
|
text-decoration:none;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.img{
|
|
|
|
margin-bottom:0px;
|
|
|
|
}
|
|
|
|
.image_photograph{
|
|
text-align:center;
|
|
margin-top:0px;
|
|
padding-top:0px;
|
|
font-size:0.8em;
|
|
margin-bottom:1em;
|
|
|
|
} |