Difference between revisions of "MyPage/kpTesting.css"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
Line 39: Line 39:
 
   text-align:left;
 
   text-align:left;
 
}
 
}
#masq-pc-badges {
+
 
  float:right;
 
  margins:20px;
 
}
 
#masq-pc-icvitals, #masq-pc-furtherinfo, #masq-pc-oocvitals {
 
  margin: 20px;
 
}
 
#masq-pc-portrait, #masq-pc-furtherinfo-pic, #masq-pc-oocvitals-pic {
 
  float:right;
 
  clear:both;
 
}
 
#masq-pc-portrait img, #masq-pc-furtherinfo-pic img, #masq-pc-oocvitals-pic img {
 
  height: auto;
 
  max-width: 98%;
 
}
 
 
#masq-pc-oocvitals {
 
#masq-pc-oocvitals {
 
   background-color:#bbb;
 
   background-color:#bbb;
Line 78: Line 64:
 
a.new, a.new:visited {
 
a.new, a.new:visited {
 
   color: #B93;
 
   color: #B93;
}
 
.clearfix::after {
 
  content: "";
 
  clear: both;
 
  display: table;
 
 
}
 
}

Revision as of 15:25, 18 August 2020

.mw-body h1.firstHeading {

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

}

  1. masq-pc-container {
 background-color:#ddd;
 border-style:solid;
 border-color:#800e0e;
 border-width:thin;

}

  1. masq-pc-title {
 font-family: "Special Elite", serif;
 font-size:2.6em;
 line-height:120px;
 text-align:center;
 font-weight:bolder;
 color:#800e0e;
 margin:20px;
 vertical-align:middle;

} h2, .my-h2 {

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

} .my-h3 {

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

} p, td, th, li {

 font-size: 16px;
 font-family: 'Candara', 'Segoe UI', sans-serif;
 vertical-align:top;
 text-align:left;

}

  1. masq-pc-oocvitals {
 background-color:#bbb;
 border-style:solid;
 border-color:#800e0e;
 padding:5px;

}

  1. masq-pc-icvitals-table, #masq-pc-oocvitals-table, th {
 vertical-align: top;
 text-align:left;

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

}