Open main menu

Changes

4,107 bytes added ,  12:01, 29 June 2023
no edit summary
blockquote {
overflow: hidden;
margin: 1em 0 0 0 0; padding: 0 40px30px 0 30px;
}
clear: both;
}
 
.page-Main_Page #ContributionCredits {
display: none !important;
}
 
#mp-topbanner {
/* background-image: url(https://scientowiki.com/images/a/ae/Scientonomy_Empty_Background_Narrow.png); didn't look good
background-size: 100%;*/
 
clear: both;
position: relative;
box-sizing: border-box;
width: 100%;
margin: 0em 0em 0em 0em;
min-width: 640px;
padding: 0.5em 0.5em 0.5em 1em;
border: 1px solid #ddd;
background-color: #f9f9f9;
color:#000;
white-space: nowrap;
}
 
#mp-topbanner-title {
font-size:200%;
}
 
#mp-page-count {
clear: both;
position: relative;
box-sizing: border-box;
width: 100%;
margin: 0.4em 0em 0em 0em;
min-width: 640px;
padding: 0.2em 1em 0.2em 2em;
border: 1px solid #f2e0ce;
background-color: #fffaf5;
color:#000;
font-size:85%;
text-align:right;
white-space: nowrap;
}
 
#mp-upper {
width: 100%;
margin: 0.4em 0 0 0;
min-width: 640px;
background: none;
border-spacing: 0;
}
 
.mp-h2 {
background-color: #E1E5ED;
font-family: inherit;
font-size: 120%;
font-weight: bold;
border: 1px solid #a3bfb1;
text-align: left;
color: #000;
padding: 0.1em 0.4em 0.1em 0.4em;
}
 
.MainPageBG-Left {
width: 50%;
border: 1px solid #cef2e0;
background-color: #f5fffa;
vertical-align: top;
color: #000
}
 
#mp-left {
width: 100%;
vertical-align: top;
background-color: #f5fffa;
padding: 0.3em;
}
 
.MainPageBG-Right {
width: 50%;
border: 1px solid #cef2e0;
background-color: #f5fffa;
vertical-align: top;
color: #000
}
 
#mp-right {
width:100%;
vertical-align:top;
background-color:#f5faff;
padding: 0.3em;
}
 
style="width:50%; border:1px solid #E1E5ED; background-color:#f5faff; color:#000; vertical-align:top;"
/* Unhorrify 'Changed since last visit' colors */
.navbox .mw-collapsible-toggle {
width: 6em;
}
 
.overflow-wrap-hack{
max-width:1px;
}
font-size: 88%;
line-height: 1.5em;
width: 300px;
}
 .infobox caption -title { font-size: 125%1em;
font-weight: bold;
paddingtext-align: 0center;}.2eminfobox-image { text-align: center;
}
.infobox td,
.infobox th {
vertical-align: top;
/* @noflip */
text-align: right;
width: 120px;
}
.infobox td {
vertical-align: top;
/* @noflip */
text-align: left;
word-wrap:break-word; /*old browsers*/
overflow-wrap:break-word;
}
 
.infobox.bordered {
border-collapse: collapse;
/* Styling for Template:Quote */
blockquote.templatequote div.templatequotecite {
line-height: 1.5em1em;
/* @noflip */
text-align: left;
white-space: nowrap;
}
 
/* no list of pages on the following category pages */
body.page-Category_Scientonomy_Seminar #mw-subcategories {display: none}
body.page-Category_Scientonomy_Seminar #mw-pages {display: none}
body.page-Category_Modification #mw-subcategories {display: none}
body.page-Category_Modification #mw-pages {display: none}
body.page-Category_Open_Modification #mw-subcategories {display: none}
body.page-Category_Open_Modification #mw-pages {display: none}
body.page-Category_Accepted_Modification #mw-subcategories {display: none}
body.page-Category_Accepted_Modification #mw-pages {display: none}
body.page-Category_Not_Accepted_Modification #mw-subcategories {display: none}
body.page-Category_Not_Accepted_Modification #mw-pages {display: none}
body.page-Category_Topic #mw-subcategories {display: none}
body.page-Category_Topic #mw-pages {display: none}
body.page-Category_Theory #mw-subcategories {display: none}
body.page-Category_Theory #mw-pages {display: none}
/* Pie chart test: Transparent borders */
.mw-ve-editNotice .mbox-image {
display: none;
}
 
 
/* news overflow functionality: used on mane page */
 
.sidebar-heading {
font-size: 1.1em;
padding-top: 0.5em;
padding-bottom: 0.3em;
line-height: 1.3;
}
 
.sidebar-subheading {
font-size: 1em;
line-height: 1.3;
}
 
.sidebar-box {
font-size: 0.9em;
width: 100%;
padding-top: 0.5em;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
 
.sidebar-long-text {
font-size: 1em;
width: 100%;
padding-top: 0.5em;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 16;
-webkit-box-orient: vertical;
}
 
.sidebar-read-more {
text-align: right;
font-size: 0.9em;
}
 
 
/* iframe full width support*/
 
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}