Textpattern | PHP Cross Reference | Content Management Systems |
Description: Optional user-defined custom CSS rules for this admin-side theme. Enable this file by uncommenting (or adding) the following line within your Textpattern config.php file: define('admin_custom_css', true);
1 /** 2 * Optional user-defined custom CSS rules for this admin-side theme. 3 * 4 * Enable this file by uncommenting (or adding) the following line within your 5 * Textpattern config.php file: define('admin_custom_css', true); 6 * 7 * You can uncomment any of the pre-made rules below, or add your own rules. 8 * Note: be careful not to overwrite your own custom rules when updating to a 9 * new version of Textpattern! 10 */ 11 12 13 14 /* Global 15 ========================================================================== */ 16 17 18 /** 19 * Remove Textpattern branding. 20 */ 21 22 /* .txp-header h1 { 23 padding-left: 0 !important; 24 background: none !important; 25 26 a { 27 margin-left: 0 !important; 28 } 29 } */ 30 31 32 /** 33 * Remove page headings. 34 */ 35 36 /* .txp-heading { 37 display: none !important; 38 } */ 39 40 41 42 /* Content -> Write panel 43 ========================================================================== */ 44 45 46 /** 47 * Hide the Write panel Text/HTML/Preview tabs group. 48 */ 49 50 /* #view_modes { 51 display: none !important; 52 } */ 53 54 55 /** 56 * Hide the Write panel 'Expires' group. 57 */ 58 59 /* .expires { 60 display: none !important; 61 } */ 62 63 64 /** 65 * Hide the Write panel 'Keywords' field. 66 */ 67 68 /* .keywords { 69 display: none !important; 70 } */ 71 72 73 /** 74 * Hide the Write panel 'Comment options' group. 75 */ 76 77 /* #txp-comments-group { 78 display: none !important; 79 } */ 80 81 82 /** 83 * Hide the Write panel 'Article image' group. 84 */ 85 86 /* #txp-image-group { 87 display: none !important; 88 } */ 89 90 91 /** 92 * Hide the Write panel 'Custom fields' group. 93 */ 94 95 /* #txp-custom-field-group { 96 display: none !important; 97 } */ 98 99 100 /** 101 * Hide the Write panel 'Advanced options' group. 102 */ 103 104 /* #txp-advanced-group { 105 display: none !important; 106 } */ 107 108 109 /** 110 * Hide the Write panel 'Text formatting help' group. 111 */ 112 113 /* #txp-textfilter-group { 114 display: none !important; 115 } */ 116 117 118 /** 119 * Hide the Write panel 'Recent articles' group. 120 */ 121 122 /* #txp-recent-group { 123 display: none !important; 124 } */ 125 126 127 128 /* Content -> Images panel 129 ========================================================================== */ 130 131 132 /** 133 * Hide the Images panel 'Caption' field. 134 */ 135 136 /* .edit-image-caption { 137 display: none !important; 138 } */
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
title