2009-11-01 18:15:59 +00:00
|
|
|
.cp-children {
|
|
|
|
padding-left: 20px
|
|
|
|
}
|
|
|
|
|
2009-11-07 22:50:47 +00:00
|
|
|
#children-0 {
|
|
|
|
padding-left: 0
|
|
|
|
}
|
|
|
|
|
2009-11-01 18:15:59 +00:00
|
|
|
.cp-category-info span {
|
|
|
|
cursor: move;
|
2009-11-13 19:45:28 +00:00
|
|
|
color: #33a;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 22px
|
|
|
|
}
|
|
|
|
|
|
|
|
.cp-category-info span:hover {
|
|
|
|
color: #46d;
|
2009-11-01 18:15:59 +00:00
|
|
|
}
|
|
|
|
|
2009-11-03 12:55:08 +00:00
|
|
|
#ordering-zoom-slider-holder {
|
|
|
|
width: 30px;
|
2009-11-04 02:45:56 +00:00
|
|
|
float: left;
|
|
|
|
display: inline;
|
|
|
|
padding-top: 25px;
|
|
|
|
background: url(../images/system-search.png) top center no-repeat;
|
2009-11-03 12:55:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#ordering-zoom-slider {
|
|
|
|
height: 150px;
|
|
|
|
width: 6px;
|
|
|
|
border: solid #ccc 1px;
|
|
|
|
background-color: #ddd;
|
|
|
|
position: relative;
|
|
|
|
margin-left: 12px
|
|
|
|
}
|
|
|
|
|
|
|
|
#ordering-zoom-handle {
|
|
|
|
height: 4px;
|
|
|
|
width: 16px;
|
|
|
|
border: solid #999 1px;
|
|
|
|
background-color: #aaa;
|
|
|
|
position: absolute;
|
|
|
|
cursor: move;
|
|
|
|
margin-left: -6px
|
|
|
|
}
|
2009-11-04 02:45:56 +00:00
|
|
|
|
|
|
|
#comic-ordering-holder {
|
|
|
|
margin-left: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comic-ordering-holder img {
|
|
|
|
float: left;
|
|
|
|
display: inline;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comic-attachment {
|
|
|
|
overflow: hidden
|
|
|
|
}
|
|
|
|
|
|
|
|
.comic-ordering {
|
|
|
|
overflow: hidden;
|
|
|
|
border: solid #ccc 1px;
|
|
|
|
padding: 5px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cp-comic-attachment {
|
2009-11-14 00:05:41 +00:00
|
|
|
cursor: move;
|
|
|
|
background-color: #ffd7d7;
|
2009-11-17 02:53:40 +00:00
|
|
|
padding: 10px;
|
|
|
|
border: solid #DFDFDF 1px;
|
|
|
|
border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
margin-bottom: 10px
|
2009-11-14 00:05:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.enabled {
|
|
|
|
background-color: transparent
|
2009-11-04 02:45:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#ordering-refresh {
|
|
|
|
background: url(../images/view-refresh.png) top left no-repeat;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: block;
|
|
|
|
margin: 8px 0 0 8px;
|
2009-11-13 03:13:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.image-type-holder {
|
|
|
|
border: solid #aaa 1px;
|
|
|
|
margin: 10px 0;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-type-holder table {
|
|
|
|
width: 90%
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-type-editor-name input {
|
|
|
|
font-size: 1.5em;
|
|
|
|
width: 100%
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-image-type {
|
|
|
|
float: right;
|
|
|
|
display: inline;
|
|
|
|
padding: 3px;
|
|
|
|
border: solid #aaa 1px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #aaa
|
|
|
|
}
|
2009-11-13 19:45:28 +00:00
|
|
|
|
|
|
|
#add-new-image-type {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
2009-11-13 21:15:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.comic-ordering-show-associations {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #777
|
|
|
|
}
|
|
|
|
|
|
|
|
.cp-comic-info {
|
|
|
|
float: left;
|
|
|
|
display: inline;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comic-ordering-associations {
|
|
|
|
border: solid #aaa 1px;
|
2009-11-17 02:53:40 +00:00
|
|
|
padding: 0.25em;
|
2009-11-17 02:12:04 +00:00
|
|
|
}
|
|
|
|
|
2009-11-17 02:53:40 +00:00
|
|
|
.comicpress-admin h3,
|
|
|
|
.comic-ordering-show-associations {
|
2009-11-17 02:12:04 +00:00
|
|
|
border: solid #464646 1px;
|
|
|
|
padding: 0.25em;
|
|
|
|
background: #6D6D6D;
|
|
|
|
color: #FFFFFF;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
-moz-border-radius-topleft: 5px;
|
|
|
|
-moz-border-radius-topright: 5px;
|
|
|
|
margin-bottom: 0;
|
2009-11-17 02:53:40 +00:00
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: bold;
|
2009-11-17 02:12:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.comicpress-holder {
|
|
|
|
border: solid #464646 1px;
|
|
|
|
border-top: none;
|
|
|
|
padding: 0.5em
|
2009-11-17 02:53:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.comicpress-is-managing {
|
|
|
|
width: 16px;
|
|
|
|
height: 36px;
|
|
|
|
background: url(../images/comicpress-icon.png) left center no-repeat;
|
|
|
|
float: right;
|
|
|
|
display: inline
|
2009-11-17 03:30:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cp-category-info .slug {
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
color: #444
|
2009-11-18 12:02:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cp-documentation {
|
|
|
|
padding: 10px;
|
|
|
|
background-color: white;
|
|
|
|
border: solid #464646 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cp-documentation h1 {
|
|
|
|
margin: 0 0 0.5em
|
|
|
|
}
|
|
|
|
|
|
|
|
#comicpress-doc-titles {
|
|
|
|
margin: 1em 0
|
|
|
|
}
|
|
|
|
|
|
|
|
a.selected {
|
|
|
|
font-weight: bold
|
|
|
|
}
|
|
|
|
|
|
|
|
#comicpress-relative-posts {
|
|
|
|
border: solid #464646 1px;
|
2009-11-18 23:39:37 +00:00
|
|
|
border-bottom: none;
|
|
|
|
width: 65%
|
2009-11-18 12:02:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#comicpress-relative-posts th,
|
|
|
|
#comicpress-relative-posts td {
|
|
|
|
padding: 0.2em 0.75em;
|
|
|
|
border-bottom: solid #464646 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#comicpress-relative-posts th {
|
|
|
|
background-color: #b5bdf5
|
|
|
|
}
|
|
|
|
|
2009-11-18 23:39:37 +00:00
|
|
|
#comicpress-relative-post-highlighter {
|
|
|
|
float: right;
|
|
|
|
display: inline;
|
|
|
|
width: 30%
|
|
|
|
}
|
|
|
|
|
|
|
|
#comicpress-relative-post-highlighter p {
|
|
|
|
margin-top: 0
|
|
|
|
}
|
|
|
|
|
2009-11-18 12:02:51 +00:00
|
|
|
#comicpress-relative-post-highlighter code {
|
|
|
|
font-size: 14px;
|
|
|
|
cursor: help
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.highlighted td {
|
|
|
|
background-color: #ffff30
|
2009-11-18 23:39:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cp-documentation ul {
|
|
|
|
list-style-type: inherit;
|
|
|
|
margin: inherit;
|
|
|
|
padding: inherit
|
2010-01-03 15:17:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Options */
|
|
|
|
|
|
|
|
.comicpress-tab-holder {
|
|
|
|
padding: 2px 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.comicpress-tab-holder a {
|
|
|
|
padding: 5px;
|
|
|
|
background-color: #aaa;
|
|
|
|
font-size: 10px;
|
|
|
|
border-color: black;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px 0 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comicpress-tab-holder a.last {
|
|
|
|
border-right-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comicpress-tab-holder a.active {
|
|
|
|
background-color: white
|
|
|
|
}
|
|
|
|
|
|
|
|
.comicpress-admin form {
|
|
|
|
border: solid black 1px;
|
|
|
|
padding: 0 10px 10px;
|
|
|
|
}
|