color scheme
This commit is contained in:
parent
db3c86dfc7
commit
4e3437730f
16
css/base.css
16
css/base.css
@ -4,25 +4,25 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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;
|
||||||
@ -38,18 +38,20 @@ body {
|
|||||||
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 New Issue
Block a user