MediaWiki:Common.css: Difference between revisions

From Ara: History Untold Wiki
Undo revision 2524 by Z0eff (talk)
Tag: Undo
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 8: Line 8:
     background-attachment: fixed;
     background-attachment: fixed;
}
}
/*
#siteNotice {
    margin-top: 0px;
}
.vector-sitenotice-container {
display: contents;
}
*/


.vector-header {
.vector-header {
Line 18: Line 27:


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


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


.vector-sticky-pinned-container::after {
.vector-sticky-pinned-container::after {
     height: 0px;
     height: 0px;
     background: linear-gradient(rgba(255, 255, 255, 0),;
     background: transparent;
}
}



Latest revision as of 04:41, 1 November 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-small.png');
    background-size: cover;
    background-attachment: fixed;
}

/*
#siteNotice {
    margin-top: 0px;
}
.vector-sitenotice-container {
	display: contents;
}
*/

.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-small.png');
    background-size: cover;
    background-attachment: fixed;
}

#vector-sticky-header {
    background: url('resources/assets/emptybanner.png');
    background-position: top;
    background-repeat: repeat;
    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: transparent;
}

.vector-sticky-pinned-container::after {
    height: 0px;
    background: transparent;
}

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