Created
February 12, 2015 01:04
-
-
Save pi-chan/b166c7e8c46e6f9988b6 to your computer and use it in GitHub Desktop.
wri.peでペインを左右半分ずつ + プレビューを少し大きく
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("wri.pe") { | |
#edit-page-main-pane { | |
right: 50% !important; | |
} | |
#edit-page-main-pane #edit-page-pane-handle { | |
display: none; | |
} | |
#edit-page-container #edit-page-sidebar-pane { | |
width: 50% !important; | |
} | |
#edit-page-preview-body .content { | |
font-size: 1.9em; | |
} | |
#edit-page-preview-body .content h1 { | |
padding: 8px; | |
border-left: #aaa double 7px; | |
border-bottom: #aaa solid 1px; | |
} | |
#edit-page-preview-body .content h2 { | |
padding: 5px; | |
border-bottom: #aaa solid 2px; | |
} | |
#edit-page-preview-body .content h3 { | |
padding: 5px; | |
border-left: #aaa solid 2px; | |
} | |
#edit-page-preview-body .content p { | |
margin: 15px auto; | |
font-size: small; | |
} | |
#edit-page-preview-body .content ul { | |
margin: 20px auto;; | |
font-size: small; | |
} | |
#edit-page-preview-body .content blockquote { | |
color: #338; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment