×
Create or edit a page
Write your page title here:
There are currently 17 pages on the wiki. Enter a name above to create a page, or check out the list of broken links.
Warning: Users creating spam pages will be blocked and have their pages moved to the trash.



    Pi Server Wiki

    Terminal/styles.css

    Template page
    .tpl-terminal {
    	background-color: #222;
    }
    .tpl-terminal-title {
    	color: #fff;
    	padding: 0.5em 1em;
    }
    .tpl-terminal-content {
    	margin-top: 0; /* override `pre` skin style */
    	border: 0; /* override `pre` skin style */
    	border-top: 1px solid #bbb;
    	background-color: #111; /* override `pre` skin style */
    	padding: 1em;
    	color: #eee;
    	overflow: auto;
    }