MediaWiki:Vector.css: Difference between revisions

From Poupedia
Jump to navigation Jump to search
Content added Content deleted
m (Protected "MediaWiki:Vector.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
mNo edit summary
Line 77: Line 77:
color: #252525 !important
color: #252525 !important
}
}



/* Background */
body {
background-color:#BEF5C2;
}
#content {
background-color: #ffebdf;
}
#mw-head{
background: src url("https://static.miraheze.org/pouwiki/f/f8/Poupedia-header.png");
color: #9BE7FF;
font-family: "Rodin", "Arial";
}

.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;
}

Revision as of 19:30, 15 June 2024

/* 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:#BEF5C2;
  }
  #content {
      background-color: #ffebdf;
  }
  #mw-head{
    background: src url("https://static.miraheze.org/pouwiki/f/f8/Poupedia-header.png");
    color: #9BE7FF;
    font-family: "Rodin", "Arial";
    }

  .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;
  }