User:PopitTart/vector.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(testing)
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:


#footer {
h1 {
  /* Footer. */
font-family: 'PikminPPT' !important;
  background: url(https://pikmin.wiki.gallery/images/8/83/Vector_banner.png) no-repeat right bottom;
font-size: 2.5em !important;
  min-height: 85px;
letter-spacing: .05em;
  border-image: linear-gradient(to right, rgba(242, 255, 192, 0), rgba(242, 255, 192, 255) 10%, rgba(242, 255, 192, 255) 90%, rgba(242, 255, 192, 0)) 1;
color: #d8f0db;
  border-bottom-style: solid;
text-shadow: .07em 0 #080, 0 .07em #080, 0 -.07em #080, -.07em 0 #080,
  border-width: 10px;
.05em .05em #080, .05em -.05em #080, -.05em .05em #080, -.05em -.05em #080;
  margin-bottom: 15px;
}
 
h2 {
font-family: 'FOT-NewRodin Pro B' !important;
}
 
h3, h4 {
font-family: 'FOT-NewRodin Pro DB' !important;
}
}

Latest revision as of 21:59, August 6, 2024

h1 {
	font-family: 'PikminPPT' !important;
	font-size: 2.5em !important;
	letter-spacing: .05em;
	color: #d8f0db;
	text-shadow: .07em 0 #080, 0 .07em #080, 0 -.07em #080, -.07em 0 #080,
	.05em .05em #080,  .05em -.05em #080,  -.05em .05em #080,  -.05em -.05em #080;
}

h2 {
	font-family: 'FOT-NewRodin Pro B' !important;
}

h3, h4 {
	font-family: 'FOT-NewRodin Pro DB' !important;
}