first commit
This commit is contained in:
865
wp-content/themes/nuzi/admin/assets/css/admin-style.css
Normal file
865
wp-content/themes/nuzi/admin/assets/css/admin-style.css
Normal file
@ -0,0 +1,865 @@
|
||||
/*-----------------------------------------------------------------------------------
|
||||
/* Admin styles
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
|
||||
.updated, .error {
|
||||
display:none!important
|
||||
} /* disable the admin notices */
|
||||
#of_container {
|
||||
margin: 15px;
|
||||
width: 785px;
|
||||
position:relative;
|
||||
z-index: 0
|
||||
}
|
||||
#of_container #header {
|
||||
height: 70px;
|
||||
background:#f1f1f1;
|
||||
border: 1px solid #ccc;
|
||||
-webkit-border-radius: 6px 6px 0 0;
|
||||
-moz-border-radius: 6px 6px 0 0;
|
||||
border-radius: 6px 6px 0 0;
|
||||
background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
||||
-moz-box-shadow: inset 0 1px 0 #fff;
|
||||
-webkit-box-shadow: inset 0 1px 0 #fff;
|
||||
box-shadow: inset 0 1px 0 #fff;
|
||||
}
|
||||
#of_container #header .logo {
|
||||
float: left;
|
||||
margin:10px 20px;
|
||||
}
|
||||
#of_container #js-warning {
|
||||
color: red;
|
||||
float: left;
|
||||
margin: 20px 10px;
|
||||
width: 330px;
|
||||
}
|
||||
#of_container ul,#of_container ol {margin: 0;}
|
||||
.js #of_container #js-warning {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#of_container #header .logo h2 {
|
||||
display:inline-block;
|
||||
font-style:normal;
|
||||
padding-right:5px;
|
||||
}
|
||||
#of_container #header .logo span {
|
||||
color:#888888;
|
||||
}
|
||||
#of_container #header .icon-option {
|
||||
float: right;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
background: url(../images/icon_option.png) no-repeat;
|
||||
margin:20px 30px 0;
|
||||
}
|
||||
|
||||
#of_container #info_bar {
|
||||
background: #f3f3f3;
|
||||
border:solid #d8d8d8;
|
||||
border-bottom:1px solid #D8D8D8;
|
||||
border-width:0px 1px 1px 1px;
|
||||
padding: 6px 20px 0px 6px;
|
||||
height: 31px;
|
||||
text-align: right;
|
||||
-moz-box-shadow: inset 0 1px 0 #fcfcfc;
|
||||
-webkit-box-shadow: inset 0 1px 0 #fcfcfc;
|
||||
box-shadow: inset 0 1px 0 #fcfcfc;
|
||||
}
|
||||
|
||||
#of_container #expand_options{
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 22px;
|
||||
width: 21px;
|
||||
float: left;
|
||||
font-size:0px;
|
||||
text-indent: -9999px;
|
||||
margin: 0 0 0 10px;
|
||||
border: 1px solid #bbb;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
#of_container #info_bar .expand { background: url(../images/toggle_tabs.png) no-repeat -2px -1px; }
|
||||
#of_container #info_bar .close { background: url(../images/toggle_tabs.png) no-repeat -2px -26px; }
|
||||
#of_container #expand_options:hover {
|
||||
cursor: pointer;
|
||||
border-color: #888;
|
||||
}
|
||||
#of_container #main {
|
||||
background-color: #f1f1f1;
|
||||
border-left: 1px solid #d8d8d8;
|
||||
border-right: 1px solid #d8d8d8;
|
||||
border-bottom: 1px solid #d8d8d8;
|
||||
}
|
||||
#of_container #of-nav {
|
||||
float: left;
|
||||
position: relative;
|
||||
z-index: 9999;
|
||||
width: 160px;
|
||||
}
|
||||
#of_container #of-nav ul {
|
||||
margin:0;
|
||||
}
|
||||
#of_container #of-nav li {
|
||||
margin-bottom:0;
|
||||
-moz-box-shadow: inset 0 1px 0 #f9f9f9;
|
||||
-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
|
||||
box-shadow: inset 0 1px 0 #f9f9f9;
|
||||
margin-right: 1px;
|
||||
border-bottom: 1px solid #d8d8d8;
|
||||
}
|
||||
|
||||
#of_container #of-nav li:last-child {
|
||||
-moz-box-shadow: inset 0 1px 0 #f9f9f9, 0 1px 0 #f9f9f9;
|
||||
-webkit-box-shadow: inset 0 1px 0 #f9f9f9, 0 1px 0 #f9f9f9;
|
||||
box-shadow: inset 0 1px 0 #f9f9f9, 0 1px 0 #f9f9f9;
|
||||
}
|
||||
|
||||
#of_container #of-nav li.current {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#of_container #of-nav li a, #of_container #of-nav ul li a:link, #of-nav ul li a:visited {
|
||||
display: block;
|
||||
padding: 10px 10px 10px 40px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 13px 10px;
|
||||
font-weight:bold;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
color: #555;
|
||||
opacity: 0.5;
|
||||
}
|
||||
#of_container #of-nav ul li.current a {
|
||||
background-color: #fcfcfc;
|
||||
color: #797979;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#of_container #of-nav ul li a:hover {
|
||||
color: #d54e21;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/*menu icons - customize to your liking*/
|
||||
#of_container #of-nav li.general a{ background-image:url(../images/general.png);}
|
||||
#of_container #of-nav li.additional a{ background-image:url(../images/icon-settings.png);}
|
||||
#of_container #of-nav li.headerandfooter a{ background-image:url(../images/header-and-footer.png);}
|
||||
#of_container #of-nav li.colorsandstyling a{ background-image:url(../images/color.png);}
|
||||
#of_container #of-nav li.typography a{ background-image:url(../images/typography.png);}
|
||||
#of_container #of-nav li.socialicons a{ background-image:url(../images/social.png);}
|
||||
#of_container #of-nav li.fbtwitterapi a{ background-image:url(../images/comments-facebook-icon.png);}
|
||||
#of_container #of-nav li.customcss a {background: url(../images/custom-css.png) no-repeat;}
|
||||
#of_container #of-nav li.backupoptions a {background: url(../images/backup.png) no-repeat;}
|
||||
|
||||
#of_container #content {
|
||||
float: left;
|
||||
min-height: 500px;
|
||||
width: 595px;
|
||||
margin-left: -1px;
|
||||
padding: 0 14px;
|
||||
font-family: "Lucida Grande", Sans-serif;
|
||||
background-color: #FCFCFC;
|
||||
border-left: 1px solid #d8d8d8;
|
||||
-moz-box-shadow: inset 0 1px 0 #fff;
|
||||
-webkit-box-shadow: inset 0 1px 0 #fff;
|
||||
box-shadow: inset 0 1px 0 #fff;
|
||||
}
|
||||
#of_container #content .section {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#of_container #content .section h3.heading {
|
||||
font-family:;
|
||||
margin: 10px 0 10px 0;
|
||||
padding: 7px 0px;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
}
|
||||
#of_container #content .section .controls {
|
||||
float: left;
|
||||
width: 345px;
|
||||
margin: 0 15px 0 0;
|
||||
}
|
||||
#of_container #content .section .explain {
|
||||
float: left;
|
||||
width: 225px;
|
||||
padding: 0 10px 0 0;
|
||||
font-size: 11px;
|
||||
color: #999999;
|
||||
}
|
||||
#of_container #content .section-checkbox .controls {
|
||||
width:25px
|
||||
}
|
||||
|
||||
#of_container #content .section-multicheck .controls input.checkbox {
|
||||
}
|
||||
|
||||
#of_container #content .section-checkbox .explain {
|
||||
max-width:93%;
|
||||
}
|
||||
#of_container #content .section-color .controls {
|
||||
width:105px
|
||||
}
|
||||
#of_container #content .section-color .explain {
|
||||
width:440px
|
||||
}
|
||||
#of_container #content .section-info h3.heading {
|
||||
display:none;
|
||||
}
|
||||
#of_container #content .section-info .controls {
|
||||
margin: 20px 0 0;
|
||||
float:none;
|
||||
width: auto;
|
||||
}
|
||||
#of_container #content .section-info .controls .of-info{
|
||||
padding: 6px 10px;
|
||||
font-size: 10px;
|
||||
background-color: #757575;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#of_container #content .section-info .controls .of-info ._icon {
|
||||
height:16px; width:16px;
|
||||
margin: 0 10px 0 0;
|
||||
float: left;
|
||||
}
|
||||
#of_container #content .section-info .controls small {
|
||||
font-size: 12px
|
||||
}
|
||||
#of_container #content .section-info h3.heading {
|
||||
-webkit-border-radius: 3px 3px 0 0;
|
||||
-moz-border-radius: 3px 3px 0 0;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
#of_container #content .section-info .controls {
|
||||
-webkit-border-radius: 0 0 3px 3px;
|
||||
-moz-border-radius: 0 0 3px 3px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
}
|
||||
#of_container .sorter {margin-right: -20px;}
|
||||
#of_container .sorter ul {
|
||||
background: #F9F9F9;
|
||||
border: 1px dashed #E3E3E3;
|
||||
min-height: 40px;
|
||||
padding: 10px 10px 0;
|
||||
width: 145px;
|
||||
float: left;
|
||||
margin: 0 15px 0 0;
|
||||
}
|
||||
#of_container .sorter ul h3 {
|
||||
margin: 0 0 10px;
|
||||
text-align: center;
|
||||
color: #777;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
#of_container .sorter ul li {
|
||||
border: 1px solid #DFDFDF;
|
||||
cursor: move;
|
||||
font-weight: bold;
|
||||
margin-bottom:10px;
|
||||
padding:0 10px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
background-color: #F1F1F1;
|
||||
background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
||||
overflow: hidden;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-moz-box-shadow: inset 0 1px 0 #fff;
|
||||
-webkit-box-shadow: inset 0 1px 0 #fff;
|
||||
box-shadow: inset 0 1px 0 #fff;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
||||
#of_container #content .section-sorter li.placeholder {
|
||||
background:#f9f9f9;
|
||||
border-width:1px;
|
||||
border-style:dashed;
|
||||
height:40px;}
|
||||
|
||||
#of_container #content .section-slider li.placeholder {
|
||||
background:#f9f9f9;
|
||||
border-width:1px;
|
||||
border-style:dashed;
|
||||
height:33px;}
|
||||
|
||||
|
||||
#of_container textarea, #of_container input, #of_container select, #of_container button{
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
}
|
||||
#of_container .controls input, #of_container .controls select, #of_container .controls textarea {
|
||||
margin-bottom: 9px !important;
|
||||
background-color: #f1f1f1;
|
||||
border: 1px solid;
|
||||
border-color: #ccc #e6e6e6 #e6e6e6 #ccc;
|
||||
width: 340px;
|
||||
padding: 4px;
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
#of_container .controls input:hover, #of_container .controls textarea:hover {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
#of_container .controls input:focus, #of_container .controls textarea:focus {
|
||||
background-color: #fff;
|
||||
border-color: #ccc #e6e6e6 #e6e6e6 #ccc;
|
||||
outline:0;
|
||||
}
|
||||
|
||||
#of_container .controls .upload {
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
|
||||
#of_container .controls select {
|
||||
height: 28px;
|
||||
padding: 4px 5px;
|
||||
width: 340px
|
||||
}
|
||||
#of_container .controls textarea {
|
||||
width: 345px;
|
||||
}
|
||||
#of_container input[type=text] {
|
||||
width: 340px;
|
||||
}
|
||||
#of_container input.checkbox {
|
||||
width: 30px;
|
||||
}
|
||||
#of_container input.of-radio {
|
||||
width: 30px;
|
||||
}
|
||||
label.radio, label.multicheck {
|
||||
position: relative;
|
||||
}
|
||||
#of_container .controls .input-text-small {
|
||||
width: 60px;
|
||||
margin-right:10px
|
||||
}
|
||||
#of_container .meta-two {
|
||||
margin-right:10px
|
||||
}
|
||||
#of_container .controls .of-color {
|
||||
float:left;
|
||||
width: 70px;
|
||||
margin-left:5px; /* font-size:20px; height:34px;*/
|
||||
}
|
||||
#of_container #content .section-typography .controls {
|
||||
width:440px
|
||||
}
|
||||
#of_container #content .section-typography .explain {
|
||||
width:130px
|
||||
}
|
||||
#of_container .controls .of-typography-size {
|
||||
width:70px;
|
||||
float:left
|
||||
}
|
||||
#of_container .controls .of-typography-unit {
|
||||
width:60px;
|
||||
float:left
|
||||
}
|
||||
#of_container .controls .of-typography-face {
|
||||
width:145px;
|
||||
float:left
|
||||
}
|
||||
#of_container .controls .of-typography-style {
|
||||
width:95px;
|
||||
float:left
|
||||
}
|
||||
#of_container .controls .of-radio-img-img {
|
||||
border:3px solid #fff;
|
||||
margin:0 5px 10px 0;
|
||||
display:none;
|
||||
cursor:pointer;
|
||||
float:left;
|
||||
}
|
||||
#of_container .controls .of-radio-img-selected {
|
||||
border:3px solid #ccc
|
||||
}
|
||||
#of_container .controls .of-radio-img-img:hover {
|
||||
opacity:.8;
|
||||
}
|
||||
|
||||
#of_container .controls .of-radio-tile-img {
|
||||
width:50px;
|
||||
height:50px;
|
||||
border:3px solid #f9f9f9;
|
||||
margin:0 5px 10px 0;
|
||||
display:none;
|
||||
cursor:pointer;
|
||||
float:left;
|
||||
}
|
||||
#of_container .controls .of-radio-tile-selected {
|
||||
border:3px solid #ccc
|
||||
}
|
||||
#of_container .controls .of-radio-tile-img:hover {
|
||||
opacity:.8;
|
||||
}
|
||||
|
||||
#of_container .controls .of-border-width {
|
||||
width:70px;
|
||||
float:left
|
||||
}
|
||||
#of_container .controls .of-border-style {
|
||||
width:95px;
|
||||
float:left
|
||||
}
|
||||
#of_container .group {
|
||||
display:none;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
#of_container .group h2 {
|
||||
display:none;
|
||||
border-bottom:3px solid #e7e7e7
|
||||
}
|
||||
#of_container .controls input:focus, #of_container select:focus, #of_container textarea:focus {
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
#of_container .accept {
|
||||
background: #DBF6BE no-repeat 10px center;
|
||||
border: solid #9BBF65;
|
||||
border-width: 0px 1px 1px 1px;
|
||||
color: #060;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
#of_container .warning {
|
||||
background: #ffeeee no-repeat 10px center;
|
||||
;
|
||||
border: solid #dfbfbf;
|
||||
border-width: 0px 1px 1px 1px;
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
#of_container .update_available {
|
||||
background: #FFFEEB no-repeat 10px center;
|
||||
border: solid #CCCCCC;
|
||||
border-width: 0px 1px 1px 1px;
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
#of_container .of-save-popup {
|
||||
position:absolute;
|
||||
background:rgba(0, 0, 0, 0.5);
|
||||
color:#fff;
|
||||
font-size:24px;
|
||||
text-align:center;
|
||||
display:none;
|
||||
-webkit-border-radius: 12px;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
#of_container .of-save-popup div{
|
||||
background-repeat: no-repeat;
|
||||
background-position: 20px 50%;
|
||||
padding:30px 30px 30px 60px;
|
||||
}
|
||||
#of_container .of-save-save {
|
||||
background-image: url(../images/button_check.png);
|
||||
}
|
||||
#of_container .of-save-reset {
|
||||
background-image: url(../images/sign_warning.png);
|
||||
}
|
||||
#of_container .of-save-fail {
|
||||
background-image:url(../images/stop.png);
|
||||
}
|
||||
|
||||
#of_container .accept,
|
||||
#of_container .warning,
|
||||
#of_container .update_available,
|
||||
#of_container .of-save-popup {
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
#of_container .upload_button_div {
|
||||
margin-top:7px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#of_container .button {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border-color: #dfdfdf;
|
||||
background-color: #fff;
|
||||
margin:4px 0 4px;
|
||||
}
|
||||
|
||||
|
||||
#of_container .button:hover,#of_container .button_hover {
|
||||
border-color: #bbb;
|
||||
color: #464646;
|
||||
}
|
||||
|
||||
#of_container .button_active {
|
||||
background:#eee url(../../images/white-grad-active.png) repeat-x scroll left top;
|
||||
}
|
||||
|
||||
#of_container .image_reset_button, #of_container .mlu_remove_button {
|
||||
margin-left:10px;
|
||||
color:#ef521d;
|
||||
}
|
||||
|
||||
#of_container .image_reset_button:hover, #of_container .mlu_remove_button:hover {
|
||||
color:red;
|
||||
}
|
||||
|
||||
#of_container .upload-error {
|
||||
float:left;
|
||||
color:#666;
|
||||
font-size:10px;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
text-shadow:1px 1px 0 #FFFFFF;
|
||||
margin: 0 10px 0 0;
|
||||
padding:3px 10px;
|
||||
background:#FFDFEC;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
#of_container .reset-button {
|
||||
font-family:Arial,Verdana,sans-serif;
|
||||
float:left;
|
||||
margin:0 ;
|
||||
color: #ef521d;
|
||||
border-color: #bbb;
|
||||
}
|
||||
|
||||
#of_container .reset-button:hover { color: #ef521d; border-color: #888}
|
||||
|
||||
#of_container .slide_add_button { float:right; margin-top:10px; }
|
||||
|
||||
|
||||
#of_container .save_bar {
|
||||
background: #f3f3f3;
|
||||
border:solid #ccc;
|
||||
border-width:0px 1px 1px 1px;
|
||||
padding: 10px 20px 0px 20px;
|
||||
height: 35px;
|
||||
text-align: right;
|
||||
-webkit-border-radius: 0 0 3px 3px;
|
||||
-moz-border-radius: 0 0 3px 3px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
-moz-box-shadow: inset 0 1px 0 #fff;
|
||||
-webkit-box-shadow: inset 0 1px 0 #fff;
|
||||
box-shadow: inset 0 1px 0 #fff;
|
||||
}
|
||||
|
||||
#of_save {
|
||||
font-family: Arial,Verdana,sans-serif;
|
||||
float:right;
|
||||
}
|
||||
|
||||
#of_save:hover {
|
||||
border:1px solid #111 !important;
|
||||
}
|
||||
|
||||
#of_container .hide {
|
||||
display:none
|
||||
}
|
||||
#of_container .ajax-loading-img-top {
|
||||
margin: 5px 4px 0;
|
||||
float:left
|
||||
}
|
||||
#of_container .ajax-loading-img-bottom {
|
||||
margin: 5px 4px 0;
|
||||
}
|
||||
#of_container .ajax-reset-loading-img {
|
||||
display: block;
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
||||
#of_container .screenshot {
|
||||
max-width:340px;
|
||||
margin-bottom:9px;
|
||||
}
|
||||
|
||||
#of_container .of-uploaded-image {
|
||||
|
||||
}
|
||||
|
||||
#of_container .of-option-image {
|
||||
max-width:340px;
|
||||
padding: 5px;
|
||||
border:1px solid #e3e3e3;
|
||||
background:#f7f7f7;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
#of_container .select_wrapper {
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
||||
font-size: 12px;
|
||||
background: #F1F1F1 url(../images/select.png) no-repeat right center;
|
||||
border-color: #CCC #E6E6E6 #E6E6E6 #CCC;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
float: left;
|
||||
height: 26px;
|
||||
width: 344px;
|
||||
margin: 0;
|
||||
margin-bottom: 9px !important;
|
||||
width: 340px;
|
||||
display: block;
|
||||
color: #888;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
#of_container .select_wrapper:hover {background-color:#f9f9f9;}
|
||||
|
||||
#of_container .mini .controls select, #of_container #content .section .mini .controls, #of_container .controls .typography-size, #of_container .controls .border-width,#of_container .controls .mini,#of_container .mini .controls input, #of_container #content .mini .controls {width: 70px;}
|
||||
#of_container .controls .typography-face {width: 145px;}
|
||||
#of_container .controls .typography-style, #of_container .controls .border-style {width: 95px;}
|
||||
#of_container .controls .typography-size,#of_container .controls .typography-face,#of_container .controls .typography-style, #of_container .controls .border-width, #of_container .controls .border-style {margin-right:5px;}
|
||||
|
||||
#of_container #content .mini .explain {
|
||||
width:500px;
|
||||
}
|
||||
#of_container .of-notice {
|
||||
background: #ffd1d1;
|
||||
border:1px solid #DFDFDF;
|
||||
-moz-border-radius:8px;
|
||||
text-align: center;
|
||||
margin-bottom: 15px
|
||||
}
|
||||
|
||||
#of_container .slider li {
|
||||
width: 345px;
|
||||
border: 1px solid #dfdfdf;
|
||||
background:#f9f9f9;
|
||||
overflow:hidden;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-moz-box-shadow: inset 0 1px 0 #fff;
|
||||
-webkit-box-shadow: inset 0 1px 0 #fff;
|
||||
box-shadow: inset 0 1px 0 #fff;
|
||||
}
|
||||
|
||||
#of_container .slide_header {
|
||||
cursor:move;
|
||||
height:32px;
|
||||
padding-left:10px;
|
||||
padding-right:20px;
|
||||
line-height:32px;
|
||||
background-color: #F1F1F1;
|
||||
margin: 1px 0 -1px 0;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
||||
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
||||
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
||||
overflow:hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#of_container .slide_body {
|
||||
display:none;
|
||||
padding:10px 10px 10px 11px;
|
||||
}
|
||||
|
||||
|
||||
#of_container .slider li input,#of_container .slider li textarea,#of_container .slider li .screenshot,#of_container .slider li .of-option-image {
|
||||
width:311px;
|
||||
}
|
||||
|
||||
#of_container a.slide_edit_button, #of_container a.slide_delete_button {
|
||||
text-indent:-9999px;
|
||||
font-size:0;
|
||||
}
|
||||
#of_container a.slide_edit_button {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width:32px;
|
||||
height:32px;
|
||||
background: url(../images/dropdown-arrow.png) no-repeat 9px -28px;
|
||||
}
|
||||
#of_container a:hover.slide_edit_button {
|
||||
background: url(../images/dropdown-arrow.png) no-repeat 9px 11px;}
|
||||
|
||||
#of_container a.slide_delete_button {
|
||||
float: right;
|
||||
margin: 0 0 0 7px;
|
||||
width:16px;
|
||||
height:16px;
|
||||
background: url(../images/icon-delete.png) no-repeat
|
||||
}
|
||||
|
||||
#of_container .select_wrapper span {
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
z-index: 2;
|
||||
padding-left: 6px;
|
||||
position:absolute;
|
||||
left:0;
|
||||
}
|
||||
|
||||
#of_container .select_wrapper .select {
|
||||
cursor: pointer;
|
||||
height: 28px;
|
||||
margin: 0;
|
||||
-moz-opacity: 0;
|
||||
filter: alpha(opacity: 0);
|
||||
opacity: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
width: inherit;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
#of_backup {
|
||||
margin: 40px 20px;
|
||||
width: 600px;
|
||||
}
|
||||
#of_backup textarea {
|
||||
margin-bottom: 9px !important;
|
||||
background-color: #F1F1F1;
|
||||
border: 1px solid;
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
border-color: #CCC #E6E6E6 #E6E6E6 #CCC;
|
||||
}
|
||||
|
||||
#of_container #content .section-backup .controls { width: 80%}
|
||||
#of_container #content .section-backup .explain {
|
||||
display:none
|
||||
}
|
||||
#of_container #content .section-backup .backup-box {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
#of_container #content .section-backup .instructions {
|
||||
margin: 0 0 10px;
|
||||
color: #777;
|
||||
}
|
||||
#of_container #content .section-backup .button, #of_container #content .section-transfer .button {
|
||||
margin: 0 25px 0 0;
|
||||
}
|
||||
|
||||
/* google fonts previewer field style */
|
||||
#of_container p.google_font_preview{
|
||||
display: block;
|
||||
border: 1px dotted lightgray;
|
||||
float: left;
|
||||
padding: 10px;
|
||||
font-size: 10pt;
|
||||
width: 318px;
|
||||
height: auto;
|
||||
margin: 0 0 10px 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.temphide {display:none;}
|
||||
/*-------------------------------------------------------------------------------------------*/
|
||||
/* GENERAL STYLES */
|
||||
/*-------------------------------------------------------------------------------------------*/
|
||||
|
||||
/* http://sonspring.com/journal/clearing-floats */
|
||||
|
||||
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
|
||||
background: none;
|
||||
border: 0;
|
||||
clear: both;
|
||||
display: block;
|
||||
float: none;
|
||||
font-size: 0;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------------------------*/
|
||||
/* Tipsy
|
||||
/*-------------------------------------------------------------------------------------------*/
|
||||
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
|
||||
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
|
||||
|
||||
/* Rounded corners */
|
||||
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
|
||||
|
||||
/* Uncomment for shadow */
|
||||
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
|
||||
|
||||
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
|
||||
|
||||
/* Rules to colour arrows */
|
||||
.tipsy-arrow-n { border-bottom-color: #000; }
|
||||
.tipsy-arrow-s { border-top-color: #000; }
|
||||
.tipsy-arrow-e { border-left-color: #000; }
|
||||
.tipsy-arrow-w { border-right-color: #000; }
|
||||
|
||||
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
|
||||
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
|
||||
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
|
||||
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
|
||||
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
|
||||
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
|
||||
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
|
||||
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------------------------*/
|
||||
/* Switch
|
||||
/*-------------------------------------------------------------------------------------------*/
|
||||
/*p.switch-options{ margin: 0; }*/
|
||||
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.gif) repeat-x; display: block; float: left; }
|
||||
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
|
||||
.cb-enable span { background-position: left -90px; padding: 0 10px; }
|
||||
.cb-disable span { background-position: right -180px;padding: 0 10px; }
|
||||
.cb-disable.selected { background-position: 0 -30px; }
|
||||
.cb-disable.selected span { background-position: right -210px; color: #fff; }
|
||||
.cb-enable.selected { background-position: 0 -60px; }
|
||||
.cb-enable.selected span { background-position: left -150px; color: #fff; }
|
||||
.switch-options label { cursor: pointer; }
|
||||
.switch-options input { display: none; }
|
||||
.cb-enable span, .cb-disable span{
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}/*disable text selection*/
|
177
wp-content/themes/nuzi/admin/assets/css/colorpicker.css
Normal file
177
wp-content/themes/nuzi/admin/assets/css/colorpicker.css
Normal file
@ -0,0 +1,177 @@
|
||||
.colorpicker {
|
||||
width: 356px;
|
||||
height: 176px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
background: url(../images/colorpicker/colorpicker_background.png);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
display: none;
|
||||
}
|
||||
.colorpicker_color {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
left: 14px;
|
||||
top: 13px;
|
||||
position: absolute;
|
||||
background: #f00;
|
||||
overflow: hidden;
|
||||
cursor: crosshair;
|
||||
}
|
||||
.colorpicker_color div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
background: url(../images/colorpicker/colorpicker_overlay.png);
|
||||
}
|
||||
.colorpicker_color div div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
overflow: hidden;
|
||||
background: url(../images/colorpicker/colorpicker_select.gif);
|
||||
margin: -5px 0 0 -5px;
|
||||
}
|
||||
.colorpicker_hue {
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
left: 171px;
|
||||
width: 35px;
|
||||
height: 150px;
|
||||
cursor: n-resize;
|
||||
}
|
||||
.colorpicker_hue div {
|
||||
position: absolute;
|
||||
width: 35px;
|
||||
height: 9px;
|
||||
overflow: hidden;
|
||||
background: url(../images/colorpicker/colorpicker_indic.gif) left top;
|
||||
margin: -4px 0 0 0;
|
||||
left: 0px;
|
||||
}
|
||||
.colorpicker_new_color {
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
height: 30px;
|
||||
left: 213px;
|
||||
top: 13px;
|
||||
background: #f00;
|
||||
}
|
||||
.colorpicker_current_color {
|
||||
position: absolute;
|
||||
width: 60px;
|
||||
height: 30px;
|
||||
left: 283px;
|
||||
top: 13px;
|
||||
background: #f00;
|
||||
}
|
||||
.colorpicker input {
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #898989;
|
||||
top: 4px;
|
||||
right: 11px;
|
||||
text-align: right;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 12px;
|
||||
}
|
||||
.colorpicker_hex {
|
||||
position: absolute;
|
||||
width: 72px;
|
||||
height: 22px;
|
||||
background: url(../images/colorpicker/colorpicker_hex.png) top;
|
||||
left: 212px;
|
||||
top: 142px;
|
||||
}
|
||||
.colorpicker_hex input {
|
||||
right: 6px;
|
||||
}
|
||||
.colorpicker_field {
|
||||
height: 22px;
|
||||
width: 62px;
|
||||
background-position: top;
|
||||
position: absolute;
|
||||
}
|
||||
.colorpicker_field span {
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 22px;
|
||||
overflow: hidden;
|
||||
top: 0;
|
||||
right: 0;
|
||||
cursor: n-resize;
|
||||
}
|
||||
.colorpicker_rgb_r {
|
||||
background-image: url(../images/colorpicker/colorpicker_rgb_r.png);
|
||||
top: 52px;
|
||||
left: 212px;
|
||||
}
|
||||
.colorpicker_rgb_g {
|
||||
background-image: url(../images/colorpicker/colorpicker_rgb_g.png);
|
||||
top: 82px;
|
||||
left: 212px;
|
||||
}
|
||||
.colorpicker_rgb_b {
|
||||
background-image: url(../images/colorpicker/colorpicker_rgb_b.png);
|
||||
top: 112px;
|
||||
left: 212px;
|
||||
}
|
||||
.colorpicker_hsb_h {
|
||||
background-image: url(../images/colorpicker/colorpicker_hsb_h.png);
|
||||
top: 52px;
|
||||
left: 282px;
|
||||
}
|
||||
.colorpicker_hsb_s {
|
||||
background-image: url(../images/colorpicker/colorpicker_hsb_s.png);
|
||||
top: 82px;
|
||||
left: 282px;
|
||||
}
|
||||
.colorpicker_hsb_b {
|
||||
background-image: url(../images/colorpicker/colorpicker_hsb_b.png);
|
||||
top: 112px;
|
||||
left: 282px;
|
||||
}
|
||||
.colorpicker_submit {
|
||||
position: absolute;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
background: url(../images/colorpicker/colorpicker_submit.png) top;
|
||||
left: 322px;
|
||||
top: 142px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.colorpicker_focus {
|
||||
background-position: center;
|
||||
}
|
||||
.colorpicker_hex.colorpicker_focus {
|
||||
background-position: bottom;
|
||||
}
|
||||
.colorpicker_submit.colorpicker_focus {
|
||||
background-position: bottom;
|
||||
}
|
||||
.colorpicker_slider {
|
||||
background-position: bottom;
|
||||
}
|
||||
|
||||
.colorSelector {
|
||||
position: relative;
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
background: url(../images/colorpicker/select.png);
|
||||
float:left;
|
||||
}
|
||||
.colorSelector div {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: 3px;
|
||||
width: 21px;
|
||||
height: 19px;
|
||||
background: url(../images/colorpicker/select.png) center;
|
||||
}
|
85
wp-content/themes/nuzi/admin/assets/css/jquery-ui-custom.css
Normal file
85
wp-content/themes/nuzi/admin/assets/css/jquery-ui-custom.css
Normal file
@ -0,0 +1,85 @@
|
||||
/*
|
||||
* jQuery UI CSS Framework 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Theming/API
|
||||
*/
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden { display: none; }
|
||||
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
||||
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
||||
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
||||
.ui-helper-clearfix { display: inline-block; }
|
||||
/* required comment for clearfix to work in Opera \*/
|
||||
* html .ui-helper-clearfix { height:1%; }
|
||||
.ui-helper-clearfix { display:block; }
|
||||
/* end clearfix */
|
||||
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled { cursor: default !important; }
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
|
||||
|
||||
/*
|
||||
* jQuery UI Slider 1.8.14
|
||||
*
|
||||
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Slider#theming
|
||||
*/
|
||||
.ui-slider { position: relative; text-align: left; background:#ccc; border-radius:2px; width:200px; display:inline-block; margin-right:10px; border: 1px solid #999; }
|
||||
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 28px; height: 28px; cursor: pointer; background:url(../images/handle.png) no-repeat center center; border:0; }
|
||||
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
||||
|
||||
.ui-slider-horizontal {
|
||||
height: .8em;
|
||||
background: #8fc4ef; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #8fc4ef 0%, #629bd2 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc4ef), color-stop(100%,#629bd2)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #8fc4ef 0%,#629bd2 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #8fc4ef 0%,#629bd2 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #8fc4ef 0%,#629bd2 100%); /* IE10+ */
|
||||
background: linear-gradient(top, #8fc4ef 0%,#629bd2 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc4ef', endColorstr='#629bd2',GradientType=0 ); /* IE6-9 */
|
||||
|
||||
border:1px solid #0088F7;
|
||||
border-color:#0088F7 #0088F7 #2B5893;
|
||||
|
||||
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(255,255,255,.2);
|
||||
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(255,255,255,.2);
|
||||
box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(255,255,255,.2);
|
||||
}
|
||||
.ui-slider-horizontal .ui-slider-handle { top: -9px; margin-left: -12px; }
|
||||
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
||||
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
||||
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
||||
|
||||
|
||||
.ui-slider-vertical { width: .8em; height: 100px; }
|
||||
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
||||
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
||||
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
||||
.ui-slider-vertical .ui-slider-range-max { top: 0; }
|
Reference in New Issue
Block a user