This "tries" to address the issue mentioned by @onli and @ophian in the latest dev talk with these buttons being too "chunky". Let me know if you think this is sufficient, guys.
3033 lines
59 KiB
CSS
3033 lines
59 KiB
CSS
/* NORMALIZE.CSS v2.1.2
|
|
----------------------------------------------------------------- */
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
main,
|
|
nav,
|
|
section,
|
|
summary {
|
|
display: block;
|
|
}
|
|
|
|
audio,
|
|
canvas,
|
|
video {
|
|
display: inline-block;
|
|
}
|
|
|
|
audio:not([controls]) {
|
|
display: none;
|
|
height: 0;
|
|
}
|
|
|
|
[hidden] {
|
|
display: none;
|
|
}
|
|
|
|
html {
|
|
font-family: sans-serif;
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
a:focus {
|
|
outline: thin dotted;
|
|
}
|
|
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
|
|
abbr[title] {
|
|
border-bottom: 1px dotted;
|
|
}
|
|
|
|
b,
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
dfn {
|
|
font-style: italic;
|
|
}
|
|
|
|
hr {
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
}
|
|
|
|
mark {
|
|
background: #ff0;
|
|
color: #000;
|
|
}
|
|
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: monospace, serif;
|
|
font-size: 1em;
|
|
}
|
|
|
|
pre {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
q {
|
|
quotes: "\201C" "\201D" "\2018" "\2019";
|
|
}
|
|
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
svg:not(:root) {
|
|
overflow: hidden;
|
|
}
|
|
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
|
|
fieldset {
|
|
border: 1px solid #c0c0c0;
|
|
margin: 0 2px;
|
|
padding: 0.35em 0.625em 0.75em;
|
|
}
|
|
|
|
legend {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
font-size: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
button,
|
|
input {
|
|
line-height: normal;
|
|
}
|
|
|
|
button,
|
|
select {
|
|
text-transform: none;
|
|
}
|
|
|
|
button,
|
|
html input[type="button"],
|
|
input[type="reset"],
|
|
input[type="submit"] {
|
|
-webkit-appearance: button;
|
|
cursor: pointer;
|
|
}
|
|
|
|
button[disabled],
|
|
html input[disabled] {
|
|
cursor: default;
|
|
}
|
|
|
|
input[type="checkbox"],
|
|
input[type="radio"] {
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
}
|
|
|
|
input[type="search"] {
|
|
-webkit-appearance: textfield;
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
input[type="search"]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
button::-moz-focus-inner,
|
|
input::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
textarea {
|
|
overflow: auto;
|
|
vertical-align: top;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
|
|
/* BASE STYLES
|
|
----------------------------------------------------------------- */
|
|
html {
|
|
font-size: .875em;
|
|
}
|
|
|
|
html,
|
|
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
background: #fcfcfc;
|
|
color: #222;
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
body {
|
|
line-height: 1.5;
|
|
margin: 0;
|
|
}
|
|
|
|
/* These selection declarations have to be separate. */
|
|
::-moz-selection {
|
|
background: #ccdde7;
|
|
color: #444;
|
|
text-shadow: none;
|
|
}
|
|
|
|
::selection {
|
|
background: #ccdde7;
|
|
color: #444;
|
|
text-shadow: none;
|
|
}
|
|
|
|
hr {
|
|
display: block;
|
|
height: 1px;
|
|
border: 0;
|
|
border-top: 1px solid #aaa;
|
|
margin: 1.5em 0;
|
|
padding: 0;
|
|
}
|
|
|
|
img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* Responsive media objects
|
|
http://unstoppablerobotninja.com/entry/fluid-images */
|
|
embed,
|
|
object,
|
|
audio,
|
|
video,
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
video,
|
|
img {
|
|
height: auto;
|
|
}
|
|
|
|
.htmlarea .toolbar img {
|
|
max-width: inherit;
|
|
}
|
|
|
|
fieldset {
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
textarea {
|
|
resize: vertical;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
dd {
|
|
margin: 0;
|
|
}
|
|
|
|
caption,
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
li ul,
|
|
li ol {
|
|
margin: 0;
|
|
}
|
|
|
|
pre code {
|
|
font-size: 1em;
|
|
}
|
|
|
|
nav ul,
|
|
nav ol {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
/* GENERIC CSS HELPER CLASSES
|
|
----------------------------------------------------------------- */
|
|
/* Hide only visually, but have it available for screenreaders */
|
|
.visuallyhidden {
|
|
border: 0;
|
|
clip: rect(0 0 0 0);
|
|
height: 1px;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute;
|
|
width: 1px;
|
|
}
|
|
|
|
/* Clearfix: contain floats */
|
|
.clearfix:before,
|
|
.clearfix:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
|
|
.clearfix:after {
|
|
clear: both;
|
|
}
|
|
|
|
.tabs-list,
|
|
.plainList {
|
|
list-style: none;
|
|
margin-left: 0;
|
|
padding-left: 0;
|
|
}
|
|
|
|
|
|
/* ICON FONT:; http://fortawesome.github.com/Font-Awesome/
|
|
----------------------------------------------------------------- */
|
|
@font-face {
|
|
font-family: 'fontello';
|
|
src: url('{TEMPLATE_PATH}font/fontello.eot?61076562');
|
|
src: url('{TEMPLATE_PATH}font/fontello.eot?61076562#iefix') format('embedded-opentype'),
|
|
url('{TEMPLATE_PATH}font/fontello.woff?61076562') format('woff'),
|
|
url('{TEMPLATE_PATH}font/fontello.ttf?61076562') format('truetype'),
|
|
url('{TEMPLATE_PATH}font/fontello.svg?61076562#fontello') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
font-family: "fontello";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
speak: none;
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
width: 1em;
|
|
margin-right: .2em;
|
|
text-align: center;
|
|
opacity: 1;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.icon-search:before { content: '\e81f'; }
|
|
.icon-medkit:before { content: '\e823'; }
|
|
.icon-users:before { content: '\e81d'; }
|
|
.icon-picture:before { content: '\e81b'; }
|
|
.icon-ok-circled:before { content: '\e804'; }
|
|
.icon-cancel:before { content: '\e811'; }
|
|
.icon-plus:before { content: '\e805'; }
|
|
.icon-minus:before { content: '\e806'; }
|
|
.icon-help-circled:before { content: '\e809'; }
|
|
.icon-info-circled:before { content: '\e80a'; }
|
|
.icon-home:before { content: '\e800'; }
|
|
.icon-thumbs-up-alt:before { content: '\e825'; }
|
|
.icon-thumbs-down-alt:before { content: '\e826'; }
|
|
.icon-edit:before { content: '\e803'; }
|
|
.icon-chat:before { content: '\e80c'; }
|
|
.icon-attention-circled:before { content: '\e813'; }
|
|
.icon-trash:before { content: '\e80d'; }
|
|
.icon-folder-open:before { content: '\e81e'; }
|
|
.icon-user:before { content: '\e81c'; }
|
|
.icon-menu:before { content: '\e819'; }
|
|
.icon-cog-alt:before { content: '\e801'; }
|
|
.icon-logout:before { content: '\e80f'; }
|
|
.icon-clock:before { content: '\e822'; }
|
|
.icon-resize-full:before { content: '\e818'; }
|
|
.icon-resize-full-alt:before { content: '\e80e'; }
|
|
.icon-move:before { content: '\e810'; }
|
|
.icon-down-dir:before { content: '\e80b'; }
|
|
.icon-up-dir:before { content: '\e820'; }
|
|
.icon-left-dir:before { content: '\e827'; }
|
|
.icon-right-dir:before { content: '\e828'; }
|
|
.icon-cw:before { content: '\e807'; }
|
|
.icon-ccw:before { content: '\e808'; }
|
|
.icon-globe:before { content: '\e821'; }
|
|
.icon-list-bullet:before { content: '\e824'; }
|
|
.icon-filter:before { content: '\e817'; }
|
|
.icon-sort:before { content: '\e81a'; }
|
|
.icon-rss:before { content: '\e812'; }
|
|
|
|
|
|
/* BACKEND HELPER CLASSES
|
|
----------------------------------------------------------------- */
|
|
.icon_link,
|
|
#insert_image,
|
|
form > a,
|
|
form > button,
|
|
#user_menu li,
|
|
.edit_actions li,
|
|
.actions li,
|
|
#login .form_field label,
|
|
#filter_comments label,
|
|
#serendipity_comment label,
|
|
#sort_entries .form_select label,
|
|
#filter_entries .form_select label,
|
|
#filter_entries .form_field label,
|
|
.pluginmanager_plugin .form_check,
|
|
.pluginmanager_plugin h5,
|
|
.media_file .form_check,
|
|
.media_file h3,
|
|
#media_pane_filter label,
|
|
#media_pane_sort label,
|
|
#karmafilters label,
|
|
#image_directory_create_form label,
|
|
#entries_list .entry_info span,
|
|
.folder_name,
|
|
.toggle_info,
|
|
#serendipityScaleForm .form_field label,
|
|
.filters_toolbar li,
|
|
#dashboard_entries .entry_status,
|
|
.comment_status,
|
|
.tabs > ul > li,
|
|
#maintenance > section > .button_link,
|
|
.overviewListForm {
|
|
display: inline-block;
|
|
}
|
|
|
|
.block_level,
|
|
.form_multiselect label,
|
|
label > span,
|
|
.wrap_legend > legend > span,
|
|
.msg_error,
|
|
.msg_success,
|
|
.msg_notice,
|
|
.msg_hint,
|
|
#edit_entry_title label,
|
|
#edit_entry_metadata .form_field label,
|
|
#edit_entry_metadata .form_select label,
|
|
#serendipity_category label,
|
|
#image_directory_edit_form .form_select label,
|
|
#uploadform label,
|
|
#serendipity_admin_groups .form_field label,
|
|
#serendipity_admin_groups .form_select label,
|
|
.configuration_group .form_select label,
|
|
.configuration_group .form_multiselect label,
|
|
.configuration_group .form_field label,
|
|
.configuration_group .form_area label,
|
|
#captchabox .captcha,
|
|
#dashboard_entries li > a,
|
|
#mediaPropertyForm .media_file_props label,
|
|
#mediaPropertyForm header b,
|
|
#mediaPropertyForm footer b,
|
|
#content .upgrade_done {
|
|
display: block;
|
|
}
|
|
|
|
.image_resize_hint p {
|
|
display: inline;
|
|
}
|
|
|
|
h5,
|
|
h6,
|
|
blockquote,
|
|
ul,
|
|
ol,
|
|
dl,
|
|
p,
|
|
table,
|
|
details,
|
|
.standalone,
|
|
.form_buttons,
|
|
#maintenance > section > .button_link,
|
|
form > a,
|
|
form > button,
|
|
#content .upgrade_done {
|
|
margin-top: 1.5em;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
.overviewListForm > button {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#categories,
|
|
#categories ul,
|
|
#serendipity_image_folders,
|
|
#serendipity_image_folders ul,
|
|
#serendipity_admin_groups ul,
|
|
.imageMessage ul,
|
|
.sequence_container {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.hilite_b,
|
|
#diagnose caption {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hilite_i {
|
|
font-style: italic;
|
|
}
|
|
|
|
.hilite_u {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/* BASIC FORM STYLES (forked from formalize.me)
|
|
----------------------------------------------------------------- */
|
|
input[type="radio"],
|
|
input[type="checkbox"] {
|
|
position: relative;
|
|
vertical-align: top;
|
|
top: 5px;
|
|
}
|
|
|
|
.button_link:focus,
|
|
.tabs > ul a:focus,
|
|
button:focus,
|
|
input:focus,
|
|
select:focus,
|
|
textarea:focus {
|
|
box-shadow: #0066ff 0 0 5px 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
input[type="file"]:focus,
|
|
input[type="file"]:active,
|
|
input[type="radio"]:focus,
|
|
input[type="radio"]:active,
|
|
input[type="checkbox"]:focus,
|
|
input[type="checkbox"]:active {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.button_link,
|
|
.tabs > ul a,
|
|
button,
|
|
input[type="button"],
|
|
input[type="reset"],
|
|
input[type="submit"] {
|
|
border-radius: 4px;
|
|
background-clip: padding-box;
|
|
border: 1px solid;
|
|
line-height: normal;
|
|
outline: 0;
|
|
padding: 3px 10px;
|
|
text-decoration: none;
|
|
width: auto;
|
|
}
|
|
|
|
.button_link,
|
|
.tabs > ul a,
|
|
button,
|
|
input[type="button"] {
|
|
background: #ddd;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ddd));
|
|
background-image: -webkit-linear-gradient(#fff, #ddd);
|
|
background-image: -moz-linear-gradient(#fff, #ddd);
|
|
background-image: -o-linear-gradient(#fff, #ddd);
|
|
background-image: linear-gradient(#fff, #ddd);
|
|
border-color: #ddd #bbb #999;
|
|
color: #222;
|
|
text-shadow: #fff 0 1px 1px;
|
|
}
|
|
|
|
.state_submit,
|
|
.state_submit:visited,
|
|
input[type="submit"],
|
|
button[type="submit"] {
|
|
background: #468847;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #63af64), color-stop(100%, #468847));
|
|
background-image: -webkit-linear-gradient(#63af64, #468847);
|
|
background-image: -moz-linear-gradient(#63af64, #468847);
|
|
background-image: -o-linear-gradient(#63af64, #468847);
|
|
background-image: linear-gradient(#63af64, #468847);
|
|
border-color: #468847 #2f5c30 #182f18;
|
|
}
|
|
|
|
.state_cancel,
|
|
.state_cancel:visited,
|
|
input[type="reset"],
|
|
input[type="submit"].state_cancel,
|
|
input[type="submit"].state_cancel:visited {
|
|
background: #b94a48;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc7a79), color-stop(100%, #b94a48));
|
|
background-image: -webkit-linear-gradient(#cc7a79, #b94a48);
|
|
background-image: -moz-linear-gradient(#cc7a79, #b94a48);
|
|
background-image: -o-linear-gradient(#cc7a79, #b94a48);
|
|
background-image: linear-gradient(#cc7a79, #b94a48);
|
|
border-color: #b94a48 #893634 #582322;
|
|
}
|
|
|
|
.button_link:hover,
|
|
.tabs > ul a:hover,
|
|
button:hover,
|
|
input[type="button"]:hover {
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(1px, #eee), color-stop(100%, #ccc));
|
|
background-image: -webkit-linear-gradient(#fff, #eee 1px, #ccc);
|
|
background-image: -moz-linear-gradient(#fff, #eee 1px, #ccc);
|
|
background-image: -o-linear-gradient(#fff, #eee 1px, #ccc);
|
|
background-image: linear-gradient(#fff, #eee 1px, #ccc);
|
|
}
|
|
|
|
.state_submit:hover,
|
|
.state_submit:focus,
|
|
input[type="submit"]:hover,
|
|
button[type="submit"]:hover {
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #63af64), color-stop(1px, #519e52), color-stop(100%, #3b723c));
|
|
background-image: -webkit-linear-gradient(#63af64, #519e52 1px, #3b723c);
|
|
background-image: -moz-linear-gradient(#63af64, #519e52 1px, #3b723c);
|
|
background-image: -o-linear-gradient(#63af64, #519e52 1px, #3b723c);
|
|
background-image: linear-gradient(#63af64, #519e52 1px, #3b723c);
|
|
}
|
|
|
|
.state_cancel:hover,
|
|
.state_cancel:focus,
|
|
input[type="reset"]:hover,
|
|
input[type="submit"].state_cancel:hover,
|
|
input[type="submit"].state_cancel:focus {
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc7a79), color-stop(1px, #c26260), color-stop(100%, #a2403e));
|
|
background-image: -webkit-linear-gradient(#cc7a79, #c26260 1px, #a2403e);
|
|
background-image: -moz-linear-gradient(#cc7a79, #c26260 1px, #a2403e);
|
|
background-image: -o-linear-gradient(#cc7a79, #c26260 1px, #a2403e);
|
|
background-image: linear-gradient(#cc7a79, #c26260 1px, #a2403e);
|
|
}
|
|
|
|
.active,
|
|
input:checked + .media_selector,
|
|
.tabs > ul .on a,
|
|
.button_link:active,
|
|
.tabs > ul a:active,
|
|
button:active,
|
|
input[type="button"]:active {
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(1px, #ddd), color-stop(100%, #eee));
|
|
background-image: -webkit-linear-gradient(#fff, #ddd 1px, #eee);
|
|
background-image: -moz-linear-gradient(#fff, #ddd 1px, #eee);
|
|
background-image: -o-linear-gradient(#fff, #ddd 1px, #eee);
|
|
background-image: linear-gradient(#fff, #ddd 1px, #eee);
|
|
box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
|
|
border-color: #999 #bbb #ddd;
|
|
}
|
|
|
|
.state_submit:active,
|
|
input[type="submit"]:active
|
|
button[type="submit"]:active {
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #63af64), color-stop(1px, #468847), color-stop(100%, #519e52));
|
|
background-image: -webkit-linear-gradient(#63af64, #468847 1px, #519e52);
|
|
background-image: -moz-linear-gradient(#63af64, #468847 1px, #519e52);
|
|
background-image: -o-linear-gradient(#63af64, #468847 1px, #519e52);
|
|
background-image: linear-gradient(#63af64, #468847 1px, #519e52);
|
|
border-color: #182f18 #2f5c30 #468847;
|
|
}
|
|
|
|
.state_cancel:active,
|
|
input[type="reset"]:active
|
|
input[type="submit"].state_cancel:active {
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc7a79), color-stop(1px, #b94a48), color-stop(100%, #c26260));
|
|
background-image: -webkit-linear-gradient(#cc7a79, #b94a48 1px, #c26260);
|
|
background-image: -moz-linear-gradient(#cc7a79, #b94a48 1px, #c26260);
|
|
background-image: -o-linear-gradient(#cc7a79, #b94a48 1px, #c26260);
|
|
background-image: linear-gradient(#cc7a79, #b94a48 1px, #c26260);
|
|
border-color: #582322 #893634 #b94a48;color: #fafafa;
|
|
}
|
|
|
|
input[type="submit"].entry_preview {
|
|
background: #ddd;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ddd));
|
|
background-image: -webkit-linear-gradient(#fff, #ddd);
|
|
background-image: -moz-linear-gradient(#fff, #ddd);
|
|
background-image: -o-linear-gradient(#fff, #ddd);
|
|
background-image: linear-gradient(#fff, #ddd);
|
|
border-color: #ddd #bbb #999;
|
|
color: #222;
|
|
text-shadow: #fff 0 1px 1px;
|
|
}
|
|
|
|
input[type="submit"].entry_preview:hover,
|
|
input[type="submit"].entry_preview:focus {
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(1px, #eee), color-stop(100%, #ccc));
|
|
background-image: -webkit-linear-gradient(#fff, #eee 1px, #ccc);
|
|
background-image: -moz-linear-gradient(#fff, #eee 1px, #ccc);
|
|
background-image: -o-linear-gradient(#fff, #eee 1px, #ccc);
|
|
background-image: linear-gradient(#fff, #eee 1px, #ccc);
|
|
color: #222;
|
|
text-shadow: #fff 0 1px 1px;
|
|
}
|
|
|
|
a.button_link.state_submit,
|
|
a.button_link.state_submit:visited,
|
|
a.button_link.state_submit:hover,
|
|
a.button_link.state_submit:focus,
|
|
a.button_link.state_submit:active,
|
|
a.button_link.state_cancel,
|
|
a.button_link.state_cancel:visited,
|
|
a.button_link.state_cancel:hover,
|
|
a.button_link.state_cancel:focus,
|
|
a.button_link.state_cancel:active,
|
|
input[type="submit"],
|
|
button[type="submit"],
|
|
input[type="reset"],
|
|
input[type="submit"]:hover,
|
|
input[type="reset"]:hover,
|
|
button[type="submit"]:hover,
|
|
input[type="submit"]:focus,
|
|
input[type="reset"]:focus,
|
|
button[type="submit"]:focus {
|
|
color: #fafafa;
|
|
text-shadow: #050505 0 1px 1px;
|
|
}
|
|
|
|
.toggle_info,
|
|
.toggle_info:visited,
|
|
.toggle_info:hover,
|
|
.toggle_info:focus,
|
|
.toggle_info:active {
|
|
background: transparent;
|
|
border: 0 none;
|
|
margin: 0 0 0 .4em;
|
|
padding: 0;
|
|
}
|
|
|
|
.toggle_info > .icon-info-circled:before {
|
|
color: #888;
|
|
}
|
|
|
|
.toggle_info:hover > span:before,
|
|
.toggle_info:focus > span:before {
|
|
color: #222;
|
|
}
|
|
|
|
input[type="date"],
|
|
input[type="datetime"],
|
|
input[type="datetime-local"],
|
|
input[type="month"],
|
|
input[type="number"],
|
|
input[type="password"],
|
|
input[type="time"],
|
|
input[type="week"],
|
|
textarea,
|
|
select,
|
|
input[type="email"],
|
|
input[type="search"],
|
|
input[type="tel"],
|
|
input[type="text"],
|
|
input[type="url"] {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background-clip: padding-box;
|
|
border-radius: 0;
|
|
-webkit-appearance: none;
|
|
background-color: #fafafa;
|
|
border: 1px solid;
|
|
border-color: #c1c1c1 #c1c1c1 #e1e1e1;
|
|
color: #222;
|
|
outline: 0;
|
|
padding: 2px 3px;
|
|
text-align: left;
|
|
height: 1.8em;
|
|
}
|
|
|
|
input[type="datetime-local"]::-webkit-clear-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
input[type="date"][disabled],
|
|
input[type="datetime"][disabled],
|
|
input[type="datetime-local"][disabled],
|
|
input[type="month"][disabled],
|
|
input[type="number"][disabled],
|
|
input[type="password"][disabled],
|
|
input[type="time"][disabled],
|
|
input[type="week"][disabled],
|
|
textarea[disabled],
|
|
select[disabled],
|
|
input[type="email"][disabled],
|
|
input[type="search"][disabled],
|
|
input[type="tel"][disabled],
|
|
input[type="text"][disabled],
|
|
input[type="url"][disabled] {
|
|
background-color: #eee;
|
|
}
|
|
|
|
button[disabled],
|
|
input[disabled],
|
|
select[disabled],
|
|
select[disabled] option,
|
|
select[disabled] optgroup,
|
|
textarea[disabled] {
|
|
box-shadow: none;
|
|
-moz-user-select: -moz-none;
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
color: #888;
|
|
cursor: default;
|
|
}
|
|
|
|
/* Separate rule for Firefox.
|
|
Separate rule for IE, too.
|
|
Cannot stack with WebKit's. */
|
|
::-webkit-input-placeholder {
|
|
color: #888;
|
|
}
|
|
|
|
input:-moz-placeholder,
|
|
textarea:-moz-placeholder {
|
|
color: #888;
|
|
}
|
|
|
|
input.placeholder_text,
|
|
textarea.placeholder_text {
|
|
color: #888;
|
|
}
|
|
|
|
:invalid {
|
|
box-shadow: none;
|
|
}
|
|
|
|
textarea,
|
|
select[size],
|
|
select[multiple] {
|
|
height: auto;
|
|
}
|
|
|
|
@media (-webkit-min-device-pixel-ratio: 0) {
|
|
select {
|
|
background-image: url("data:image/gif;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==");
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
select[size],
|
|
select[multiple] {
|
|
background-image: none;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
textarea {
|
|
min-height: 3em;
|
|
overflow: auto;
|
|
resize: vertical;
|
|
width: 100%;
|
|
}
|
|
|
|
optgroup {
|
|
color: #222;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
/* BACKEND FORM STYLES
|
|
----------------------------------------------------------------- */
|
|
label,
|
|
.wrap_legend,
|
|
figcaption {
|
|
font-weight: bold;
|
|
}
|
|
|
|
label > span,
|
|
.wrap_legend > legend > span,
|
|
input[type=checkbox] + label,
|
|
input[type=radio] + label,
|
|
.form_check label,
|
|
.js #toggle_extended label {
|
|
font-weight: normal;
|
|
}
|
|
|
|
input[type=checkbox],
|
|
#toggle_extended,
|
|
#toggle_metadata,
|
|
#toggle_advanced,
|
|
#category_icon {
|
|
margin-right: .4em;
|
|
}
|
|
|
|
.form_radio {
|
|
float: left;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.form_radio label,
|
|
.form_check label {
|
|
display: inline !important;
|
|
}
|
|
|
|
.serendipity_commentDirection,
|
|
.configuration_group ul .form_check,
|
|
#serendipity_comments_list details,
|
|
#preview,
|
|
.form_field,
|
|
.form_area,
|
|
.form_check,
|
|
.form_radio,
|
|
.form_select,
|
|
.form_multiselect,
|
|
#edit_entry_metadata,
|
|
#advanced_options,
|
|
#entry_skip,
|
|
.filter_pane,
|
|
#s9y_links > ul,
|
|
#serendipity_category .inputs,
|
|
#serendipity_customfields textarea,
|
|
#adv_opts {
|
|
margin-top: .75em;
|
|
margin-bottom: .75em;
|
|
}
|
|
|
|
#media_filter_path .form_select {
|
|
margin: 0 0 0 2em;
|
|
}
|
|
|
|
#serendipity_category .inputs .form_radio,
|
|
.configuration_group fieldset > fieldset,
|
|
.theme_options .configuration_group > fieldset,
|
|
.configuration_group .form_field,
|
|
.configuration_group .form_area,
|
|
.configuration_group .form_check,
|
|
.configuration_group .form_radio,
|
|
.configuration_group .form_select,
|
|
.configuration_group .form_multiselect {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#serendipity_config_options .configuration_group > .config_optiongroup,
|
|
.configure_plugin .configuration_group > .config_optiongroup {
|
|
margin-top: 0;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
.configuration_group fieldset > fieldset,
|
|
.theme_options .configuration_group > fieldset,
|
|
.configure_plugin .configuration_group > fieldset,
|
|
.configure_plugin .config_optiongroup .odd,
|
|
.configure_plugin .config_optiongroup .even,
|
|
.configuration_group .form_field,
|
|
.configuration_group .form_area,
|
|
.configuration_group .form_select,
|
|
.configuration_group .form_multiselect {
|
|
padding: .75em 0;
|
|
}
|
|
|
|
.configure_plugin .configuration_group > h3 + fieldset {
|
|
padding: 0;
|
|
}
|
|
|
|
.importer_data dd,
|
|
.form_buttons > input,
|
|
.quick_list ol > li {
|
|
margin-bottom: .75em;
|
|
}
|
|
|
|
.comment_data,
|
|
.comment_data dt,
|
|
.template_info dt,
|
|
.comment_summary,
|
|
.comment_full,
|
|
.serendipity_commentDirection,
|
|
.entry_info,
|
|
.pagination,
|
|
.media_choose .preview,
|
|
.media_file_metadata dt,
|
|
#serendipity_comments_list details,
|
|
.configure_plugin .cke {
|
|
clear: both;
|
|
}
|
|
|
|
|
|
/* COMMON STYLES (all resolutions)
|
|
|
|
Color scheme:
|
|
-------------
|
|
Dark blue: #3e5f81 Lite blue: #ccdee7
|
|
Orange: #d06604
|
|
Off black: #222 Off white: #fcfcfc
|
|
----------------------------------------------------------------- */
|
|
a,
|
|
a:visited {
|
|
color: #3e5f81;
|
|
}
|
|
|
|
a:hover,
|
|
a:focus {
|
|
color: #d06604;
|
|
}
|
|
|
|
a.button_link,
|
|
a.button_link:hover,
|
|
a.button_link:focus,
|
|
.button_link > span:before {
|
|
color: #222;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.button_link > span:before {
|
|
margin-right: 0;
|
|
width: auto;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
font-size: 1.42857em;
|
|
line-height: 1.05em;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0.55em 0;
|
|
}
|
|
|
|
h2 {
|
|
margin: 1.05em 0;
|
|
}
|
|
|
|
h3,
|
|
.js #edit_entry_category .wrap_legend {
|
|
font-size: 1.28571em;
|
|
line-height: 1.16667em;
|
|
margin: 1.16667em 0;
|
|
}
|
|
|
|
h4,
|
|
#diagnose caption {
|
|
font-size: 1.14286em;
|
|
line-height: 1.3125em;
|
|
margin: 1.3125em 0;
|
|
}
|
|
|
|
.toggle_headline,
|
|
h5,
|
|
h6 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
summary {
|
|
cursor: pointer;
|
|
outline: none;
|
|
}
|
|
|
|
|
|
/* BACKEND MESSAGES
|
|
----------------------------------------------------------------- */
|
|
.msg_error,
|
|
.msg_success,
|
|
.msg_notice,
|
|
.msg_hint {
|
|
margin: 1.5em 0;
|
|
padding: .5em;
|
|
}
|
|
|
|
.installer .msg_error,
|
|
.installer .msg_success,
|
|
.installer .msg_notice,
|
|
.installer .msg_hint {
|
|
display: inline-block;
|
|
margin: 0 0 .5em;
|
|
padding: 0 .5em;
|
|
}
|
|
|
|
.msg_error {
|
|
background: #f2dede;
|
|
border: 1px solid #e4b9b9;
|
|
color: #b94a48;
|
|
}
|
|
|
|
.msg_success {
|
|
background: #dff0d8;
|
|
border: 1px solid #c1e2b3;
|
|
color: #468847;
|
|
}
|
|
|
|
.msg_notice {
|
|
background: #d9edf7;
|
|
border: 1px solid #bce8f1;
|
|
color: #3a87ad;
|
|
}
|
|
|
|
.msg_hint {
|
|
background: #eee;
|
|
border: 1px solid #aaa;
|
|
color: #777;
|
|
}
|
|
|
|
|
|
/* LAYOUT
|
|
----------------------------------------------------------------- */
|
|
#top > div,
|
|
#main_menu > ul > li,
|
|
#content {
|
|
margin-left: .75em;
|
|
margin-right: .75em;
|
|
}
|
|
|
|
#serendipity_customfields label {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.category_data,
|
|
.user_name,
|
|
.group_name,
|
|
#serendipity_comments_list .form_check,
|
|
#serendipity_comments_list h4,
|
|
.comment_data dt,
|
|
.comment_data dd,
|
|
.template_info dt,
|
|
.template_info dd,
|
|
#entries_list .form_check,
|
|
.pagination .prev,
|
|
.pagination .next,
|
|
#serendipity_customfields textarea,
|
|
#dashboard_header h2 {
|
|
float: left;
|
|
}
|
|
|
|
#mediaPropertyForm .media_wrap_thumb {
|
|
display: inline-block;
|
|
float: none;
|
|
margin: 0;
|
|
width: auto;
|
|
}
|
|
|
|
#entry_skip legend,
|
|
#entry_skip label,
|
|
#skipto_entry,
|
|
.dialog_delrip li {
|
|
float: left;
|
|
margin: 0 .4em 0 0;
|
|
}
|
|
|
|
#entries_list h3 {
|
|
float : left;
|
|
margin: .75em 1em .75em 0;
|
|
}
|
|
|
|
.edit_actions,
|
|
#entries_list .actions,
|
|
.toggle_links {
|
|
float: right;
|
|
}
|
|
|
|
.toggle_links {
|
|
margin: 1.25em 2% .75em 0
|
|
}
|
|
|
|
#filter_comments label,
|
|
#serendipity_comment label {
|
|
width: 15%;
|
|
}
|
|
|
|
#sort_entries .form_select label,
|
|
#filter_entries .form_select label,
|
|
#filter_entries .form_field label,
|
|
#media_pane_filter label,
|
|
#media_pane_sort label,
|
|
#karmafilters label,
|
|
#image_directory_create_form label {
|
|
width: 20%;
|
|
}
|
|
|
|
.media_file_keywords li {
|
|
float: left;
|
|
margin: 0 2% .5em 0;
|
|
width: 48%;
|
|
}
|
|
|
|
.pagination .prev,
|
|
.pagination .next {
|
|
min-height: 1px;
|
|
width: 50%;
|
|
}
|
|
|
|
#sort_entries .form_select select,
|
|
#filter_entries .form_select select,
|
|
#filter_entries .form_field input {
|
|
width: 80%;
|
|
}
|
|
|
|
#filter_comments .form_field > input,
|
|
#filter_comments select,
|
|
#serendipity_comment .form_field input,
|
|
#serendipity_comment select,
|
|
.js .configuration_group .media_choose input,
|
|
.js #serendipity_category .form_field #category_icon,
|
|
#dashboard_header h2 {
|
|
width: 85%;
|
|
}
|
|
|
|
#edit_entry_title input,
|
|
#edit_entry_metadata .form_field input,
|
|
#edit_entry_metadata select,
|
|
#categoryselector,
|
|
.configuration_group .form_select select,
|
|
.configuration_group .form_multiselect select,
|
|
.configuration_group .form_field input,
|
|
.configuration_group .form_area textarea,
|
|
#serendipity_category .form_field input,
|
|
#serendipity_category .form_select select,
|
|
#serendipity_category .form_multiselect select,
|
|
#directory_permissions .form_multiselect select,
|
|
#uploadform .form_select select,
|
|
#uploadform .form_field input,
|
|
#login .form_field input,
|
|
#diagnose > table,
|
|
#advanced_options .form_multiselect select,
|
|
.serendipity_statistics table {
|
|
width: 100%;
|
|
}
|
|
|
|
.serendipity_statistics > .wide_box {
|
|
overflow: hidden; /* TEMP */
|
|
}
|
|
|
|
.media_choose .preview {
|
|
background-repeat: no-repeat;
|
|
height: auto;
|
|
margin: .75em 0;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.editor_toolbar button,
|
|
.comment_data dt,
|
|
#serendipityScaleForm .form_field label {
|
|
min-width: 4.25em;
|
|
}
|
|
|
|
.category_data,
|
|
.user_name,
|
|
.group_name,
|
|
.folder_name {
|
|
min-width: 8em;
|
|
padding: .4em 0;
|
|
}
|
|
|
|
.user_level {
|
|
display: block;
|
|
}
|
|
|
|
#image_directory_create_form .form_field input,
|
|
#image_directory_create_form .form_select select,
|
|
#mediaPropertyForm .form_field input,
|
|
#mediaPropertyForm .form_select select {
|
|
min-width: 12em;
|
|
}
|
|
|
|
#mediaPropertyForm textarea {
|
|
max-width: 40em;
|
|
}
|
|
|
|
#serendipityEntry {
|
|
position: relative;
|
|
}
|
|
|
|
#edit_entry_submit {
|
|
position: absolute;
|
|
top: -.75em;
|
|
right: 0;
|
|
}
|
|
|
|
|
|
/* HEADER
|
|
----------------------------------------------------------------- */
|
|
#top {
|
|
background: #3e5f81;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e5f81), color-stop(100%, #294564));
|
|
background-image: -webkit-linear-gradient(#3e5f81, #294564);
|
|
background-image: -moz-linear-gradient(#3e5f81, #294564);
|
|
background-image: -o-linear-gradient(#3e5f81, #294564);
|
|
background-image: linear-gradient(#3e5f81, #294564);
|
|
box-shadow: 0 1px 4px rgba(0,0,0,.5);
|
|
color: #ccdde7;
|
|
text-shadow: 1px 1px 1px rgba(0,0,0,.8);
|
|
}
|
|
|
|
#top a,
|
|
#top a:visited,
|
|
#top a:hover,
|
|
#top a:focus {
|
|
color: #ccdde7;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#top a:hover,
|
|
#top a:focus {
|
|
color: #fcfcfc;
|
|
}
|
|
|
|
#user_menu ul {
|
|
margin: 0 0 1em;
|
|
}
|
|
|
|
#user_menu li {
|
|
margin: 0 1em 0 0;
|
|
}
|
|
|
|
#user_menu .logged_in {
|
|
display: block;
|
|
margin: 0 0 1em;
|
|
}
|
|
|
|
|
|
/* NAVIGATION
|
|
----------------------------------------------------------------- */
|
|
.smallscreen {
|
|
background: #ccdde7;
|
|
box-shadow: 0 1px 4px rgba(0,0,0,.5);
|
|
overflow: hidden;
|
|
}
|
|
|
|
#main_menu h3 {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
|
|
#main_menu > ul {
|
|
margin-bottom: .75em;
|
|
}
|
|
|
|
#main_menu li > ul > li {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
#main_menu a {
|
|
display: inline-block;
|
|
padding: .2125em 0;
|
|
}
|
|
|
|
#main_menu a,
|
|
#main_menu a:visited,
|
|
.quick_list h3 a,
|
|
.quick_list h3 a:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#nav-toggle {
|
|
display: inline-block;
|
|
font-size: 1.5em;
|
|
margin: .25em .5em;
|
|
}
|
|
|
|
|
|
/* CONTENT
|
|
----------------------------------------------------------------- */
|
|
#content {
|
|
padding-bottom: 1.5em;
|
|
}
|
|
|
|
#edit_entry_timestamp,
|
|
#edit_entry_category,
|
|
#media_pane_filter,
|
|
.comments_pane .pagination,
|
|
.media_pane .pagination,
|
|
.entries_pane .pagination {
|
|
position: relative;
|
|
}
|
|
|
|
#media_pane_filter #toggle_filters {
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
.comments_pane .pagination h3,
|
|
.media_pane .pagination h3,
|
|
.entries_pane .pagination h3 {
|
|
font-size: 1em;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
}
|
|
|
|
#edit_entry_category label {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.filters_toolbar,
|
|
.plugin_info {
|
|
margin: 0 0 1em;
|
|
}
|
|
|
|
fieldset p,
|
|
.media_file_meta > ul,
|
|
.image_resize_hint p {
|
|
margin: 0;
|
|
}
|
|
|
|
.media_file_metadata dl {
|
|
border-top: 1px solid #aaa;
|
|
float: left;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.media_file_metadata dt,
|
|
.media_file_metadata dd {
|
|
border-bottom: 1px solid #aaa;
|
|
float: left;
|
|
min-width: 15em;
|
|
padding: .25em 0;
|
|
}
|
|
|
|
.importer_data dd > div {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.actions,
|
|
.edit_actions,
|
|
#dashboard_entries .entry_status {
|
|
margin-top: .35em;
|
|
margin-bottom: .35em;
|
|
}
|
|
|
|
#login .form_buttons,
|
|
.media_file .actions,
|
|
#entries_list .actions,
|
|
.msg_hint > p:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#entries_list .actions,
|
|
.serendipityCommentForm,
|
|
#captchabox .captcha,
|
|
.editor_toolbar {
|
|
margin-top: .75em;
|
|
}
|
|
|
|
.media_file .actions,
|
|
.js #add_upload {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.category_data {
|
|
margin: 0 1em 0 0;
|
|
}
|
|
|
|
.category_desc {
|
|
display: block;
|
|
}
|
|
|
|
#serendipity_comments_list .form_check,
|
|
#serendipity_comments_list h4 {
|
|
margin: .75em 0;
|
|
}
|
|
|
|
.comment_data dt,
|
|
.template_info dt,
|
|
.edit_actions li {
|
|
margin: 0 .4em 0 0;
|
|
}
|
|
|
|
.actions li {
|
|
margin: 0 .4em .5em 0;
|
|
}
|
|
|
|
.no-js .media_file .actions li {
|
|
margin: 0 .4em 0 -.4em;
|
|
}
|
|
|
|
.editor_toolbar button {
|
|
margin: 0 .25em .75em 0;
|
|
}
|
|
|
|
.comment_data,
|
|
.configuration_group h3,
|
|
form > .button_link:first-of-type,
|
|
.upload_form > .form_field:first-child,
|
|
#uploadform .tabs ul {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.upload_form > .form_field:first-child {
|
|
padding-top: .75em;
|
|
}
|
|
|
|
.installer .configuration_group h3 {
|
|
margin-top: 1.16667em;
|
|
}
|
|
|
|
#template_options,
|
|
#pluginlist_sidebar {
|
|
margin-bottom: 3em;
|
|
}
|
|
|
|
#serendipity_comments_list .actions {
|
|
margin: .75em 0;
|
|
}
|
|
|
|
.remove_msg {
|
|
margin-left: .4em;
|
|
}
|
|
|
|
.sub_perm {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
#serendipity_admin_groups li ul div {
|
|
margin-left: 1.5em;
|
|
}
|
|
|
|
.category_info {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
#template_select article,
|
|
.media_file,
|
|
.media_wrap_thumb,
|
|
.plugins_installable > li {
|
|
background: #eee;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0 0 1em;
|
|
}
|
|
|
|
.filter_pane {
|
|
background: #eee;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 1px solid #aaa;
|
|
padding: 0 .4em;
|
|
}
|
|
|
|
.filter_pane .form_buttons {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#template_select article,
|
|
.media_file,
|
|
.plugins_installable > li {
|
|
padding: 0 .5em 1em;
|
|
}
|
|
|
|
.media_file {
|
|
padding: 0 .5em .5em;
|
|
}
|
|
|
|
.template_preview {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.media_wrap_thumb {
|
|
padding: .5em;
|
|
}
|
|
|
|
#serendipity_iframe {
|
|
box-shadow: 0 0 4px rgba(0,0,0,.5);
|
|
margin-top: 1.5em;
|
|
}
|
|
|
|
#template_select article,
|
|
#serendipityScaleImg img,
|
|
.media_file,
|
|
.media_wrap_thumb,
|
|
.plugins_installable > li,
|
|
#dashboard > section,
|
|
#maintenance > section,
|
|
.serendipity_statistics > section,
|
|
#login {
|
|
border: 1px solid #aaa;
|
|
}
|
|
|
|
.mfp-content #s9y_links,
|
|
.mfp-content #edit_entry_category {
|
|
background: #fcfcfc;
|
|
margin: 0 auto;
|
|
max-width: 480px;
|
|
padding: 0 2em;
|
|
position: relative;
|
|
width: auto;
|
|
}
|
|
|
|
.mfp-content #s9y_links h3,
|
|
.js #edit_entry_category .wrap_legend {
|
|
border-bottom: 1px solid #aaa;
|
|
display: block;
|
|
margin-bottom: .583335em;
|
|
padding-bottom: .583335em;
|
|
}
|
|
|
|
#template_select article,
|
|
.plugins_installable > li,
|
|
.media_file {
|
|
border-radius: 2px;
|
|
}
|
|
|
|
#dashboard > section > h3,
|
|
#maintenance > section > h3,
|
|
.serendipity_statistics > section > h3,
|
|
#login fieldset > span {
|
|
background: #ddd;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ddd));
|
|
background-image: -webkit-linear-gradient(#fff, #ddd);
|
|
background-image: -moz-linear-gradient(#fff, #ddd);
|
|
background-image: -o-linear-gradient(#fff, #ddd);
|
|
background-image: linear-gradient(#fff, #ddd);
|
|
border-bottom: 1px solid #aaa;
|
|
color: #666;
|
|
font-size: 1em;
|
|
margin: 0 -1em;
|
|
padding: .5em 1em;
|
|
}
|
|
|
|
#login fieldset > span {
|
|
display: block;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#dashboard > section,
|
|
#maintenance > section,
|
|
.serendipity_statistics > section,
|
|
#login {
|
|
border-radius: 2px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0 0 1em;
|
|
padding: 0 1em;
|
|
}
|
|
|
|
#dashboard_entries .actions {
|
|
float: left;
|
|
}
|
|
|
|
#dashboard_entries .entry_status {
|
|
float: right;
|
|
}
|
|
|
|
.media_wrap_thumb {
|
|
float: left;
|
|
margin: 0 2% 1em 0;
|
|
width: 48%;
|
|
}
|
|
|
|
#serendipityScaleImg img,
|
|
.configure_plugin .cke {
|
|
height: auto;
|
|
max-width: 99%;
|
|
}
|
|
|
|
.zebra_list,
|
|
.option_list .odd,
|
|
.option_list .even {
|
|
border: 1px solid #aaa;
|
|
}
|
|
|
|
.zebra_list .odd,
|
|
.zebra_list .even,
|
|
.upload_form {
|
|
border-bottom: 1px solid #aaa;
|
|
}
|
|
|
|
.zebra_list {
|
|
border-bottom: 0 none;
|
|
}
|
|
|
|
.option_list .odd,
|
|
.option_list .even {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.zebra_list .odd,
|
|
.option_list .odd,
|
|
.upload_form:nth-child(odd),
|
|
.upload_form:nth-child(odd) input[type="file"] {
|
|
background: #eee;
|
|
}
|
|
|
|
.pluginmanager_container .multidel_selected,
|
|
.zebra_list .multidel_selected,
|
|
.multidel_selected {
|
|
border: 2px solid #b94a48;
|
|
}
|
|
|
|
#entries_list h3,
|
|
#serendipity_comments_list h4 {
|
|
font-size: 1em;
|
|
line-height: 1.5;
|
|
max-width: 85%;
|
|
}
|
|
|
|
.toggle_headline > button,
|
|
#toggle_extended,
|
|
#toggle_metadata,
|
|
#toggle_advanced {
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
|
|
#entries_list > li,
|
|
#serendipity_comments_list > li,
|
|
#categories li > div,
|
|
#serendipity_image_folders li > div,
|
|
.upload_form {
|
|
padding: 0 0 0 .4em;
|
|
}
|
|
|
|
.zebra_list .odd,
|
|
.zebra_list .even,
|
|
.option_list .odd,
|
|
.option_list .even,
|
|
.configure_plugin .config_optiongroup .odd,
|
|
.configure_plugin .config_optiongroup .even {
|
|
padding-left: .4em;
|
|
}
|
|
|
|
.theme_options .odd,
|
|
.theme_options .even {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 0 .4em;
|
|
}
|
|
|
|
#categories li > ul,
|
|
#serendipity_image_folders li > ul {
|
|
padding: 0 0 0 1em;
|
|
}
|
|
|
|
#categories .edit_actions li,
|
|
#serendipity_image_folders .edit_actions li {
|
|
padding: 0;
|
|
}
|
|
|
|
#entries_list .entry_info span {
|
|
margin: 0 1em .75em 0;
|
|
}
|
|
|
|
.entry_status,
|
|
.comment_status,
|
|
.field_info {
|
|
background: #888;
|
|
border-radius: 2px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
padding: 0 .25em;
|
|
text-shadow: 1px 1px 1px rgba(0,0,0,.8);
|
|
}
|
|
|
|
.field_info {
|
|
clear: both;
|
|
display: block;
|
|
margin: .75em 0 0;
|
|
}
|
|
|
|
.installer .field_info a,
|
|
.installer .field_info a:visited {
|
|
color: #444;
|
|
text-shadow: none;
|
|
}
|
|
|
|
.installer .field_info a:hover,
|
|
.installer .field_info a:focus {
|
|
color: #fcfcfc;
|
|
}
|
|
|
|
#entries_list .entry_info .entry_status,
|
|
.comment_status {
|
|
float: right;
|
|
}
|
|
|
|
.comment_status {
|
|
margin: .5em;
|
|
}
|
|
|
|
.pending {
|
|
color: #666;
|
|
}
|
|
|
|
#entries_list .entry_info .entry_status {
|
|
margin: 0 .4em .75em 0;
|
|
}
|
|
|
|
.status_timestamp {
|
|
min-width: 11em;
|
|
}
|
|
|
|
.status_timestamp .icon-info-circled {
|
|
color: #3e5f81;
|
|
cursor: help;
|
|
}
|
|
|
|
.show_config_option {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.perm_name,
|
|
.installer pre {
|
|
color: #888;
|
|
}
|
|
|
|
.perm_name {
|
|
font-family: monospace, serif;
|
|
font-size: .875em;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
/* FOOTER
|
|
----------------------------------------------------------------- */
|
|
|
|
#meta {
|
|
border-top: 1px solid #aaa;
|
|
color: #3e5f81;
|
|
text-align: center;
|
|
}
|
|
|
|
#meta p {
|
|
color: #666;
|
|
margin: 0;
|
|
padding: .75em;
|
|
}
|
|
|
|
|
|
/* LOGIN FORM
|
|
----------------------------------------------------------------- */
|
|
#login {
|
|
margin: 2em auto 4em;
|
|
max-width: 22em;
|
|
}
|
|
|
|
#login .form_field label {
|
|
min-width: 8em;
|
|
}
|
|
|
|
|
|
/* PLUGIN MANAGER
|
|
----------------------------------------------------------------- */
|
|
.pluginmanager_container {
|
|
background: transparent;
|
|
border: 1px solid #ddd;
|
|
border-radius: 2px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 98%;
|
|
margin: 0;
|
|
min-height: 12.5em;
|
|
padding: .25em;
|
|
position: relative;
|
|
}
|
|
|
|
.pluginmanager_container .placeholder {
|
|
border: 1px solid black;
|
|
border-radius: 2px
|
|
height: 50px;
|
|
position: relative;
|
|
}
|
|
|
|
.pluginmanager_container .placeholder:before {
|
|
border: 5px solid transparent;
|
|
border-left-color: red;
|
|
border-right: none;
|
|
content: "";
|
|
height: 0;
|
|
margin-top: -5px;
|
|
position: absolute;
|
|
left: -5px;
|
|
top: -4px;
|
|
width: 0;
|
|
}
|
|
|
|
.pluginmanager_plugin {
|
|
margin: 0 0 5px;
|
|
padding: 2em 5px 5px;
|
|
position: relative;
|
|
}
|
|
|
|
.pluginmanager_plugin:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.pluginmanager_item_odd,
|
|
.pluginmanager_item_even {
|
|
background: #eee;
|
|
border: 1px solid #ddd;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.pluginmanager_place,
|
|
.pluginmanager_ownership,
|
|
.pluginmanager_move,
|
|
.pagination .next,
|
|
#login .form_buttons {
|
|
text-align: right;
|
|
}
|
|
|
|
.no-js .pluginmanager_place {
|
|
margin-top: .5em;
|
|
}
|
|
|
|
.plugin_count {
|
|
clear: both;
|
|
margin: 0 0 1.5em;
|
|
}
|
|
|
|
.pluginmanager .pluginmanager_grablet {
|
|
cursor: move;
|
|
display: block;
|
|
}
|
|
.pluginmanager_grablet button {
|
|
cursor: move;
|
|
}
|
|
|
|
.pluginmanager .pluginmanager_grablet,
|
|
.pluginmanager .pluginmanager_configure,
|
|
.pluginmanager_move {
|
|
position: absolute;
|
|
top: 5px;
|
|
}
|
|
|
|
.pluginmanager .pluginmanager_grablet,
|
|
.pluginmanager_move {
|
|
left: 5px;
|
|
}
|
|
|
|
.pluginmanager .pluginmanager_configure {
|
|
right: 5px;
|
|
}
|
|
|
|
.pluginmanager_plugin .form_check,
|
|
.pluginmanager_plugin h5 {
|
|
margin: .75em 0;
|
|
}
|
|
|
|
.pluginmanager_description {
|
|
margin: 0 0 .5em;
|
|
}
|
|
|
|
.configuration_group .sequence_grablet,
|
|
.configuration_group .sequence_item .form_check {
|
|
display: inline-block;
|
|
margin: 0 .4em 0 0;
|
|
}
|
|
|
|
.configuration_group .sequence_item {
|
|
padding: .25em;
|
|
margin: 0 0 .25em;
|
|
}
|
|
|
|
#template_select h3,
|
|
.media_file h3 {
|
|
margin: .5em 0 1em;
|
|
}
|
|
|
|
.media_file .form_check input {
|
|
position: relative;
|
|
top: .125em;
|
|
}
|
|
|
|
.dragging,
|
|
.dragging * {
|
|
cursor: move !important;
|
|
}
|
|
|
|
.dragged {
|
|
position: absolute;
|
|
opacity: 0.5;
|
|
z-index: 2000;
|
|
}
|
|
|
|
/* Touch/no-js fallback */
|
|
.nojs-controls,
|
|
.touch .pluginmanager_grablet {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.no-js .nojs-controls,
|
|
.touch .nojs-controls {
|
|
display: block;
|
|
visibility: visible;
|
|
}
|
|
|
|
|
|
/* MEDIA DB
|
|
----------------------------------------------------------------- */
|
|
.media_pane .pagination,
|
|
.no-js .media_file_preview img,
|
|
.js .template_wrap,
|
|
.media_file .form_check {
|
|
margin: 0 0 1em;
|
|
}
|
|
|
|
.js .template_info > dl {
|
|
margin: 0;
|
|
}
|
|
|
|
.js .media_file_preview,
|
|
.js .template_preview {
|
|
position: relative;
|
|
}
|
|
|
|
.js .media_pane .media_file_meta,
|
|
.js .template_info {
|
|
background: #222;
|
|
background: rgba(0,0,0,.6);
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #fcfcfc;
|
|
height: 100%;
|
|
padding: .5em 1em;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
text-shadow: 1px 1px 1px rgba(0,0,0,.8);
|
|
width: 100%;
|
|
}
|
|
|
|
.no-js #show_config_all,
|
|
.no-js .show_config_option .icon-plus,
|
|
.no-js #reset_timestamp,
|
|
.no-js #select_category,
|
|
.no-js #toggle_metadata,
|
|
.no-js #toggle_advanced,
|
|
.no-js .filters_toolbar,
|
|
.no-js .invert_selection,
|
|
.no-js .toggle_comment_full,
|
|
.no-js #add_upload,
|
|
.no-js .choose_media,
|
|
.no-js .media_show_info,
|
|
.no-js .media_rename,
|
|
.no-js .template_show_info,
|
|
.no-js #serendipity_comments_list .comment_summary,
|
|
.no-js .editor_toolbar,
|
|
.no-js .toggle_info .info-icon-circled,
|
|
.no-js .pluginmanager_grablet,
|
|
.no-js .image_resize_hint,
|
|
.no-js #serendipityScaleForm > .form_check,
|
|
.no-js .customfieldMedia,
|
|
.no-js .toggle_links,
|
|
.no-js .toggle_info,
|
|
.js .additional_info,
|
|
.installer .toggle_info,
|
|
.hidden,
|
|
.msg_error > br,
|
|
.msg_success > br,
|
|
.msg_notice > br,
|
|
.msg_hint > br {
|
|
display: none !important;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.js .installer .additional_info,
|
|
.no-js .mfp-hide {
|
|
display: block !important;
|
|
visibility: visible;
|
|
}
|
|
|
|
input[name="serendipity[filter][fileCategory]"] {
|
|
display: none;
|
|
}
|
|
|
|
.media_selector {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.media_selector,
|
|
.tabs > ul li > a {
|
|
border-radius: 0;
|
|
border-right: 0 none;
|
|
}
|
|
|
|
/* These need an IE8 fallback */
|
|
.media_selector:first-of-type,
|
|
.tabs > ul .first > a {
|
|
border-radius: 4px 0 0 4px;
|
|
}
|
|
|
|
.media_selector:last-of-type,
|
|
.tabs > ul .last > a {
|
|
border-radius: 0 4px 4px 0;
|
|
border-right: 1px solid #bbb;
|
|
}
|
|
|
|
#media_selector_bar {
|
|
float: right;
|
|
margin: 0 0 1em;
|
|
}
|
|
|
|
/* TEMP fixes for tree view */
|
|
#expandcontractdiv {
|
|
font-size: 1em !important;
|
|
margin: .75em auto !important;
|
|
}
|
|
|
|
#footerContainer {
|
|
margin-left: .75em !important;
|
|
margin-right: .75em !important;
|
|
}
|
|
|
|
#footerContainer .button_link {
|
|
display: block;
|
|
}
|
|
|
|
.ygtvitem table {
|
|
margin: 0;
|
|
}
|
|
/* end TEMP fixes */
|
|
|
|
/* MAGNIFIC POPUP https://github.com/dimsemenov/Magnific-Popup
|
|
----------------------------------------------------------------- */
|
|
.mfp-bg {
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1042;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
background: #0b0b0b;
|
|
opacity: 0.8;
|
|
filter: alpha(opacity=80); }
|
|
|
|
.mfp-wrap {
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1043;
|
|
position: fixed;
|
|
outline: none !important;
|
|
-webkit-backface-visibility: hidden; }
|
|
|
|
.mfp-container {
|
|
text-align: center;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 0 8px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box; }
|
|
|
|
.mfp-container:before {
|
|
content: '';
|
|
display: inline-block;
|
|
height: 100%;
|
|
vertical-align: middle; }
|
|
|
|
.mfp-align-top .mfp-container:before {
|
|
display: none; }
|
|
|
|
.mfp-content {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
z-index: 1045; }
|
|
|
|
.mfp-inline-holder .mfp-content,
|
|
.mfp-ajax-holder .mfp-content {
|
|
width: 100%;
|
|
cursor: auto; }
|
|
|
|
.mfp-ajax-cur {
|
|
cursor: progress; }
|
|
|
|
.mfp-zoom-out-cur,
|
|
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
|
cursor: -moz-zoom-out;
|
|
cursor: -webkit-zoom-out;
|
|
cursor: zoom-out; }
|
|
|
|
.mfp-zoom {
|
|
cursor: pointer;
|
|
cursor: -webkit-zoom-in;
|
|
cursor: -moz-zoom-in;
|
|
cursor: zoom-in; }
|
|
|
|
.mfp-auto-cursor .mfp-content {
|
|
cursor: auto; }
|
|
|
|
.mfp-close,
|
|
.mfp-arrow,
|
|
.mfp-preloader,
|
|
.mfp-counter {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none; }
|
|
|
|
.mfp-loading.mfp-figure {
|
|
display: none; }
|
|
|
|
.mfp-hide {
|
|
display: none !important; }
|
|
|
|
.mfp-preloader {
|
|
color: #cccccc;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: auto;
|
|
text-align: center;
|
|
margin-top: -0.8em;
|
|
left: 8px;
|
|
right: 8px;
|
|
z-index: 1044; }
|
|
|
|
.mfp-preloader a {
|
|
color: #cccccc; }
|
|
|
|
.mfp-preloader a:hover {
|
|
color: white; }
|
|
|
|
.mfp-s-ready .mfp-preloader {
|
|
display: none; }
|
|
|
|
.mfp-s-error .mfp-content {
|
|
display: none; }
|
|
|
|
button.mfp-close,
|
|
button.mfp-arrow {
|
|
overflow: visible;
|
|
cursor: pointer;
|
|
background: transparent;
|
|
border: 0;
|
|
-webkit-appearance: none;
|
|
display: block;
|
|
padding: 0;
|
|
z-index: 1046; }
|
|
|
|
button::-moz-focus-inner {
|
|
padding: 0;
|
|
border: 0; }
|
|
|
|
.mfp-close {
|
|
width: 44px;
|
|
height: 44px;
|
|
line-height: 44px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
opacity: 0.65;
|
|
padding: 0 0 18px 10px;
|
|
color: white;
|
|
font-style: normal;
|
|
font-size: 28px;
|
|
font-family: Arial, Baskerville, monospace; }
|
|
.mfp-close:hover, .mfp-close:focus {
|
|
opacity: 1; }
|
|
.mfp-close:active {
|
|
top: 1px; }
|
|
|
|
.mfp-close-btn-in .mfp-close {
|
|
color: #333333; }
|
|
|
|
.mfp-image-holder .mfp-close,
|
|
.mfp-iframe-holder .mfp-close {
|
|
color: white;
|
|
right: -6px;
|
|
text-align: right;
|
|
padding-right: 6px;
|
|
width: 100%; }
|
|
|
|
.mfp-counter {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
color: #cccccc;
|
|
font-size: 12px;
|
|
line-height: 18px; }
|
|
|
|
.mfp-arrow {
|
|
position: absolute;
|
|
opacity: 0.65;
|
|
margin: 0;
|
|
top: 50%;
|
|
margin-top: -55px;
|
|
padding: 0;
|
|
width: 90px;
|
|
height: 110px;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
|
|
|
.mfp-arrow:active {
|
|
margin-top: -54px; }
|
|
|
|
.mfp-arrow:hover,
|
|
.mfp-arrow:focus {
|
|
opacity: 1; }
|
|
|
|
.mfp-arrow:before, .mfp-arrow:after,
|
|
.mfp-arrow .mfp-b,
|
|
.mfp-arrow .mfp-a {
|
|
content: '';
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
margin-top: 35px;
|
|
margin-left: 35px;
|
|
border: solid transparent; }
|
|
.mfp-arrow:after,
|
|
.mfp-arrow .mfp-a {
|
|
border-top-width: 13px;
|
|
border-bottom-width: 13px;
|
|
top: 8px; }
|
|
.mfp-arrow:before,
|
|
.mfp-arrow .mfp-b {
|
|
border-top-width: 21px;
|
|
border-bottom-width: 21px; }
|
|
|
|
.mfp-arrow-left {
|
|
left: 0; }
|
|
.mfp-arrow-left:after,
|
|
.mfp-arrow-left .mfp-a {
|
|
border-right: 17px solid white;
|
|
margin-left: 31px; }
|
|
.mfp-arrow-left:before,
|
|
.mfp-arrow-left .mfp-b {
|
|
margin-left: 25px;
|
|
border-right: 27px solid #3f3f3f; }
|
|
|
|
.mfp-arrow-right {
|
|
right: 0; }
|
|
.mfp-arrow-right:after,
|
|
.mfp-arrow-right .mfp-a {
|
|
border-left: 17px solid white;
|
|
margin-left: 39px; }
|
|
.mfp-arrow-right:before,
|
|
.mfp-arrow-right .mfp-b {
|
|
border-left: 27px solid #3f3f3f; }
|
|
|
|
.mfp-iframe-holder {
|
|
padding-top: 40px;
|
|
padding-bottom: 40px; }
|
|
|
|
.mfp-iframe-holder .mfp-content {
|
|
line-height: 0;
|
|
width: 100%;
|
|
max-width: 900px; }
|
|
|
|
.mfp-iframe-scaler {
|
|
width: 100%;
|
|
height: 0;
|
|
overflow: hidden;
|
|
padding-top: 56.25%; }
|
|
|
|
.mfp-iframe-scaler iframe {
|
|
position: absolute;
|
|
display: block;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
|
background: black; }
|
|
|
|
.mfp-iframe-holder .mfp-close {
|
|
top: -40px; }
|
|
|
|
/* Main image in popup */
|
|
img.mfp-img {
|
|
width: auto;
|
|
max-width: 100%;
|
|
height: auto;
|
|
display: block;
|
|
line-height: 0;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 40px 0 40px;
|
|
margin: 0 auto; }
|
|
|
|
/* The shadow behind the image */
|
|
.mfp-figure:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 40px;
|
|
bottom: 40px;
|
|
display: block;
|
|
right: 0;
|
|
width: auto;
|
|
height: auto;
|
|
z-index: -1;
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
|
background: #444444; }
|
|
|
|
.mfp-figure {
|
|
line-height: 0; }
|
|
|
|
.mfp-bottom-bar {
|
|
margin-top: -36px;
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0;
|
|
width: 100%;
|
|
cursor: auto; }
|
|
|
|
.mfp-title {
|
|
text-align: left;
|
|
line-height: 18px;
|
|
color: #f3f3f3;
|
|
word-break: break-word;
|
|
padding-right: 36px; }
|
|
|
|
.mfp-figure small {
|
|
color: #bdbdbd;
|
|
display: block;
|
|
font-size: 12px;
|
|
line-height: 14px; }
|
|
|
|
.mfp-image-holder .mfp-content {
|
|
max-width: 100%; }
|
|
|
|
.mfp-gallery .mfp-image-holder .mfp-figure {
|
|
cursor: pointer; }
|
|
|
|
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
|
/**
|
|
* Remove all paddings around the image on small screen
|
|
*/
|
|
.mfp-img-mobile .mfp-image-holder {
|
|
padding-left: 0;
|
|
padding-right: 0; }
|
|
|
|
.mfp-img-mobile img.mfp-img {
|
|
padding: 0; }
|
|
|
|
/* The shadow behind the image */
|
|
.mfp-img-mobile .mfp-figure:after {
|
|
top: 0;
|
|
bottom: 0; }
|
|
|
|
.mfp-img-mobile .mfp-bottom-bar {
|
|
background: rgba(0, 0, 0, 0.6);
|
|
bottom: 0;
|
|
margin: 0;
|
|
top: auto;
|
|
padding: 3px 5px;
|
|
position: fixed;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box; }
|
|
|
|
.mfp-img-mobile .mfp-bottom-bar:empty {
|
|
padding: 0; }
|
|
|
|
.mfp-img-mobile .mfp-counter {
|
|
right: 5px;
|
|
top: 3px; }
|
|
|
|
.mfp-img-mobile .mfp-close {
|
|
top: 0;
|
|
right: 0;
|
|
width: 35px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
position: fixed;
|
|
text-align: center;
|
|
padding: 0; }
|
|
|
|
.mfp-img-mobile .mfp-figure small {
|
|
display: inline;
|
|
margin-left: 5px; } }
|
|
@media all and (max-width: 900px) {
|
|
.mfp-arrow {
|
|
-webkit-transform: scale(0.75);
|
|
transform: scale(0.75); }
|
|
|
|
.mfp-arrow-left {
|
|
-webkit-transform-origin: 0;
|
|
transform-origin: 0; }
|
|
|
|
.mfp-arrow-right {
|
|
-webkit-transform-origin: 100%;
|
|
transform-origin: 100%; }
|
|
|
|
.mfp-container {
|
|
padding-left: 6px;
|
|
padding-right: 6px; } }
|
|
.mfp-ie7 .mfp-img {
|
|
padding: 0; }
|
|
.mfp-ie7 .mfp-bottom-bar {
|
|
width: 600px;
|
|
left: 50%;
|
|
margin-left: -300px;
|
|
margin-top: 5px;
|
|
padding-bottom: 5px; }
|
|
.mfp-ie7 .mfp-container {
|
|
padding: 0; }
|
|
.mfp-ie7 .mfp-content {
|
|
padding-top: 44px; }
|
|
.mfp-ie7 .mfp-close {
|
|
top: 0;
|
|
right: 0;
|
|
padding-top: 0; }
|
|
|
|
|
|
/* SMALL SCREEN (e.g. smartphones)
|
|
----------------------------------------------------------------- */
|
|
@media only screen and (min-width: 480px) {
|
|
#user_menu ul {
|
|
text-align: right;
|
|
}
|
|
|
|
#user_menu li {
|
|
margin: 0 0 0 1em;
|
|
}
|
|
|
|
#user_menu .logged_in {
|
|
display: inline;
|
|
float: left;
|
|
margin: 0 1em 0 0;
|
|
}
|
|
|
|
#edit_entry_submit {
|
|
top: -3.25em;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 481px) {
|
|
#login {
|
|
max-width: 25em;
|
|
}
|
|
|
|
#uploadform label {
|
|
display: inline-block;
|
|
min-width: 40%;
|
|
}
|
|
|
|
#uploadform .form_field input,
|
|
#uploadform .form_select select {
|
|
min-width: 16em;
|
|
}
|
|
|
|
.configuration_group .form_select select,
|
|
.configuration_group .form_multiselect select,
|
|
.configuration_group .form_field input,
|
|
.configuration_group .form_area textarea {
|
|
max-width: 320px;
|
|
}
|
|
|
|
#user_menu .logged_in {
|
|
display: block;
|
|
float: none;
|
|
margin: 0 0 .75em;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 640px) {
|
|
#banner,
|
|
#user_menu {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
#entries_list h3,
|
|
#serendipity_comments_list h4 {
|
|
max-width: none;
|
|
}
|
|
|
|
.comments_pane .pagination h3,
|
|
.media_pane .pagination h3,
|
|
.entries_pane .pagination h3 {
|
|
position: absolute;
|
|
top: -60%;
|
|
left: 37%;
|
|
}
|
|
|
|
#mediaPropertyForm .media_file_props label,
|
|
#mediaPropertyForm header b,
|
|
#mediaPropertyForm footer b {
|
|
display: inline-block;
|
|
width: 20%;
|
|
}
|
|
|
|
.user_level {
|
|
display: inline;
|
|
}
|
|
|
|
.entryproperties_access_groups,
|
|
.entryproperties_access_users,
|
|
.entryproperties_access_author,
|
|
.entryproperties_markup {
|
|
float: left;
|
|
margin-right: 2%;
|
|
width: 48%;
|
|
}
|
|
|
|
.entryproperties_customfields {
|
|
clear: both;
|
|
}
|
|
|
|
.media_file_keywords li {
|
|
width: 23%;
|
|
}
|
|
}
|
|
|
|
|
|
/* MEDIUM SCREEN (e.g. tablets)
|
|
----------------------------------------------------------------- */
|
|
@media only screen and (min-width: 768px) {
|
|
html {
|
|
font-size: 1em;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
font-size: 1.5em;
|
|
line-height: 1em;
|
|
}
|
|
|
|
h1 {
|
|
margin: .5em 0 1.5em;
|
|
}
|
|
|
|
h2 {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
pre {
|
|
font-size: .875em;
|
|
line-height: 1.71429em;
|
|
margin: 1.71429em 0;
|
|
}
|
|
|
|
#main_menu li > ul > li {
|
|
width: 33%;
|
|
}
|
|
|
|
#template_select article,
|
|
.plugins_installable > li,
|
|
#serendipityScaleForm,
|
|
#serendipityScaleImg,
|
|
.media_file,
|
|
#dashboard > .quick_list,
|
|
#maintenance > .quick_list,
|
|
.serendipity_statistics > section,
|
|
#serendipity_category > div > div,
|
|
#serendipity_category #preview,
|
|
#serendipity_category > div > fieldset,
|
|
#directory_permissions .form_multiselect {
|
|
float: left;
|
|
margin: 0 2% 1em 0;
|
|
width: 48%;
|
|
}
|
|
|
|
.media_pane .even {
|
|
margin: 0 0 1em 2%;
|
|
}
|
|
|
|
#dashboard > section,
|
|
#maintenance > section {
|
|
margin: 0 2% 1em 0;
|
|
}
|
|
|
|
#template_select .current_template {
|
|
float: none;
|
|
margin: 0 0 2em;
|
|
width: 48%;
|
|
}
|
|
|
|
#mediaPropertyForm .media_file {
|
|
float: none;
|
|
margin: 1.5em 0;
|
|
width: auto;
|
|
}
|
|
|
|
#meta_data > div,
|
|
#template_options fieldset legend,
|
|
#template_options fieldset > .grouped,
|
|
.configure_plugin fieldset legend,
|
|
.configure_plugin fieldset > .grouped,
|
|
.configure_plugin .sequence_container,
|
|
.configuration_group .form_select label,
|
|
.configuration_group .form_multiselect label,
|
|
.configuration_group .form_field label,
|
|
.configuration_group .form_area label,
|
|
.configuration_group .form_select select,
|
|
.configuration_group .form_multiselect select,
|
|
.configuration_group .form_field input,
|
|
.configuration_group .form_area textarea,
|
|
.configuration_group fieldset > fieldset legend,
|
|
#uploadform .form_select label,
|
|
#uploadform .form_field label,
|
|
#uploadform .form_select select,
|
|
#uploadform .form_field input,
|
|
.field_info {
|
|
float: left;
|
|
margin-right: 2%;
|
|
width: 48%;
|
|
}
|
|
|
|
#hide_subcats_info {
|
|
float: none;
|
|
margin: .85715em 0 0;
|
|
width: 100%;
|
|
}
|
|
|
|
#edit_entry_status_comments {
|
|
float: left;
|
|
width: 70%;
|
|
}
|
|
|
|
#maintenance_import label {
|
|
display: block;
|
|
}
|
|
|
|
.js #serendipity_category .form_field #category_icon {
|
|
width: 85%;
|
|
}
|
|
|
|
#entry_status {
|
|
width: 100%;
|
|
}
|
|
|
|
.serendipity_statistics > .wide_box {
|
|
clear: left;
|
|
float: none;
|
|
margin: 0 0 1em;
|
|
width: 100%;
|
|
}
|
|
|
|
.field_info {
|
|
margin: .85715em 2% 0 0;
|
|
}
|
|
|
|
.configuration_group .form_select select,
|
|
.configuration_group .form_multiselect select,
|
|
.configuration_group .form_field input,
|
|
.configuration_group .form_area textarea,
|
|
#uploadform .form_select select,
|
|
#uploadform .form_field input {
|
|
max-width: 48%;
|
|
}
|
|
|
|
.js .configuration_group .media_choose input {
|
|
margin-right: 1%;
|
|
max-width: 41.5%;
|
|
}
|
|
|
|
.media_choose .button_link {
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
|
|
.configuration_group .form_select,
|
|
.configuration_group .form_multiselect,
|
|
.configuration_group .form_field,
|
|
.configuration_group .form_area,
|
|
.configuration_group fieldset > fieldset,
|
|
#template_select .odd,
|
|
.plugins_installable > li:nth-child(odd),
|
|
.media_pane .odd,
|
|
#dashboard > section:last-child,
|
|
.serendipity_statistics > section:nth-child(odd) {
|
|
clear: left;
|
|
}
|
|
|
|
#serendipityScaleImg {
|
|
overflow: hidden;
|
|
}
|
|
|
|
#serendipityScaleImg {
|
|
margin-top: 2.25em;
|
|
}
|
|
|
|
.configure_plugin fieldset .form_radio,
|
|
.configuration_group fieldset > fieldset .form_radio,
|
|
#serendipity_plugin_config > fieldset .form_radio,
|
|
#template_options fieldset .form_radio {
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* Plugin manager */
|
|
.pluginmanager_side {
|
|
float: left;
|
|
margin: 0 0 1.5em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#pluginlist_sidebar .pluginmanager_side {
|
|
margin-right: 1%;
|
|
width: 32%;
|
|
}
|
|
|
|
#pluginlist_event .pluginmanager_side {
|
|
margin-right: 1%;
|
|
width: 49%;
|
|
}
|
|
|
|
#meta p {
|
|
font-size: .875em;
|
|
padding: .85715em;
|
|
}
|
|
}
|
|
|
|
|
|
/* LARGE SCREEN (e.g. netbooks)
|
|
----------------------------------------------------------------- */
|
|
@media only screen and (min-width: 900px) {
|
|
#edit_entry_status_comments .form_check {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#media_pane_sort div fieldset input,
|
|
#media_pane_sort div fieldset select,
|
|
#media_pane_filter div fieldset input,
|
|
#media_pane_filter div fieldset select {
|
|
margin-bottom: .75em;
|
|
}
|
|
|
|
#sort_entries .form_select label,
|
|
#filter_entries .form_select label,
|
|
#filter_entries .form_field label,
|
|
#filter_comments label,
|
|
#serendipity_comment label,
|
|
#media_pane_filter label,
|
|
#media_pane_sort label,
|
|
#karmafilters label {
|
|
display: block;
|
|
width: auto;
|
|
}
|
|
|
|
#edit_entry_status select[multiple],
|
|
#sort_entries .form_select select,
|
|
#filter_entries .form_select select,
|
|
#filter_entries .form_field input,
|
|
#media_filter input,
|
|
#media_filter select,
|
|
#media_pane_sort select,
|
|
#karmafilters .form_field input,
|
|
#karmafilters .form_select select {
|
|
width: 85%;
|
|
}
|
|
|
|
#sort_entries .form_select,
|
|
#filter_comments .inputs > div,
|
|
#serendipity_comment .form_field,
|
|
#media_filter > div,
|
|
#media_pane_sort > .left,
|
|
#media_pane_sort > .center,
|
|
#media_pane_sort > .right,
|
|
#media_pane_sort > .grouped > div {
|
|
float: left;
|
|
width: 33% ;
|
|
}
|
|
|
|
#filter_entries .form_select,
|
|
#filter_entries .form_field {
|
|
float: left;
|
|
width: 25%;
|
|
}
|
|
|
|
#karmafilters .form_field,
|
|
#karmafilters .form_select {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
#media_filter_file,
|
|
#media_pane_sort .left,
|
|
#serendipity_comment .form_area {
|
|
clear: both;
|
|
}
|
|
|
|
#keyword_list {
|
|
padding-top: 2em;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
#login .form_field input {
|
|
width: auto;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.125em;
|
|
line-height: 1.3333em;
|
|
margin: .6667em 0;
|
|
}
|
|
|
|
#user_menu ul {
|
|
margin: .75em 0;
|
|
}
|
|
|
|
#top > div,
|
|
main {
|
|
margin: 0 auto;
|
|
max-width: 80em;
|
|
width: 96%;
|
|
}
|
|
|
|
.smallscreen {
|
|
background: transparent;
|
|
box-shadow: none;
|
|
overflow: visible;
|
|
}
|
|
|
|
#main_menu a {
|
|
display: block;
|
|
padding: .125em 0;
|
|
}
|
|
|
|
#nav-toggle {
|
|
display: none !important;
|
|
visibility: hidden;
|
|
}
|
|
|
|
#main_menu {
|
|
display: block !important;
|
|
visibility: visible;
|
|
}
|
|
|
|
#main_menu h3 {
|
|
background: #ddd;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ddd));
|
|
background-image: -webkit-linear-gradient(#fff, #ddd);
|
|
background-image: -moz-linear-gradient(#fff, #ddd);
|
|
background-image: -o-linear-gradient(#fff, #ddd);
|
|
background-image: linear-gradient(#fff, #ddd);
|
|
border-bottom: 1px solid #aaa;
|
|
display: block;
|
|
color: #666;
|
|
font-size: 1em;
|
|
margin: 0 -1em;
|
|
padding: .5em 1em;
|
|
visibility: visible;
|
|
}
|
|
|
|
#main_menu > ul {
|
|
margin-top: 1.5em;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
#main_menu > ul > li {
|
|
border: 1px solid #aaa;
|
|
border-radius: 2px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0 0 1em;
|
|
padding: 0 1em;
|
|
}
|
|
|
|
#main_menu li > ul > li {
|
|
float: none;
|
|
width: 100%;
|
|
}
|
|
|
|
#user_menu .logged_in {
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
|
|
#main_menu {
|
|
float: left;
|
|
margin: 0 2% 0 0;
|
|
}
|
|
|
|
#content {
|
|
float: right;
|
|
margin: 0 0 0 2%;
|
|
}
|
|
|
|
#preview {
|
|
float: left;
|
|
margin-bottom: 2.25em;
|
|
width: 66%;
|
|
}
|
|
|
|
#main_menu {
|
|
width: 23%;
|
|
}
|
|
|
|
#content {
|
|
width: 73%;
|
|
}
|
|
|
|
.installer #content {
|
|
float: none;
|
|
margin: 0 auto 2em;
|
|
max-width: 60em;
|
|
width: 100%;
|
|
}
|
|
|
|
#login {
|
|
margin: 4em auto 8em;
|
|
}
|
|
}
|
|
|
|
|
|
/* LARGER SCREEN (e.g. laptops)
|
|
----------------------------------------------------------------- */
|
|
@media only screen and (min-width: 1280px) {
|
|
.js .configuration_group .media_choose input {
|
|
max-width: 42.5%;
|
|
}
|
|
}
|
|
|
|
|
|
/* HUGE SCREEN (e.g. desktops)
|
|
----------------------------------------------------------------- */
|
|
@media only screen and (min-width: 1600px) {
|
|
html {
|
|
font-size: 1.125em;
|
|
}
|
|
}
|