User:Bamber2805/RetroBlue.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
#footer {
  background: rgba(0, 0, 0, 0.67) none repeat scroll 0% 0%;
  width: 85.1%;
  padding: 0px !important;
  margin-left: auto;
  bottom: 0px !important;

  color: #C2C8CF;
}

#footer a {
  color:default;
}

#footer ul {
  padding-left: 190px;
  padding-right: 15px;
}

#footer ul li {
  color:#C2C8CF;
}

/* Background, ripped from TCRF */

@media screen {
  #mw-page-base {
    background-image: linear-gradient(#FFFFFF 45%,rgba(36, 255, 0, 0) 100%);
    background-color: transparent;
  }
  body {
    background-color: #EAFFEA;
  }
}

div.topicon {
  position: absolute;
  z-index: 10;
  top:-55px;
  right: 10px;
  display: block !important;
  
  /* Headings */
  
}
#firstHeading{
	font:30px 'Comic Sans MS', 'Chalkboard', 'Chalkboard SE', cursive;
}

.mw-body-content h2 {
    font: 24px 'Comic Sans MS', 'Chalkboard', 'Chalkboard SE', cursive;
}

.mw-body-content h3 {
    font: 18px 'Comic Sans MS', 'Chalkboard', 'Chalkboard SE', cursive;
}

.mw-body-content h4 {
    font: 16px 'Comic Sans MS', 'Chalkboard', 'Chalkboard SE', cursive;
}

.mw-body-content h5 {
    font: inherit 'Comic Sans MS', 'Chalkboard', 'Chalkboard SE', cursive;
}

.mw-body-content h6 {
    font: inherit 'Comic Sans MS', 'Chalkboard', 'Chalkboard SE', cursive;
}

/* Border colour thing, and rotated userpage */

.mw-body { border: 1px solid royalblue; }

/* Vector tabs */

.vector-menu-tabs .selected	{ background:		unset; }
.vector-menu-tabs .selected	{ background-image:	linear-gradient(to top,rgba(255,255,255,1), rgba(0,0,0,0) ); }
.vector-menu-tabs li		{ background-image:	linear-gradient(to top,rgba(45,104,194,1), rgba(0,0,0,0) ); }

/* Graphical borders, ripped from Uncyclopedia */
#menuborder {
   border: 1px solid royalblue;
   padding: 12px;
   background-color: white;
}

#mw-panel {
   border: 1px solid royalblue;
   left: -12px;
   background-color: white;
   padding-bottom: 15px;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}