Changes

no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
   −
/* No page name on main page (en) */
+
/* Legacy code moved to MediaWiki:Common.css/Legacy */
body.page-Main_Page h1.firstHeading {
  −
display: none;
  −
}
     −
.IW_BigGreenIconBox {
  −
    border-spacing: 0px;
  −
    border: 1px solid #28903b;
  −
    display: inline-block !important;
  −
}
     −
.IW_BigGreenIconBox td {
+
/* Navigation panel to the left */
     text-align: center;
+
#mw-panel a {
    width: 85px;
+
     font-size: 1.10em;
 
}
 
}
   −
.IW_BigGreenIconBox td img {
+
#mw-panel a:hover {
     margin: -2px;
+
     color: #62a376;
 +
    text-decoration: none;
 
}
 
}
   −
.IW_MissionAndSponsorsBox {
+
/* Box at the top of the main page layout */
float: right;
+
.icannwiki-top-box {
border: 1px solid #c0c0c0;  
+
    display: grid;
border-bottom: 1px solid #c0c0c0;
+
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
width: 375px;
+
    gap: 4px;
margin-left: 20px;
+
    background-color: #61a376;
background-color: #FFF;
+
    background-image: url('images/b/bd/ICANNWiki-Background-2024-A.svg');
 +
    background-size: cover;
 +
    border-radius: 4px;
 +
    margin-bottom: 4px;
 +
    padding: 4px;
 
}
 
}
   −
.IW_MissionAndSponsorsBox .MissionStatement {
+
/* Hides bullet points */
color: #000;
+
.icannwiki-top-box ul {
background-color: #f6f6f6;
+
    list-style: none;
padding: 5px 10px;
+
    list-style-type: none;
border: 1px solid #0d8323;
  −
text-align:center;
   
}
 
}
   −
.IW_MissionAndSponsorsBox .Sponsors {
+
/* Changes bullet points to a Unicode character */
margin: 0;
+
.icannwiki-top-box ul li:before {
font-family: sans-serif;
+
    background-image: url('/images/8/82/1F4CE.png');
font-size: 12px;
+
    background-size: 32px 32px;
text-align: left;
+
    display: inline-block;
padding: 20px 0px 20px 15px;
+
    vertical-align: middle;
 +
    width: 32px;  
 +
    height: 32px;
 +
    content:"";
 
}
 
}
   −
.IW_MissionAndSponsorsBox .Sponsors .Title {
+
/* List stylings */
font-size: 20px;
+
.icannwiki-top-box ul li {
font-weight: bold;
+
    font-size: 1.0em;
 +
    margin-bottom: 4px; /* Adjusts the spacing between list items */
 
}
 
}
   −
.IW_MissionAndSponsorsBox .Sponsors .AskButton {
+
.icannwiki-top-box a {
width: 300px;
+
    color: white;
margin: 25px auto;
+
    font-weight: bold;
padding-bottom: 0px;
+
    text-decoration: none;
 
}
 
}
   −
.gTLD_InfoBox {
+
.icannwiki-top-box a:hover {
background-color: #f6f6f6;
+
    color: #68d62c;
border: 2px solid #466f81;
+
    text-decoration: none;
padding: 10px;
  −
margin-bottom: 15px;
  −
width: 100%;
  −
height: 150px;
   
}
 
}
   −
