8
0
2024-01-24 16:42:38 +01:00

129 lines
3.1 KiB
CSS

.blog .author-photo{
max-height:225px;
overflow:hidden;
}
.blog ul.post-categories{
list-style:none;
margin:10px 0;
}
.blog ul.post-categories li a{
font-size:11px;
text-transform:uppercase;
}
.body-content .blog-home-post{
height:550px !important;
}
.blog .wp-pagenavi{
margin:35px 0 0;
clear:both;
text-align:center;
}
.blog .wp-pagenavi span.pages{
border:0px;
}
.blog .wp-pagenavi a{
padding: 4px 8px;
border: 1px solid #bdbcbc;
color: #333333;
margin: 0 2px;
text-decoration: none;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background:#fff;
}
.blog .wp-pagenavi span.extend{
padding: 0.5em;
border: none;
text-decoration: none;
color: #BBB;
}
.blog .wp-pagenavi span.current{
text-shadow: rgba(0,0,0,.2) 0px 0px 1px;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fff5f5f5', endColorstr='#ffd9d9d9');
background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(245, 245, 245, 1.0)), to(rgba(217, 217, 217, 1.0)));
background: -moz-linear-gradient(top, rgba(245, 245, 245, 1.0), rgba(217, 217, 217, 1.0));
box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.1);
-webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.1);
-moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.1);
padding: 4px 8px;
font-weight:normal;
}
#nav-below a{
color: #666;
font-style: italic;
text-decoration: none;
}
#nav-below a:hover{
color:#F92117;
}
#nav-below span.meta-nav{
font-size: 32px;
font-weight: bold;
}
.post-navigation #nav-below .nav-previous,
.post-navigation #nav-below .nav-next{
width:45%;
}
#nav-below .meta-nav{
float:left;
margin-top:-3px;
}
#nav-below .nav-next .meta-nav{
float:right;
}
#annotations{
list-style-type:none;
margin-left:0px;
}
#annotations li{
border-bottom: 1px solid #dbdbdb;
margin: 20px 0;
padding: 0px 10px 10px;
list-style-type: none;
}
#annotations ul.children{
margin-left:30px;
padding-left:10px;
border-left:2px solid #ddd;
}
#annotations ul.children li{
border-bottom:0px;
}
#annotations .comment-content{
margin:10px 0.4em 15px 0px;
}
#annotations ul.children li .comment-content{
margin-left:0px;
}
#annotations{clear:both;margin:0;line-height:200%;}
form label{display:block;}
form input{
margin-bottom:0.3em;
width:60% !important;
padding:4px;
padding: 10px 8px!important;
border-radius: 0 0 0 0!important;
}
form textarea {width:98%;}
form input,
form textarea{
height:auto !important;
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
select{
height:40px;
margin-bottom:0px;
}
.Blog_SearchForm input{
width:auto !important;
}