parent
157d839ac6
commit
32f206955c
|
@ -1,10 +1,10 @@
|
||||||
|
@import url(//fonts.googleapis.com/css?family=Lato|Istok+Web);
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Oswald';
|
font-family: 'Lato', sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: #fff;
|
color: rgb(240, 175, 63);
|
||||||
opacity: 0.8;
|
background-color: rgb(60, 33, 24);
|
||||||
background-color: rgb( 215, 150, 130 );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body:after {
|
body:after {
|
||||||
|
@ -14,17 +14,14 @@ body:after {
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: url('../images/overlay.png');
|
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
font-family: 'Roboto';
|
font-family: 'Istok Web', sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #fff;
|
box-shadow: 1px 1px 3px 2px rgba(240,175,63,0.8);
|
||||||
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.25);
|
|
||||||
padding: 0.2em 1em 1em 1em;
|
padding: 0.2em 1em 1em 1em;
|
||||||
color: #777;
|
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -45,7 +42,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
|
|
||||||
.time, .date {
|
.time, .date {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #ffffff;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -87,17 +83,16 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.open {
|
.open {
|
||||||
background: #5cb85c;
|
background: rgb(152, 195, 70);
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.closed {
|
.closed {
|
||||||
background: #d9534f;
|
background: rgb(238, 108, 47);
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status h1 {
|
.status h1 {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 47 KiB |
|
@ -5,8 +5,6 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Level2</title>
|
<title>Level2</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<link href='//fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
|
|
||||||
<link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
|
||||||
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
||||||
<link rel="stylesheet" href="css/climacons-font.css" />
|
<link rel="stylesheet" href="css/climacons-font.css" />
|
||||||
<link rel="stylesheet" href="css/level2.css" />
|
<link rel="stylesheet" href="css/level2.css" />
|
||||||
|
|
Loading…
Reference in New Issue