.gTLD_InfoBox .Dimensions {
+
/* Header for featured article, news, about us, and so on */
width: 200px;
+
.icannwiki-section-header {
height: 125px;
+
    background: #62a376;
float: left;
+
    font-family: sans-serif;
margin: 0px 20px 0 0;
+
    font-weight: bold;
border-right: 1px solid #bdbdbd;
+
    text-align: left;
}
+
    color: #ebfcef;
.gTLD_Info {
+
    height: 1.5em;
background-color: #f6f6f6;
+
    padding: .5em;
border: 2px solid #466f81;
+
    border-radius: 5px;
padding: 10px;
  −
margin: 2em 0 2em 0;
  −
width: 100%;
  −
height: 150px;
  −
}
  −
.AOW {
  −
background:#466f81;
  −
font-family:sans-serif;
  −
font-size:120%;
  −
font-weight:bold;
  −
border:2px solid #0d8323;
  −
text-align:left;
  −
color:#FFF;
  −
padding-left:0.4em;
  −
padding-top:0.2em;
  −
padding-bottom:0.2em;
  −
}
  −
.WelcomeBox {
  −
float:left;
  −
height:8em;
  −
width:50%;
  −
background:#d8dfe8;
  −
padding:0 -1em 0 0;
  −
margin:0 0 1em 0;
  −
display:inline-block;
  −
}
  −
.WelcomeBox .Message {
  −
background:#d8dfe8;
  −
align:center;
  −
}
  −
.MissingLinks {
  −
display:none;
  −
}
  −
.CommunityPortalHeader {
  −
width:100%;
  −
height:50px;
  −
background:#d8dfe8;
  −
margin:1.2em 0 6px 0;
  −
border:1px solid #ddd;
  −
text-align: center;
  −
font-size: 1.7em;
  −
}
  −
.WritingCommunityBox {
  −
width:50%;
  −
float:left;
  −
padding:0 .5em 0 0;
  −
}
  −
.WritingCommunityBox .RowStyle {
  −
width: 100%;
  −
padding:0em .1em 0em .1em;
  −
border-bottom:1px solid #0d8323;
  −
background: whitesmoke;
  −
}
  −
.WritingCommunityBox .ColumnStyle {
  −
background:#0d8323;
  −
font-family:sans-serif;
  −
font-size:120%;
  −
font-weight:bold;
  −
border:2px solid #466f81;
  −
text-align:left;
  −
color:#FFF;
  −
padding: 0 0 0 .65em;
  −
}
  −
.PrimerICW {
  −
width:46%;
  −
background-color:whitesmoke;
  −
float:left;
  −
display:inline-block;
  −
height:180px;
  −
padding: 1em 1em 1em 1em;
  −
border: 2px solid gray;
  −
}
  −
.PrimerIM {
  −
width:46%;
  −
background-color:whitesmoke;
  −
float:right;
  −
display:inline-block;
  −
height:180px;
  −
padding: 1em 1em 1em 1em;
  −
border: 2px solid gray;
  −
}
  −
.ICANNBoard {
  −
display: none;
  −
}
  −
.ICANNBoardMembers {
  −
height:230px;
  −
width:50%;
  −
display:inline-block;
  −
padding:1em 1em 1em 1em;
  −
float:left;
  −
overflow:auto;
  −
}
  −
.Editathon {
  −
background:#339933;
  −
font-family:sans-serif;
  −
font-size:120%;
  −
font-weight:bold;
  −
border:2px solid #ffa500;
  −
text-align:left;
  −
color:#FFF;
  −
padding-left:0.4em;
  −
padding-top:0.2em;
  −
padding-bottom:0.2em;
   
}
 
}
   −
.MainPage {
+
/* Colored bounding box with bigger text */
width:70%;
+
.icannwiki-colored-box {
float:left;
+
    background: #f1f6f3;
display:inline-block;
+
    padding-left: 1%;
 +
    padding-right: 1%;
 +
    font-size: 1.05em;
 
}
 
}
   −
#AOWBox {
+
/* Separator */
display:flex;
+
.icannwiki-clearfix {
flex-direction:column;
+
    clear: both;
width:99.7%;
  −
border:1px solid #bcd7c4;
  −
margin-bottom:.5em;
  −
float:left;
  −
background:white;
   
}
 
}
   −
.MainPageHeader {
+
/* Main page content box: left */
background:#4c9662;
+
.icannwiki-half-width-left {
font-family:sans-serif;
+
    width: 49%;
font-size:120%;
+
    float: left;
font-weight:bold;
  −
border:2px solid #0d8323;
  −
text-align:left;
  −
color:#FFF;
  −
height: 20px;
  −
margin:.25em .25em .25em .25em;
  −
padding:.25em .25em .25em .25em;
   
}
 
}
   −
#FeaturedVideo {
+
/* Main page content box: right */
height:280px;
+
.icannwiki-half-width-right {
width:62%;
+
    width: 49%;
border:1px solid #bcd7c4;
+
    float: right;
margin:0 0em 0em 0;
  −
display:inline-block;
  −
background:white;
   
}
 
}
   −
