MediaWiki:Vector.css

From PKC
Revision as of 11:37, 1 July 2021 by Admin (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */

h1 {
  color: brown;
  text-align: left;
}

.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 red;
  background-color: lightblue; 
  text-align: center;
}

body, html {
               margin: 0;
               padding: 0;
           }
           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;
           }