MediaWiki:Common.css: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
(Show three lines on category links)
 
(8 intermediate revisions by 2 users not shown)
Line 5: Line 5:
body.page-Main_Page div#jump-to-nav
body.page-Main_Page div#jump-to-nav
   { display:none; }
   { display:none; }
/*///////////////////////////
  Namespace modifications
///////////////////////////*/
.ns-3012 .mw-body { border-color: rgb(141,37,37,0.8); }
.ns-8 .mw-body { border-color: red; }
.ns-10 .mw-body { border-color: rgba(183,143,81,0.8); }
/*///////////////////////////
          Editor
///////////////////////////*/
.wikiEditor-ui-buttons {
  display: none !important;
}


/*///////////////////////////
/*///////////////////////////
Line 10: Line 24:
///////////////////////////*/
///////////////////////////*/
.hoverzoom {
.hoverzoom {
    -webkit-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
  -o-transition: all 100ms ease;
    transition: all 100ms ease;
  transition: all 100ms ease;
}
}


.hoverzoom:hover {
.hoverzoom:hover {
    transform: scale(1.05);
  transform: scale(1.05);
}
}


Line 25: Line 39:
///////////////////////////*/
///////////////////////////*/
.small-box {
.small-box {
    border-style: solid;
  border-style: solid;
    border-width: 1px;
  border-width: 1px;
    padding: 0px 4px;
  padding: 0px 4px;
}
}
.notification-box {
.notification-box {
    border-style: solid;
  border-style: solid;
    border-width: 1px;
  border-width: 1px;
    width: 40%;  
  width: 40%;  
    margin: auto;  
  margin: auto;  
    text-align: center;  
  text-align: center;  
    padding: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
}
}
.text-box {
.text-box {
    margin: 0% 15%;
  margin: 0% 15%;
    border-style: solid;
  border-style: solid;
    border-width: 1px;
  border-width: 1px;
    text-align: center;
  text-align: center;
    padding: 40px 40px 40px 40px;
  padding: 40px 40px 40px 40px;
}
}
.medium-box {
.medium-box {
    border-style: solid;
  border-style: solid;
    border-width: 1px;
  border-width: 1px;
    margin: 0% 20%;  
  margin: 0% 20%;  
    text-align: left;  
  text-align: left;  
    font-size: 18px;  
  font-size: 18px;  
    padding: 10px 40px 10px 40px;
  padding: 10px 40px 10px 40px;
}
}
.large-box {
.large-box {
    border-style: solid;
  border-style: solid;
    border-width: 1px;
  border-width: 1px;
    margin: 0% 5%;  
  margin: 0% 5%;  
    text-align: left;  
  text-align: left;  
    font-size: 18px;  
  font-size: 18px;  
    padding: 10px 40px 10px 40px;
  padding: 10px 40px 10px 40px;
}
}
.header {
.header {
    border-style: solid;
  border-style: solid;
    border-width: 1px;
  border-width: 1px;
    text-align: center;
  text-align: center;
    font-size: 150%;
  font-size: 150%;
    padding: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
}
.cat-text {
  width: 128px;
  height: 4.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
}
/* Infoboxes */
/* Infoboxes */
.ib-main {
.ib-main {
    width: 300px !important;  
  width: 300px !important;  
    padding: 0px !important;  
  padding: 0px !important;  
    float: right;  
  float: right;  
    clear: right;  
  clear: right;  
    margin: 0px 0px 10px 12px !important;  
  margin: 0px 0px 10px 12px !important;  
    font-size: 88%;  
  font-size: 88%;  
    border-style: solid;
  border-style: solid;
    border-width: 1px;
  border-width: 1px;
}
}
.ib-start {
.ib-start {
    padding: 5px 2.5px 5px 2.5px !important;  
  padding: 5px 2.5px 5px 2.5px !important;  
    margin: 0px !important;  
  margin: 0px !important;  
    font-size: 120%;  
  font-size: 120%;  
    font-weight: bold;
  font-weight: bold;
}
}
.ib-standard {
.ib-standard {
    font-size: 88%;
  font-size: 88%;
    margin: -0.5em 0px 0px 0px !important;
  margin: 0em 0px 0px 0px !important;
}
}
.ib-padding {
.ib-padding {
    padding: 0px 5px 2.5px 5px !important;
  padding: 0px 5px 2.5px 5px !important;
}
}
.ib-padding-short {
.ib-padding-short {
    padding: 0px 5px 0px 5px !important;
  padding: 0px 5px 0px 5px !important;
}
}
.ib-border-top {
.ib-border-top {
    border-top-width: 1px;
  border-top-width: 1px;
    border-top-style: solid;
  border-top-style: solid;
}
}
.ib-cat-text {
.ib-cat-text {
    font-size: 88%;
  font-size: 88%;
    margin: -0.5em 0px 2.5px 0px !important;  
  margin: -0.5em 0px 2.5px 0px !important;  
    font-weight: bold;
  font-weight: bold;
}
}
.ib-table {
.ib-table {
    width:100%;
  width:100%;
    font-size: 88%;
  font-size: 88%;
}
}

Latest revision as of 22:59, 12 August 2023

body.page-Main_Page h1.firstHeading,
body.page-Medieval_Engineers_Wiki_News h1.firstHeading, 
body.page-Medieval_Engineers_Wiki_News_Archive h1.firstHeading,
body.page-Main_Page div#contentSub,
body.page-Main_Page div#jump-to-nav
  { display:none; }

/*///////////////////////////
   Namespace modifications
///////////////////////////*/
.ns-3012 .mw-body { border-color: rgb(141,37,37,0.8); }
.ns-8 .mw-body { border-color: red; }
.ns-10 .mw-body { border-color: rgba(183,143,81,0.8); }

/*///////////////////////////
          Editor
///////////////////////////*/
.wikiEditor-ui-buttons {
  display: none !important;
}

/*///////////////////////////
        General Use
///////////////////////////*/
.hoverzoom {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.hoverzoom:hover {
  transform: scale(1.05);
}

/*///////////////////////////
         Templates
///////////////////////////*/
.small-box {
  border-style: solid;
  border-width: 1px;
  padding: 0px 4px;
}
.notification-box {
  border-style: solid;
  border-width: 1px;
  width: 40%; 
  margin: auto; 
  text-align: center; 
  padding: 10px 10px 10px 10px;
}
.text-box {
  margin: 0% 15%;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  padding: 40px 40px 40px 40px;
}
.medium-box {
  border-style: solid;
  border-width: 1px;
  margin: 0% 20%; 
  text-align: left; 
  font-size: 18px; 
  padding: 10px 40px 10px 40px;
}
.large-box {
  border-style: solid;
  border-width: 1px;
  margin: 0% 5%; 
  text-align: left; 
  font-size: 18px; 
  padding: 10px 40px 10px 40px;
}
.header {
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-size: 150%;
  padding: 5px 5px 5px 5px;
}
.cat-text {
  width: 128px;
  height: 4.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}
/* Infoboxes */
.ib-main {
  width: 300px !important; 
  padding: 0px !important; 
  float: right; 
  clear: right; 
  margin: 0px 0px 10px 12px !important; 
  font-size: 88%; 
  border-style: solid;
  border-width: 1px;
}
.ib-start {
  padding: 5px 2.5px 5px 2.5px !important; 
  margin: 0px !important; 
  font-size: 120%; 
  font-weight: bold;
}
.ib-standard {
  font-size: 88%;
  margin: 0em 0px 0px 0px !important;
}
.ib-padding {
  padding: 0px 5px 2.5px 5px !important;
}
.ib-padding-short {
  padding: 0px 5px 0px 5px !important;
}
.ib-border-top {
  border-top-width: 1px;
  border-top-style: solid;
}
.ib-cat-text {
  font-size: 88%;
  margin: -0.5em 0px 2.5px 0px !important; 
  font-weight: bold;
}
.ib-table {
  width:100%;
  font-size: 88%;
}