User:Pcoombe (WMF)/sandbox

From Wikimedia Foundation Governance Wiki
Revision as of 04:28, 7 December 2014 by Pcoombe (WMF) (talk | contribs) (look ma, no javascript!)

<html> <style> .continent-header {

 float: none !important;
 width: 12em;
 margin-bottom: 2px;
 padding: .2em 2em;
 border: 0;
 outline: 0;
 background: url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/HW_open_arrow.svg/10px-HW_open_arrow.svg.png) no-repeat 95% center;
 background-color: #F6F6F6;
 text-align: left;
 font-size: 1em;
 font-weight: bold;
 cursor: pointer;

} .continent-header:hover {

 text-decoration: underline;

} .country-list {

 padding-left: 2em;
 -moz-column-width: 15em;
 -webkit-column-width: 15em;
 column-width: 15em;
 max-width: 80em;

} .country-list ul {

 list-style: none;
 margin: 0;

} </style> </html>