mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-23 12:01:26 +00:00
style
This commit is contained in:
parent
7f3306dafc
commit
dcfee16ee7
|
@ -5,9 +5,8 @@
|
||||||
|
|
||||||
.textblock {
|
.textblock {
|
||||||
background-color:#224;
|
background-color:#224;
|
||||||
border-radius:4px;
|
border-radius:6px;
|
||||||
border-style:solid;
|
border: 1px solid #667;
|
||||||
border-color: #667;
|
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
width: auto;
|
width: auto;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
|
@ -18,7 +17,7 @@
|
||||||
|
|
||||||
.imgblock {
|
.imgblock {
|
||||||
background-color:#334;
|
background-color:#334;
|
||||||
border-radius:4px;
|
border-radius:6px;
|
||||||
border:1px solid #667;
|
border:1px solid #667;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
@ -68,7 +67,7 @@ h3 {
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
color: #999;
|
color: #999;
|
||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
margin: 30px 0 10px;
|
margin: 20px 0 10px;
|
||||||
font-family: "exo2";
|
font-family: "exo2";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue