Difference between revisions of "MediaWiki:Common.css"
From SCI Wiki
Jump to navigationJump to search(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | p { | + | p + p { |
− | line-height: 200%; | + | /* line-height: 200%; */ |
− | + | margin-top: 1.5em; | |
+ | /* padding-bottom: 2px; */ | ||
+ | } | ||
+ | |||
+ | sup { | ||
+ | vertical-align: baseline; | ||
+ | position: relative; | ||
+ | top: -0.4em; | ||
+ | } | ||
+ | |||
+ | sub { | ||
+ | vertical-align: baseline; | ||
+ | position: relative; | ||
+ | top: 0.4em; | ||
+ | } | ||
+ | |||
+ | .nobrk { | ||
+ | white-space:nowrap; | ||
+ | } | ||
+ | |||
+ | .FloatRight { | ||
+ | float: right; | ||
+ | padding-left: 10px; | ||
+ | } | ||
+ | |||
+ | .FloatLeft { | ||
+ | float: left; | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | |||
+ | .ClrRight { | ||
+ | clear: right; | ||
+ | } | ||
+ | |||
+ | .ClrLeft { | ||
+ | clear: left; | ||
+ | } | ||
+ | |||
+ | .InfoBox { | ||
+ | /*padding: 10px;*/ | ||
+ | padding-left: 50px; | ||
+ | padding-right: 50px; | ||
+ | width: 200px; | ||
+ | text-align: left; | ||
+ | margin-left: 20px; | ||
+ | margin-bottom: 20px; | ||
+ | background: #f9f9f9; | ||
+ | border: 0px solid black; | ||
+ | border-collapse: collapse; | ||
+ | border=0; | ||
+ | float: right; | ||
+ | /*align: right;*/ | ||
} | } | ||
.Tab { | .Tab { | ||
target-new: tab ! important | target-new: tab ! important | ||
+ | } | ||
+ | |||
+ | .Quoter { | ||
+ | background-color: #FFFEF5; | ||
+ | font-weight: bold; | ||
+ | padding-top: 1px; | ||
+ | padding-right: 2px; | ||
+ | padding-bottom: 1px; | ||
+ | padding-left: 2px; | ||
+ | } | ||
+ | |||
+ | .Quote { | ||
+ | background-color: #FFFEF5; | ||
+ | background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif"); | ||
+ | background-repeat: no-repeat; | ||
+ | margin-top: 5px; | ||
+ | margin-bottom: 5px; | ||
+ | margin-right: 50px; | ||
+ | margin-left: 50px; | ||
+ | padding-top: 10px; | ||
+ | padding-right: 30px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left: 30px; | ||
+ | border: 1px #006633 solid; | ||
+ | } | ||
+ | |||
+ | |||
+ | .DescriptQuote { | ||
+ | background-color: #FFFEF5; | ||
+ | background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif"); | ||
+ | background-repeat: no-repeat; | ||
+ | margin-top: 5px; | ||
+ | margin-bottom: 5px; | ||
+ | margin-right: 300px; | ||
+ | margin-left: 45px; | ||
+ | box-shadow: 0px 2px 5px 0px #006633; | ||
+ | padding-top: 10px; | ||
+ | padding-right: 30px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left: 30px; | ||
+ | border: 1px #006633 solid; | ||
} | } | ||
.syntaxhighlight { | .syntaxhighlight { | ||
font-family: "Courier New", Courier, mono; | font-family: "Courier New", Courier, mono; | ||
− | font-size: | + | font-size: 10pt; |
background-color: #FFFFEE; | background-color: #FFFFEE; | ||
line-height: 1.25em; | line-height: 1.25em; | ||
Line 22: | Line 114: | ||
padding-left: 5px; | padding-left: 5px; | ||
border: 1px #CCCCCC solid | border: 1px #CCCCCC solid | ||
+ | } | ||
+ | |||
+ | .NarrowQuote { | ||
+ | background-color: #FFFEF5; | ||
+ | background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif"); | ||
+ | background-repeat: no-repeat; | ||
+ | margin-top: 5px; | ||
+ | margin-bottom: 5px; | ||
+ | margin-right: 300px; | ||
+ | margin-left: 45px; | ||
+ | box-shadow: 0px 2px 5px 0px #006633; | ||
+ | padding-top: 10px; | ||
+ | padding-right: 30px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left: 30px; | ||
+ | border: 1px #006633 solid; | ||
+ | } | ||
+ | |||
+ | .SynopsisBox { | ||
+ | background-color: #FFFEF5; | ||
+ | background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif"); | ||
+ | background-repeat: no-repeat; | ||
+ | margin-top: 5px; | ||
+ | margin-bottom: 5px; | ||
+ | margin-right: 375px; | ||
+ | margin-left: 45px; | ||
+ | box-shadow: 0px 2px 5px 0px #006633; | ||
+ | padding-top: 10px; | ||
+ | padding-right: 30px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left: 30px; | ||
+ | border: 1px #006633 solid; | ||
+ | } | ||
+ | |||
+ | .mono { | ||
+ | font-family: "Courier New", Courier, mono; | ||
+ | font-size: 10pt; | ||
+ | background-color: #F9F9F9; | ||
+ | margin-top: 5px; | ||
+ | margin-right: 5px; | ||
+ | margin-bottom: 5px; | ||
+ | margin-left: 5px; | ||
} | } | ||
.cs { | .cs { | ||
font-family: "Courier New", Courier, mono; | font-family: "Courier New", Courier, mono; | ||
− | font-size: | + | font-size: 10pt; |
background-color: #FFFFEE; | background-color: #FFFFEE; | ||
line-height: 1.25em; | line-height: 1.25em; | ||
Line 66: | Line 200: | ||
.CodeBlockStyle { | .CodeBlockStyle { | ||
font-family: "Courier New", Courier, mono; | font-family: "Courier New", Courier, mono; | ||
− | font-size: | + | font-size: 10pt; |
background-color: #FFFFEE; | background-color: #FFFFEE; | ||
line-height: 1.25em; | line-height: 1.25em; | ||
Line 80: | Line 214: | ||
.CodeStyle { | .CodeStyle { | ||
font-family: "Courier New", Courier, mono; | font-family: "Courier New", Courier, mono; | ||
− | font-size: | + | font-size: 10pt; |
} | } | ||
Line 120: | Line 254: | ||
font-family: "Courier New", Courier, mono; | font-family: "Courier New", Courier, mono; | ||
font-size: 11pt; | font-size: 11pt; | ||
+ | } | ||
+ | |||
+ | .Highlight { | ||
+ | background-color: #FFFF00; | ||
+ | } | ||
+ | |||
+ | .Reference { | ||
+ | font-family: "Courier New", Courier, mono; | ||
+ | font-size: 9pt; | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | border: 1px #CCCCCC solid; | ||
} | } |
Latest revision as of 12:53, 15 May 2024
/* CSS placed here will be applied to all skins */
p + p {
/* line-height: 200%; */
margin-top: 1.5em;
/* padding-bottom: 2px; */
}
sup {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
sub {
vertical-align: baseline;
position: relative;
top: 0.4em;
}
.nobrk {
white-space:nowrap;
}
.FloatRight {
float: right;
padding-left: 10px;
}
.FloatLeft {
float: left;
padding-right: 10px;
}
.ClrRight {
clear: right;
}
.ClrLeft {
clear: left;
}
.InfoBox {
/*padding: 10px;*/
padding-left: 50px;
padding-right: 50px;
width: 200px;
text-align: left;
margin-left: 20px;
margin-bottom: 20px;
background: #f9f9f9;
border: 0px solid black;
border-collapse: collapse;
border=0;
float: right;
/*align: right;*/
}
.Tab {
target-new: tab ! important
}
.Quoter {
background-color: #FFFEF5;
font-weight: bold;
padding-top: 1px;
padding-right: 2px;
padding-bottom: 1px;
padding-left: 2px;
}
.Quote {
background-color: #FFFEF5;
background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif");
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 50px;
margin-left: 50px;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
border: 1px #006633 solid;
}
.DescriptQuote {
background-color: #FFFEF5;
background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif");
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 300px;
margin-left: 45px;
box-shadow: 0px 2px 5px 0px #006633;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
border: 1px #006633 solid;
}
.syntaxhighlight {
font-family: "Courier New", Courier, mono;
font-size: 10pt;
background-color: #FFFFEE;
line-height: 1.25em;
margin-right: 10px;
margin-left: 10px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
border: 1px #CCCCCC solid
}
.NarrowQuote {
background-color: #FFFEF5;
background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif");
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 300px;
margin-left: 45px;
box-shadow: 0px 2px 5px 0px #006633;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
border: 1px #006633 solid;
}
.SynopsisBox {
background-color: #FFFEF5;
background-image: url("http://wiki.sierrahelp.com/images/1/15/Quote.gif");
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 375px;
margin-left: 45px;
box-shadow: 0px 2px 5px 0px #006633;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
border: 1px #006633 solid;
}
.mono {
font-family: "Courier New", Courier, mono;
font-size: 10pt;
background-color: #F9F9F9;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
.cs {
font-family: "Courier New", Courier, mono;
font-size: 10pt;
background-color: #FFFFEE;
line-height: 1.25em;
margin-right: 10px;
margin-left: 10px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
border: 1px #CCCCCC solid;
}
.Alert {
color: #FF0000;
}
.DLInfo {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}
.Category {
font-size: 14pt; font-weight: bold
}
.CodeBlockHeader {
background-color: #CCCCCC;
font-weight: bold;
margin-right: 10px;
margin-left: 10px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
border: #CCCCCC;
border-style: solid;
}
.CodeBlockStyle {
font-family: "Courier New", Courier, mono;
font-size: 10pt;
background-color: #FFFFEE;
line-height: 1.25em;
margin-right: 10px;
margin-left: 10px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
border: 1px #CCCCCC solid;
}
.CodeStyle {
font-family: "Courier New", Courier, mono;
font-size: 10pt;
}
.Inactive {
color: #CCCCCC;
}
.Key{
color: #0000FF;
}
.SglQt {
color: #FF6600;
}
.DblQt {
color: #CC0033;
}
.Green{
color: #006633;
}
.Comment {
font-style: italic;
color: #000080 /* #009900 */;
background-color: #00FFFF
}
.Int {
color: #000099;
}
.Op {
color: #006633;
}
.Mono {
font-family: "Courier New", Courier, mono;
font-size: 11pt;
}
.Highlight {
background-color: #FFFF00;
}
.Reference {
font-family: "Courier New", Courier, mono;
font-size: 9pt;
color: #000000;
text-decoration: none;
border: 1px #CCCCCC solid;
}