Difference between pages "MediaWiki:Common.css" and "System hardware assurance (glossary)"

From SEBoK
(Difference between pages)
Jump to navigation Jump to search
 
(Page Creation)
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
<blockquote>''System hardware assurance is a set of system security engineering activities undertaken to quantify and increase the confidence that electronics function as intended and only as intended throughout their life cycle, and to manage identified risks.''</blockquote>
#ca-talk { display: none !important; }
 
#ca-pdfbook { display: none !important; }
 
body.page h1.firstHeading { display:block !important; }
 
/* hiding existing toolbox */
 
/* #p-navigation, #p-tb h5, #p-tb div.body { display:none !important; } */
 
#p-navigation { display:none !important; }
 
#Toolbox { display:none; }
 
#t-recentchangeslinked { display: none; }
 
#t-upload { display: none; }
 
#t-specialpages { display: none; }
 
  
#mw-panel #p-logo > a {
+
==Sources==
width: 732px;
+
SEBoK original.
}
 
  
/* <logo year="2020"> */
+
==Discussion==
/* size and position */
+
None.
body.skin-vector div#p-logo {
 
    margin-left: 70px;
 
}
 
body.skin-vector #p-logo a {
 
background-size: contain;
 
        background-position: left center;
 
}
 
/* # adjust for medium and small */
 
@media screen and ( max-width: 768px ){
 
body.skin-vector div#p-logo {
 
    margin-left: 0;
 
}
 
body.skin-vector #p-logo a {
 
    background-position: center center;
 
    width: 320px !important;
 
}
 
}
 
/* # avoid overlapping on small */
 
@media screen and ( max-width: 576px ){
 
body.skin-vector #pt-mytalk, body.skin-vector #pt-mycontris {
 
    display: none;
 
}
 
}
 
@media screen and ( max-width: 480px ){
 
body.skin-vector #pt-preferences {
 
    display: none;
 
}
 
body.skin-vector #p-personal ul.vector-menu-content-list {
 
    text-align: right;
 
    display: flex;
 
    white-space: nowrap;
 
}
 
body.skin-vector #p-personal ul.vector-menu-content-list li {
 
    float: none !important;
 
}
 
}
 
/* </logo> */
 
  
.printonly {
 
  display: none;
 
}
 
  
@media print {
+
[[Category:Glossary of Terms]]
  .printonly {
 
    display: initial;
 
  }
 
}
 
  
.fancytree span.fancytree-title {
 
  font-size: 11px !important;
 
  white-space: normal !important;
 
  font-weight: normal !important;
 
}
 
  
div#mw-panel div.portal div.body .fancytree span.fancytree-title a {
 
  white-space: normal !important;
 
  line-height: 1.3em;
 
  font-weight: normal !important;
 
}
 
  
span.fancytree-node {
+
<center>'''SEBoK v. 2.4, released 17 May 2021'''</center>
  position: relative;
 
  padding-left: 10px;
 
  box-sizing: border-box;
 
}
 
 
 
span.fancytree-node > .fancytree-expander {
 
  position: absolute;
 
  left: 0;
 
}
 
 
 
portal .body > .fancytree {
 
margin-left: -30px;
 
}
 

Revision as of 03:47, 6 June 2021

System hardware assurance is a set of system security engineering activities undertaken to quantify and increase the confidence that electronics function as intended and only as intended throughout their life cycle, and to manage identified risks.

Sources

SEBoK original.

Discussion

None.


SEBoK v. 2.4, released 17 May 2021