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