#Acronym {
+
/* Warning template */
height:280px;
+
.icannwiki-warning {
width:36.5%;
+
    display: flex;
border:1px solid #bcd7c4;
+
    justify-content: center;
margin:0 0 .5em 0;
+
    align-items: center;
float:right;
+
    text-align: center;
background:white;
+
    height: auto;
padding:0 0em 0 0;
+
    width: 60%;
 +
    margin: 0 auto;
 +
    padding: 10px;
 +
    background-color: #FFFDF4;
 +
    border: 2px solid #d48900;
 +
    border-left: 16px solid #d48900;
 
}
 
}
   −
#AcronymArchive {
+
.icannwiki-warning a {
height:280px;
+
    font-weight: bold;
border:1px solid #bcd7c4;
+
    color: #d48900;
margin:0 0 .5em 0;
  −
float:left;
  −
background:white;
  −
padding:0 0em 0 0;
   
}
 
}
   −
#News {
+
/* Signaling template */
height:225px;
+
.icannwiki-signal {
width:100%;
+
     display: flex;
border:1px solid #bcd7c4;
+
     justify-content: center;
margin-bottom:.5em;
+
     align-items: center;
background:white;
+
     text-align: center;
}
+
     height: auto;
 
+
     width: 60%;
#Welcome {
+
     margin: 0 auto;
float:left;
+
     padding: 10px;
width:35%;
+
     background-color: #f4fcff;
text-align: center;
+
    border: 2px solid #0092D4;
}
+
     border-left: 16px solid #0092D4;
 
  −
#topbar {
  −
    background: -moz-linear-gradient(#098280, #E95F26);/* For Firefox 3.6 to 15 */
  −
    background: #098280; /* For browsers that do not support gradients */
  −
    background: -webkit-linear-gradient(#098280, #E95F26); /* For Safari 5.1 to 6.0 */
  −
     background: -o-linear-gradient(#098280, #E95F26); /* For Opera 11.1 to 12.0 */
  −
     background: linear-gradient(#098280, #E95F26); /* Standard syntax */
  −
    width:100%;
  −
     color:white;
  −
    font-size:4vw;
  −
     text-align:center;
  −
     text-shadow:2px 2px black;
  −
    font-weight:bold;
  −
    min-height:130px;
  −
    display:flex;
  −
    align-items:center;
  −
}
  −
#body {
  −
     width:100%;
  −
     margin:0 auto;
  −
}
  −
.fixed {
  −
     margin:0 auto;
  −
     vertical-align:baseline;
  −
}
  −
.flexbox{
  −
    display:flex;
  −
    flex-direction:column;
  −
    margin: 15px 15px;
  −
    font-size:1.3vw;
  −
}
  −
.navbutton {
  −
border-right:.2vw solid #587560;
  −
color:white;
  −
font-weight:bold;
  −
font-size:1.7vw;
  −
padding:0 .5vw;
  −
display:flex;
  −
flex-direction:column;
  −
width:13vw;
  −
height:2.8vw;
  −
text-align:center;
  −
float:left;
  −
text-shadow:1px 1px black;
  −
}
  −
.navbutton2 {
  −
color:white;
  −
font-weight:bold;
  −
font-size:1.7vw;
  −
padding:0 .5vw;
  −
display:flex;
  −
flex-direction:column;
  −
width:11.8vw;
  −
height:2.5vw;
  −
text-align:center;
  −
float:left;
  −
text-shadow:1px 1px black;
  −
}
  −
#navbar {
  −
background:#E95F26;
  −
border:.2vw solid #587560;
  −
height:2.9vw;
  −
display:flex;
  −
flex-direction:column;
  −
}
  −
.sectionheader{
  −
    background:#098280;
  −
    width:100%;
  −
    color:white;
  −
    font-size:2vw;
  −
    text-align:center;
  −
    text-shadow:1px 1px black;
  −
    font-weight:bold;
  −
    min-height:40px;
  −
     border-radius:25px;
  −
    display:flex;
  −
    align-items:left;
  −
    padding:0 0px 0 0px;
  −
}
  −
.primerlogo {
  −
width:auto;
  −
max-width:13vw;
  −
height:auto;
  −
max-height:13vw;
  −
margin:0 0 2vw 3vw;
  −
}
  −
.camel {
  −
width: auto;
  −
max-width: 16vw;
  −
height: auto;
  −
max-height: 11vw;
  −
width: auto;
  −
position:relative;
  −
top:1vw;
  −
}
  −
.editathonTall {
  −
width:auto;
  −
max-width:13vw;
  −
height:auto;
  −
max-height:30vw;
  −
padding:0 0 0 0;
  −
}
  −
#editathonsection {
  −
    font-size:1.3vw;
  −
    text-align:left;
  −
    display:flex;
  −
    align-items:center;
  −
}
  −
