Advertisement
sandy786

admin-style.css of magazine style by wrock.org

Oct 17th, 2013
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.29 KB | None | 0 0
  1. /*-------------------------------------------------------------------------------------------*/
  2. /* Magazine Style Admin Styles CSS */
  3. /*-------------------------------------------------------------------------------------------*/
  4. #donate-form {
  5. background: #FFF;
  6. overflow: hidden;
  7. width: 100%;
  8. padding: 6px;
  9. }
  10. .donlogo{
  11. float:left;
  12. padding-right: 22px;
  13. }
  14. .donbut{
  15. padding-left: 14%;
  16. }
  17. .dontext{
  18. float: right;
  19. border-left: 1px solid;
  20. padding-left: 20px;
  21. font-weight: bold;
  22. font-size: 11px;
  23. color: #5200FF;
  24. }
  25. .dt {
  26. overflow: hidden;
  27. background-origin: padding-box;
  28. width: 1000px;
  29. box-shadow:
  30. #DDD 0px 0px 5px 5px;
  31. margin-top: 20px;
  32. }
  33.  
  34. .dt .button-secondary {
  35. font-weight: bold;
  36. color: green;
  37. }
  38. #of-option-generalsettings-tab{
  39. background-image: url("../images/tools.png");
  40. padding-left: 28px;
  41. background-repeat: no-repeat;
  42. background-position: 2% 10px;
  43. font-weight: 700;
  44. border-top: 1px solid #CCC;
  45. width: 160px;
  46. }
  47. #of-option-adsmanagement-tab{
  48. background-image: url("../images/layout.png");
  49. padding-left: 28px;
  50. background-repeat: no-repeat;
  51. background-position: 2% 10px;
  52. font-weight: 700;
  53. }
  54. #of-option-customcss-tab{
  55. background-image: url("../images/style.png");
  56. padding-left: 28px;
  57. background-repeat: no-repeat;
  58. background-position: 2% 10px;
  59. font-weight: 700;
  60. }
  61. #of-option-socialmedia-tab{
  62. background-image: url("../images/graph.png");
  63. padding-left: 28px;
  64. background-repeat: no-repeat;
  65. background-position: 2% 10px;
  66. font-weight: 700;
  67. }
  68.  
  69. .alignleft {
  70. float: left;
  71. }
  72. .req {
  73. padding: 10px 0 0 0;
  74. }
  75.  
  76.  
  77.  
  78. .clearfix{
  79.     clear:both;
  80. }
  81. #donate-form input[type="text"] {
  82. padding: .45em .2em;
  83. width: 10em;
  84. background: #FDF9F1;
  85.  
  86. }
  87.  
  88. .wrap{
  89.     width: 1000px;
  90.     margin-top: 15px;
  91.     border: 1px solid #cccccc;
  92. }
  93. .nav-tab-wrapper{
  94.     float: left;
  95.     position: relative;
  96.     margin-bottom: 0;
  97.     z-index: 100;
  98.     width: 20%;
  99.     display: block;
  100.     overflow: hidden;
  101. }
  102. .metabox-holder{
  103.     padding-top:0 !important;
  104.     border-top: 1px solid #ccc;
  105. }
  106. .nav-tab-wrapper .nav-tab{
  107.     border:none;
  108.     font-size: 13px;
  109.     padding-bottom:10px;
  110.     padding-top:10px;
  111.     display:inline-block;
  112.     color:#797979;
  113.     font-family: Georgia,Serif;
  114.     width:200px;
  115. }
  116. .nav-tab-wrapper .nav-tab-list:first-child .nav-tab{
  117.     border:none;
  118. }
  119. .nav-tab-wrapper .nav-tab-active, .nav-tab-wrapper .nav-tab:hover{
  120.     background:#fff;
  121.     width: 174px;
  122. }
  123. .nav-tab-wrapper .nav-tab-active{
  124.     color:#2479a2;  
  125. }
  126. #optionsframework .group h2{
  127.     padding-top: 8px;
  128.     padding-left: 10px;
  129.     color: #06AFE4;
  130. }
  131. #header{
  132.     background: url(../images/Settings.png) no-repeat 11px 44% #333;
  133.     padding-top: 14px;
  134.     padding-bottom:21px;
  135.     color: #FFF;
  136. }
  137. #header h2{
  138.     color: #FFF;
  139. }
  140. #header .logo{
  141.     margin-left: 50px;
  142. }
  143. #header .icon-option {
  144.     float: right;
  145.     height: 50px;
  146.     width: 178px;
  147.     background: url(../images/logo.png) no-repeat;
  148.     margin-top: -45px;
  149. }
  150. .nav-tab-wrapper .nav-tab-list{
  151.     padding-bottom: 1px;
  152.     border-bottom: 1px solid #ccc;
  153.     display: block;
  154.    width:200px;
  155.     margin-bottom: 0;
  156. }
  157. .updated {
  158.     max-width:764px;
  159.     margin-bottom:0px !important;
  160. }
  161. #optionsframework {
  162.     position:relative;
  163.     z-index: 0;
  164.     max-width:1000px;
  165.     background:#f1f1f1;
  166. }
  167. #optionsframework .content input, #optionsframework .content select, #optionsframework .content textarea {
  168.     margin-bottom: 9px !important;
  169.     background-color: #f1f1f1;
  170.     border: 1px solid;
  171.     border-color: #ccc #e6e6e6 #e6e6e6 #ccc;
  172.     width: 340px;  
  173.     font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  174.     font-size: 12px;
  175. }
  176. #optionsframework .content input:focus, #optionsframework .content select:focus, #optionsframework .content textarea:focus {
  177.     background-color: #fff;
  178. }
  179. #optionsframework .content{
  180.     margin-left: 200px;
  181.     border-left: 1px solid #ccc;
  182.     padding-left:10px;
  183.     background: #fff;
  184. }
  185. #optionsframework p {
  186.     margin-bottom:0;
  187.     padding-bottom:10px;
  188. }
  189. #optionsframework .section {
  190.     padding:10px 10px 0;
  191. }
  192. #optionsframework .group {
  193.     padding-bottom:40px;
  194. }
  195. #optionsframework .section .heading {
  196.     padding:10px 0px;
  197.     margin:0 0 15px;
  198.     border-bottom: 1px solid #dfdfdf;
  199. }
  200. #optionsframework .section .controls {
  201.     float: left;
  202.     min-width:350px;
  203.     width: 54%;
  204.     padding-right:2%;
  205. }
  206. #optionsframework .section .explain {
  207.     max-width:38%;
  208.     float: left;
  209.     font-size: 12px;
  210.     line-height:16px;
  211.     color: #777;
  212. }
  213. #optionsframework .section-checkbox .controls {
  214.     width: 98%;
  215. }
  216. #optionsframework .section-checkbox .explain {
  217.     max-width:94%;
  218. }
  219. #optionsframework .section-color .controls {
  220.     min-width:125px;
  221.     width:125px
  222. }
  223. #optionsframework .controls input, #optionsframework .controls select, #optionsframework .controls textarea {
  224.     margin-bottom:10px;
  225.     width:100%;
  226. }
  227. #optionsframework .section-radio label, #optionsframework .section-multicheck label {
  228.     float:left;
  229.     max-width:90%;
  230.     line-height: 16px;
  231.     margin-bottom: 5px;
  232. }
  233. #optionsframework input.checkbox, #optionsframework input.of-radio {
  234.     width: 30px;
  235.     float:left;
  236.     clear:both;
  237. }
  238. #optionsframework .controls .of-color {
  239.     float:left;
  240.     width: 80px;
  241.     margin-left:5px;
  242.     margin-right:5px;
  243. }
  244. #optionsframework .controls .of-typography-size {
  245.     width:80px;
  246.     margin-left:5px;
  247.     float:left
  248. }
  249. #optionsframework .controls .of-typography-unit {
  250.     width:50px;
  251.     margin-left:5px;
  252.     float:left
  253. }
  254. #optionsframework .controls .of-typography-face {
  255.     width:100px;
  256.     margin-left:5px;
  257.     float:left
  258. }
  259. #optionsframework .controls .of-typography-style {
  260.     width:80px;
  261.     margin-left:5px;
  262.     margin-right:5px;
  263.     float:left
  264. }
  265. #optionsframework .of-background-properties {
  266.     clear:both;
  267.     margin-top: 18px;  
  268. }
  269. #optionsframework .controls .of-background-repeat {
  270.     width:125px;
  271.     margin-right:5px;
  272.     float:left
  273. }
  274. #optionsframework .controls .of-background-position {
  275.     width:125px;
  276.     margin-right:5px;
  277.     float:left
  278. }
  279. #optionsframework .controls .of-background-attachment {
  280.     width:125px;
  281.     margin-right:5px;
  282.     float:left
  283. }
  284. #optionsframework div.section-background .controls input.upload {
  285.     width:47%;
  286. }
  287. #optionsframework .controls .of-radio-img-img {
  288.     border:3px solid #f9f9f9;
  289.     margin:0 5px 10px 0;
  290.     display:none;
  291.     cursor:pointer;
  292.     float:left;
  293. }
  294. #optionsframework .controls .of-radio-img-selected {
  295.     border:3px solid #ccc
  296. }
  297. #optionsframework .controls .of-radio-img-img:hover {
  298.     opacity:.8;
  299. }
  300. #optionsframework .controls .of-border-width {
  301.     width:80px;
  302.     float:left
  303. }
  304. #optionsframework .controls .of-border-style {
  305.     width:120px;
  306.     float:left
  307. }
  308. #optionsframework .hide {
  309.     display:none;
  310. }
  311. #optionsframework .of-option-image {
  312.     max-width:340px;
  313.     margin:3px 0 18px 0;
  314. }
  315. #optionsframework .mini .controls select, #optionsframework .section .mini .controls {
  316.     width: 140px;
  317. }
  318. #optionsframework .mini .controls input, #optionsframework .mini .controls {
  319.     min-width:140px;
  320.     width: 140px;
  321. }
  322. #optionsframework .mini .explain {
  323.     max-width:74%;
  324. }
  325. /* Image Uploader */
  326.  
  327. #optionsframework .controls input.upload {
  328.     width:100%;
  329. }
  330. #optionsframework .controls input.upload_button {
  331.     float:right;
  332.     width:68px;
  333.     border-color:#BBBBBB;
  334.     cursor:pointer;
  335. }
  336. #optionsframework .controls input.upload_button:hover {
  337.     border-color:#666666;
  338.     color:#000;
  339. }
  340. #optionsframework .screenshot {
  341.     float:left;
  342.     margin-left:1px;
  343.     position:relative;
  344.     width:344px;
  345.     margin-top:3px;
  346. }
  347. #optionsframework .screenshot img {
  348.     background:#FAFAFA;
  349.     border-color:#ccc #eee #eee #ccc;
  350.     border-style:solid;
  351.     border-width:1px;
  352.     float:left;
  353.     max-width:334px;
  354.     padding:4px;
  355.     margin-bottom:10px;
  356. }
  357. #optionsframework .screenshot .mlu_remove {
  358.         border:medium none;
  359.     bottom:4px;
  360.     display:block;
  361.     float:left;
  362.     height:16px;
  363.     padding:0;
  364.     position:absolute;
  365.     left:-4px;
  366.     text-indent:-9999px;
  367.    
  368. }
  369. #optionsframework .screenshot .no_image .file_link {
  370.     margin-left: 20px;
  371. }
  372. #optionsframework .screenshot .no_image .mlu_remove {
  373.     bottom: 0px;
  374. }
  375. #optionsframework .reset-button {
  376.     float:left;
  377.     cursor:pointer;
  378.     background: #DC3030;
  379.     border: none;
  380.     color: #ffffff;
  381.     text-shadow: none;
  382. }
  383. #optionsframework .reset-button:hover {
  384.     float:left;
  385.     cursor:pointer;
  386.     background: #359BED;
  387. }
  388.  
  389. /* Bottom Section */
  390. #optionsframework-submit {
  391.     padding: 7px 10px;
  392.     border-top: 1px solid #ccc;
  393.     background-color: #F1F1F1;
  394.     background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
  395. }
  396. #optionsframework .button-primary {
  397.     float:right;
  398.     background: #5FB435;
  399.     border: none;
  400. }
  401. #optionsframework .button-primary:hover{
  402.     float:right;
  403.     background: #359BED;
  404.     border: none;
  405. }
  406. #wrap .of-save-popup {
  407.     position:absolute;
  408.     -moz-border-radius:12px;
  409.     background:rgba(0, 0, 0, 0.4);
  410.     color:#fff;
  411.     font-size:24px;
  412.     text-align:center;
  413.     display:none
  414. }
  415. #wrap .of-save-save {
  416.     background:url(../images/accept.png) 20px 50% no-repeat;
  417.     padding:30px 30px 30px 70px
  418. }
  419. #wrap .of-save-reset {
  420.     background:url(../images/warning.png) 20px 50% no-repeat;
  421.     padding:30px 30px 30px 70px
  422. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement