MediaWiki:Common.css: Difference between revisions

From The WMD Library
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
/* WMD Css Monday; September 19, 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 */
/*


.image-right {
<pre><nowiki>*/
float: right;
}


.image-left {
float: left;
}




/* Re-define body */
/*</nowiki></pre>*/
body {
font: sans-serif;
background: #f9f9f9 0 0 no-repeat;
color: black;
margin: 0;
padding: 0;
}
 
 
/* @group TOC Changes */
 
table#toc.toc {
 
}
 
#TOCnestright {
width: 30%;
}
 
 
#TOCnestright li {
margin-left: 1em;
text-indent: -1em;
}
 
/* @end */
 
 
/* @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 */
 
/* @group My WMD UN declaration vs Cairo page */
 
.wmd_islamic_HR {
float: right;
width: 46%;
padding: 5px;
background-color: #ccffcc;
border: thin solid #00ac3d;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
}
 
.wmd_univ_HR {
width: 46%;
padding: 5px;
border-style: solid;
border-width: thin;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
position: static;
}
 
.wmd_float_clear {
float: none;
clear: both;
}
 
.wmd_float_clear_line {
float: none;
clear: both;
border-top-style: dotted;
border-top-width: thin;
height: 1px;
}
 
 
 
Weapon of Musical Defense
 
/* @end */

Revision as of 07:17, 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>*/



/*</nowiki></pre>*/