├── screenshot-1.png ├── x.css ├── wordpress-x.php └── readme.md /screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnbillion/wordpress-x/HEAD/screenshot-1.png -------------------------------------------------------------------------------- /x.css: -------------------------------------------------------------------------------- 1 | 2 | #wpadminbar { 3 | border-bottom-right-radius: 16px; 4 | border-bottom-left-radius: 16px; 5 | left: 100px; 6 | right: 100px; 7 | width: auto; 8 | } 9 | 10 | #adminmenuback { 11 | background: transparent; 12 | } 13 | 14 | #adminmenuwrap { 15 | border-bottom-right-radius: 16px; 16 | border-top-right-radius: 16px; 17 | top: 50px; 18 | } 19 | -------------------------------------------------------------------------------- /wordpress-x.php: -------------------------------------------------------------------------------- 1 |