-
-
Save hajjifadoua/3ddcf49f9344a7072125 to your computer and use it in GitHub Desktop.
Revisions
-
Shadowfiend revised this gist
Jul 18, 2011 . 1 changed file with 28 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,28 +9,34 @@ padding: 15px; margin-left: 15px; margin-bottom: 15px; -webkit-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; } h5 { margin: 0; font-size: 120%; } .left-arrow .arrow, .right-arrow .arrow { position: absolute; top: 20px; } .csstransforms .popup { -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0; -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0; -o-box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0; box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0; } .csstransforms .popup .arrow { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); @@ -42,21 +48,32 @@ h5 { background-color: #28C0F7; } .csstransforms .left-arrow .arrow { left: -12px; -moz-box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px; -webkit-box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px; -o-box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px; box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px; } .csstransforms .right-arrow .arrow { right: -12px; -moz-box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px; -webkit-box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px; -o-box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px; box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px; } .no-csstransforms .left-arrow .arrow, .no-csstransforms .right-arrow .arrow { width: 17px; height: 32px; } .no-csstransforms .left-arrow .arrow { left: -10px; background: url("/images/app-notice-arrow-left.png"); } .no-csstransforms .right-arrow .arrow { right: -10px; background: url("/images/app-notice-arrow-right.png"); } -
Shadowfiend revised this gist
Jul 18, 2011 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -45,8 +45,18 @@ h5 { .left-arrow .arrow { left: -12px; top: 20px; -moz-box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px; -webkit-box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px; -o-box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px; box-shadow: rgba(0, 0, 0, 0.8) -3px 3px 5px -3px; } .right-arrow .arrow { right: -12px; top: 20px; -moz-box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px; -webkit-box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px; -o-box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px; box-shadow: rgba(0, 0, 0, 0.8) 3px -3px 5px -3px; } -
Shadowfiend revised this gist
Jul 18, 2011 . 1 changed file with 12 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,18 @@ padding: 15px; margin-left: 15px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0; -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0; -o-box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0; box-shadow: rgba(0, 0, 0, 0.8) 0 0 5px 0; } h5 { -
Shadowfiend revised this gist
Jul 18, 2011 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,8 +18,6 @@ h5 { .popup .arrow { position: absolute; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); @@ -30,4 +28,13 @@ h5 { height: 30px; background-color: #28C0F7; } .left-arrow .arrow { left: -12px; top: 20px; } .right-arrow .arrow { right: -12px; top: 20px; } -
Shadowfiend revised this gist
Jul 18, 2011 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,8 @@ background-color: #28C0F7; color: white; padding: 15px; margin-left: 15px; } h5 { -
Shadowfiend revised this gist
Jul 18, 2011 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,11 +16,17 @@ h5 { } .popup .arrow { position: absolute; left: -12px; top: 20px; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 30px; height: 30px; background-color: #28C0F7; } -
Shadowfiend renamed this gist
Jul 18, 2011 . 1 changed file with 17 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,20 @@ .popup { position: relative; font-size: 12px; width: 300px; background-color: #28C0F7; color: white; padding: 15px } h5 { margin: 0; font-size: 120%; } .popup .arrow { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -
Shadowfiend created this gist
Jul 18, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ .popup .arrow { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); width: 30px; height: 30px; }