User:Vildricianus/greyskin.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/* <pre> */

/* sidebar: compressed, no titles */
.portlet { margin:0 }
.portlet h5 { display:none }

/* sidebar: no double borders, grey background */
#p-navigation .pBody { border-bottom:none; background:#EDEDED }
#p-search .pBody { border-bottom:none; background:#EDEDED }
#p-lang .pBody { border-top:none; background:#EDEDED }
#p-tb .pBody { background:#EDEDED }

/* sidebar: list-style off */
#p-navigation li, #p-tb li, #p-lang li {
   list-style-type:none;
   list-style-image:none;
   margin:0 0 0 0; }
#p-navigation ul, #p-tb ul, #p-lang ul {
   line-height:inherit;
   margin:0 0 0 0.1em; }

/* input fields and buttons */
input { background:#F2F2F2; border:1px solid #aaa; }

/* edit field */
textarea { background:#F2F2F2; border:1px solid #aaa; }

/* personal toolbar: compressed */
#p-personal li { margin:0.2em }
#p-personal li a:hover { text-decoration:underline; background-color:#F0F0F0 }

/* tabs: compressed, grey */
#p-cactions li { margin:0 }
#p-cactions li a { background:#EDEDED }
#p-cactions li a:hover { background:#F2F2F2 }
#p-cactions li.selected { border-color:#aaa }
#p-cactions li.selected a { background:#EDEDED }

/* content: grey */
#content { background:#EDEDED }

/* background: other grey */
body { background:none; background-color:#F0F0F0 }

/* table background: whatever color the content is */
table { background:transparent }

/* some items off */
#siteNotice, #footer, #editpage-copywarn { display:none }

/* modified pre */
pre { overflow:auto; border:1px solid #aaa; }

/* user icon killed */
li#pt-userpage { background:none }

/* </pre> */