MediaWiki:Vector.css

From Poupedia
Jump to navigation Jump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Import */
@font-face {
	font-family: 'Pou Font';
	src:url(https://static.miraheze.org/pouwiki/2/28/Pou-Font.ttf);
}


/* Page titles and sections titles font */
body {
	font-family: 'Pou Font';
}

.page-header__title, .mw-headline {
	font-family: 'Pou Font';
	color: #fff;
	text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
	padding: 3px;
	margin-left: 2px;
}

#firstHeading{
	font-family: 'Pou Font';
	color: #fff;
	text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
	padding: 3px;
	margin-left: 2px;
}


/* Main Page */
.mainpage-header {
    font-family: 'Pou Font';
    font-size: 22pt;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 4px #000000;
    border-radius: 5px;
    background-color: #4DFF94;
    font-weight: 300;
    text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
}
.mainpage-header-news {
    font-family: 'Pou Font';
    font-size: 22pt;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 4px #000000;
    border-radius: 5px 5px 0px 0px;
    background-color: #4DFF94;
    font-weight: 300;
    text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
}

/* Table Formatting */
table.article-table th {
    background: #4DFF94 !important;
    color:#000 !important;
    text-align: center !important;
    }

.article-table {
	text-align: center;
	margin: 0 auto;
}

/* Thumbnail */
.thumb {
    border: 1px solid #FFEBDF;
    padding: 3px !important;
    background-color: #FFEBDF !important;
    text-align: center;
    overflow: hidden;
}
.thumbcaption {
    color: #252525 !important
}



  /* Background */
  body  { 
    background-color: #00B300;
    background-image: url("https://static.miraheze.org/pouwiki/f/f8/Poupedia-header.pngd");
    color: #00ABFE;
    font-family: 'Pou Font';
  }
  #content {
      background-color: #ffebdf;
  }
  #mw-head{
    background: url("https://static.miraheze.org/pouwiki/f/f8/Poupedia-header.png");
    color: #00B300;
    font-family: 'Pou Font';
    }

  .vector-menu-tabs,
  .vector-menu-tabs a,
  .vector-menu-dropdown h3,
  #mw-head .vector-menu-dropdown h3 {
      background-image: none;
  }
  .vector-menu-tabs li {
      background-color: #ffbd94;
      background-clip: padding-box;
      border: 1px solid transparent;
      border-bottom: 0;
      margin-right: -1px;
      position: relative;
  }
  .vector-menu-tabs li:not(.selected):hover a {
      text-decoration: underline;
  }
  .vector-menu-tabs li:hover {
      z-index: 1;
  }

  .vector-menu-tabs li.selected {
      background-color: #ffebdf;
      padding-bottom: 1px;
      z-index: 2;
  }
  
  /* Style the top bar */
  #p-namespaces .mw-list-item, #p-views .mw-list-item, #p-cactions, #p-search{
  background-color:#ffebdf;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
  }
  
  #ca-unwatch, #ca-watch{
   padding-left: 6px;
   padding-right: 3px;
  }
  
  #p-namespaces{
  padding-left:0px;
  }
  
  #p-search{
  padding: 0px 15px;
  margin: 0px;
  height:40px;
  border-bottom: none;
  }
  
  #content, #left-navigation {
  margin-left: 11.5em;
  }
  
  #mw-panel {
  width: 10.5em;
  }
  
  /* Style the Sidebar */
  #mw-panel .vector-menu-content-list{
  padding: 6px;
  background-color:#ffffff;
  border-radius: 6px;
  }