Forum Replies Created
-
AuthorPosts
-
vlinderMember
Hello,
Here are is the site… http://www.iviutech.com
This is all my custom CSS…
.page .entry-title{display:none;}h1,h2,h3,h4,h5,h6,ol,a,ul,div,p{
font-family:myriad pro, myriad pro;
}
.hgroup-wrap {
padding-bottom: 0;
padding-top: 0;
}
#site-logo {
margin-top: 0;
}
.slogan-wrap .view-work {
background: #b5e6ee;
background: -webkit-linear-gradient(#f89121, #fde3c6);
background: -moz-linear-gradient(#f89121, #fde3c6);
background: -ms-linear-gradient(#f89121, #fde3c6);
background: -o-linear-gradient(#f89121, #fde3c6);
background: -webkit-gradient(#f89121, #fde3c6);
background: linear-gradient(#f89121, #fde3c6);
}
.slogan-wrap .view-work:hover {
background: -webkit-linear-gradient(#f89121, #9d5505);
background: -moz-linear-gradient(#f89121, #9d5505);
background: -ms-linear-gradient(#f89121, #9d5505);
background: -o-linear-gradient(#f89121, #9d5505);
background: -webkit-gradient(#f89121, #9d5505);
background: linear-gradient(#f89121, #9d5505);
}
.slogan-wrap {
background-color: #ef8108;
}.widget_twitter div {
padding:0;
}.widget_twitter ul li {
margin-bottom:1px;
}.widget_twitter .follow-button,
.widget_twitter .xavisys-link {
margin:0 10px 10px 10px;
}.widget_twitter .entry-meta {
display:block;
font-size:80%;
}.widget_twitter .intent-meta a {
background: url(images/everything-spritev2.png); /** from Twitter ressources */
display: inline-block;
height: 16px;
text-indent: -9999px;
width: 16px;
}
.widget_twitter .intent-meta a.in-reply-to {
background-position: 0 center;
}
.widget_twitter .intent-meta a:hover.in-reply-to {
background-position: -16px center;
}
.widget_twitter .intent-meta a.favorite {
background-position: -32px center;
}
.widget_twitter .intent-meta a:hover.favorite {
background-position: -48px center;
}
.widget_twitter .intent-meta a.retweet {
background-position: -80px center; -
AuthorPosts