Update admin.css
This commit is contained in:
parent
c3493f8da6
commit
3edf958731
@ -16,27 +16,23 @@ Module: admin.css
|
|||||||
@import url(common.css);
|
@import url(common.css);
|
||||||
|
|
||||||
/* small navigation on top */
|
/* small navigation on top */
|
||||||
|
|
||||||
#admin-small-nav {
|
#admin-small-nav {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 80%;
|
font-size: 80%
|
||||||
}
|
|
||||||
#admin-small-nav li {
|
|
||||||
display: inline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
#admin-small-nav li { display: inline }
|
||||||
color: #000;
|
|
||||||
}
|
h1 { color: #000 }
|
||||||
|
|
||||||
|
|
||||||
/* tab menu */
|
/* tab menu */
|
||||||
|
|
||||||
ul#admin-tabmenu {
|
ul#admin-tabmenu {
|
||||||
margin: 1em 0 0 0;
|
margin: 1em 0 0 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #999977;
|
background-color: #999977;
|
||||||
padding: 1em 1em 0 1em;
|
padding: 1em 1em 0 1em;
|
||||||
border: solid #999977;
|
border: solid #999977
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#admin-tabmenu li {
|
ul#admin-tabmenu li {
|
||||||
@ -57,12 +53,10 @@ ul#admin-tabmenu li a {
|
|||||||
background-color: #CCCCAA
|
background-color: #CCCCAA
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ul#admin-tabmenu li a:hover {
|
ul#admin-tabmenu li a:hover {
|
||||||
color: #555533;
|
color: #555533;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
background: #BBBB99 /* url('../imgs/arrow.gif') center right no-repeat} */
|
background: #BBBB99 /* url('../imgs/arrow.gif') center right no-repeat} */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#admin-tabmenu a#admin-tab-current {
|
ul#admin-tabmenu a#admin-tab-current {
|
||||||
@ -73,61 +67,46 @@ ul#admin-tabmenu a#admin-tab-current {
|
|||||||
#admin-content {
|
#admin-content {
|
||||||
border: 1px solid #999977;
|
border: 1px solid #999977;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
overflow: hidden;
|
overflow: hidden
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.admin-mainmenu-item {
|
.admin-mainmenu-item {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
clear: both;
|
clear: both
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-mainmenu-item img {
|
.admin-mainmenu-item img { padding-right: 1em }
|
||||||
padding-right: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.admin-mainmenu-item .admin-icon-descr {
|
.admin-mainmenu-item .admin-icon-descr {
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
font-style: italic
|
font-style: italic
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
input#subject {
|
|
||||||
width:100%;
|
|
||||||
font-size: 1.3em;
|
|
||||||
color: #333333;
|
|
||||||
font-weight: bold
|
|
||||||
}
|
|
||||||
|
|
||||||
/* panel container */
|
/* panel container */
|
||||||
|
#cpmain { text-align: justify; width: 100% }
|
||||||
#cpmain {
|
|
||||||
text-align: justify;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#admin-entry-categories ul {
|
#admin-entry-categories ul {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
display:block;
|
display:block;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
list-style-type: none;
|
list-style-type: none
|
||||||
}
|
}
|
||||||
|
|
||||||
#admin-bbcode-toolbar p {
|
#admin-bbcode-toolbar p {
|
||||||
display:inline;
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
line-height: 1em
|
||||||
|
}
|
||||||
|
|
||||||
|
#admin-bbcode-toolbar p img {
|
||||||
|
vertical-align: middle;
|
||||||
|
cursor: pointer
|
||||||
}
|
}
|
||||||
|
|
||||||
#admin-bbcode-toolbar select { width: 10em }
|
#admin-bbcode-toolbar select { width: 10em }
|
||||||
|
|
||||||
|
#admin-content table { border-collapse: collapse; width: 100% }
|
||||||
#admin-content table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#admin-content td {
|
#admin-content td {
|
||||||
border-bottom: solid 1px black;
|
border-bottom: solid 1px black;
|
||||||
@ -149,30 +128,41 @@ input#subject {
|
|||||||
font-style: italic
|
font-style: italic
|
||||||
}
|
}
|
||||||
|
|
||||||
input.maxsize, select.maxsize {width:100%}
|
#admin-content ul,
|
||||||
|
#admin-content fieldset ul {
|
||||||
|
margin-left: unset;
|
||||||
|
list-style: none
|
||||||
|
}
|
||||||
|
|
||||||
|
#admin-content fieldset p {
|
||||||
|
text-align: left;
|
||||||
|
line-height: 1.5em;
|
||||||
|
margin-top: 1.2em
|
||||||
|
}
|
||||||
|
|
||||||
|
.admin-entry-write #admin-content fieldset p.date { text-align: center }
|
||||||
|
|
||||||
|
#admin-content ul li::before,
|
||||||
|
#admin-content fieldset p.date::before,
|
||||||
|
#admin-content fieldset ul li::before {
|
||||||
|
content: "\00BB \0020";
|
||||||
|
}
|
||||||
|
|
||||||
#admin-bbcode-toolbar {
|
#admin-bbcode-toolbar {
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-right: 0.7%;
|
padding-right: 0.7%;
|
||||||
margin:0;
|
margin:0
|
||||||
}
|
}
|
||||||
|
|
||||||
#admin-bbcode-toolbar legend { display: none }
|
#admin-bbcode-toolbar legend { display: none }
|
||||||
|
|
||||||
#admin-content ul {
|
#admin-content ul { margin-left: 2em }
|
||||||
margin-left: 2em
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* preview settings */
|
/* preview settings */
|
||||||
#post-preview {
|
#post-preview { min-width: 54em }
|
||||||
min-width: 54.4em
|
|
||||||
}
|
|
||||||
|
|
||||||
#post-preview .entry {
|
#post-preview .entry { padding: 2em }
|
||||||
padding:2em
|
|
||||||
}
|
|
||||||
|
|
||||||
/* notifications */
|
/* notifications */
|
||||||
.draft { background-color: lightgrey }
|
.draft { background-color: lightgrey }
|
||||||
@ -184,11 +174,8 @@ input.maxsize, select.maxsize {width:100%}
|
|||||||
margin-bottom: 2em
|
margin-bottom: 2em
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* conflict with inner h1 */
|
/* conflict with inner h1 */
|
||||||
#admin-content h1 {
|
#admin-content h1 { color: black }
|
||||||
color: black
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ===== submenu ====== */
|
/* ===== submenu ====== */
|
||||||
@ -200,10 +187,7 @@ input.maxsize, select.maxsize {width:100%}
|
|||||||
padding: .1em .3em .2em
|
padding: .1em .3em .2em
|
||||||
}
|
}
|
||||||
|
|
||||||
#admin-submenu li {
|
#admin-submenu li { display: inline; font-size: 80% }
|
||||||
display:inline;
|
|
||||||
font-size: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#admin-submenu li a {
|
#admin-submenu li a {
|
||||||
padding: 0 1em ;
|
padding: 0 1em ;
|
||||||
@ -220,7 +204,7 @@ input.maxsize, select.maxsize {width:100%}
|
|||||||
border-top: 3px solid #ccc;
|
border-top: 3px solid #ccc;
|
||||||
border-left: 1px solid #ccc;
|
border-left: 1px solid #ccc;
|
||||||
border-right: 1px solid #ccc;
|
border-right: 1px solid #ccc;
|
||||||
text-decoration:none;
|
text-decoration:none
|
||||||
}
|
}
|
||||||
|
|
||||||
#admin-submenu li a.active {
|
#admin-submenu li a.active {
|
||||||
@ -230,7 +214,7 @@ input.maxsize, select.maxsize {width:100%}
|
|||||||
padding: .1em 1em .3em;
|
padding: .1em 1em .3em;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
border-top: 3px solid #bbb;
|
border-top: 3px solid #bbb;
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -253,14 +237,14 @@ input.maxsize, select.maxsize {width:100%}
|
|||||||
|
|
||||||
/* ===== ADMIN ENTRY ===== */
|
/* ===== ADMIN ENTRY ===== */
|
||||||
input#subject {
|
input#subject {
|
||||||
width: 100%;
|
width: 99%;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea.code {
|
textarea.code {
|
||||||
font-family: Lucida Console, Monaco, monospace;
|
font-family: 'Lucida Console', Monaco, monospace;
|
||||||
font-size: 90%
|
font-size: 90%
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -275,8 +259,6 @@ textarea.code {
|
|||||||
|
|
||||||
#admin-bbcode-toolbar select { width: 10em }
|
#admin-bbcode-toolbar select { width: 10em }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* #admin-content { background: url(../imgs/nib-logo.png) bottom right no-repeat } */
|
/* #admin-content { background: url(../imgs/nib-logo.png) bottom right no-repeat } */
|
||||||
|
|
||||||
#admin-content table { width: 100%; border-collapse: collapse }
|
#admin-content table { width: 100%; border-collapse: collapse }
|
||||||
@ -301,8 +283,7 @@ textarea.code {
|
|||||||
padding: 4px
|
padding: 4px
|
||||||
}
|
}
|
||||||
|
|
||||||
input.maxsize, select.maxsize { width: 100% }
|
input.maxsize, select.maxsize { width: 99% }
|
||||||
|
|
||||||
|
|
||||||
#admin-bbcode-toolbar {
|
#admin-bbcode-toolbar {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -320,10 +301,9 @@ input.maxsize, select.maxsize { width: 100% }
|
|||||||
border: none;
|
border: none;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
height: 11em;
|
height: 11em
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#plugin-table-body td { padding: 1em .6em }
|
#plugin-table-body td { padding: 1em .6em }
|
||||||
|
|
||||||
#admin-drafts {
|
#admin-drafts {
|
||||||
@ -354,46 +334,42 @@ input.maxsize, select.maxsize { width: 100% }
|
|||||||
/* ===== PREVIEW SETTINGS ===== */
|
/* ===== PREVIEW SETTINGS ===== */
|
||||||
#post-preview .entry { padding: 2em }
|
#post-preview .entry { padding: 2em }
|
||||||
|
|
||||||
|
#post-preview div.entry h2 { margin-top: 1.2em }
|
||||||
|
|
||||||
#post-preview div.entry h3 { font-size: 1.3em }
|
#post-preview div.entry h3 { font-size: 1.3em }
|
||||||
|
|
||||||
|
#post-preview div.entry h4 { margin: 1.5em 0 1em 0 }
|
||||||
|
|
||||||
#post-preview ul { list-style: none; padding: 0 0 0 1.6em }
|
#post-preview ul { list-style: none; padding: 0 0 0 1.6em }
|
||||||
|
|
||||||
#post-preview ol { list-style-position: inside; Padding: 0 1.6em 0 1.6em }
|
#post-preview ol { list-style-position: inside; Padding: 0 1.6em 0 1.6em }
|
||||||
|
|
||||||
|
|
||||||
/* ===== UPLOAD PANEL ===== */
|
/* ===== UPLOAD PANEL ===== */
|
||||||
#admin-uploader-filelist {
|
#admin-uploader-filelist { margin: 1em auto }
|
||||||
margin: 1em auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#admin-uploader-thumbs {
|
#admin-uploader-thumbs { list-style-type: none }
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#admin-uploader-thumbs li.thumb {
|
#admin-uploader-thumbs li.thumb {
|
||||||
float:left;
|
float:left;
|
||||||
width: 110px;
|
width: 110px;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
padding: 1em 4px;
|
padding: 1em 4px;
|
||||||
margin: 1em;
|
margin: 1em
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* (applies only to the inline version */
|
/* (applies only to the inline version */
|
||||||
#upload {
|
#upload { margin-top: .5em }
|
||||||
margin-top: .5em
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ===== THEME PANEL ===== */
|
/* ===== THEME PANEL ===== */
|
||||||
|
#available-themes ul li::before { content: none }
|
||||||
|
|
||||||
#current-theme h5,
|
#current-theme h5,
|
||||||
#available-themes h5 { font-size: 1em }
|
#available-themes h5 { font-size: 1em }
|
||||||
|
|
||||||
#current-theme {
|
#current-theme { margin-bottom: 4em; overflow: hidden }
|
||||||
margin-bottom: 4em;
|
|
||||||
overflow:hidden
|
|
||||||
}
|
|
||||||
|
|
||||||
#current-theme img {
|
#current-theme img {
|
||||||
float: left;
|
float: left;
|
||||||
@ -415,13 +391,12 @@ input.maxsize, select.maxsize { width: 100% }
|
|||||||
width: 300px
|
width: 300px
|
||||||
}
|
}
|
||||||
|
|
||||||
#available-themes ul li:hover {
|
#available-themes ul li:hover { background: #eee; border: 1px solid #ddd }
|
||||||
background: #eee;
|
|
||||||
border: 1px solid #ddd
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ===== WIDGET PANEL ====== */
|
/* ===== WIDGET PANEL ====== */
|
||||||
|
#admin-widgets-default ul li::before { content: none }
|
||||||
|
|
||||||
#admin-widgetset-list { width: 30em }
|
#admin-widgetset-list { width: 30em }
|
||||||
|
|
||||||
#admin-widgetset-list ul {
|
#admin-widgetset-list ul {
|
||||||
@ -475,10 +450,9 @@ li.admin-widgetset {
|
|||||||
border: 2px solid #00f;
|
border: 2px solid #00f;
|
||||||
z-index: 2000
|
z-index: 2000
|
||||||
}
|
}
|
||||||
#available-widgets ul, .admin-widgetset ul {
|
|
||||||
padding-left: 0;
|
#available-widgets ul,
|
||||||
margin-left: 0
|
.admin-widgetset ul { padding-left: 0; margin-left: 0 }
|
||||||
}
|
|
||||||
|
|
||||||
li.widget-instance,
|
li.widget-instance,
|
||||||
li.widget-class {
|
li.widget-class {
|
||||||
@ -522,7 +496,6 @@ li.widget-class {
|
|||||||
background-color:white
|
background-color:white
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.widget-instance .textinput:focus {
|
.widget-instance .textinput:focus {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
border: #f00 2px solid;
|
border: #f00 2px solid;
|
||||||
@ -530,7 +503,6 @@ li.widget-class {
|
|||||||
text-align: left
|
text-align: left
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.widgetname a,
|
.widgetname a,
|
||||||
.widgetname a:link,
|
.widgetname a:link,
|
||||||
.widgetname a:visited { color: #ddd }
|
.widgetname a:visited { color: #ddd }
|
||||||
@ -558,14 +530,14 @@ li.widget-class {
|
|||||||
text-align:right;
|
text-align:right;
|
||||||
margin-top: 1.8em;
|
margin-top: 1.8em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
font-weight: bold;
|
font-weight: bold
|
||||||
}
|
}
|
||||||
|
|
||||||
#admin-config dt label { padding-top: .2em }
|
#admin-config dt label { padding-top: .2em }
|
||||||
|
|
||||||
#admin-config dd {
|
#admin-config dd {
|
||||||
margin-left: 35%;
|
margin-left: 35%;
|
||||||
margin-top: -1.7em;
|
margin-top: -1.5em;
|
||||||
line-height: 1.5em
|
line-height: 1.5em
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -578,7 +550,8 @@ li.widget-class {
|
|||||||
|
|
||||||
#admin-config input.bigtextinput { width: 30em }
|
#admin-config input.bigtextinput { width: 30em }
|
||||||
|
|
||||||
#admin-config input.smalltextinput { width: 5em }
|
#admin-config input.smalltextinput,
|
||||||
|
#qs-number.smalltextinput { width: 5em }
|
||||||
|
|
||||||
|
|
||||||
/* ===== SPECIAL HOVERS ====== */
|
/* ===== SPECIAL HOVERS ====== */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user