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
Line 1: | Line 1: | ||
/* tables */ | |||
.table { | |||
width: 100%; | |||
max-width: 100%; | |||
margin-bottom: 20px; | |||
border-color: grey; | |||
} | |||
.table th.active { | |||
background-color: #f5f5f5; | |||
} | |||
.table tr.danger { | |||
background-color: #f9d1d1; | |||
} | |||
.inverted { | .inverted { | ||
font-family: "Open Sans"; | font-family: "Open Sans"; |
Revision as of 03:39, September 9, 2018
/* tables */
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
border-color: grey;
}
.table th.active {
background-color: #f5f5f5;
}
.table tr.danger {
background-color: #f9d1d1;
}
.inverted {
font-family: "Open Sans";
font-size: 14px;
line-height: 20px;
background-color: #252525;
color: #a9a9a9;
font-weight: 600;
border-radius: 5px;
padding: 20px;
margin-bottom: 10px;
}
.inverted a {
color: #f5f931;
}
.inverted a.external {
color: #f5f931;
padding-right: 0px;
background-image: none;
}
.inverted a.external:visited {
color: #cace00;
}
.install_nav {
border-collapse: initial;
background-color: #c3e3ff;
padding: 10px;
border-radius: 5px;
margin-bottom: 1.5em;
}
.install_nav td {
padding: 3px;
}
@font-face {
font-family: 'Linux Libertine';
src: url('/fonts/LinLibertine_R.woff');
}
@font-face {
font-family: 'Linux Libertine';
font-weight: bold;
src: url('/fonts/LinLibertine_RB.woff');
}
.shell,pre,.mw-code,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;
line-height: 1.2em;
margin: 0;
margin-bottom: 0.5em;
padding: 10px;
border-radius: 4px 4px 4px 4px;
font-size: 13px;
background-color: #f9f9f9;
}
.code-box {
margin-bottom: 12px;
margin-top: 12px;
}
.code-box pre, .code-box .mw-code, .code-box div.mw-geshi {
border-top: 0px;
border-radius: 0px 0px 4px 4px;
}
.code {
font-family:'andale mono', 'lucida console', monospace;
font-size:12px;
border:none;
background-color:#073642;
color:#aaa;
overflow-x:auto;
overflow-y:hidden;
line-height:1.5em;
margin-bottom: 12px;
margin-top: 10px;
}
.code b {
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;
}
.code_cyan {
color:#0ff;
}
/* Ebuild/Package CSS */
.ns-502 #firstHeading {
font-family: 'Linux Libertine', Georgia, Times, serif;
margin-bottom: 0.25em;
font-size: 1.6em;
}
ns-502 #content-spacer {
display: block;
line-height: 1em;
}