MediaWiki:Common.css: Difference between revisions
From MediaWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 73: | Line 73: | ||
background-image: url(../skins/nst/images/computer_paper.png); | background-image: url(../skins/nst/images/computer_paper.png); | ||
font-family: monospace; | font-family: monospace; | ||
font-size: 10pt; | |||
text-align: left; | text-align: left; | ||
border-style: solid; | border-style: solid; |
Revision as of 16:22, 9 November 2011
/** CSS placed here will be applied to all skins
<noinclude>[[Category:CSS]]</noinclude>
*/
/* Classes for rendering computer screen output. */
.screen {
font-size: 10pt;
font-family: Consolas, monospace;
background-color: black;
color: #33FF33;
line-height: 1.2em;
border-style: solid;
border-width: 4px;
border-color: #a9a9a9;
padding-top: 0px;
padding-bottom: 1%;
padding-left: 0px;
padding-right: 0px;
}
.screenTitle {
background-color: #6fbad2;
color: black;
font-weight: bold;
font-size: 105%;
padding: 0.5%;
margin-bottom: 1%;
}
.userInput {
font-size: 100%;
font-family: monospace;
font-weight: bold;
color: yellow;
background-color: black;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0.5%;
padding-right: 0px;
margin: 0px;
border-style: none;
}
.prompt {
color: #33FF33;
background-color: black;
padding: 0px;
}
.computerOutput {
white-space: pre;
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0.5%;
padding-right: 0px;
font-size: 100%;
line-height: 1.2em;
color: #33FF33;
background-color: black;
border-style: none;
}
/* For program listings. */
.programListing {
white-space: pre;
color: black;
background-color: transparent;
background-image: url(../skins/nst/images/computer_paper.png);
font-family: monospace;
font-size: 10pt;
text-align: left;
border-style: solid;
border-color: #a9a9a9;
margin-top: 1em;
border-top-width: 4px;
padding-top: 1%;
height: auto;
padding-bottom: 1%;
border-bottom-width: 4px;
margin-bottom: 1em;
margin-left: 0.5%;
border-left-width: 4px;
padding-left: 1%;
width: auto;
padding-right: 1%;
border-right-width: 4px;
margin-right: 0.5%;
}
.wikiNote {
font-size: 100%;
font-family: monospace;
font-weight: normal;
color: black;
background-color: #6fbad2;
line-height: 1.2em;
border-style: solid;
border-width: 4px;
border-color: #a9a9a9;
padding: 1%;
}
.centerBlock {
text-align: center;
width: 100%;
}
.noteMessage {
color: black;
background-color: #6fbad2;
width: 96%;
text-align: left;
border-style: solid;
border-color: #a9a9a9;
border-width: 4px;
margin-top: 6px;
margin-bottom: 6px;
margin-left: auto;
margin-right: auto;
padding: 1%;
}