User:Temperal/monobook.css

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Waiting for the day when this is actually allowed... */

#searchInput,#wpSummary {
             opacity:0.8;
             background:#ffeeff;
             border:none;
             }
#searchInput:focus,#wpSummary:focus {
                   border:thin solid gray;
                   opacity:0.9;
                   }
#searchInput:blur,#wpSummary:blur {
                  opacity:0.8;
                  border:none;
                  }
.searchButton {
              background:lime;
              }
textarea {
             opacity:0.8;
             background:#ffeeff;
             border:thin dashed black;
         }
#wpSave,#wpPreview,#wpDiff {
                   background:lime;
                   }
 
div.pBody a,a:link,a:hover,a:visited,a:active {
                           color:black;
                           }
 
#p-personal .pBody li a,a:link,a:hover,a:visited,a:active {
              color:black;
              font-weight:bold;
              }
.portlet h5 {
            font-size:larger;
            font-weight:bold; 
           }
.wikitable,.userboxes {
            background:url(http://www.artofproblemsolving.com/Forum/latexrender/pictures/c/7/5/c757ef43b4336f33e0d379cfa59bf392c94b1506.png);
           }
body {
     background-image:url(http://i23.tinypic.com/2s16hp0.jpg);
     background-color:#7ff3ff;
     opacity:0.5;
     }
#p-logo a {
        background-image:url(http://i22.tinypic.com/2i71t6q.png) !important;
 
        }
#p-search {
          position:absolute;
          top:30px;
          right:0px;
          }
#p-search h5 {
             display:none;
             }