comicpress-core/css/cp-admin.css

155 lines
2.4 KiB
CSS

.cp-children {
padding-left: 20px
}
#children-0 {
padding-left: 0
}
.cp-category-info span {
cursor: move;
color: #33a;
font-size: 18px;
line-height: 22px
}
.cp-category-info span:hover {
color: #46d;
}
#ordering-zoom-slider-holder {
width: 30px;
float: left;
display: inline;
padding-top: 25px;
background: url(../images/system-search.png) top center no-repeat;
}
#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
}
#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 {
cursor: move;
background-color: #ffd7d7;
margin-bottom: 10px;
border-bottom: solid #aaa 1px;
padding-bottom: 10px
}
.enabled {
background-color: transparent
}
#ordering-refresh {
background: url(../images/view-refresh.png) top left no-repeat;
width: 16px;
height: 16px;
display: block;
margin: 8px 0 0 8px;
}
.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
}
#add-new-image-type {
font-size: 16px;
line-height: 16px;
display: block;
margin-bottom: 10px;
}
.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;
padding: 5px;
width: 100%
}
.comicpress-admin h3 {
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;
cursor: hand;
cursor: pointer
}
.comicpress-holder {
border: solid #464646 1px;
border-top: none;
padding: 0.5em
}