User:Tigerpaw28/monacobook.css: Difference between revisions
From MediaWiki
Jump to navigationJump to searchTigerpaw28 (talk | contribs) No edit summary |
Tigerpaw28 (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
.tt1_graynote2 { | .tt1_graynote2 { | ||
margin: | margin: .25em 1.5em .25em; | ||
background-color: # | background-color:#efefef; | ||
border: 2px solid # | border: 2px solid #eeeeee; | ||
padding: 2px; | padding: 2px; text-align: left; | ||
text-align: left; | font-style:italic; | ||
font-style: italic; | clear:left; | ||
clear:left; | } | ||
.tt1_graynote2 i{ | |||
font-style:normal; | |||
} | |||
.tt1_graynote2:before{ | |||
content:'Continuity Note: '; | |||
font-weight:900; | |||
font-style:normal; | |||
} | } | ||
Revision as of 20:37, 9 January 2016
/* KIRED FUNCTIONS - Style include */
@import "http://www.emopanda.com/tmp/kired_wikistyles.css";
.tt1_graynote2 {
margin: .25em 1.5em .25em;
background-color:#efefef;
border: 2px solid #eeeeee;
padding: 2px; text-align: left;
font-style:italic;
clear:left;
}
.tt1_graynote2 i{
font-style:normal;
}
.tt1_graynote2:before{
content:'Continuity Note: ';
font-weight:900;
font-style:normal;
}

