MediaWiki:Oxygen.css

    From KDE TechBase
    Revision as of 22:24, 11 November 2006 by Logixoul (talk | contribs)

    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>*/
    #body {border-left: 1px solid #bcbcbc;}
    
    #footer {
    	border-top: 1px solid #bcbcbc;
    	border-bottom: 1px solid #bcbcbc;
    }
    
    .stream {
    	border: 1px solid red;/*#2090ff;*/
    }
    
    .stream li {
    	text-align: center;
    	vertical-align: center;
    	font-size: 150%;
    	font-weight: bold;
    	border: 1px solid #b0b0b0;
    	background-color:#f8f8ff;
    	list-style-type: none;
    	padding: 10px auto 10px auto;
    	margin: 0px 0px 0px 0px;
    	width: 256px;
    	float: left;
    }
    /*</pre>*/