forked from kyan/redactor-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
2,821 additions
and
2,744 deletions.
There are no files selected for viewing
161 changes: 26 additions & 135 deletions
161
vendor/assets/javascripts/redactor-rails/css/style.css
100755 → 100644
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 |
---|---|---|
@@ -1,135 +1,26 @@ | ||
html { | ||
padding: 0; | ||
margin: 0; | ||
} | ||
body { | ||
font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; | ||
font-size: 15px; | ||
margin: 0; | ||
padding: 0; | ||
overflow-x: hidden; | ||
background: #fff; | ||
} | ||
#page { | ||
margin: 20px; | ||
background: #fff; | ||
} | ||
#page:focus { | ||
outline: none; | ||
} | ||
|
||
a { | ||
color: #15c; | ||
} | ||
|
||
object, | ||
embed, | ||
video, | ||
iframe { | ||
width: auto; | ||
max-width: 100%; | ||
} | ||
video, | ||
iframe { | ||
height: auto; | ||
} | ||
|
||
::selection { | ||
background-color: #333; | ||
color: #fff; | ||
text-shadow: none; | ||
} | ||
|
||
div, | ||
p, | ||
ul, | ||
ol, | ||
table, | ||
dl, | ||
blockquote, | ||
pre, | ||
iframe, | ||
object, | ||
hr { | ||
margin-bottom: 15px; | ||
line-height: 1.5em; | ||
} | ||
blockquote { | ||
margin-left: 3em; | ||
font-style: italic; | ||
color: #777; | ||
} | ||
ul, ol { | ||
padding-left: 2em; | ||
} | ||
ul ul, | ||
ol ol, | ||
ul ol, | ||
ol ul { | ||
border: none; | ||
margin: 2px !important; | ||
padding: 0; | ||
padding-left: 2em; | ||
} | ||
dl dt { font-weight: bold; } | ||
dd { margin-left: 1em;} | ||
|
||
table { | ||
border-collapse: collapse; | ||
font-size: 1em; | ||
} | ||
table td { | ||
border: 1px solid #ddd; | ||
padding: 5px; | ||
} | ||
table thead td { | ||
border-bottom: 2px solid #000 !important; | ||
font-weight: bold; | ||
} | ||
code, pre { | ||
font-family: monospace sans-serif; | ||
} | ||
code { | ||
background-color: #d8d7d7; | ||
} | ||
pre { | ||
padding: 1em; | ||
border: 1px dashed #ccc; | ||
background: #f5f5f5; | ||
overflow: auto; | ||
} | ||
hr { | ||
display: block; | ||
height: 1px; | ||
border: 0; | ||
border-top: 1px solid #ccc; | ||
} | ||
|
||
h1, h2, h3, h4,h5 { | ||
font-weight: bold; | ||
} | ||
|
||
h1 { | ||
font-size: 36px; | ||
line-height: 40px; | ||
margin-bottom: 10px; | ||
} | ||
h2 { | ||
font-size: 30px; | ||
line-height: 38px; | ||
margin-bottom: 15px; | ||
} | ||
h3 { | ||
font-size: 24px; | ||
line-height: 30px; | ||
margin-bottom: 10px; | ||
} | ||
h4 { | ||
font-size: 18px; | ||
line-height: 24px; | ||
margin-bottom: 10px; | ||
} | ||
h5 { | ||
font-size: 1em; | ||
margin-bottom: 10px; | ||
} | ||
html, body { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
|
||
/* =Typography | ||
-----------------------------------------------------------------------------*/ | ||
body { | ||
font-family: Helvetica, Arial, sans-serif; | ||
font-size: 14px; | ||
} | ||
|
||
|
||
/* =Layout | ||
-----------------------------------------------------------------------------*/ | ||
#page { | ||
width: 940px; | ||
margin: 50px auto; | ||
} | ||
|
||
/* =Misc | ||
-----------------------------------------------------------------------------*/ | ||
.list li { | ||
margin: 10px 0; | ||
} |
Oops, something went wrong.