User:Bamber2805/DandomStyles.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
/* CSS here will be affected to the Vector skin, not the other skins. */

/* These apply to the following pages:
 * AJAXPoll
 * User:Bamber2805/Dandom TOS
 * and more DANDOM pages */


/* MW Body */

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

/* DANDOM Footer */
#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;
}

/* Graphical borders */
#menuborder {
   border: 1px solid dimgray;
   padding: 12px;
   background-color: darkgrey;
}

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

/* Vector Tabs */
.vector-menu-tabs .selected	{ background:		unset; }
.vector-menu-tabs .selected	{ background-image:	linear-gradient(to top,darkgrey, rgba(0,0,0,0) ); }
.vector-menu-tabs li		{ background-image:	linear-gradient(to top,dimgray, rgba(0,0,0,0) ); }

@media screen {
  #mw-page-base {
    background: #515151;
  }
  body {
    background-color: #515151;
  }
}

div.topicon {
  position: absolute;
  z-index: 10;
  top:-55px;
  right: 10px;
  display: block !important;
}

/* Background colour */

div#content{
  background-color:darkgray
}

/* Userlinks thing */

#p-personal { 
	background: darkgrey;
    border: 1px solid dimgray;
    padding: 3.75px;
}

/* Headings */

#firstHeading{
	font:30px 'Helvetica', sans-serif;
}

.mw-body-content h2 {
    font: 24px 'Helvetica', sans-serif;
}

.mw-body-content h3 {
    font: 18px 'Helvetica', sans-serif;
}

.mw-body-content h4 {
    font: 16px 'Helvetica', sans-serif;
}

.mw-body-content h5 {
    font: inherit 'Helvetica', sans-serif;
}

.mw-body-content h6 {
    font: inherit 'Helvetica', sans-serif;
}