MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
clear: both; | clear: both; | ||
} | } | ||
*/ | |||
#wmd-songlyrics b { | #wmd-songlyrics b { | ||
font-size: larger; | font-size: larger; | ||
Line 67: | Line 67: | ||
margin: 0; | margin: 0; | ||
} | } | ||
/* Right shifted sections to hold notes about the songs */ | /* Right shifted sections to hold notes about the songs */ | ||
.wmd-songnotes, .wmd-songnotes-small { | .wmd-songnotes, .wmd-songnotes-small { |
Revision as of 07:34, 19 September 2016
/* CSS placed here will be applied to all skins */
/*
** Stuff added by Member005 at start of file
*/
/* Copy from wikipedia common.css 25/12/2006 */
/*
<pre><nowiki>*/
.image-right {
float: right;
}
.image-left {
float: left;
}
/* @group My WMD Song Display */
/* Main div to hold the song lyrics */
/*
#wmd-songpage .toc {
position: relative;
margin-left: 1em;
}
#wmd-songbackground {
display: inline;
}
#wmd-songlyrics {
clear: both;
}
*/
#wmd-songlyrics b {
font-size: larger;
font-weight: bold;
font-style: italic;
}
#wmd-songlyrics dl dd {
margin-left: 2em;
text-indent: -2em;
margin-bottom: 0;
}
#wmd-songlyrics dd:first-letter {
font-weight: bolder;
}
#wmd-songlyrics dl {
margin-bottom: 1em;
}
.wmd-songmain {
position: relative;
left: 2%;
width: 95%;
}
.wmd-songmain p {
margin: 0;
}
/* Right shifted sections to hold notes about the songs */
.wmd-songnotes, .wmd-songnotes-small {
float:right;
width: 60%;
text-align: left;
border-left-style: dotted;
border-left-width: thin;
padding-left: .5em;
margin-left: 1.5em;
background: #f9f9f9;
border-bottom-width: thin;
border-bottom-style: dotted;
margin-top: 0;
margin-bottom: 0;
}
.quote {
font-style: italic;
}
#wmd-songlyrics div.wmd-songmain dl dd span.wmd-songnotes {
margin-left: 0;
text-indent: 0;
}
.wmd-songnotes .small {
font-size: 90%;
}
/* Right side notes currently hidden */
/* Side bar to the far right */
.wmd-songrightside {
display: none;
position: relative;
right: 5%;
float: right;
width: 35%;
}
.infobox.wmdlyrics {
margin-bottom: 0px;
background-color: #fdffc0;
margin-left: 5px;
text-indent: 0;
}
.infobox.bordered.wmdlyrics dl dd {
margin-left: 0em;
text-indent: 0em;
}
.wmd-cite {
margin-left: 6em;
}
.wmd-cite-sechead {
text-indent: -6em;
float: left;
font-variant: small-caps;
font-weight: bold;
}
.wmd-says {
color: #343067;
font-style: italic;
}
.wmd-thelaw {
float: right;
border-bottom-style: solid;
width: 50%;
padding: .3em;
padding-top: 0;
border-width: thin;
background-color: #f2f2ff;
margin-top: 0em;
margin-bottom: 1em;
margin-left: 1em;
}
.wmd-thelaw-sechead {
font-variant: small-caps;
font-weight: bold;
font-size: larger;
}
.wmd-cite-heading h3 {
font-variant: small-caps;
font-size: 120%;
}
.wmd-cite-internal {
font-size: x-small;
float: right;
}
#wmd-songbackground-cont {
width: 80%;
}
#wmd-songbackground-cont div.wmd-songnotes {
position: relative;
float: right;
display: inline;
}
div.wmd_hugetext {
font-size: larger;
line-height: 1.1;
}
.wmd-image {
margin: 2px;
padding-right: 5px;
padding-left: 5px;
}
.wmd-quote {
font-style:italic;
margin:1em;
}
/* @end */
/*</nowiki></pre>*/