MediaWiki:Common.css: Difference between revisions
From Help | Taramala
No edit summary |
No edit summary |
||
| (34 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | |||
#column-content { margin: 0 0 .6em 0; } | #column-content { margin: 0 0 .6em 0; } | ||
#content { margin: 2.8em 0 0 0; } | #content { margin: 2.8em 0 0 0; } | ||
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; } | #p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; } | ||
#p-cactions { left: .1em; } | #p-cactions { left: .1em; } | ||
# | |||
#site-navigation, #page-tools, #site-tools { display:none; } | |||
background-blend-mode: overlay; | |||
background-image: url(https://www.taramala.dev/wp-content/uploads/2020/02/geometric-bg-overlay-01.jpg),linear-gradient(135deg,#53a0fd 0%,#4161d4 100%)!important; | |||
} | |||
*/ | |||
body { | |||
background-color: #202332; | |||
/*font-family: Open Sans,Arial,sans-serif;*/ | |||
} | |||
#site-navigation, #ca-talk, #ca-nstab-main, #page-tools, #site-tools { display:none; } | |||
#p-logo { | |||
} | |||
#mw-content-container { | |||
border-bottom: solid 4px #4161d4; | |||
padding-bottom: 0px; | |||
} | |||
#mw-content-wrapper, #mw-content-block { | |||
background-blend-mode: overlay; | |||
background-image: url(https://www.taramala.com/wp-content/uploads/2020/02/geometric-bg-overlay-01.jpg),linear-gradient(135deg,#53a0fd 0%,#4161d4 100%)!important; | |||
} | |||
.color-left, .color-right { | |||
height: 0.35em; | |||
background: #4161d4; | |||
width: 50%; | |||
float: left; | |||
} | |||
.color-middle { | |||
height: 0.35em; | |||
background: #4161d4; | |||
margin-left: 15em; | |||
margin-right: 17em; | |||
} | |||
Latest revision as of 15:24, 22 June 2020
/* CSS placed here will be applied to all skins */
/*
#column-content { margin: 0 0 .6em 0; }
#content { margin: 2.8em 0 0 0; }
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
#p-cactions { left: .1em; }
#site-navigation, #page-tools, #site-tools { display:none; }
background-blend-mode: overlay;
background-image: url(https://www.taramala.dev/wp-content/uploads/2020/02/geometric-bg-overlay-01.jpg),linear-gradient(135deg,#53a0fd 0%,#4161d4 100%)!important;
}
*/
body {
background-color: #202332;
/*font-family: Open Sans,Arial,sans-serif;*/
}
#site-navigation, #ca-talk, #ca-nstab-main, #page-tools, #site-tools { display:none; }
#p-logo {
}
#mw-content-container {
border-bottom: solid 4px #4161d4;
padding-bottom: 0px;
}
#mw-content-wrapper, #mw-content-block {
background-blend-mode: overlay;
background-image: url(https://www.taramala.com/wp-content/uploads/2020/02/geometric-bg-overlay-01.jpg),linear-gradient(135deg,#53a0fd 0%,#4161d4 100%)!important;
}
.color-left, .color-right {
height: 0.35em;
background: #4161d4;
width: 50%;
float: left;
}
.color-middle {
height: 0.35em;
background: #4161d4;
margin-left: 15em;
margin-right: 17em;
}