User talk:TestUser and Frontierpedia:Main Page/styles.css: Difference between pages

From Frontierpedia, the Microsoft Agent encyclopedia
(Difference between pages)
m (Adding welcome message to new user's talk page)
 
 
Line 1: Line 1:
{{Template:Welcome|realName=|name=TestUser}}
/* {{pp|small=yes}} */
.mp-box {
border: 1px solid #aaa; /* all border colors overriden on specific elements */
padding: 0 0.5em 0.5em;
margin-top: 4px;
}


-- [[User:New user message|New user message]] ([[User talk:New user message|talk]]) 23:03, 8 October 2022 (UTC)
.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
border: 1px solid #aaa; /* all border colors overriden on specific elements */
margin: 0.5em 0;
padding: 0.2em 0.4em;
font-size: 120%;
font-weight: bold;
font-family: inherit;
}
 
h2.mp-h2::after { /* Remove borders in Timeless */
border: none;
}
 
.mp-later {
font-size: 85%;
font-weight: normal;
}
 
#mp-topbanner {
background: #f9f9f9;
border-color: #ddd;
}
 
#mp-welcomecount {
text-align: center;
margin: 0.4em;
}
 
#mp-welcome {
font-size: 162%;
padding: 0.1em;
}
 
#mp-welcome h1 {
font-size: inherit;
font-family: inherit;
display: inline;
border: none;
}
 
#mp-welcome h1::after {
content: none;
}
 
#mp-free {
font-size: 95%;
}
 
#articlecount {
font-size: 85%;
}
 
/* clear fix */
.mp-contains-float::after {
  content: "";
  display: block;
  clear: both;
}
 
#mp-banner {
background: #fffaf5;
border-color: #f2e0ce;
}

Revision as of 23:42, 8 October 2022

/* Template:Pp */ .mp-box { border: 1px solid #aaa; /* all border colors overriden on specific elements */ padding: 0 0.5em 0.5em; margin-top: 4px; }

.mp-h2, body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */ border: 1px solid #aaa; /* all border colors overriden on specific elements */ margin: 0.5em 0; padding: 0.2em 0.4em; font-size: 120%; font-weight: bold; font-family: inherit; }

h2.mp-h2::after { /* Remove borders in Timeless */ border: none; }

.mp-later { font-size: 85%; font-weight: normal; }

  1. mp-topbanner {

background: #f9f9f9; border-color: #ddd; }

  1. mp-welcomecount {

text-align: center; margin: 0.4em; }

  1. mp-welcome {

font-size: 162%; padding: 0.1em; }

  1. mp-welcome h1 {

font-size: inherit; font-family: inherit; display: inline; border: none; }

  1. mp-welcome h1::after {

content: none; }

  1. mp-free {

font-size: 95%; }

  1. articlecount {

font-size: 85%; }

/* clear fix */ .mp-contains-float::after {

 content: "";
 display: block;
 clear: both;

}

  1. mp-banner {

background: #fffaf5; border-color: #f2e0ce; }