Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with ".shell,pre,.mw-code,code,tt,div.mw-geshi { font-size:12px; font-family:'andale mono','lucida console', monospace; } .shell,pre,.mw-code,div.mw-geshi { overflow-x:auto; overfl...") |
|||
Line 50: | Line 50: | ||
.code_yellow { | .code_yellow { | ||
color:#ff0; | color:#ff0; | ||
} | |||
/* Ebuild/Package CSS */ | |||
.ns-502 .mw-headline { | |||
font-family: 'Linux Libertine', Georgia, Times, serif; | |||
margin-bottom: 0.25em; | |||
font-size: 1.8em; | |||
} | |||
} | } |
Revision as of 23:48, June 9, 2014
.shell,pre,.mw-code,code,tt,div.mw-geshi {
font-size:12px;
font-family:'andale mono','lucida console', monospace;
}
.shell,pre,.mw-code,div.mw-geshi {
overflow-x:auto;
overflow-y:hidden;
border:1.5px solid #ccc;
border-radius:5px;
line-height:1.2em;
margin:0;
padding:10px;
}
.code {
font-family:'andale mono', 'lucida console', monospace;
font-size:12px;
border:none;
border-radius:10px;
background-color:#073642;
color:#aaa;
overflow-x:auto;
overflow-y:hidden;
line-height:1.5em;
}
.code b {
color:#fff;
font-weight:700;
}
.code_input {
color:#ff8040;
font-weight:700;
}
.code_red {
color:red;
}
.code_blue {
color:#88f;
}
.code_green {
color:#0f0;
}
.code_yellow {
color:#ff0;
}
/* Ebuild/Package CSS */
.ns-502 .mw-headline {
font-family: 'Linux Libertine', Georgia, Times, serif;
margin-bottom: 0.25em;
font-size: 1.8em;
}
}