User:Nachteule/FakeVector.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

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

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera, Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
 /* fake vector skin (kind of)) */
 /* put this in Uncyclopedias [[MediaWiki:Common.css]] to imitate (at least somehow) Wikipedias current look) */
 /* example -> see discussion */
 
 /* border-color */

 #content {border-color: #A7D7F9 !important;} 

 /* more space @top */
 
 #content {margin-top: 74px !important;}
 #p-cactions {top:47px ;}
 
 
 /* tabs (looks crappy in IE7) */
 
 #p-cactions { z-index:3 !important;}

 #p-cactions .pBody {
   background-image: none!important;
 }
  
 #p-cactions ul {
   font-size: 1.1em !important;
   background-color: transparent;
  
 }
 
 #p-cactions ul li {
   border:1px solid #a7d7f9!important;
   border-top:none!important;
   border-bottom:none!important;
   padding:10px 0px 6px 0px!important;
   margin:-2px -3px 0 -2px!important;
   background: url(http://images4.wikia.nocookie.net/de.uncyclopedia/images/a/af/FakeVectorBody.png) 0px -45px repeat-x !important;
   background-color:#6cbbf4!important;
 }
 
 #p-cactions ul li a, #p-cactions ul li.selected a {
   padding:10px 6px 6px 6px!important;
   background-color: transparent!important; 
   cursor:pointer!important;
   color:#0645ad!important;
   z-index: 3 !important;
 }
 
 #p-cactions ul li.selected a { 
   color: #333333 !important; 
   font-weight: normal !important;
   padding: 10px 8px 6px 8px !important;
   z-index: 3 !important;
 }
  
 #p-cactions ul li.new a { color:#a55858!important; }
 
 #p-cactions ul li:hover { 
   background: none white !important;
   border-bottom: none !important;
   padding-bottom: 7px !important;
   cursor: pointer!important;
 }  
 
 #p-cactions ul li.selected { 
   background-color: white  !important; 
   cursor:  pointer!important;
   border-bottom:none  !important;
   padding-bottom:7px  !important;
 }
 
 #p-cactions ul li#ca-edit, #p-cactions ul li#ca-viewsource {margin-left:80px !important;}
 
 /* move search to top-right */
 
 #p-search h5 {display: none ;}
 #searchBody {border: none ; background-color: transparent ;}
 #p-search {position: absolute ; right:0px; top: 20px ; width: auto ;}
 #searchInput {width: 14.9em;}
 
 /* font-size in search results etc. */
 
 #searchInput, .os-suggest, table.os-suggest-results {font-size:1.1em ;}
 

 /* disable monobook-book */
 
 body {
   background-image: url(http://images4.wikia.nocookie.net/de.uncyclopedia/images/a/af/FakeVectorBody.png) !important;
   background-position: center -55px !important;
   background-repeat: repeat-x !important;
   background: #f6f6f6;
 }
 
 
 
 /* Sidebar  */
 .generated-sidebar.portlet .pBody, #ratingBody, #p-tb .pBody, #p-lang .pBody, #projects .pBody {background-color: transparent ; border: none ; font-size:100% ; }
 
 .generated-sidebar.portlet h5, #p-rating h5, #p-tb h5, #p-lang h5, #projects h5 {color: #555 ; padding-left:1em; }
 
 .pBody ul {list-style-image: none ; list-style-type: none ;  list-style-position:outside; line-height: 1.6em ; margin-left:1em;}
 
 #p-Navigation h5 {display: none ;}
 
 /* one button for search (just go)) */
 
 #mw-searchButton {display:none;}
 
 /* first heading down a bit */
 
 .firstHeading {margin-top: .5em;}