129 lines
2.5 KiB
CSS
129 lines
2.5 KiB
CSS
|
a {
|
||
|
color: #4a809a;
|
||
|
}
|
||
|
body{
|
||
|
background: #ededed;
|
||
|
font-family: 'Open Sans', sans-serif;
|
||
|
|
||
|
}
|
||
|
#content {
|
||
|
margin: 10px 0 0 0;
|
||
|
}
|
||
|
.date {
|
||
|
color: #999999;
|
||
|
font-size: 12px;
|
||
|
letter-spacing: 1px;
|
||
|
//float: left;
|
||
|
}
|
||
|
input#button-search {
|
||
|
background: url('https://touchit.com.ua/static/images/icons/search-25.png') no-repeat center center;
|
||
|
border: none;
|
||
|
|
||
|
cursor: pointer;
|
||
|
//margin-top: 10px;
|
||
|
width: 32px;
|
||
|
height: 32px;
|
||
|
}
|
||
|
h2 {
|
||
|
font-size: 26.25px;
|
||
|
line-height: 31.5px;
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
#header {
|
||
|
background: #6da3bd;
|
||
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
|
||
|
display: block;
|
||
|
font-family: 'Open Sans', sans-serif;
|
||
|
height: 50px;
|
||
|
}
|
||
|
|
||
|
#logo {
|
||
|
color: #FFFFFF;
|
||
|
float: left;
|
||
|
font-family: 'Lato', sans-serif;
|
||
|
font-size: 25px;
|
||
|
height: 50px;
|
||
|
letter-spacing: 1px;
|
||
|
line-height: 50px;
|
||
|
padding: 0 0 0 15px;
|
||
|
text-align: center;
|
||
|
text-decoration: none;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
.post {
|
||
|
box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
||
|
box-sizing: border-box;
|
||
|
background: #FFFFFF;
|
||
|
color: #1a1a1a;
|
||
|
display: block;
|
||
|
font-family: 'Open Sans'
|
||
|
font-size: 14px;
|
||
|
|
||
|
font-weight: 300;
|
||
|
line-height: 26px;
|
||
|
margin: 0 0 10px 0;
|
||
|
padding: 15px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.post-header {
|
||
|
font-family: 'Open Sans', sans-serif;
|
||
|
margin: 5px 0 10px 0;
|
||
|
}
|
||
|
.post-header a {
|
||
|
text-decoration: none;
|
||
|
color: #000;
|
||
|
}
|
||
|
.post-header a:hover {
|
||
|
color: #4a809a;
|
||
|
}
|
||
|
#posts {
|
||
|
box-sizing: border-box;
|
||
|
display: block;
|
||
|
float: left;
|
||
|
padding-right: 250px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
#search {
|
||
|
float: right;
|
||
|
font-size: 100%;
|
||
|
display: block;
|
||
|
height: 50px;
|
||
|
}
|
||
|
#search-form {
|
||
|
margin: 10px 10px 0 10px;
|
||
|
//vertical-align: top;
|
||
|
|
||
|
}
|
||
|
.sidemenu {
|
||
|
box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
||
|
box-sizing: border-box;
|
||
|
background: #FFFFFF;
|
||
|
display: block;
|
||
|
float: left;
|
||
|
//margin-left: 10px;
|
||
|
margin-left: -240px;
|
||
|
padding: 15px;
|
||
|
width: 240px;
|
||
|
}
|
||
|
.sidemenu h2 {
|
||
|
font-size: 16px;
|
||
|
color: #666666;
|
||
|
margin: 0 0 10px 0;
|
||
|
}
|
||
|
.sidemenu ul {
|
||
|
padding: 0;
|
||
|
}
|
||
|
.sidemenu li {
|
||
|
list-style: none;
|
||
|
margin: 5px 0 10px;
|
||
|
}
|
||
|
input[name="search"] {
|
||
|
border: 1px solid #CCCCCC;
|
||
|
border-radius: 4px;
|
||
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
|
||
|
color: #333333;
|
||
|
font-size: 14px;
|
||
|
padding: 6px 12px;
|
||
|
width: 200px;
|
||
|
vertical-align: top;
|
||
|
}
|