wp/wp-content/themes/twentythirteen/css/editor-style.css
author ymh <ymh.work@gmail.com>
Tue, 09 Jun 2015 03:35:32 +0200
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
child 7 cf61fcea0001
permissions -rw-r--r--
upgrade wordpress + plugins
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
/*
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
Theme Name: Twenty Thirteen
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
Description: Used to style the TinyMCE editor.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
*/
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
/**
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
 * Table of Contents:
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
 *
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
 * 1.0 - Body
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
 * 2.0 - Headings
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
 * 3.0 - Text Elements
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
 * 4.0 - Links
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
 * 5.0 - Alignment
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
 * 6.0 - Tables
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
 * 7.0 - Images
5
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    17
 * 8.0 - Galleries
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    18
 * 9.0 - Audio/Video
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    19
 * 10.0 - Post Formats
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    20
 * 11.0 - RTL
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    21
 * 12.0 - Media Queries
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
 * ----------------------------------------------------------------------------
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
/**
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
 * 1.0 Body
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
 * ----------------------------------------------------------------------------
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
html .mceContentBody {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
	font-size: 100%;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
	max-width: 604px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    36
body {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
	color: #141412;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
	font-family: "Source Sans Pro", Helvetica, sans-serif;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
	line-height: 1.5;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
	text-rendering: optimizeLegibility;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
	vertical-align: baseline;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
/**
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
 * 2.0 Headings
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
 * ----------------------------------------------------------------------------
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
h1,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
h2,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
h3,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
h4,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
h5,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
h6 {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
	clear: both;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
	font-family: Bitter, Georgia, serif;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    58
	line-height: 1.3;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    59
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
h1 {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
	font-size: 48px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
	margin: 33px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    66
h2 {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    67
	font-size: 30px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    68
	margin: 25px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    69
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    70
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    71
h3 {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    72
	font-size: 22px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    73
	margin: 22px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    74
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    75
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    76
h4 {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    77
	font-size: 20px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    78
	margin: 25px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    79
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    80
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    81
h5 {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    82
	font-size: 18px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    83
	margin: 30px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    84
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    85
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    86
h6 {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    87
	font-size: 16px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    88
	margin: 36px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    89
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    90
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    91
hr {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    92
	background: url(../images/dotted-line.png) repeat center top;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    93
	background-size: 4px 4px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    94
	border: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    95
	height: 1px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    96
	margin: 0 0 24px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    97
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    98
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    99
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   100
/**
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   101
 * 3.0 Text Elements
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   102
 * ----------------------------------------------------------------------------
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   103
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   104
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   105
p {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   106
	margin: 0 0 24px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   107
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   108
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   109
ol,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   110
ul {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   111
	margin: 16px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   112
	padding: 0 0 0 40px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   113
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   114
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   115
ul {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   116
	list-style-type: square;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   117
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   118
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   119
ol {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   120
	list-style: decimal outside;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   121
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   122
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   123
li > ul,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   124
li > ol {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   125
	margin: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   126
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   127
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   128
dl {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   129
	margin: 0 20px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   130
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   131
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   132
dt {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   133
	font-weight: bold;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   134
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   135
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   136
dd {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   137
	margin: 0 0 20px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   138
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   139
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   140
strong {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   141
	font-weight: bold;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   142
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   143
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   144
code,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   145
kbd,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   146
pre,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   147
samp {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   148
	font-family: monospace, serif;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   149
	font-size: 14px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   150
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   151
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   152
pre {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   153
	background: #f5f5f5;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   154
	color: #666;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   155
	font-family: monospace;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   156
	font-size: 14px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   157
	margin: 20px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   158
	overflow: auto;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   159
	padding: 20px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   160
	white-space: pre;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   161
	white-space: pre-wrap;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   162
	word-wrap: break-word;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   163
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   164
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   165
blockquote,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   166
q {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   167
	quotes: none;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   168
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   169
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   170
blockquote:before,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   171
blockquote:after,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   172
q:before,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   173
q:after {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   174
	content: "";
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   175
	content: none;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   176
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   177
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   178
blockquote {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   179
	font-size: 24px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   180
	font-style: italic;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   181
	font-weight: 300;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   182
	margin: 24px 40px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   183
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   184
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   185
blockquote blockquote {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   186
	margin-right: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   187
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   188
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   189
blockquote cite,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   190
blockquote small {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   191
	font-size: 14px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   192
	font-weight: normal;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   193
	text-transform: uppercase;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   194
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   195
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   196
cite {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   197
	border-bottom: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   198
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   199
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   200
abbr[title] {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   201
	border-bottom: 1px dotted;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   202
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   203
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   204
address {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   205
	font-style: italic;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   206
	margin: 0 0 24px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   207
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   208
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   209
del {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   210
	color: #333;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   211
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   212
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   213
ins {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   214
	background: #fff9c0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   215
	border: none;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   216
	color: #333;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   217
	text-decoration: none;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   218
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   219
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   220
sub,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   221
sup {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   222
	font-size: 75%;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   223
	line-height: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   224
	position: relative;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   225
	vertical-align: baseline;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   226
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   227
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   228
sup {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   229
	top: -0.5em;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   230
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   231
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   232
sub {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   233
	bottom: -0.25em;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   234
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   235
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   236
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   237
/**
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   238
 * 4.0 Links
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   239
 * ----------------------------------------------------------------------------
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   240
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   241
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   242
a {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   243
	color: #ca3c08;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   244
	text-decoration: none;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   245
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   246
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   247
a:visited {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   248
	color: #ac0404;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   249
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   250
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   251
a:focus {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   252
	outline: thin dotted;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   253
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   254
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   255
a:active,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   256
a:hover {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   257
	color: #ea9629;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   258
	outline: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   259
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   260
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   261
a:hover {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   262
	text-decoration: underline;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   263
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   264
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   265
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   266
/**
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   267
 * 5.0 Alignment
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   268
 * ----------------------------------------------------------------------------
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   269
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   270
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   271
.alignleft {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   272
	float: left;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   273
	margin: 5px 20px 5px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   274
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   275
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   276
.alignright {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   277
	float: right;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   278
	margin: 5px 0 5px 20px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   279
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   280
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   281
.aligncenter {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   282
	display: block;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   283
	margin: 5px auto;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   284
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   285
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   286
img.alignnone {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   287
	margin: 5px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   288
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   289
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   290
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   291
/**
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   292
 * 6.0 Tables
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   293
 * ----------------------------------------------------------------------------
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   294
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   295
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   296
table {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   297
	border-bottom: 1px solid #ededed;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   298
	border-collapse: collapse;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   299
	border-spacing: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   300
	font-size: 14px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   301
	line-height: 2;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   302
	margin: 0 0 20px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   303
	width: 100%;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   304
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   305
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   306
caption,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   307
th,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   308
td {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   309
	font-weight: normal;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   310
	text-align: left;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   311
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   312
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   313
caption {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   314
	font-size: 16px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   315
	margin: 20px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   316
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   317
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   318
th {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   319
	font-weight: bold;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   320
	text-transform: uppercase;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   321
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   322
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   323
td {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   324
	border-top: 1px solid #ededed;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   325
	padding: 6px 10px 6px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   326
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   327
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   328
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   329
/**
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   330
 * 7.0 Images
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   331
 * ----------------------------------------------------------------------------
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   332
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   333
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   334
img {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   335
	height: auto;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   336
	max-width: 100%;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   337
	vertical-align: middle;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   338
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   339
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   340
.wp-caption {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   341
	background: transparent;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   342
	border: none;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   343
	margin: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   344
	padding: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   345
	text-align: left;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   346
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   347
5
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   348
.html5-captions .wp-caption {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   349
	padding: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   350
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   351
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   352
.wp-caption.alignleft {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   353
	margin: 5px 10px 5px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   354
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   355
5
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   356
.html5-captions .wp-caption.alignleft {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   357
	margin-right: 20px;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   358
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   359
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   360
.wp-caption.alignright {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   361
	margin: 5px 0 5px 10px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   362
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   363
5
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   364
.wp-caption.alignright img,
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   365
.wp-caption.alignright .wp-caption-dd {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   366
	padding-left: 10px;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   367
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   368
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   369
.html5-captions .wp-caption.alignright {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   370
	margin-left: 20px;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   371
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   372
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   373
.html5-captions .wp-caption.alignright img,
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   374
.html5-captions .wp-caption.alignright .wp-caption-dd {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   375
	padding: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   376
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   377
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   378
.wp-caption-dt {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   379
	margin: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   380
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   381
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   382
.wp-caption .wp-caption-text,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   383
.wp-caption-dd {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   384
	color: #220e10;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   385
	font-size: 18px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   386
	font-style: italic;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   387
	font-weight: 300;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   388
	line-height: 1.5;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   389
	margin-bottom: 24px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   390
	padding: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   391
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   392
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   393
.mceTemp + ul,
5
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   394
.mceTemp + ol {
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   395
	list-style-position: inside;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   396
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   397
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   398
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   399
/**
5
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   400
 * 8.0 Galleries
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   401
 * ----------------------------------------------------------------------------
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   402
 */
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   403
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   404
.gallery .gallery-item {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   405
	float: left;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   406
	margin: 0 4px 4px 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   407
	overflow: hidden;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   408
	padding: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   409
	position: relative;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   410
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   411
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   412
.gallery-columns-1 .gallery-item {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   413
	max-width: 100%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   414
	width: auto;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   415
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   416
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   417
.gallery-columns-2 .gallery-item {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   418
	max-width: 48%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   419
	max-width: -webkit-calc(50% - 14px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   420
	max-width:         calc(50% - 14px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   421
	width: auto;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   422
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   423
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   424
.gallery-columns-3 .gallery-item {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   425
	max-width: 32%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   426
	max-width: -webkit-calc(33.3% - 11px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   427
	max-width:         calc(33.3% - 11px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   428
	width: auto;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   429
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   430
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   431
.gallery-columns-4 .gallery-item {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   432
	max-width: 23%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   433
	max-width: -webkit-calc(25% - 9px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   434
	max-width:         calc(25% - 9px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   435
	width: auto;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   436
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   437
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   438
.gallery-columns-5 .gallery-item {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   439
	max-width: 19%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   440
	max-width: -webkit-calc(20% - 8px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   441
	max-width:         calc(20% - 8px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   442
	width: auto;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   443
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   444
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   445
.gallery-columns-6 .gallery-item {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   446
	max-width: 15%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   447
	max-width: -webkit-calc(16.7% - 7px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   448
	max-width:         calc(16.7% - 7px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   449
	width: auto;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   450
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   451
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   452
.gallery-columns-7 .gallery-item {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   453
	max-width: 13%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   454
	max-width: -webkit-calc(14.28% - 7px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   455
	max-width:         calc(14.28% - 7px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   456
	width: auto;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   457
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   458
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   459
.gallery-columns-8 .gallery-item {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   460
	max-width: 11%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   461
	max-width: -webkit-calc(12.5% - 6px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   462
	max-width:         calc(12.5% - 6px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   463
	width: auto;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   464
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   465
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   466
.gallery-columns-9 .gallery-item {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   467
	max-width: 9%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   468
	max-width: -webkit-calc(11.1% - 6px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   469
	max-width:         calc(11.1% - 6px);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   470
	width: auto;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   471
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   472
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   473
.gallery-columns-1 .gallery-item:nth-of-type(1n),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   474
.gallery-columns-2 .gallery-item:nth-of-type(2n),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   475
.gallery-columns-3 .gallery-item:nth-of-type(3n),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   476
.gallery-columns-4 .gallery-item:nth-of-type(4n),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   477
.gallery-columns-5 .gallery-item:nth-of-type(5n),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   478
.gallery-columns-6 .gallery-item:nth-of-type(6n),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   479
.gallery-columns-7 .gallery-item:nth-of-type(7n),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   480
.gallery-columns-8 .gallery-item:nth-of-type(8n),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   481
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   482
	margin-right: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   483
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   484
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   485
.gallery-columns-1 .gallery-item:nth-of-type(1n),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   486
.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   487
.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   488
.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   489
.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   490
.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   491
.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   492
.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   493
.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   494
	margin-left: 12px; /* Compensate for the default negative margin on .gallery, which can't be changed. */
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   495
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   496
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   497
.gallery .gallery-caption {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   498
	background-color: rgba(0, 0, 0, 0.7);
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   499
	box-sizing: border-box;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   500
	color: #fff;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   501
	font-size: 14px;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   502
	line-height: 1.3;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   503
	margin: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   504
	max-height: 50%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   505
	opacity: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   506
	padding: 2px 8px;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   507
	position: absolute;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   508
	bottom: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   509
	left: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   510
	text-align: left;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   511
	-webkit-transition: opacity 400ms ease;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   512
	transition:         opacity 400ms ease;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   513
	width: 100%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   514
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   515
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   516
.gallery .gallery-caption:before {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   517
	box-shadow: 0 -10px 15px #000 inset;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   518
	content: "";
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   519
	height: 100%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   520
	min-height: 49px;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   521
	position: absolute;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   522
	left: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   523
	top: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   524
	width: 100%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   525
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   526
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   527
.gallery-item:hover .gallery-caption {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   528
	opacity: 1;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   529
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   530
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   531
.gallery-columns-7 .gallery-caption,
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   532
.gallery-columns-8 .gallery-caption,
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   533
.gallery-columns-9 .gallery-caption {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   534
	display: none;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   535
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   536
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   537
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   538
/**
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   539
 * 9.0 Audio/Video
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   540
 * ----------------------------------------------------------------------------
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   541
 */
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   542
.mejs-mediaelement,
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   543
.mejs-container .mejs-controls {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   544
	background: #220e10;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   545
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   546
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   547
.mejs-controls .mejs-time-rail .mejs-time-loaded,
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   548
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   549
	background: #fff;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   550
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   551
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   552
.mejs-controls .mejs-time-rail .mejs-time-current {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   553
	background: #ea9629;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   554
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   555
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   556
.mejs-controls .mejs-time-rail .mejs-time-total,
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   557
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   558
	background: #595959;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   559
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   560
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   561
.mejs-controls .mejs-time-rail span,
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   562
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   563
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   564
	border-radius: 0;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   565
}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   566
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   567
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   568
/**
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   569
 * 10.0 Post Formats
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   570
 * ----------------------------------------------------------------------------
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   571
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   572
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   573
/* Aside */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   574
.post-format-aside {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   575
	background-color: #f7f5e7;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   576
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   577
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   578
.post-format-aside blockquote {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   579
	font-size: 100%;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   580
	font-weight: normal;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   581
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   582
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   583
.post-format-aside cite {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   584
	font-size: 100%;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   585
	text-transform: none;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   586
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   587
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   588
.post-format-aside cite:before {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   589
	content: "\2014";
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   590
	margin-right: 5px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   591
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   592
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   593
/* Audio */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   594
.post-format-audio {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   595
	background-color: #db572f;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   596
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   597
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   598
.post-format-audio a {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   599
	color: #fbfaf3;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   600
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   601
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   602
.post-format-audio:before {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   603
	background: url(../images/dotted-line.png) repeat-y 85px 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   604
	background-size: 4px 4px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   605
	content: "\f109";
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   606
	display: block;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   607
	float: left;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   608
	font-family: Genericons;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   609
	font-size: 64px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   610
	-webkit-font-smoothing: antialiased;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   611
	height: 100%;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   612
	line-height: 1;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   613
	width: 120px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   614
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   615
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   616
/* Chat */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   617
.post-format-chat {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   618
	background-color: #eadaa6;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   619
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   620
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   621
.post-format-chat a {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   622
	color: #722d19;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   623
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   624
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   625
/* Gallery */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   626
.post-format-gallery {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   627
	background-color: #fbca3c;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   628
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   629
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   630
.post-format-gallery a {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   631
	color: #722d19;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   632
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   633
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   634
/* Image: same as Standard/Defaults */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   635
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   636
/* Link */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   637
.post-format-link {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   638
	background-color: #f7f5e7;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   639
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   640
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   641
/* Quote */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   642
.post-format-quote {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   643
	background-color: #210d10;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   644
	color: #f7f5e7;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   645
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   646
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   647
.post-format-quote a {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   648
	color: #e63f2a;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   649
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   650
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   651
.post-format-quote blockquote {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   652
	font-size: 28px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   653
	font-style: italic;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   654
	font-weight: 300;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   655
	margin: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   656
	padding-left: 75px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   657
	position: relative;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   658
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   659
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   660
.post-format-quote blockquote:before {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   661
	content: '\201C';
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   662
	font-size: 140px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   663
	font-weight: 400;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   664
	line-height: .8;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   665
	padding-right: 25px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   666
	position: absolute;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   667
	left: -15px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   668
	top: -3px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   669
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   670
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   671
.post-format-quote blockquote small,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   672
.post-format-quote blockquote cite {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   673
	display: block;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   674
	font-size: 16px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   675
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   676
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   677
.format-quote .entry-content cite a {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   678
	border-bottom: 1px dotted #fff;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   679
	color: #fff;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   680
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   681
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   682
.format-quote .entry-content cite a:hover {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   683
	text-decoration: none;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   684
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   685
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   686
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   687
/* Status */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   688
.post-format-status {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   689
	background-color: #722d19;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   690
	color: #f7f5e7;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   691
	font-style: italic;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   692
	font-weight: 300;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   693
	padding: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   694
	padding-left: 35px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   695
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   696
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   697
.post-format-status.mceContentBody {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   698
	font-size: 24px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   699
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   700
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   701
.post-format-status:before {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   702
	background: url(../images/dotted-line.png) repeat-y left bottom;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   703
	background-size: 4px 4px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   704
	content: "";
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   705
	display: block;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   706
	float: left;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   707
	height: 100%;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   708
	position: relative;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   709
	left: -30px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   710
	width: 1px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   711
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   712
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   713
.post-format-status > p:first-child:before {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   714
	background-color: rgba(0, 0, 0, 0.65);
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   715
	content: "";
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   716
	height: 3px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   717
	width: 13px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   718
	margin-top: 13px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   719
	position: absolute;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   720
	left: 9px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   721
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   722
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   723
.post-format-status a {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   724
	color: #eadaa6;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   725
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   726
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   727
/* Video */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   728
.post-format-video {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   729
	background-color: #db572f;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   730
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   731
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   732
.post-format-video a {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   733
	color: #fbfaf3;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   734
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   735
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   736
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   737
/**
5
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   738
 * 11.0 RTL
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   739
 * ----------------------------------------------------------------------------
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   740
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   741
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   742
html .mceContentBody.rtl {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   743
	direction: rtl;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   744
	unicode-bidi: embed;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   745
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   746
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   747
.rtl ol,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   748
.rtl ul {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   749
	padding: 0 40px 0 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   750
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   751
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   752
.rtl .wp-caption,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   753
.rtl tr th {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   754
	text-align: right;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   755
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   756
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   757
.rtl td {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   758
	padding: 6px 0 6px 10px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   759
	text-align: right;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   760
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   761
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   762
.rtl blockquote blockquote {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   763
	margin-left: 0;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   764
	margin-right: 24px;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   765
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   766
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   767
.rtl.post-format-audio:before,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   768
.rtl.post-format-status:before,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   769
.rtl.post-format-status > p:first-child:before {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   770
	background: none;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   771
	content: none;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   772
}
5
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   773
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   774
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   775
/**
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   776
 * 12.0 Media Queries
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   777
 */
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   778
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   779
@media screen and (max-width: 604px) {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   780
	body, img, .wp-caption {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   781
		max-width: 100%;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   782
	}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   783
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   784
	img, .wp-caption {
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   785
		width: auto !important;
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   786
	}
5e2f62d02dcd upgrade wordpress + plugins
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
   787
}