User:OldBee/SkinManager.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* SkinManager */

#Skin_Manager_Div {
     display:block !important;
}

.Skin_Manager {
     border:1px solid #aaaaaa;
     font-size:0.8em;
     padding:0;
     margin-top:0.5em;margin-bottom:0.3em;
     -moz-border-radius:0.5em;-webkit-border-radius:0.5em; border-radius:0.5em;
}
#Skin_Manager_Ul {
     text-align:center;
     list-style-image:none;
     list-style-position:outside;
     list-style-type:none;
}

#Skin_Manager_Ul li {
     display:inline;
     margin:0 0 0 0;
     overflow:visible;
     padding:0 0 0.1em;
}