Registered User mNo edit summary |
Registered User mNo edit summary |
||
Line 22: | Line 22: | ||
.portalbox { | .portalbox { | ||
float: left; | float: left; | ||
width: | width: 200px; | ||
height: 250px; | height: 250px; | ||
padding: 10px; | padding: 10px; |
Revision as of 18:12, 6 February 2019
/* CSS placed here will be applied to all skins */
/* Hide discussions on all pages */
.bs-data-after-content-socialtopics, .bs-icon-talk {
display:none;
}
/*To hide section attachements in all wiki pages*/
/* Hide stash on all pages */
.bs-data-after-content-socialwikipagestash {
display:none;
}
/*This part is to reenable the attachment section on the page "Pagename", this must be changed to the title of the page you want the attachments to reappear. But be aware that this will break when the page is moved. The CSS must be adjusted when renaming pages that are styled this wa*/
/* Show stash on specific pages */
.page-Pagename .bs-data-after-content-socialwikipagestash {
display:inherit;
}
/*** added by NSA for portal pages***/
.portalbox {
float: left;
width: 200px;
height: 250px;
padding: 10px;
margin: 2px;
background-color: #ffffff ;
text-align: center;
}
.portalbox a {
color: #39a9dc!important;
}
/*** around 4 items per line ***/
.boxwrapper {
width: 100%;
margin: 0 auto;
float: none;
}
/*** around 3 items per line ***/
.boxwrapper3items {
width: 75%;
margin: 0 auto;
float: none;
}
/*** around 2 items per line ***/
.boxwrapper2items {
width: 75%;
margin: 0 auto;
float: none;
}
/*** around 1 item per line ***/
.boxwrapper1item {
width: 50%;
margin: 0 auto;
float: none;
}