Skip to content

SupVol/vocal.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

<title>CSS3 Social Sign-in Buttons</title> <style> /* BASE */
    html { font-size:100%; }
    body { padding: 40px 0 20px; margin: 0; font: 13px/1.333 "lucida grande", tahoma, sans-serif; color: #333; background: #fff;}

    a, a:visited { color: #980905; }
    a:hover, a:focus, a:active { text-decoration: none; }

    h1 { margin: 0 0 0.5em; font-size: 28px;  font-weight: normal; }
    h2 { margin: 0 0 0.75em; font-size: 15px; }
    p { margin: 0 0 1.333em; }
    em { font-style: italic; }
    table { border-collapse: separate; border-spacing: 0; margin:  0; vertical-align: middle; }
    th { font-weight: bold; }
    th, td { padding: 5px 25px 5px 5px; text-align: left; vertical-align: middle; }
    pre, code { font-family: monospace, sans-serif; font-size: 1em; color:#080; }
    pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
    ul { list-style: square; margin: 1em 0 1em 0px; padding: 0; }

    /* TEMPLATE */

    .container { position:relative; overflow:hidden; max-width: 600px; _width: 600px; padding: 40px 60px; border: 1px solid #ccc; margin: 0 auto; background: #fff; }

    .container pre,
    .container .prettyprint { padding: 0; border: 0; margin: 0 0 20px; background: #fff; }

    .ribbon { position: absolute; top: -1px; right: -1px; opacity: 0.9; }
    .ribbon:hover, .ribbon:focus, .ribbon:active { opacity: 1; }
    .ribbon img { display: block; border: 0; }

    .header { padding-right: 80px; }
    .header p { font-size: 18px; color: #808080; }

    .section { margin: 40px 0 20px; }

    .example { padding: 20px; border: 1px solid #ccc; margin: 10px -20px 20px; }
    .example p { margin: 15px 0 0; }
    .example p:first-child { margin: 0; }

    .footer { margin: 20px 0 50px; font-size: 11px; color: #666; text-align: center; }
    .footer a { color: #666;}

    /* SMALL */

    @media (max-width: 500px) {
        body { padding: 0; }
        .container { padding: 20px 30px; }
        .footer { margin-bottom: 20px; }
    }
</style>

<link rel="stylesheet" href="auth-buttons.css">

<!-- prettyify -->
<link rel="stylesheet" href="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css">
<script src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script>
Fork me on GitHub
<div class="header">
    <h1>CSS3 Social Sign-in Buttons</h1>
</div>

<div class="section">
    <h2>Standard Buttons</h2>
    <p>To create the default sign-in button, add a class of <code>btn-auth</code> and <code>btn-[service]</code> (where <code>[service]</code> is one of the supported social sign-in services) to any appropriate element (most likely an anchor).</p>

    <div class="example">
        <pre class="prettyprint"><code>&lt;a class="btn-auth btn-[service]" href="#">
Sign in with &lt;b>[service]&lt;/b>

</a>

<div class="section">
    <h2>Larger buttons</h2>
    <p>To create larger buttons include an additional class of <code>large</code>.</p>

    <div class="example">
        <pre class="prettyprint"><code>&lt;a class="btn-auth btn-[service] large" href="#">
Sign in with &lt;b>[service]&lt;/b>

</a>

<div class="section">
    <h2>Supported services</h2>
    <ul>
        <li>Facebook
        <li>GitHub
        <li>Google
        <li>OpenID
        <li>Twitter
        <li>Windows Live ID
        <li>Yahoo!
    </ul>
</div>

<div class="section">
    <h2>Source code</h2>
    <p>Available on GitHub: <a href="http://github.com/necolas/css3-social-signin-buttons">necolas/css3-social-signin-buttons</a></p>
    <p>Download it in either <a href="http://github.com/necolas/css3-social-signin-buttons/zipball/master">zip</a> or <a href="http://github.com/necolas/css3-social-signin-buttons/tarball/master">tar</a> formats.</p>
    <p>Clone the project with Git by running:<br>
    <code>$ git clone git://github.com/necolas/css3-social-signin-buttons.git</code></p>
</div>

<div class="section">
    <h2>Browser compatibility</h2>
    <p>Full support: Google Chrome, Firefox 3.5+, Safari 4+, IE 10+, Opera 11.10+.</p>
    <p><strong>Note:</strong> Some CSS3 enhancements are not supported in older versions of Opera and IE. The use of icons is not supported in IE 6 or IE 7.</p>
</div>

<div class="section">
    <h2>License</h2>
    <p>Public domain: <a href="http://unlicense.org/">http://unlicense.org/</a></p>
</div>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors