Difference between revisions of "MediaWiki:Mobile.css"

From ICANNWiki
Jump to navigation Jump to search
(Replaced content with ".NoDesktop { display: inline; }")
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
+
.NoDesktop {
.AOW {
+
display: inline;
background:#466f81;
 
color:#FFF;
 
padding:.2em 0 .2em .4em;
 
font-style:bold;
 
font-size:1.5em;
 
}
 
.WelcomeBox {
 
height:8em;
 
width:100%;
 
background:#d8dfe8;
 
}
 
.MissingLinks {
 
background-color: #f6f6f6;
 
border: 2px solid #466f81;
 
width: 100%;
 
}
 
.PrimerICW {
 
width:100%;
 
background-color:whitesmoke;
 
float:left;
 
padding: 1em 1em 1em 1em;
 
border: 2px solid gray;
 
}
 
.PrimerIM {
 
width:100%;
 
background-color:whitesmoke;
 
float:right;
 
padding: 1em 1em 1em 1em;
 
border: 2px solid gray;
 
}
 
.ICANNBoardMobile {
 
height:1px;
 
width:1px;
 
overflow:hidden;
 
display:none;
 
}
 
 
 
.MainPage {
 
width:100%;
 
}
 
 
 
#AOWBox {
 
border:1px solid #bcd7c4;
 
margin: 0 0 .5em 0;
 
}
 
 
 
.MainPageHeader {
 
background:#4c9662;
 
height:20px;
 
font-family:sans-serif;
 
font-size:120%;
 
font-weight:bold;
 
border:2px solid #0d8323;
 
text-align:left;
 
color:#FFF;
 
margin:.25em .25em .25em .25em;
 
padding:.25em .25em.25em .25em;
 
}
 
 
 
#About {
 
clear:both;
 
 
}
 
}

Revision as of 16:01, 24 June 2018

.NoDesktop {
	display: inline;
}