Difference between revisions of "MyPage/kpTesting.css"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
}
 
}
  
p, td, th, li {
+
#template-container p,  
 +
#template-container td,  
 +
#template-container th,  
 +
#template-container li {
 
   font-size: 16px;
 
   font-size: 16px;
 
   font-family: 'Candara', 'Segoe UI', sans-serif;
 
   font-family: 'Candara', 'Segoe UI', sans-serif;
Line 44: Line 47:
 
#template-container .headerSection
 
#template-container .headerSection
 
{
 
{
font-family: "Special Elite", serif;
+
font-family: "Special Elite", serif;
 +
color:#800e0e;
 +
}
 +
 
 +
#template-container .headerSection
 +
{
 
   font-size:2.6em;
 
   font-size:2.6em;
 
   line-height:120px;
 
   line-height:120px;
 
   text-align:center;
 
   text-align:center;
 
   font-weight:bolder;
 
   font-weight:bolder;
  color:#800e0e;
 
 
   margin:20px;
 
   margin:20px;
  vertical-align:middle;
 
 
}
 
}
  
Line 66: Line 72:
 
/* ------------ Default text colors ----------------- */
 
/* ------------ Default text colors ----------------- */
 
/* ---- Applied at the end, so they only overwrite each other */
 
/* ---- Applied at the end, so they only overwrite each other */
 
#template-container h1,
 
#template-container h2,
 
#template-container h3
 
{
 
margin: 0px 0;
 
border:none;
 
}
 
  
 
a:link, a.external:link {
 
a:link, a.external:link {
Line 92: Line 90:
  
 
/* ------------------- Text for content ------------------ */
 
/* ------------------- Text for content ------------------ */
#template-container .contentText
+
 
{
 
color: #E8DABE;
 
}
 
  
 
/* Header colors and fonts */
 
/* Header colors and fonts */
Line 102: Line 97:
 
#template-container .contentText h3
 
#template-container .contentText h3
 
{
 
{
color: #E8DABE;
+
font-family: "Special Elite";
border: none;
+
color: #800e0e;
 +
font-weight: bold;
 
}
 
}
  
/* link colors */
+
#template-container .contentText h2
#template-container .contentText a
 
 
{
 
{
color: #E8DABE;
+
size: 18px;
 
}
 
}
  
#template-container .contentText strong,
+
#template-container .contentText h3
#template-container .contentText b
 
 
{
 
{
color: #E8DABE;
+
size: 16px
 
}
 
}
  
 
/* ------------------- Text for section ------------------ */
 
/* ------------------- Text for section ------------------ */
/*#template-container .sectionText
+
 
{
 
color:#000;
 
}*/
 
  
 
#template-container .sectionText h1,
 
#template-container .sectionText h1,

Latest revision as of 16:58, 18 August 2020

.mw-body h1.firstHeading {

 font-family: "Special Elite";
 color: #800e0e;
 font-weight: bold;
 font-size: 22px;

}

  1. template-container

{

 background-color:#ddd;
 border-style:solid;
 border-color:#800e0e;
 border-width:thin;

}

  1. template-container p,
  2. template-container td,
  3. template-container th,
  4. template-container li {
 font-size: 16px;
 font-family: 'Candara', 'Segoe UI', sans-serif;
 vertical-align:top;
 text-align:left;

}

/* ------------ Main Content Sections ----------------- */ /* Main body */ /*#template-container .main { background: rgba(81, 107, 105, 0.75);

}*/

/* Container for content sections */

  1. template-container .content

{ background-color:#bbb; border-style:solid; border-color:#800e0e; padding:5px; }


/* ------------ Title Box (for templates with header boxes) ----------------- */ /* Title box */

  1. template-container .headerSection

{ font-family: "Special Elite", serif; color:#800e0e; }

  1. template-container .headerSection

{

 font-size:2.6em;
 line-height:120px;
 text-align:center;
 font-weight:bolder;
 margin:20px;

}

/* Headers inside the title box */

  1. template-container .headerSection > h1

{

}

/* ------------ Misc Formatting ----------------- */


/* ------------ Default text colors ----------------- */ /* ---- Applied at the end, so they only overwrite each other */

a:link, a.external:link {

 color: #a00;

} a:visited, a.external:visited {

 color: #800e0e;

} a:hover, a.external:hover {

 color: #c00;

} a:active, a.external:active {

 color: #f00;

} a.new, a.new:visited {

 color: #B93;

}

/* ------------------- Text for content ------------------ */


/* Header colors and fonts */

  1. template-container .contentText h1,
  2. template-container .contentText h2,
  3. template-container .contentText h3

{ font-family: "Special Elite"; color: #800e0e; font-weight: bold; }

  1. template-container .contentText h2

{ size: 18px; }

  1. template-container .contentText h3

{ size: 16px }

/* ------------------- Text for section ------------------ */


  1. template-container .sectionText h1,
  2. template-container .sectionText h2,
  3. template-container .sectionText h3

{ font-family: "Special Elite"; color: #800e0e; font-weight: bold; }

  1. template-container .sectionText h2

{ size: 18px; }

  1. template-container .sectionText h3

{ size: 16px }