Skip to content

Commit

Permalink
new set of hovers added
Browse files Browse the repository at this point in the history
  • Loading branch information
crnacura committed Oct 28, 2014
1 parent 55647c8 commit 728725f
Show file tree
Hide file tree
Showing 52 changed files with 2,616 additions and 183 deletions.
3 changes: 2 additions & 1 deletion README.md 100644 → 100755
Expand Up @@ -7,7 +7,8 @@ Some inspiration and modern ideas for subtle hover effects.

[Demo](http://tympanus.net/Development/HoverEffectIdeas/)

Images by [Unsplash](http://unsplash.com/). [Feather Icons](https://gumroad.com/l/feather) by Cole Bemis.
Images by [Unsplash](http://unsplash.com/). [Feather Icons](https://gumroad.com/l/feather) by Cole Bemis.
[Font Awesome Icon Font] (http://fortawesome.github.io/Font-Awesome/) created by Dave Gandy.

Integrate or build upon it for free in your personal or commercial projects. Don't republish, redistribute or sell "as-is".

Expand Down
73 changes: 58 additions & 15 deletions css/demo.css 100644 → 100755
Expand Up @@ -9,33 +9,51 @@
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

body {
background: #f6f9fa;
color: #536d76;
background: #2f3238;
color: #fff;
font-weight: 400;
font-size: 1em;
font-family: 'Raleway', Arial, sans-serif;
}

a {
color: #4f7f90;
text-decoration: none;
outline: none;
color: #3498db;
text-decoration: none;
}

a:hover, a:focus {
color: #39545e;
color: #528cb3;
}

section {
padding: 1em;
text-align: center;
}

.content {
margin: 0 auto;
max-width: 1000px;
}

.content > h2 {
clear: both;
margin: 0;
padding: 4em 1% 0;
color: #484B54;
font-weight: 800;
font-size: 1.5em;
}

.content > h2:first-child {
padding-top: 0em;
}

/* Header */
.codrops-header {
margin: 0 auto;
Expand All @@ -53,22 +71,49 @@ section {
.codrops-header h1 span {
display: block;
padding: 0 0 0.6em 0.1em;
font-size: 45%;
color: #74777b;
font-weight: 300;
color: #7e959d;
font-size: 45%;
}

/* Demo links */
.codrops-demos {
clear: both;
padding: 1em 0 0;
text-align: center;
}

.content + .codrops-demos {
padding-top: 5em;
}

.codrops-demos a {
display: inline-block;
margin: 0 5px;
padding: 1em 1.5em;
text-transform: uppercase;
font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
background: #3c414a;
color: #fff;
}

/* To Navigation Style */
.codrops-top {
width: 100%;
text-transform: uppercase;
font-weight: 800;
font-size: 0.69em;
line-height: 2.2;
}

.codrops-top a {
display: inline-block;
padding: 0 1em;
padding: 1em 2em;
text-decoration: none;
letter-spacing: 1px;
}
Expand Down Expand Up @@ -104,16 +149,17 @@ section {

/* Related demos */
.related {
clear: both;
padding: 6em 1em;
font-size: 120%;
}

.related > a {
border: 1px solid #4f7f90;
display: inline-block;
text-align: center;
margin: 20px 10px;
padding: 25px;
border: 1px solid #4f7f90;
text-align: center;
}

.related a:hover {
Expand All @@ -138,13 +184,10 @@ section {
}

@media screen and (max-width: 25em) {

.codrops-header {
font-size: 75%;
}

.codrops-icon span {
display: none;
}

}
Empty file modified css/normalize.css 100644 → 100755
Empty file.

0 comments on commit 728725f

Please sign in to comment.