MediaWiki:Common.css: Difference between revisions

From Ara: History Untold Wiki
No edit summary
No edit summary
Line 48: Line 48:


#wpTextbox1 {
#wpTextbox1 {
   height: 700;
   height: 800;
  font-size: 30px;
}
}



Revision as of 22:07, 21 October 2024

/* CSS placed here will be applied to all skins */

body {
    background: 
      linear-gradient(to right, rgba(246,246,246,0.8) 0%, rgba(246,246,246,0.8) 100%),
      url('resources/assets/GrazingField.png');
    background-size: cover;
    background-attachment: fixed;
}

.vector-header {
    background: 
      linear-gradient(to right, rgba(246,246,246,0.8) 0%, rgba(246,246,246,0.8) 100%),
      url('resources/assets/GrazingField.png');
    background-size: cover;
    background-attachment: fixed;
}

#vector-sticky-header {
    background: url('resources/assets/content-bg.png');
    background-position: top;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.mw-page-container { 
    background: url('resources/assets/content-bg.png');
    background-position: top;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.vector-pinned-container {
    background-color: rgba(255,255,255,0.0);
}

.vector-sticky-pinned-container::after {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0px;
    background: linear-gradient(rgba(255, 255, 255, 0),;
    background-repeat: no-repeat;
    pointer-events: none;
}

#wpTextbox1 {
  height: 800;
}

/* 
body { background-color: #e6e6e6; }
#content { background-color: #f2f2f2; }
#footer { background-color: #f2f2f2; }

#bodyContent { background-color: #f2f2f2; }
#firstHeading { background-color: #f2f2f2; }
#catlinks { background-color: #f2f2f2; }
#mw-head-base { background-color: #f2f2f2; }
#mw-panel { background-color: #f2f2f2; }

.mw-collapsible .mw-collapsible-toggle {
    float: left;
}

.mw-collapsible-toggle-default::before,
.mw-collapsible-toggle-default::after {
    display: none;
}
*/