Last active
December 15, 2015 12:59
-
-
Save seyDoggy/5264404 to your computer and use it in GitHub Desktop.
stack edit mode UI styles for Stacks RapidWeaver plugin.
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 characters
%[if edit]% | |
/** | |
* Edit mode UI styles | |
* | |
* source (CSS): https://gist.github.com/5264404 | |
* source (HTML): https://gist.github.com/5264439 | |
* | |
* Licensed under the GPL 2: http://www.gnu.org/licenses/gpl-2.0.html | |
* Copyright 2013 Adam Merrifield | |
*/ | |
#%id% .editHeader { | |
height:2em; | |
border:1px solid #A8B1BC; | |
border-bottom:1px solid #5B5B5A; | |
border-radius:3px 3px 0 0; | |
background-color:#E4E4E4; | |
background-image:-webkit-linear-gradient(top,#E3E3E3,#ABABAB); | |
color:#000; | |
text-align:center; | |
text-shadow:rgba(255,255,255,0.5) 0 1px 1px; | |
font-weight:400; | |
font-size:1.3em; | |
font-family:"Lucida Grande",sans-serif; | |
line-height:2em; | |
} | |
#%id% .editWrapper { | |
display:%id=hideItems%; | |
border:1px solid #A8B1BC; | |
border-top-style:none; | |
border-radius:0 0 3px 3px; | |
} | |
%[endif]% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment