This repository has been archived by the owner on Nov 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b1df67
commit 6284d64
Showing
19 changed files
with
1,751 additions
and
1,039 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
.medium-toolbar-arrow-under:after { | ||
border-color: #2f1e07 transparent transparent transparent; | ||
top: 60px; } | ||
|
||
.medium-toolbar-arrow-over:before { | ||
border-color: transparent transparent #2f1e07 transparent; } | ||
|
||
.medium-editor-toolbar { | ||
background-color: #2f1e07; | ||
border: 1px solid #5b3a0e; | ||
border-radius: 4px; } | ||
.medium-editor-toolbar li button { | ||
background-color: transparent; | ||
border: none; | ||
border-right: 1px solid #5b3a0e; | ||
box-sizing: border-box; | ||
color: #fff; | ||
height: 60px; | ||
min-width: 60px; | ||
-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in; | ||
transition: background-color 0.2s ease-in, color 0.2s ease-in; } | ||
.medium-editor-toolbar li button:hover { | ||
background-color: #030200; | ||
color: #fff; } | ||
.medium-editor-toolbar li .medium-editor-button-first { | ||
border-bottom-left-radius: 4px; | ||
border-top-left-radius: 4px; } | ||
.medium-editor-toolbar li .medium-editor-button-last { | ||
border-bottom-right-radius: 4px; | ||
border-right: none; | ||
border-top-right-radius: 4px; } | ||
.medium-editor-toolbar li .medium-editor-button-active { | ||
background-color: #030200; | ||
color: #fff; } | ||
|
||
.medium-editor-toolbar-form { | ||
background: #2f1e07; | ||
border-radius: 4px; | ||
color: #fff; } | ||
.medium-editor-toolbar-form .medium-editor-toolbar-input { | ||
background: #2f1e07; | ||
color: #fff; | ||
height: 60px; } | ||
.medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder { | ||
color: #fff; | ||
color: rgba(255, 255, 255, 0.8); } | ||
.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder { | ||
/* Firefox 18- */ | ||
color: #fff; | ||
color: rgba(255, 255, 255, 0.8); } | ||
.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder { | ||
/* Firefox 19+ */ | ||
color: #fff; | ||
color: rgba(255, 255, 255, 0.8); } | ||
.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder { | ||
color: #fff; | ||
color: rgba(255, 255, 255, 0.8); } | ||
.medium-editor-toolbar-form a { | ||
color: #fff; } | ||
|
||
.medium-editor-toolbar-anchor-preview { | ||
background: #2f1e07; | ||
border-radius: 4px; | ||
color: #fff; } | ||
|
||
.medium-editor-placeholder:after { | ||
color: #5b3a0e; } |
Oops, something went wrong.