Difference between revisions of "Template:Tel-Hai/css"

Line 1: Line 1:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
 +
.icons-sprite, .icons-facebook, .footer .social ul li.social-facebook a, .icons-instagram, .footer .social ul li.social-instagram a, .icons-twitter, .footer .social ul li.social-twitter a {
 +
  background-image: url('../../images/icons-sc0e33a5da2.png');
 +
  background-repeat: no-repeat;
 +
}
 +
 +
.icons-facebook, .footer .social ul li.social-facebook a {
 +
  background-position: 0 -50px;
 +
  height: 50px;
 +
  width: 50px;
 +
}
 +
.icons-facebook:hover, .footer .social ul li.social-facebook a:hover, .icons-facebook.facebook-hover, .footer .social ul li.social-facebook a.facebook-hover {
 +
  background-position: 0 0;
 +
}
 +
 +
.icons-instagram, .footer .social ul li.social-instagram a {
 +
  background-position: 0 -150px;
 +
  height: 50px;
 +
  width: 50px;
 +
}
 +
.icons-instagram:hover, .footer .social ul li.social-instagram a:hover, .icons-instagram.instagram-hover, .footer .social ul li.social-instagram a.instagram-hover {
 +
  background-position: 0 -100px;
 +
}
 +
 +
.icons-twitter, .footer .social ul li.social-twitter a {
 +
  background-position: 0 -250px;
 +
  height: 50px;
 +
  width: 50px;
 +
}
 +
.icons-twitter:hover, .footer .social ul li.social-twitter a:hover, .icons-twitter.twitter-hover, .footer .social ul li.social-twitter a.twitter-hover {
 +
  background-position: 0 -200px;
 +
}
 +
 
#content {
 
#content {
 
   width: 100%;
 
   width: 100%;
Line 237: Line 269:
 
   float: left;
 
   float: left;
 
   color: #ccc;
 
   color: #ccc;
 +
  padding-top: 15px;
 
}
 
}
 
.footer .social {
 
.footer .social {
Line 253: Line 286:
 
.footer .social ul li a {
 
.footer .social ul li a {
 
   color: #fff;
 
   color: #fff;
 +
  overflow: hidden;
 +
  text-indent: -9999px;
 +
  display: block;
 
}
 
}
 +
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 14:38, 19 October 2017