User:っ/standard.css

From Wikimedia Foundation Governance Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*
<pre> 
*/ 

#siteSub { display: inline; font-size:120%;font-weight:normal;}

#fundraising {
 text-align: center;
 border: 1px solid gray;
 padding: 5px;
}
/*
a {underline: none; text-decoration: none;}
a:link {underline: none; text-decoration: none;}
a:visited {underline: none; text-decoration: none;}

a:hover { text-decoration: underline; }
*/
.divlang {
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
    font-size: smaller;
    margin: 0 0 1em 0;
    padding: 0.5em 1em;
    text-align: left;
}

.divlang ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.divlang ul li {
    border-left: 1px solid #E4E4E4;
    display: inline;
    list-style: none;
    margin-left: 0;
    padding: 0 0.5em;
}

.divlang ul li.firstlang {
    border-left: none;
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
/* 
</pre>
*/