comicpress-core/css/cp-admin.css

397 lines
5.9 KiB
CSS
Raw Permalink Normal View History

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
}
#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;
}
#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
}
.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 {
2010-02-06 23:50:17 +00:00
padding: 3px 0;
overflow: hidden
}
.comicpress-tab-holder li {
float: left;
display: inline;
margin: 0
2010-01-03 15:17:31 +00:00
}
.comicpress-tab-holder a {
padding: 5px;
background-color: #aaa;
font-size: 10px;
border-color: black;
border-style: solid;
border-width: 1px 0 0 1px;
}
2010-02-06 23:50:17 +00:00
.comicpress-tab-holder .last a {
2010-01-03 15:17:31 +00:00
border-right-width: 1px;
}
2010-02-06 23:50:17 +00:00
.ui-tabs-selected a {
2010-01-03 15:17:31 +00:00
background-color: white
}
2010-01-31 21:40:27 +00:00
.category-group-holder ul ul {
margin-left: 20px
}
.category-group-holder {
border: solid #aaa 1px;
margin: 0 0 10px;
padding: 5px;
}
.delete-category-group-holder {
float: right
}
.category-group-holder .selected {
background-color: #99ccbb
}
2010-02-06 23:50:17 +00:00
.comicpress-admin-section {
border: solid black 1px;
padding: 10px
}
.comicpress-admin-section h3 {
margin-top: 0
}
2010-03-18 03:28:52 +00:00
#post-marks-ui {
overflow: hidden;
zoom: 1;
display: none;
padding: 10px;
}
#post-slider {
width: 10px;
border: solid #aaa 1px;
position: relative;
margin-top: 10px;
float: left;
display: inline
}
#post-marks-loader {
text-align: center
}
#post-marks-holder {
width: 60px;
margin-right: 10px;
position: relative;
float: left;
display: inline
}
#post-marks-holder a {
background: #622;
border: solid #a33 1px;
position: absolute;
width: 60px;
line-height: 16px;
font-size: 11px;
color: white;
margin-top: -5px;
padding: 2px;
text-decoration: none;
display: block;
}
.ui-slider-handle {
position: absolute;
z-index: 2;
height: 12px;
width: 12px;
left: -2px;
margin-bottom: -4px;
border: solid #888 1px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background-color: #ccc;
}
#post-info {
position: absolute;
width: 50%;
border: solid #aaa 1px;
background: #f0f0f0;
padding: 0.5em;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
display: none;
overflow: hidden;
zoom: 1
}
#post-info img {
float: left;
display: inline;
margin-right: 0.3em
}
#post-info label {
display: block;
}
#mark-annotation {
color: red;
}
#mark-annotation.marked {
color: green;
}
#annotation-info {
margin-left: 130px
}
#annotation-info input, #annotation-info textarea {
width: 100%
}
#annotation-info h4 {
margin: 0.25em 0;
}
#most-recent-post {
padding: 0.2em 0 0 10%;
border-top: solid #aaa 1px;
font-style: italic;
}