1703 lines
39 KiB
CSS
1703 lines
39 KiB
CSS
/* NORMALIZE.CSS
|
||
----------------------------------------------------------------- */
|
||
article,
|
||
aside,
|
||
details,
|
||
figcaption,
|
||
figure,
|
||
footer,
|
||
header,
|
||
hgroup,
|
||
main,
|
||
nav,
|
||
section,
|
||
summary { display: block; }
|
||
|
||
audio,
|
||
canvas,
|
||
video {
|
||
display: inline-block;
|
||
*display: inline;
|
||
*zoom: 1;
|
||
}
|
||
|
||
audio:not([controls]) {
|
||
display: none;
|
||
height: 0;
|
||
}
|
||
|
||
[hidden] { display: none; }
|
||
|
||
html {
|
||
font-size: 100%;
|
||
-webkit-text-size-adjust: 100%;
|
||
-ms-text-size-adjust: 100%;
|
||
}
|
||
|
||
a:focus { outline: thin dotted; }
|
||
|
||
a:active,
|
||
a:hover { outline: 0; }
|
||
|
||
abbr[title] { border-bottom: 1px dotted; }
|
||
|
||
b,
|
||
strong { font-weight: bold; }
|
||
|
||
blockquote { margin: 1em 40px; }
|
||
|
||
dfn { font-style: italic; }
|
||
|
||
mark {
|
||
background: #ff0;
|
||
color: #000;
|
||
}
|
||
|
||
code,
|
||
kbd,
|
||
pre,
|
||
samp {
|
||
font-family: monospace, serif;
|
||
_font-family: 'courier new', monospace;
|
||
font-size: 1em;
|
||
}
|
||
|
||
pre {
|
||
white-space: pre;
|
||
white-space: pre-wrap;
|
||
word-wrap: break-word;
|
||
}
|
||
|
||
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; }
|
||
|
||
menu,
|
||
ol,
|
||
ul { padding: 0 0 0 40px; }
|
||
|
||
nav ul,
|
||
nav ol {
|
||
list-style: none;
|
||
list-style-image: none;
|
||
}
|
||
|
||
img {
|
||
border: 0;
|
||
-ms-interpolation-mode: bicubic;
|
||
}
|
||
|
||
svg:not(:root) { overflow: hidden; }
|
||
|
||
figure,
|
||
form { margin: 0; }
|
||
|
||
legend {
|
||
border: 0;
|
||
padding: 0;
|
||
white-space: normal;
|
||
*margin-left: -7px;
|
||
}
|
||
|
||
button,
|
||
input,
|
||
select,
|
||
textarea {
|
||
font-size: 100%;
|
||
margin: 0;
|
||
vertical-align: baseline;
|
||
*vertical-align: middle;
|
||
}
|
||
|
||
button,
|
||
input { line-height: normal; }
|
||
|
||
button,
|
||
html input[type="button"],
|
||
input[type="reset"],
|
||
input[type="submit"] {
|
||
-webkit-appearance: button;
|
||
cursor: pointer;
|
||
*overflow: visible;
|
||
}
|
||
|
||
button[disabled],
|
||
input[disabled] { cursor: default; }
|
||
|
||
input[type="checkbox"],
|
||
input[type="radio"] {
|
||
-webkit-box-sizing: border-box;
|
||
-moz-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
padding: 0;
|
||
*height: 13px;
|
||
*width: 13px;
|
||
}
|
||
|
||
input[type="search"] {
|
||
-webkit-appearance: textfield;
|
||
-moz-box-sizing: content-box;
|
||
-webkit-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,
|
||
button,
|
||
input,
|
||
select,
|
||
textarea {
|
||
background: #fcfcfc;
|
||
color: #222;
|
||
font-family: Helvetica, Arial, sans-serif;
|
||
}
|
||
|
||
body {
|
||
font-size: 1em;
|
||
line-height: 1.5;
|
||
margin: 0;
|
||
}
|
||
|
||
/* These selection declarations have to be separate. */
|
||
::-moz-selection {
|
||
background: #3e5f81;
|
||
color: #fff;
|
||
text-shadow: none;
|
||
}
|
||
|
||
::selection {
|
||
background: #3e5f81;
|
||
color: #fff;
|
||
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 { padding: 0; }
|
||
|
||
|
||
/* GENERIC CSS HELPER CLASSES
|
||
----------------------------------------------------------------- */
|
||
/* Image replacement */
|
||
.ir {
|
||
background-color: transparent;
|
||
border: 0;
|
||
overflow: hidden;
|
||
*text-indent: -9999px;
|
||
}
|
||
|
||
.ir:before {
|
||
content: "";
|
||
display: block;
|
||
width: 0;
|
||
height: 100%;
|
||
}
|
||
|
||
/* Hide from both screenreaders and browsers */
|
||
.hidden {
|
||
display: none !important;
|
||
visibility: hidden;
|
||
}
|
||
|
||
/* 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;
|
||
}
|
||
|
||
/* Extends the .visuallyhidden class to allow the element
|
||
to be focusable when navigated to via the keyboard */
|
||
.visuallyhidden.focusable:active,
|
||
.visuallyhidden.focusable:focus {
|
||
clip: auto;
|
||
height: auto;
|
||
margin: 0;
|
||
overflow: visible;
|
||
position: static;
|
||
width: auto;
|
||
}
|
||
|
||
/* Hide visually and from screenreaders, but maintain layout */
|
||
.invisible { visibility: hidden; }
|
||
|
||
/* Clearfix: contain floats */
|
||
.clearfix:before,
|
||
.clearfix:after {
|
||
content: " ";
|
||
display: table;
|
||
}
|
||
|
||
.clearfix:after { clear: both; }
|
||
|
||
.clearfix { *zoom: 1; }
|
||
|
||
|
||
/* ICON FONT:; http://fortawesome.github.com/Font-Awesome/
|
||
----------------------------------------------------------------- */
|
||
@font-face {
|
||
font-family: 'fontello';
|
||
src: url("{TEMPLATE_PATH}font/fontello.eot");
|
||
src: url("{TEMPLATE_PATH}font/fontello.eot?#iefix") format('embedded-opentype'),
|
||
url("{TEMPLATE_PATH}font/fontello.woff") format('woff'),
|
||
url("{TEMPLATE_PATH}font/fontello.ttf") format('truetype'),
|
||
url("{TEMPLATE_PATH}font/fontello.svg#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: 0.2em;
|
||
text-align: center;
|
||
opacity: 1.0;
|
||
line-height: 1em;
|
||
}
|
||
|
||
.icon-home:before { content: '\2302'; } /* '⌂' */
|
||
.icon-cog:before { content: '\2699'; } /* '⚙' */
|
||
.icon-attention:before { content: '\26a0'; } /* '⚠' */
|
||
.icon-cog-alt:before { content: '\26ef'; } /* '⛯' */
|
||
.icon-edit:before { content: '\270d'; } /* '✍' */
|
||
.icon-ok-circle:before { content: '\2714'; } /* '✔' */
|
||
.icon-cancel-circle:before { content: '\2716'; } /* '✖' */
|
||
.icon-attention-circle:before { content: '\2757'; } /* '❗' */
|
||
.icon-plus-circle:before { content: '\2795'; } /* '➕' */
|
||
.icon-minus-circle:before { content: '\2796'; } /* '➖' */
|
||
.icon-ccw:before { content: '\27f2'; } /* '⟲' */
|
||
.icon-cw:before { content: '\27f3'; } /* '⟳' */
|
||
.icon-help-circle:before { content: '\e704'; } /* '' */
|
||
.icon-info-circle:before { content: '\e705'; } /* '' */
|
||
.icon-eye:before { content: '\e70a'; } /* '' */
|
||
.icon-tags:before { content: '\e70d'; } /* '' */
|
||
.icon-comment:before { content: '\e718'; } /* '' */
|
||
.icon-chat:before { content: '\e720'; } /* '' */
|
||
.icon-trash:before { content: '\e729'; } /* '' */
|
||
.icon-resize-full:before { content: '\e744'; } /* '' */
|
||
.icon-zoom-in:before { content: '\e750'; } /* '' */
|
||
.icon-zoom-out:before { content: '\e751'; } /* '' */
|
||
.icon-arrows-cw:before { content: '\e760'; } /* '' */
|
||
.icon-off:before { content: '\e78e'; } /* '' */
|
||
.icon-move:before { content: '\f047'; } /* '' */
|
||
.icon-link-ext:before { content: '\f08e'; } /* '' */
|
||
.icon-rss:before { content: '\f09e'; } /* '' */
|
||
.icon-left-circled:before { content: '\f0a8'; } /* '' */
|
||
.icon-right-circled:before { content: '\f0a9'; } /* '' */
|
||
.icon-up-circled:before { content: '\f0aa'; } /* '' */
|
||
.icon-down-circled:before { content: '\f0ab'; } /* '' */
|
||
.icon-filter:before { content: '\f0b0'; } /* '' */
|
||
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
|
||
.icon-menu:before { content: '\f0c9'; } /* '' */
|
||
.icon-sort:before { content: '\f0dc'; } /* '' */
|
||
.icon-sort-down:before { content: '\f0dd'; } /* '' */
|
||
.icon-sort-up:before { content: '\f0de'; } /* '' */
|
||
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
|
||
.icon-picture:before { content: '🌄'; } /* '\1f304' */
|
||
.icon-user:before { content: '👤'; } /* '\1f464' */
|
||
.icon-users:before { content: '👥'; } /* '\1f465' */
|
||
.icon-folder-open:before { content: '📂'; } /* '\1f4c2' */
|
||
.icon-upload:before { content: '📤'; } /* '\1f4e4' */
|
||
.icon-download:before { content: '📥'; } /* '\1f4e5' */
|
||
.icon-shuffle:before { content: '🔀'; } /* '\1f500' */
|
||
.icon-search:before { content: '🔍'; } /* '\1f50d' */
|
||
.icon-lock:before { content: '🔒'; } /* '\1f512' */
|
||
.icon-lock-open:before { content: '🔓'; } /* '\1f513' */
|
||
.icon-link:before { content: '🔗'; } /* '\1f517' */
|
||
.icon-clock:before { content: '🕔'; } /* '\1f554' */
|
||
.icon-block:before { content: '🚫'; } /* '\1f6ab' */
|
||
|
||
|
||
/* BACKEND HELPER CLASSES
|
||
----------------------------------------------------------------- */
|
||
/* replace w/ .level_inblock */
|
||
.icon_link,
|
||
#insert_image,
|
||
form > a,
|
||
#user_menu li,
|
||
.edit_actions li,
|
||
.actions li,
|
||
#login .form_field label,
|
||
#edit_entry_title label,
|
||
#edit_entry_metadata label,
|
||
#edit_entry_status label,
|
||
#filter_comments label,
|
||
#serendipity_comment label,
|
||
#sort_entries .form_select label,
|
||
#filter_entries .form_select label,
|
||
#filter_entries .form_field label,
|
||
#serendipity_category label,
|
||
.pluginmanager_plugin .form_check,
|
||
.pluginmanager_plugin h5,
|
||
.media_file .form_check,
|
||
.media_file h3,
|
||
#media_pane_filter label,
|
||
#media_pane_sort label,
|
||
#image_directory_create_form label,
|
||
#mediaPropertyForm .media_file_props label,
|
||
#mediaPropertyForm header b,
|
||
#mediaPropertyForm footer b,
|
||
#entries_list .entry_info span,
|
||
.folder_name,
|
||
#serendipityScaleForm .form_field label,
|
||
#template_select .installed {
|
||
display: inline-block;
|
||
*display: inline;
|
||
*zoom: 1;
|
||
}
|
||
|
||
/* replace w/ .level_block */
|
||
.block_level,
|
||
.form_multiselect label,
|
||
label > span,
|
||
legend > span > span,
|
||
#back_to_blog,
|
||
.msg_error,
|
||
.msg_success,
|
||
.msg_notice,
|
||
.msg_dialogue,
|
||
#serendipity_category .form_multiselect label,
|
||
#image_directory_edit_form .form_select label,
|
||
#uploadform label,
|
||
#serendipity_admin_groups .form_field label,
|
||
#serendipity_admin_groups .form_select label,
|
||
#template_options .form_select label,
|
||
#template_options .form_field label,
|
||
.configuration_group .form_select label,
|
||
.configuration_group .form_multiselect label,
|
||
.configuration_group .form_field label,
|
||
.configuration_group .form_area label { display: block; }
|
||
|
||
.image_resize_hint p { display: inline; }
|
||
|
||
h5,
|
||
h6,
|
||
blockquote,
|
||
ul,
|
||
ol,
|
||
dl,
|
||
p,
|
||
table,
|
||
details,
|
||
.standalone,
|
||
.form_buttons,
|
||
form > a {
|
||
margin-top: 1.5em;
|
||
margin-bottom: 1.5em;
|
||
}
|
||
|
||
#categories,
|
||
#categories ul,
|
||
#serendipity_image_folders,
|
||
#serendipity_image_folders ul,
|
||
#serendipity_admin_groups ul,
|
||
.imageMessage ul {
|
||
list-style: none;
|
||
padding: 0;
|
||
}
|
||
|
||
.hilite_b { 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;
|
||
top: 0 \0;
|
||
*top: -5px;
|
||
}
|
||
|
||
.button_link:focus,
|
||
#template_options div > a:focus,
|
||
button:focus,
|
||
input:focus,
|
||
select:focus,
|
||
textarea:focus {
|
||
-webkit-box-shadow: #0066ff 0 0 5px 0;
|
||
-moz-box-shadow: #0066ff 0 0 5px 0;
|
||
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 {
|
||
-webkit-box-shadow: none;
|
||
-moz-box-shadow: none;
|
||
box-shadow: none;
|
||
}
|
||
|
||
.button_link,
|
||
#template_options div > a,
|
||
button,
|
||
input[type="button"],
|
||
input[type="reset"],
|
||
input[type="submit"] {
|
||
-webkit-border-radius: 4px;
|
||
-moz-border-radius: 4px;
|
||
-ms-border-radius: 4px;
|
||
-o-border-radius: 4px;
|
||
border-radius: 4px;
|
||
-webkit-background-clip: padding;
|
||
-moz-background-clip: padding;
|
||
background-clip: padding-box;
|
||
border: 1px solid;
|
||
line-height: normal;
|
||
outline: 0;
|
||
padding: 3px 10px;
|
||
width: auto;
|
||
*padding-top: 2px;
|
||
*padding-bottom: 0;
|
||
}
|
||
|
||
.button_link,
|
||
#template_options div > 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: #000;
|
||
text-shadow: #fff 0 1px 1px;
|
||
}
|
||
|
||
.state_submit,
|
||
.state_submit:visited,
|
||
input[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,
|
||
#template_options div > 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 {
|
||
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);
|
||
}
|
||
|
||
.button_link:active,
|
||
#template_options div > 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);
|
||
-webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
|
||
-moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
|
||
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 {
|
||
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;
|
||
}
|
||
|
||
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"],
|
||
input[type="reset"],
|
||
input[type="submit"]:hover,
|
||
input[type="reset"]:hover,
|
||
input[type="submit"]:focus,
|
||
input[type="reset"]:focus {
|
||
color: #fafafa;
|
||
text-shadow: #050505 0 1px 1px;
|
||
}
|
||
|
||
button {
|
||
*padding-top: 1px;
|
||
*padding-bottom: 1px;
|
||
}
|
||
|
||
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;
|
||
-webkit-background-clip: padding;
|
||
-moz-background-clip: padding;
|
||
background-clip: padding-box;
|
||
-webkit-border-radius: 0;
|
||
-moz-border-radius: 0;
|
||
-ms-border-radius: 0;
|
||
-o-border-radius: 0;
|
||
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;
|
||
*padding-top: 2px;
|
||
*padding-bottom: 1px;
|
||
*height: auto;
|
||
}
|
||
|
||
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] {
|
||
-webkit-box-shadow: none;
|
||
-moz-box-shadow: none;
|
||
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 {
|
||
-webkit-box-shadow: none;
|
||
-moz-box-shadow: none;
|
||
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: 40px;
|
||
overflow: auto;
|
||
resize: vertical;
|
||
width: 100%;
|
||
}
|
||
|
||
optgroup {
|
||
color: #222;
|
||
font-style: normal;
|
||
font-weight: normal;
|
||
}
|
||
|
||
|
||
/* BACKEND FORM STYLES
|
||
----------------------------------------------------------------- */
|
||
label,
|
||
legend > span,
|
||
figcaption { font-weight: bold; }
|
||
|
||
label > span,
|
||
legend > span > span,
|
||
input[type=checkbox] + label,
|
||
input[type=radio] + label,
|
||
.form_check label { font-weight: normal; }
|
||
|
||
input[type=checkbox] { margin-right: .4em; }
|
||
|
||
.form_radio {
|
||
float: left;
|
||
margin-right: 1em;
|
||
}
|
||
|
||
.form_radio label,
|
||
.form_check label { display: inline-block !important; }
|
||
|
||
.serendipity_commentDirection,
|
||
.configuration_group fieldset > fieldset,
|
||
#preview,
|
||
.form_field,
|
||
.form_area,
|
||
.form_check,
|
||
.form_radio,
|
||
.form_select,
|
||
.form_multiselect {
|
||
margin-top: .75em;
|
||
margin-bottom: .75em;
|
||
}
|
||
|
||
.importer_data dd { margin-bottom: .75em; }
|
||
|
||
.comment_data,
|
||
.comment_data dt,
|
||
.template_info dt,
|
||
.comment_summary,
|
||
.comment_full,
|
||
.serendipity_commentDirection,
|
||
.entry_info { clear: both; }
|
||
|
||
|
||
/* COMMON STYLES (all resolutions)
|
||
|
||
Color scheme:
|
||
-------------
|
||
Dark blue: #25253d Mid blue: #3e5f81
|
||
Lite blue: #ccdee7 Yellow: #ffbf00
|
||
Orange: #d06604
|
||
Off black: #222 Off white: #fcfcfc
|
||
----------------------------------------------------------------- */
|
||
|
||
html { background: #ccdee7; }
|
||
|
||
body {
|
||
background: #fcfcfc;
|
||
font-size: 0.875em;
|
||
}
|
||
|
||
a,
|
||
a:visited { color: #3e5f81; }
|
||
|
||
a:hover,
|
||
a:focus { color: #d06604; }
|
||
|
||
a.button_link,
|
||
a.button_link:hover,
|
||
a.button_link:focus,
|
||
#template_options div > a,
|
||
#template_options div > a:hover,
|
||
#template_options div > a:focus,
|
||
.button_link > span:before {
|
||
color: #000;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.button_link > span:before {
|
||
margin-right: 0;
|
||
width: auto;
|
||
}
|
||
|
||
h1 {
|
||
font-size: 1.71429em;
|
||
line-height: 1.75em;
|
||
margin: 0.875em 0 0;
|
||
}
|
||
|
||
#banner_install h1 { margin: 0.875em 0; }
|
||
|
||
h2 {
|
||
font-size: 1.42857em;
|
||
line-height: 1.05em;
|
||
margin: 1.05em 0;
|
||
}
|
||
|
||
h3 {
|
||
font-size: 1.28571em;
|
||
line-height: 1.16667em;
|
||
margin: 1.16667em 0;
|
||
}
|
||
|
||
h4 {
|
||
font-size: 1.14286em;
|
||
line-height: 1.3125em;
|
||
margin: 1.3125em 0;
|
||
}
|
||
|
||
h5, h6 { font-size: 1em; }
|
||
|
||
summary {
|
||
cursor: pointer;
|
||
outline: none;
|
||
}
|
||
|
||
|
||
/* BACKEND MESSAGES
|
||
----------------------------------------------------------------- */
|
||
.msg_error,
|
||
.msg_success,
|
||
.msg_notice,
|
||
.msg_dialogue {
|
||
margin: 1.5em 0;
|
||
padding: 10px;
|
||
}
|
||
|
||
.msg_error {
|
||
background: #f2dede;
|
||
border: 1px solid #e4b9b9;
|
||
color: #b94a48;
|
||
}
|
||
|
||
.msg_success {
|
||
background: #dff0d8;
|
||
border: 1px solid #c1e2b3;
|
||
color: #468847;
|
||
}
|
||
|
||
.msg_notice {
|
||
background: #fcf8e3;
|
||
border: 1px solid #f7ecb5;
|
||
color: #c09853;
|
||
}
|
||
|
||
.msg_dialogue {
|
||
background: #eee;
|
||
border: 1px solid #aaa;
|
||
color: #777;
|
||
}
|
||
|
||
|
||
/* LOGIN FORM
|
||
----------------------------------------------------------------- */
|
||
#login { margin: 2em auto 1em; }
|
||
|
||
#back_to_blog { margin: 1em auto 2em; }
|
||
|
||
#back_to_blog,
|
||
#login { max-width: 24em; }
|
||
|
||
#login .form_check,
|
||
#login_send { float: left; }
|
||
|
||
#login_send { margin: .5em 0 0 7.5em;}
|
||
|
||
#login .form_field label { min-width: 8em; }
|
||
|
||
|
||
/* LAYOUT
|
||
----------------------------------------------------------------- */
|
||
#top > div,
|
||
main {
|
||
margin: 0 auto;
|
||
max-width: 1280px;
|
||
width: 96%;
|
||
}
|
||
|
||
.category_data,
|
||
.user_name,
|
||
.group_name,
|
||
#serendipity_comments_list .form_check,
|
||
#serendipity_comments_list h4,
|
||
.comment_data dt,
|
||
.comment_data dd,
|
||
.template_info,
|
||
.template_info dt,
|
||
.template_info dd,
|
||
#entries_list .form_check { float: left; }
|
||
|
||
#mediaPropertyForm .media_file_preview {
|
||
float: none;
|
||
margin: 1.5em 0;
|
||
}
|
||
|
||
#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 { float: right; }
|
||
|
||
#edit_entry_title label,
|
||
#edit_entry_metadata label,
|
||
#filter_comments label,
|
||
#serendipity_comment label { width: 15%; }
|
||
|
||
#edit_entry_status label,
|
||
#sort_entries .form_select label,
|
||
#filter_entries .form_select label,
|
||
#filter_entries .form_field label,
|
||
#serendipity_category label,
|
||
#media_pane_filter label,
|
||
#media_pane_sort label,
|
||
#image_directory_create_form label,
|
||
#mediaPropertyForm .media_file_props label,
|
||
#mediaPropertyForm header b,
|
||
#mediaPropertyForm footer b { width: 20%; }
|
||
|
||
.category_data { width: 75%; }
|
||
|
||
#edit_entry_status select,
|
||
#sort_entries .form_select select,
|
||
#filter_entries .form_select select,
|
||
#filter_entries .form_field input { width: 79%; }
|
||
|
||
#edit_entry_title input,
|
||
#edit_entry_metadata input,
|
||
#edit_entry_metadata select,
|
||
#filter_comments input,
|
||
#filter_comments select,
|
||
#serendipity_comment .form_field input,
|
||
#serendipity_comment select { width: 84%; }
|
||
|
||
#template_options .form_select select,
|
||
#template_options .form_field input,
|
||
.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 { width: 100%; }
|
||
|
||
#serendipity_category .form_multiselect label { width: auto; }
|
||
|
||
.editor_toolbar input,
|
||
.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;
|
||
}
|
||
|
||
#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; }
|
||
|
||
|
||
/* HEADER
|
||
----------------------------------------------------------------- */
|
||
#top {
|
||
background: #ccdee7;
|
||
color: #3e5f81;
|
||
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
|
||
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
|
||
box-shadow: 0 1px 4px rgba(0,0,0,.5);
|
||
}
|
||
|
||
#top a,
|
||
#top a:visited,
|
||
#top a:hover,
|
||
#top a:focus { text-decoration: none; }
|
||
|
||
#top a:hover,
|
||
#top a:focus {
|
||
color: #25253d;
|
||
}
|
||
|
||
#user_menu ul {
|
||
font-size: 1.5em;
|
||
margin: .5em 0;
|
||
}
|
||
|
||
#user_menu li { margin: 0 1em 0 0; }
|
||
|
||
|
||
/* CONTENT
|
||
----------------------------------------------------------------- */
|
||
#content { padding-bottom: 1.5em; }
|
||
|
||
#serendipity_admin_groups br,
|
||
.image_add_form br {
|
||
display: none;
|
||
visibility: hidden;
|
||
} /* Temporary */
|
||
|
||
#edit_entry_timestamp,
|
||
#media_pane_filter { position: relative; }
|
||
|
||
#reset_timestamp,
|
||
#media_pane_filter #toggle_filters {
|
||
position: absolute;
|
||
top: 0;
|
||
}
|
||
|
||
#reset_timestamp {
|
||
max-height: 1.25em;
|
||
right: 0;
|
||
}
|
||
|
||
#media_pane_filter #toggle_filters { right: 1.5em;}
|
||
|
||
#edit_entry_category label { vertical-align: top; }
|
||
|
||
|
||
.template_info,
|
||
.plugin_info { margin: 0 0 1em;}
|
||
|
||
.template_info dl,
|
||
fieldset p,
|
||
.media_file_meta,
|
||
.image_resize_hint p { margin: 0; }
|
||
|
||
.importer_data .clearfix > div {
|
||
margin-top: 0;
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.actions,
|
||
.edit_actions {
|
||
margin-top: .35em;
|
||
margin-bottom: .35em;
|
||
}
|
||
|
||
.media_file .actions,
|
||
#entries_list .actions { margin-bottom: 0; }
|
||
|
||
#entries_list .actions,
|
||
.serendipityCommentForm,
|
||
#formMultiDelete .form_buttons input { margin-top: .75em; }
|
||
|
||
.media_file .actions { margin-top: 1em; }
|
||
|
||
.category_data,
|
||
.category_desc { margin: 0 1em 0 0; }
|
||
|
||
#serendipity_comments_list .form_check,
|
||
#serendipity_comments_list h4 { margin: .75em 0; }
|
||
|
||
.comment_data dt,
|
||
.template_info dt,
|
||
.actions li,
|
||
.edit_actions li { margin: 0 .4em 0 0; }
|
||
|
||
.editor_toolbar input { margin: 0 .25em .75em 0; }
|
||
|
||
.comment_data,
|
||
.configuration_group h3,
|
||
form > .button_link:first-of-type { margin-top: 0; }
|
||
|
||
#template_options,
|
||
#pluginlist_sidebar { margin-bottom: 3em; }
|
||
|
||
.configuration_group > fieldset { margin-bottom: 1.5em; }
|
||
|
||
.editor_toolbar { margin-top: .25em; }
|
||
|
||
#serendipity_comments_list .actions { margin: .75em 0; }
|
||
|
||
.sub_perm { margin-left: 1em; }
|
||
|
||
#serendipity_admin_groups li ul div { margin-left: 1.5em; }
|
||
|
||
.category_info { margin-left: 2.5em; }
|
||
|
||
#template_select article,
|
||
.media_file,
|
||
.plugins_installable > li {
|
||
background: #eee;
|
||
margin: 0 0 1em;
|
||
padding: 0 .5em 1em;
|
||
-webkit-box-sizing: border-box;
|
||
-moz-box-sizing: border-box;
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
#serendipity_iframe {
|
||
margin-top: 1.5em;
|
||
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.5);
|
||
-moz-box-shadow: 0 0 4px rgba(0,0,0,.5);
|
||
box-shadow: 0 0 4px rgba(0,0,0,.5);
|
||
}
|
||
|
||
#template_select article,
|
||
#serendipityScaleImg img,
|
||
.media_file,
|
||
.media_file_preview img,
|
||
.plugins_installable > li { border: 1px solid #aaa; }
|
||
|
||
#serendipityScaleImg img { max-width: 99%; }
|
||
|
||
#template_select .preview_image,
|
||
.media_file_preview {
|
||
float: left;
|
||
margin: 0 1em 1em 0;
|
||
}
|
||
|
||
#template_select .preview_image {
|
||
/* TESTING */
|
||
overflow: hidden;
|
||
height: 100px;
|
||
width: 100px;
|
||
}
|
||
|
||
#template_select .installed {
|
||
margin-right: .5em;
|
||
}
|
||
|
||
.zebra_list,
|
||
#categories .odd,
|
||
#categories .even,
|
||
#serendipity_image_folders .odd,
|
||
#serendipity_image_folders .even { border-top: 1px solid #aaa; }
|
||
|
||
.zebra_list > li,
|
||
#categories,
|
||
#serendipity_image_folders { border-bottom: 1px solid #aaa; }
|
||
|
||
.zebra_list > .odd,
|
||
#categories .odd,
|
||
#serendipity_image_folders .odd { background: #eee; }
|
||
|
||
#entries_list h3,
|
||
#serendipity_comments_list h4 {
|
||
font-size: 1em;
|
||
line-height: 1.5;
|
||
}
|
||
|
||
#entries_list > li,
|
||
#serendipity_comments_list > li { padding: 0 0 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; }
|
||
|
||
#entries_list .icon_link { height: 24px; }
|
||
|
||
.entry_status {
|
||
background: #888;
|
||
color: #fff;
|
||
padding: 0 4px;
|
||
}
|
||
|
||
#entries_list .entry_info .entry_status {
|
||
float: right;
|
||
margin: 0 .4em .75em 0;
|
||
}
|
||
|
||
.status_timestamp { min-width: 11em; }
|
||
|
||
/* FOOTER
|
||
----------------------------------------------------------------- */
|
||
|
||
#meta {
|
||
background: #ccdee7;
|
||
border-top: 1px solid #25253d;
|
||
color: #3e5f81;
|
||
text-align: center;
|
||
}
|
||
|
||
#meta p {
|
||
margin: 0;
|
||
padding: 8px;
|
||
}
|
||
|
||
|
||
/* PLUGIN MANAGER
|
||
----------------------------------------------------------------- */
|
||
.pluginmanager_container {
|
||
background: transparent;
|
||
border: 1px solid #ddd;
|
||
height: 98%;
|
||
margin: 0;
|
||
min-height: 12.5em;
|
||
padding: 5px;
|
||
position: relative;
|
||
}
|
||
|
||
.pluginmanager_container .placeholder {
|
||
border: 1px solid black;
|
||
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;
|
||
}
|
||
|
||
.pluginmanager_place,
|
||
.pluginmanager_ownership,
|
||
.pluginmanager_move { text-align: right; }
|
||
|
||
.plugin_optiongroup_last { border-bottom: 1px solid #aaa; }
|
||
|
||
.plugin_count {
|
||
clear: both;
|
||
margin: 0 0 1.5em;
|
||
}
|
||
|
||
.pluginmanager .pluginmanager_grablet {
|
||
cursor: move;
|
||
display: block;
|
||
}
|
||
|
||
.pluginmanager .pluginmanager_grablet,
|
||
.pluginmanager .pluginmanager_configure {
|
||
position: absolute;
|
||
top: 5px;
|
||
}
|
||
|
||
.pluginmanager .pluginmanager_grablet { left: 5px; }
|
||
.pluginmanager .pluginmanager_configure { right: 5px; }
|
||
|
||
.pluginmanager_plugin .form_check,
|
||
.pluginmanager_plugin h5,
|
||
.media_file .form_check { margin: 0 0 1em; }
|
||
|
||
.pluginmanager_description { margin: 0 0 .5em; }
|
||
|
||
.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;
|
||
}
|
||
|
||
|
||
/* MEDIA DB
|
||
|
||
(These might go into imgedit.css or be merged with it.)
|
||
----------------------------------------------------------------- */
|
||
#fs_crop { min-height: 200px; }
|
||
|
||
.media_pane .pagination { margin: 0; }
|
||
|
||
|
||
/* SMALL SCREEN (e.g. smartphones)
|
||
----------------------------------------------------------------- */
|
||
@media only screen and (min-width: 480px) {
|
||
#banner {
|
||
float: left;
|
||
margin: 0 1% 0 0;
|
||
}
|
||
|
||
#user_menu {
|
||
float: left;
|
||
margin: 0 0 0 1%;
|
||
text-align: right;
|
||
}
|
||
|
||
#banner,
|
||
#user_menu { width: 49%; }
|
||
|
||
.lt-ie8 #banner,
|
||
.lt-ie8 #user_menu { width: 48.5%; }
|
||
|
||
#banner > span { margin: 0 0 1.5em; }
|
||
|
||
#user_menu ul {
|
||
font-size: 1.5em;
|
||
margin: 1.35em 0 .65em;
|
||
}
|
||
|
||
#user_menu li { margin: 0 0 0 1em; }
|
||
}
|
||
|
||
@media only screen and (min-width: 481px) {
|
||
#uploadform label {
|
||
display: inline-block;
|
||
*display: inline;
|
||
*zoom: 1;
|
||
min-width: 40%;
|
||
}
|
||
|
||
#uploadform .form_field input,
|
||
#uploadform .form_select select { min-width: 16em; }
|
||
|
||
#template_options .form_select select,
|
||
#template_options .form_field input,
|
||
.configuration_group .form_select select,
|
||
.configuration_group .form_multiselect select,
|
||
.configuration_group .form_field input,
|
||
.configuration_group .form_area textarea { max-width: 320px; }
|
||
}
|
||
|
||
|
||
/* MEDIUM SCREEN (e.g. tablets)
|
||
----------------------------------------------------------------- */
|
||
@media only screen and (min-width: 768px) {
|
||
body { font-size: 1em; }
|
||
|
||
h1 {
|
||
font-size: 2em;
|
||
line-height: 1.5em;
|
||
margin: 0.75em 0 0;
|
||
}
|
||
|
||
#banner_install h1 { margin: 0.75em 0; }
|
||
|
||
h2 {
|
||
font-size: 1.5em;
|
||
line-height: 1em;
|
||
margin: 1em 0;
|
||
}
|
||
|
||
pre {
|
||
font-size: 0.875em;
|
||
line-height: 1.71429em;
|
||
margin: 1.71429em 0;
|
||
}
|
||
|
||
#image_directory_edit_form > .clearfix > div {
|
||
float: left;
|
||
margin: 0 5% 0 0;
|
||
}
|
||
|
||
#template_select article,
|
||
#serendipityScaleForm,
|
||
#serendipityScaleImg,
|
||
.media_file {
|
||
float: left;
|
||
margin: 0 2% 1em 0;
|
||
width: 48%;
|
||
}
|
||
|
||
#mediaPropertyForm .media_file {
|
||
float: none;
|
||
margin: 1.5em 0;
|
||
width: auto;
|
||
}
|
||
|
||
#template_options .form_select label,
|
||
#template_options .form_field label,
|
||
#template_options .form_select select,
|
||
#template_options .form_field input,
|
||
#template_options fieldset legend,
|
||
#template_options fieldset > .clearfix,
|
||
.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,
|
||
.configuration_group fieldset > fieldset .clearfix,
|
||
#uploadform .form_select label,
|
||
#uploadform .form_field label,
|
||
#uploadform .form_select select,
|
||
#uploadform .form_field input,
|
||
#serendipity_plugin_config fieldset legend,
|
||
#serendipity_plugin_config fieldset > .clearfix,
|
||
#serendipity_category fieldset legend,
|
||
#serendipity_category fieldset > .clearfix {
|
||
float: left;
|
||
margin-right: 2%;
|
||
width: 48%;
|
||
}
|
||
|
||
#template_options .form_select select,
|
||
#template_options .form_field input,
|
||
.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%; }
|
||
|
||
.template_info dl { font-size: .65em; }
|
||
|
||
.configuration_group .form_select,
|
||
.configuration_group .form_multiselect,
|
||
.configuration_group .form_field,
|
||
.configuration_group .form_area,
|
||
.configuration_group fieldset > fieldset,
|
||
#template_select .odd,
|
||
.media_pane .odd { clear: left; }
|
||
|
||
.configuration_group .form_select,
|
||
.configuration_group .form_multiselect,
|
||
.configuration_group .form_field,
|
||
.configuration_group .form_area,
|
||
.configuration_group fieldset > fieldset,
|
||
#serendipityScaleImg,
|
||
.media_file header { overflow: hidden; }
|
||
|
||
#serendipityScaleImg { margin-top: 2.25em; }
|
||
|
||
.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;
|
||
width: 33%;
|
||
}
|
||
|
||
#pluginlist_sidebar .pluginmanager_side {
|
||
margin-right: 1%;
|
||
width: 32%;
|
||
}
|
||
|
||
#pluginlist_event .pluginmanager_side {
|
||
margin-right: 1%;
|
||
width: 48%;
|
||
}
|
||
}
|
||
|
||
|
||
/* LARGE SCREEN (e.g. netbooks)
|
||
----------------------------------------------------------------- */
|
||
@media only screen and (min-width: 1024px) {
|
||
#edit_entry_timestamp,
|
||
#reset_timestamp {
|
||
max-height: auto;
|
||
position: static;
|
||
}
|
||
|
||
#edit_entry_metadata label,
|
||
#edit_entry_status label,
|
||
#sort_entries .form_select label,
|
||
#filter_entries .form_select label,
|
||
#filter_entries .form_field label,
|
||
#filter_comments label,
|
||
#serendipity_category label,
|
||
#serendipity_comment label,
|
||
#media_pane_filter label,
|
||
#media_pane_sort label {
|
||
display: block;
|
||
width: auto;
|
||
}
|
||
|
||
#main_menu {
|
||
float: left;
|
||
margin: 0 2% 0 0;
|
||
}
|
||
|
||
#content {
|
||
float: right;
|
||
margin: 0 0 0 2%;
|
||
}
|
||
|
||
#edit_entry_metadata > div,
|
||
#edit_entry_submit > div {
|
||
float: left;
|
||
width: 50%;
|
||
}
|
||
|
||
#edit_entry_submit .form_buttons { text-align: right; }
|
||
|
||
#sort_entries .form_select,
|
||
#filter_comments .clearfix > div,
|
||
#serendipity_category > .clearfix > div,
|
||
#serendipity_comment .form_field,
|
||
#media_filter > div,
|
||
#moreFilter > div,
|
||
#media_pane_sort > .clearfix > div {
|
||
float: left;
|
||
width: 33% ;
|
||
}
|
||
|
||
#preview {
|
||
float: left;
|
||
margin-bottom: 2.25em;
|
||
width: 66%;
|
||
}
|
||
|
||
#filter_entries .form_select,
|
||
#filter_entries .form_field {
|
||
float: left;
|
||
width: 25%;
|
||
}
|
||
|
||
#moreFilter .left,
|
||
#serendipity_comment .form_area { clear: both; }
|
||
|
||
#main_menu { width: 23%; }
|
||
.lt-ie8 #main_menu { width: 22.5%; }
|
||
|
||
#content { width: 73%; }
|
||
.lt-ie8 #content { width: 72.5%; }
|
||
|
||
#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 { width: 84%; }
|
||
|
||
#edit_entry_metadata select { width: 100%; }
|
||
|
||
|
||
#login { margin: 4em auto 1em; }
|
||
|
||
#back_to_blog { margin: 1em auto 4em; }
|
||
|
||
#moreFilter fieldset input,
|
||
#moreFilter fieldset select { margin-bottom: .75em; }
|
||
}
|
||
|
||
|
||
/* LARGER SCREEN (e.g. laptops)
|
||
----------------------------------------------------------------- */
|
||
@media only screen and (min-width: 1280px) {
|
||
#banner h1 {
|
||
float: left;
|
||
margin: .75em 0;
|
||
}
|
||
|
||
#banner > span {
|
||
float: left;
|
||
margin: 2.35em 0 1.5em 3.35em;
|
||
}
|
||
|
||
#user_menu ul {
|
||
font-size: 2em;
|
||
margin: .75em 0;
|
||
}
|
||
|
||
.template_info dl { font-size: .8125em; }
|
||
}
|
||
|
||
|
||
/* HUGE SCREEN (e.g. desktops)
|
||
----------------------------------------------------------------- */
|
||
@media only screen and (min-width: 1400px) {
|
||
body { font-size: 1.125em; }
|
||
|
||
#banner > span { margin: 2.35em 0 1.5em 2em; }
|
||
}
|