Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

The Most Simple HTML Website ever.

Hi guys,
           For the past few days, I was busy working on a Template for website. Actually it does not need even few days to build it, It is that simple. I'm posting some screenshots of it below. If anyone would like to buy it, Contact me on jovelonline@gmail.com or comment below. I created this website as an experiment. I'm planning to start a website to sell such Templates. So, if anyone buys this Template, then I can conclude that this is the right time to start my Venture. And also, Please suggest a good name for my Venture. There's no much programing in it. I take only the designing side. You can manually add the content into this.(I can help with adding logo)

This is made with Adobe Muse. It uses HTML, CSS and Javascript. Its Responsive, it got Dynamic Page resizing, a Better Sitemap and rest, see for yourself.




Continue Reading

Mint Green Share Box for websites

You might have seen our older versions of sharer boxes, this is the latest of''em. here's the code. 
if your using blogger, go to layouts, then add a gadget select HTML/Javascript then paste this code. leave the Title column empty. The demo, is this blog itself.

<style>
#joelblogsharer{
position:fixed;
left:0px;
bottom:0;
background-color:#b8ff79;
border:none;
opacity:0.7;
width:auto;
height:auto;
padding:5px 10px;
box-shadow: 5px 5px 15px #888888;
}
#joelblogsharer:hover{
opacity:1;
}
</style>

<div align="center" id="joelblogsharer" title="joe-amis.blogspot.com">
<!-- Facebook -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.8";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-share-button" data-layout="button" data-size="small" data-mobile-iframe="true"><a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u&amp;src=sdkpreparse">Share</a></div><br /><br />
<!-- Twitter -->
<a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script><br />
<!-- Google+ -->
<div align="center" class="g-plusone" data-size="tall"></div>
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script><br />
<!-- LinkedIN -->
<script src="//platform.linkedin.com/in.js" type="text/javascript">
 lang: en_US
</script>
<script type="IN/Share" data-counter="top"></script><br />
</div>

Continue Reading

Making Text Blurry in CSS.

In this post, you'll see how to make any text blurry using CSS. its simple.















.blur {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
The CSS selector 'text-shadow' is compatible with more browsers. after making its color transparent, and having a shadow makes it appear as blurry.
Continue Reading

Jovel's Blog Scroll bar using CSS.

Seeing your old scroll bar bores you ? No More Boring... here's a good looking scroll bar for websites and Blogs, Created with CSS.














Best Viewed in Google Chrome.

Here's the CSS code.

::-webkit-scrollbar{ width: 8px; } ::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 0px; } ::-webkit-scrollbar-thumb{ border-radius: 0px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); -ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }

for Blogger users,
Select your blog and go to Template -> Customize., Click the Advanced tab and select Add CSS then paste this code.

For Websites,
Paste this code before </style> Tag.

Enjoy your new look of Scroll bar.
Continue Reading

Jovel's Blog's Sharer Box, New and updated.

We've recently created a sharing box for blogs and websites. this one is updated of that. Better, Less Codes, Designed by Jovel's Blog, Plugins by Addthis. See the demo at Jovel's Blog Demos











What he Got.

Facebook Like Button

Twitter Tweet Button

Google +1 button. And even more.....

How to Add this (in Blogs).

Select your Blog-> Layout -> Add Gadget -> HTML/Javascript. now paste this code in it and click Save.
<style>
#jovelsshare{
height:auto;
width:auto;
background-color:#fffdde;
border-spacing:inherit;
left:40px;
top:15%;
padding:5px;
border:solid 5px;
border-color:#d5d5d5;
opacity:0.6;
position:fixed;
}
#jovelsshare:hover{
opacity:1;
}
</style>
<div id="jovelsshare" title="Jovel's Blog Share">
<a class="addthis_button_facebook_like" fb:like:layout="box_count"></a><br />
<a class="addthis_button_tweet" tw:count="vertical"></a><br />
<a class="addthis_button_google_plusone" g:plusone:size="tall"></a><br/>
<a class="addthis_counter"></a><br />
<a align="center" href="http://joe-amis.blogspot.com/2013/10/jovels-blogs-sharer-box-new-and-updated.html">Get This</a>
</div> <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>

<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5263902d4534c996"></script>
Continue Reading

How to create a custom 404 page for blogs.

In this tutorial, I'm gonna show you how to create a custom 404 page for you blogs. See our 404 page here
Step 1: Go to the blogger you want to change the 404 page>Settings>Search Preferences.

Step 2: Under 'Errors and Redirections', Near 'Custom Page Not Found', Click edit.

Step 3:Copy and paste this code there.

<style>
.joediv #main {
width: 100%;
text-align: center;
margin: 3em 0 10em 0;
color: #999;
}
</style>
<div class="joediv">
    <style>
@import url(http://fonts.googleapis.com/css?family=Frijole);
      h1 {
        font-family: 'Frijole', cursive;
        font-size: 25px;
      }
    </style>
<h1>Its 404.., Go Back, There's nothing here.... :'( visit our<a href="http://joe-amis.blogspot.com">Homepage</a></h1></div>
Step 4:Replace the Orange colored text with your homepage. Click Save Changes.

Enjoy your new 404.
Continue Reading

How to add a header image to blog.

Works perfectly with Picture Window Template.

To do this go to Blogger

Go to template and click customize.

In template designer, Click Advanced.

And select Add Css.

Paste this code in it. And enjoy with your new header. replace '[the url of your image]' with the image url. Without quotes.

body
{ 
background-image:url('[the url of your image]');
background-repeat:no-repeat;
background-attachment:scroll;
background-size:1345px 114px;
}
Continue Reading