menu
This commit is contained in:
commit
8e347f7eff
6 changed files with 56 additions and 56 deletions
65
css/base.css
65
css/base.css
|
@ -1,17 +1,12 @@
|
|||
@font-face {
|
||||
font-family: 'exo2';
|
||||
src:url('../fonts/exo2.ttf');
|
||||
}
|
||||
|
||||
.textblock {
|
||||
background-color:#1f2833;
|
||||
border-radius:2px;
|
||||
border: 1px solid #667;
|
||||
display:inline-block;
|
||||
width: auto;
|
||||
color: #c5c6c7;
|
||||
padding: 2% 2% 2% 2%;
|
||||
margin: 1% 1% 1% 1%;
|
||||
width: auto;
|
||||
color: #c5c6c7;
|
||||
padding: 2% 2% 2% 2%;
|
||||
margin: 1% 1% 1% 1%;
|
||||
|
||||
}
|
||||
|
||||
|
@ -20,54 +15,54 @@
|
|||
border-radius:2px;
|
||||
border:1px solid #667;
|
||||
display:inline-block;
|
||||
width: 90%;
|
||||
height: 90%;
|
||||
color: #c5c6c7;
|
||||
padding: 2% 2% 2% 2%;
|
||||
margin: 3% 3% 3% 3%;
|
||||
text-align: justify;
|
||||
width: 90%;
|
||||
height: 90%;
|
||||
color: #c5c6c7;
|
||||
padding: 2% 2% 2% 2%;
|
||||
margin: 3% 3% 3% 3%;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.imgblock img {
|
||||
padding: 2% 2% 2% 2%;
|
||||
margin: 3% 3% 3% 3%;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
font: 100%/160% exo2;
|
||||
width: 900px;
|
||||
max-width: 96%;
|
||||
margin: 0 auto;
|
||||
background-color:#0b0c10;
|
||||
font: 100%/160% exo2;
|
||||
width: 900px;
|
||||
max-width: 96%;
|
||||
margin: 0 auto;
|
||||
background-color:#0b0c10;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 20px;
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
a {
|
||||
color: #45a29e;
|
||||
text-decoration: none;
|
||||
color: #45a29e;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #66fcf1;
|
||||
color: #66fcf1;
|
||||
}
|
||||
|
||||
|
||||
h1, h2, h3 {
|
||||
color: #eee;
|
||||
line-height: 120%;
|
||||
margin: 20px 0 10px;
|
||||
color: #eee;
|
||||
line-height: 120%;
|
||||
margin: 20px 0 10px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.7em;
|
||||
color: #bbb;
|
||||
font-size: 1.7em;
|
||||
color: #bbb;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.4em;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.1em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
h1, h2, h3 {
|
||||
color: #999;
|
||||
line-height: 120%;
|
||||
|
@ -76,5 +71,3 @@ h1, h2, h3 {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
10
css/menu.css
10
css/menu.css
|
@ -1,6 +1,6 @@
|
|||
.topnav {
|
||||
overflow: hidden;
|
||||
background-color: #333;
|
||||
background-color: #1f2833;
|
||||
}
|
||||
|
||||
.topnav a {
|
||||
|
@ -28,8 +28,8 @@
|
|||
border: 1px solid #888;
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
color: #bbb;
|
||||
background-color: #335;
|
||||
color: #c5c6c7;
|
||||
background-color: #1e2832;
|
||||
padding: 16px 16px;
|
||||
font-family: inherit;
|
||||
display: flex;
|
||||
|
@ -41,8 +41,8 @@
|
|||
min-width: 160px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1;
|
||||
color: #bbb;
|
||||
background-color: #335;
|
||||
color: #c5c6c7
|
||||
background-color: #1e2832;
|
||||
border: 1px solid #888;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue