Skip to content

Commit

Permalink
refs #1654 : added - wysiwyg.css for periwinkle skin
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Dec 28, 2014
1 parent e01a74f commit cc69cf3
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions skin/blog/periwinkle/wysiwyg.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
@charset "utf-8";
/* ------------------------- */
/* Common ------------------- */
/* ------------------------- */
body {
font: 0.938em/1.7 "Helvetica Neue", Helvetica, NanumBarunGothic, "나눔바른고딕", "Noto Sans Korean", "Apple SD Gothic Neo", "Malgun Gothic", AppleGothic, Dotum, "돋움", sans-serif;
}

img {
height: auto;
max-width: 100%;
}

label {
font-size: 90%;
}

label span {
font-size: 11px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
color: #BDC3C7;
}

/* ------------------------- */
/* etc. -------------------- */
/* ------------------------- */
.moreless_fold,
.moreless_top,
.moreless_bottom {
font-family: inherit;
font-size: inherit;
line-height: inherit;
line-height: normal;
text-transform: none;
/*-webkit-appearance: button;*/
display: inline-block;
margin-bottom: 5px;
display: inline;
padding: .1em .6em .2em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}

.moreless_fold {
background-color: #1abc9c;
}

.moreless_top,
.moreless_bottom {
background-color: #2ecc71;
}

.moreless_content {
padding: 1em 10px;
border-top: solid 1px #e3e3e3;
border-bottom: solid 1px #e3e3e3;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

0 comments on commit cc69cf3

Please sign in to comment.