.sectionheader2{
  −
    background:#52A7A6;
  −
    width:100%;
  −
    color:white;
  −
    font-size:2vw;
  −
    text-align:center;
  −
    text-shadow:1px 1px black;
  −
    font-weight:bold;
  −
    min-height:30px;
  −
    border-radius:0px;
  −
    display:flex;
  −
    align-items:left;
  −
    padding:10px 0 0 10px;
  −
}
  −
.primertextbox{
  −
background-color:gray;
  −
color:white;
  −
padding:25px 15px 15px 15px;
  −
position:relative;
  −
bottom:.4vw;
  −
font-size:1.3vw;
  −
}
  −
.mw-collapsible-toggle {
  −
  float: right;
  −
  -moz-user-select: none;
  −
  -webkit-user-select: none;
  −
  -ms-user-select: none;
  −
  user-select: none;
  −
}
  −
/* Align the toggle based on the direction of the content language */
  −
/* @noflip */
  −
.mw-content-ltr .mw-collapsible-toggle,
  −
.mw-content-rtl .mw-content-ltr .mw-collapsible-toggle {
  −
  float: right;
  −
}
  −
/* @noflip */
  −
.mw-content-rtl .mw-collapsible-toggle,
  −
.mw-content-ltr .mw-content-rtl .mw-collapsible-toggle {
  −
  float: left;
  −
}
  −
 
  −
.mw-customtoggle,
  −
.mw-collapsible-toggle {
  −
  cursor: pointer;
  −
}
  −
 
  −
/* collapse links in captions should be inline */
  −
caption .mw-collapsible-toggle,
  −
.mw-content-ltr caption .mw-collapsible-toggle,
  −
.mw-content-rtl caption .mw-collapsible-toggle,
  −
.mw-content-rtl .mw-content-ltr caption .mw-collapsible-toggle,
  −
.mw-content-ltr .mw-content-rtl caption .mw-collapsible-toggle {
  −
  float: none;
   
}
 
}
   −
/* list-items go as wide as their parent element, don't float them inside list items */
+
.icannwiki-signal a {
li .mw-collapsible-toggle,
+
    font-weight: bold;
.mw-content-ltr li .mw-collapsible-toggle,
+
    color: #0092D4;
.mw-content-rtl li .mw-collapsible-toggle,
  −
.mw-content-rtl .mw-content-ltr li .mw-collapsible-toggle,
  −
.mw-content-ltr .mw-content-rtl li .mw-collapsible-toggle {
  −
  float: none;
   
}
 
}
   −
/* the added list item should have no list-style */
+
/* Danger template */
.mw-collapsible-toggle-li {
+
.icannwiki-danger {
  list-style: none;
+
     display: flex;
}
+
     justify-content: center;
 
+
     align-items: center;
#AcronymList{
  −
     background: -moz-linear-gradient(#098280, #E95F26);
  −
     max-width:85vw;
  −
    font-size:5vw;
  −
    text-align:center;
  −
     font-weight:bold;
  −
    min-height:130px;
  −
}
  −
#abc{
  −
  width:85vw;
  −
  color:white;
  −
  font-size:5vw;
  −
  text-align:center;
  −
  text-shadow:2px 2px black;
  −
  font-weight:bold;
  −
  min-height:130px;
  −
  border-radius:0px;
  −
}
  −
*,
  −
*:before,
  −
*:after {
  −
    -webkit-box-sizing: border-box;
  −
    -moz-box-sizing: border-box;
  −
    box-sizing: border-box;
  −
}
  −
 
  −
