Difference between revisions of "MediaWiki:Common.css"
Infobroker (talk | contribs) (testing) |
Infobroker (talk | contribs) |
||
| (28 intermediate revisions by the same user not shown) | |||
| Line 109: | Line 109: | ||
color: #4f5f4f; | color: #4f5f4f; | ||
} | } | ||
| + | |||
| + | span.char_banner { | ||
| + | float:center; | ||
| + | font-size:300%; | ||
| + | font-family:georgia; | ||
| + | line-height:90%; | ||
| + | font-style:bold; | ||
| + | color: #999999; | ||
| + | } | ||
| + | |||
| + | span.headline_banner { | ||
| + | float:center; | ||
| + | font-size:250%; | ||
| + | font-family:georgia; | ||
| + | line-height:200%; | ||
| + | font-style:bold; | ||
| + | color: #999999; | ||
| + | } | ||
| + | |||
| + | span.headline_body { | ||
| + | float:left; | ||
| + | font-size:100%; | ||
| + | font-family:georgia; | ||
| + | line-height:150%; | ||
| + | color: #000000; | ||
| + | } | ||
| + | |||
| Line 141: | Line 168: | ||
td.bg1 { | td.bg1 { | ||
| + | padding: 10px 5px 5px 5px; | ||
| + | } | ||
| + | |||
| + | table.bg2 | ||
| + | { | ||
| + | background-image:url('/images/3/31/Colorslide2.jpg'); | ||
| + | background-repeat:repeat-x; | ||
| + | |||
| + | margin: 10; | ||
| + | border: 1px solid #a29eb4; | ||
| + | border-radius:3px; | ||
| + | padding: 5px 30px 5px 20px; | ||
| + | /* text-align: left; */ | ||
| + | box-shadow: 5px 5px 5px #dddddd; | ||
| + | } | ||
| + | |||
| + | td.bg2 { | ||
padding: 10px 5px 5px 5px; | padding: 10px 5px 5px 5px; | ||
} | } | ||
| Line 196: | Line 240: | ||
.mw-editsection { display:none!important; } | .mw-editsection { display:none!important; } | ||
| − | /* | + | /* do NOT show table of contents */ |
.toc, #toc { display: none; } | .toc, #toc { display: none; } | ||
| − | |||
Latest revision as of 15:12, 11 November 2021
/* CSS placed here will be applied to all skins */
table.infobox
{
float: right;
height: auto;
width: 370px;
text-align: justify;
border-top: thin solid black;
border-bottom: thin solid black;
padding: 0.2em 0.4em 0.80em 0.4em;
margin: 0em;
vertical-align: top;
}
table.feature
{
/* margin: 2; */
border: 1px solid #a29eb4;
border-radius:3px;
padding: 5px 5px 5px 5px;
text-align: left;
box-shadow: 5px 5px 5px #dddddd;
}
table.feature2
{
margin: 2;
border: 1px solid #98332b;
border-radius:3px;
padding: 0.2em 0.2em;
text-align: left;
box-shadow: 5px 5px 5px #702424;
}
table.showcase
{
font-size: 70%;
color: #4c4c5f;
line-height: 140%;
width: 135px;
margin: 2;
border: 1px solid #a29eb4;
border-radius:10px;
padding: 0.2em 0.2em;
background: #faf4cf;
text-align: left;
}
table.showcaseLite
{
font-size: 70%;
color: #ffffff;
line-height: 140%;
width: 135px;
margin: 2;
border: 1px solid #a29eb4;
border-radius:10px;
padding: 0.2em 0.2em;
background: #faf4cf;
text-align: left;
a:link {color:#888888;} /* unvisited link */
a:visited {color:#ffffff;} /* visited link */
a:hover {color:#888888;} /* mouse over link */
a:active {color:#000044;} /* selected link */
}
row.showcaseTitle
{
font-size: 130%;
font-style: bold;
color: #4c4c5f;
text-align: center;
}
/**
* Universal Pop-up fix
* by User:Ague
* Updated 16:38, April 11, 2012
*/
span.has_tooltip {
position: relative;
}
span.has_tooltip span.tooltip {
display: none;
}
span.has_tooltip:hover span.tooltip {
display: block;
width: 200%;
position: absolute;
top: 9px;
left: 13px;
}
/* End of pop-up fix */
span.first_letter {
float:left;
width:0.7em;
font-size:400%;
font-family:algerian,courier;
line-height:70%;
font-style:bold;
color: #4f5f4f;
}
span.char_banner {
float:center;
font-size:300%;
font-family:georgia;
line-height:90%;
font-style:bold;
color: #999999;
}
span.headline_banner {
float:center;
font-size:250%;
font-family:georgia;
line-height:200%;
font-style:bold;
color: #999999;
}
span.headline_body {
float:left;
font-size:100%;
font-family:georgia;
line-height:150%;
color: #000000;
}
span.device_header {
/* float:left; */
width:0.7em;
font-size:375%;
/* font-family:Impact, Charcoal, sans-serif; */
font-family:Verdana, Geneva, sans-serif;
line-height:70%;
font-style:bold;
color: #4f5f4f;
}
span.device_image {
float:left;
padding: 5px 20px 20px 5px;
}
table.bg1
{
background-image:url('/images/5/51/Colorslide.jpg');
background-repeat:repeat-x;
margin: 10;
border: 1px solid #a29eb4;
border-radius:3px;
padding: 5px 30px 5px 20px;
/* text-align: left; */
box-shadow: 5px 5px 5px #dddddd;
}
td.bg1 {
padding: 10px 5px 5px 5px;
}
table.bg2
{
background-image:url('/images/3/31/Colorslide2.jpg');
background-repeat:repeat-x;
margin: 10;
border: 1px solid #a29eb4;
border-radius:3px;
padding: 5px 30px 5px 20px;
/* text-align: left; */
box-shadow: 5px 5px 5px #dddddd;
}
td.bg2 {
padding: 10px 5px 5px 5px;
}
span.event_box1
{
/*
border-style: solid;
border-width: 1px;
border-color: #5E6B0A;
border-radius: 10px 10px 3px 3px;
vertical-align: top;
background: #5E6B0A;
width: 120px;
margin: -0.0em 0.0em 0.0em 0.0em;
padding: .0em .2em .1em .8em;
color:white;
font-weight: 900;
font-size: 80%;
box-shadow: 5px 5px 5px #dddddd;
*/
a:link {color:#999999;} /* unvisited link */
a:visited {color:#444444;} /* visited link */
a:hover {color:#222222;} /* mouse over link */
a:active {color:#444444;} /* selected link */
}
span.event_box2
{
/*
border-style: solid;
border-width: 1px;
border-color: #5E6B0A;
border-radius: 10px 10px 3px 3px;
vertical-align: top;
background: #5E6B0A;
width: 120px;
margin: -0.0em 0.0em 0.0em 0.0em;
padding: .0em .2em .1em .8em;
color:white;
font-weight: 900;
font-size: 80%;
box-shadow: 5px 5px 5px #dddddd;
*/
a:link {color:#46474b;} /* unvisited link */
a:visited {color:#46474b;} /* visited link */
a:hover {color:#46474b;} /* mouse over link */
a:active {color:#46474b;} /* selected link */
}
.mw-editsection { display:none!important; }
/* do NOT show table of contents */
.toc, #toc { display: none; }