mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-23 12:01:26 +00:00
color scheme
This commit is contained in:
parent
db3c86dfc7
commit
4e3437730f
44
css/base.css
44
css/base.css
|
@ -4,28 +4,28 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.textblock {
|
.textblock {
|
||||||
background-color:#224;
|
background-color:#1f2833;
|
||||||
border-radius:2px;
|
border-radius:2px;
|
||||||
border: 1px solid #667;
|
border: 1px solid #667;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
width: auto;
|
width: auto;
|
||||||
color: #bbb;
|
color: #c5c6c7;
|
||||||
padding: 2% 2% 2% 2%;
|
padding: 2% 2% 2% 2%;
|
||||||
margin: 1% 1% 1% 1%;
|
margin: 1% 1% 1% 1%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgblock {
|
.imgblock {
|
||||||
background-color:#334;
|
background-color:#1e2832;
|
||||||
border-radius:2px;
|
border-radius:2px;
|
||||||
border:1px solid #667;
|
border:1px solid #667;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
color: #bbb;
|
color: #c5c6c7;
|
||||||
padding: 2% 2% 2% 2%;
|
padding: 2% 2% 2% 2%;
|
||||||
margin: 3% 3% 3% 3%;
|
margin: 3% 3% 3% 3%;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgblock img {
|
.imgblock img {
|
||||||
|
@ -34,22 +34,24 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font: 100%/160% exo2;
|
font: 100%/160% exo2;
|
||||||
width: 900px;
|
width: 900px;
|
||||||
max-width: 96%;
|
max-width: 96%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color:#335;
|
background-color:#0b0c10;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #69C;
|
color: #45a29e;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #F60;
|
color: #66fcf1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
color: #eee;
|
color: #eee;
|
||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
|
|
Loading…
Reference in a new issue