Difference between revisions of "MediaWiki:Vector.css"

From PKC
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
h1 {
  color: brown;
  text-align: left;
}


.pageWiseDivision {
.pageWiseDivision {
Line 23: Line 18:


.myDiv {
.myDiv {
   border: 5px outset red;
   border: 5px outset yellow;
   background-color: lightblue;  
   background-color: lightblue;  
   text-align: center;
   text-align: center;
}
}


body, html {
.certificate_body {
              margin: 0;
  color: black;
              padding: 0;
  display: table;
          }
  font-family: Georgia, serif;
          body {
  font-size: 24px;
              color: black;
  text-align: center;
              display: table;
}
              font-family: Georgia, serif;
.container {
              font-size: 24px;
  border: 20px solid tan;
              text-align: center;
  width: 750px;
          }
  height: 563px;
          .container {
  display: table-cell;
              border: 20px solid tan;
  vertical-align: middle;
              width: 750px;
}
              height: 563px;
.logo {
              display: table-cell;
  color: tan;
              vertical-align: middle;
}
          }
.marquee {
          .logo {
  color: tan;
              color: tan;
  font-size: 48px;
          }
  margin: 20px;
          .marquee {
}
              color: tan;
.assignment {
              font-size: 48px;
  margin: 20px;
              margin: 20px;
}
          }
.person {
          .assignment {
  border-bottom: 2px solid black;
              margin: 20px;
  font-size: 32px;
          }
  font-style: italic;
          .person {
  margin: 20px auto;
              border-bottom: 2px solid black;
  width: 400px;
              font-size: 32px;
}
              font-style: italic;
.reason {
              margin: 20px auto;
  margin: 20px;
              width: 400px;
}
          }
          .reason {
              margin: 20px;
          }

Latest revision as of 11:25, 5 January 2022

/* All CSS here will be loaded for users of the Vector skin */

.pageWiseDivision {
  width: 60em;
  height: 85em;
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 6px;
}

.shadowbox {
  width: 15em;
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}

.myDiv {
  border: 5px outset yellow;
  background-color: lightblue; 
  text-align: center;
}

.certificate_body {
   color: black;
   display: table;
   font-family: Georgia, serif;
   font-size: 24px;
   text-align: center;
}
.container {
   border: 20px solid tan;
   width: 750px;
   height: 563px;
   display: table-cell;
   vertical-align: middle;
}
.logo {
   color: tan;
}
.marquee {
   color: tan;
   font-size: 48px;
   margin: 20px;
}
.assignment {
   margin: 20px;
}
.person {
   border-bottom: 2px solid black;
   font-size: 32px;
   font-style: italic;
   margin: 20px auto;
   width: 400px;
}
.reason {
   margin: 20px;
}