.AcronymButton{
  −
    background-color:transparent;
  −
    font-size:2.5vw;
  −
    width:12vw;
  −
    height:7.3vw;
  −
    padding:.5vw .5vw;
  −
    display: inline-block;
  −
    position: relative;
  −
    border: .2vw solid #FFF;
  −
    overflow: hidden;
  −
    text-decoration: none;
  −
    text-align:center;
  −
    outline: none;
  −
    color: #FFF;
  −
    font-family: 'raleway', sans-serif;
  −
    box-shadow: 1px 1px 1px gray;
  −
}
  −
.AcronymButton span {
  −
    -webkit-transition: 0.6s;
  −
    -moz-transition: 0.6s;
  −
    -o-transition: 0.6s;
  −
    transition: 0.6s;
  −
    -webkit-transition-delay: 0.2s;
  −
    -moz-transition-delay: 0.2s;
  −
    -o-transition-delay: 0.2s;
  −
    transition-delay: 0.2s;
  −
}
  −
 
  −
.AcronymButton:before,
  −
.AcronymButton:after {
  −
    content: '';
  −
    position: absolute;
  −
    top: 0.67em;
  −
    left: 0;
  −
    width: 100%;
   
     text-align: center;
 
     text-align: center;
     opacity: 0;
+
     height: auto;
     -webkit-transition: .4s,opacity .6s;
+
     width: 60%;
     -moz-transition: .4s,opacity .6s;
+
     margin: 0 auto;
    -o-transition: .4s,opacity .6s;
+
     padding: 10px;
    transition: .4s,opacity .6s;
+
     background-color: #fff4f4;
}
+
     border: 2px solid #D40000;
.AcronymButton:before {
+
     border-left: 16px solid #D40000
    content: attr(data-hover);
  −
    font-size:1vw;
  −
     -webkit-transform: translate(-150%,0);
  −
     -moz-transform: translate(-150%,0);
  −
     -ms-transform: translate(-150%,0);
  −
     -o-transform: translate(-150%,0);
  −
    transform: translate(-150%,0);
   
}
 
}
   −
/* :after */
+
.icannwiki-danger a {
 
+
     font-weight: bold;
.AcronymButton:after {
+
     color: #D40000;
     content: attr(data-active);
  −
    -webkit-transform: translate(150%,0);
  −
    -moz-transform: translate(150%,0);
  −
    -ms-transform: translate(150%,0);
  −
    -o-transform: translate(150%,0);
  −
     transform: translate(150%,0);
   
}
 
}
   −
/* Span on :hover and :active */
+
/* Justified text */
 
+
.icannwiki-justified {
.AcronymButton:hover span,
+
     text-align: justify;
.AcronymButton:active span {
  −
     font-size:1vw;
  −
    opacity: 0;
  −
    -webkit-transform: scale(0.3);
  −
    -moz-transform: scale(0.3);
  −
    -ms-transform: scale(0.3);
  −
    -o-transform: scale(0.3);
  −
    transform: scale(0.3);
   
}
 
}
   −
/*
+
/* Font with darker shade of greenish white */
    We show :before pseudo-element on :hover
+
.icannwiki-text-white {
    and :after pseudo-element on :active
+
     color: #ebfcef;
*/
  −
 
  −
.AcronymButton:hover:before,
  −
.AcronymButton:active:after {
  −
    opacity: 1;
  −
    -webkit-transform: translate(0,0);
  −
     -moz-transform: translate(0,0);
  −
    -ms-transform: translate(0,0);
  −
    -o-transform: translate(0,0);
  −
    transform: translate(0,0);
  −
    -webkit-transition-delay: .4s;
  −
    -moz-transition-delay: .4s;
  −
    -o-transition-delay: .4s;
  −
    transition-delay: .4s;
   
}
 
}
   −
/*
+
/* Larger text */
  We hide :before pseudo-element on :active
+
.icannwiki-font-large {
*/
+
     font-size: 1.25em;
 
  −
.AcronymButton:active:before {
  −
    -webkit-transform: translate(-150%,0);
  −
     -moz-transform: translate(-150%,0);
  −
    -ms-transform: translate(-150%,0);
  −
    -o-transform: translate(-150%,0);
  −
    transform: translate(-150%,0);
  −
    -webkit-transition-delay: 0s;
  −
    -moz-transition-delay: 0s;
  −
    -o-transition-delay: 0s;
  −
    transition-delay: 0s;
   
}
 
}