Test Post

So you can see what the stylesheet looks like for /McDonalds, here it is:

/* Moderator Post flair */

.linkflair-mod .linkflairlabel { background: #0DCE00; border: 1px solid #FFFFFF; color: white; } .linkflair-mod a.title { background: #0DCE00; color: #FFFFFF !important; } .linkflair-mod .thumbnail { display: none !important; }

header {

border-bottom:1px solid #be0000; position:relative; background-color: #fff; z-index:99; } /changing the colour of the user toolbar/

header-bottom-right {

background-color: #be0000;
color: #FFFFFF;
padding: 5px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px
}

header-bottom-right a {

color: #fff
}

header-bottom-right b {

color: #ffdfbe
}

siteTable div.thing a.title {

color: #be0000;
display: block
}

siteTable div.thing a.title:visited {

color: #e17224
}

/changes the colour of all links in information box/ .titlebox a { color: #FF0000 } /* u-JosephCW - Fixed background for the entire reddit page*/ body { background-color: #FFFFD4; }

/* Stripes & Padding .sitetable > .link:first-child { padding: 5px 100px 5px 10px !important; background-color: #fff; -moz-border-radius: 8px; -webkit-border-radius: 8px } .link ~ .odd { padding: 5px 100px 5px 10px !important; background-color: #fff; -moz-border-radius: 8px; -webkit-border-radius: 8px } .link ~ .even { padding: 5px 320px 5px 10px !important; background-color: #fff; -moz-border-radius: 8px; -webkit-border-radius: 8px } .side { float: right; margin: 0 5px 0 10px; z-index: 99 } */

/* Hides cakeday image */

.userattrs .recent-trophywinner img { display: none;

} /*This stuff adds an 'announcement' to the top of the subreddit the text of the announcement will be in h3/### text in the reddit description */

body { position: relative } .content { margin-top: 60px } .pagename { font-size: 14pt } .titlebox form { position: static }

titlebox .usertext-body .md ol, h3 { width: 45%; background-color: #FFFFD4; border: 4px solid #FF0000; position: absolute; top: 125px; left: 20px; z-index: 99; margin: 0; padding: 4px; padding-left: 30px; text-align: left; -moz-border-radius: 6px; -webkit-border-radius: 6px }

/* the end of the announcement h3 code/ / Title / .pagename a { color: #be0000; text-transform: uppercase; font-size: 60%; /font-family: sans-serif;/ font-weight: bold; margin-right: 3px; } /#header-img{ background-color: #fff; -moz-border-radius: 20px; -webkit-border-radius: 20px; margin:5px; } */ .titlebox h1{ padding-left: 0px; padding-right: 10px; padding-bottom: 290px; background-image: url(%%transtitle%%); background-repeat: no-repeat; font-size: 0%; }

.md h1{ padding-left: 72px; padding-bottom: 50px; background-image: url(%%g3324small%%); background-repeat: no-repeat; }

.md h2{ padding-left: 72px; padding-bottom: 50px; background-repeat: no-repeat; }

/* .md h3{ text-shadow: 0 0 0.2em #0000cc; padding-left: 72px; padding-bottom: 50px; background-image: url(%%g3324small%%); background-repeat: no-repeat; } */

.userattrs .submitter{ background-image: url(%%g3697%%); padding-left: 22px; background-repeat: no-repeat; background-position:0px 3px; }

.md blockquote { border-left:0px; padding-left:72px; background-image: url(%%g3765%%); background-repeat: no-repeat; min-height:75px;

}

.md blockquote p { border-left:2px solid #369; padding-left:4px; }

/* Side bar */

/* movie / a[href="movie"].title:link { color: green } a[href*="movie"].title:visited { color: #006400 !important }

.subscribers span.number:after { content: " McRedditors" } .users-online span.number:after { content: " lovin' it." } /replace "readers"/ div.titlebox span.word { display: none }

div.titlebox span.number:before { content: " " }

/* Experiments */

img[src*="noimage"]{display:none;}

/* warn about downvotes */

siteTable .entry.dislikes .buttons:before {

content: "Downvote and report any link that violates our community rules.";
color: blue;
font-size: 7pt
}

siteTable:target a.title[href="/r/"], a.title[href="/r/"]:lang(xh) {

color: black !important;
background: #CEE3F8
}

/.content #siteTable .id-t3_akasm {background:yellow; display:none}/ /.id-t1_c0ii3kk {background:green;}/

/#form-t3_akasmsl4 {background:yellow; display:none}/

/* Custom Text on the Submit Page */

link-desc:after {

display: block;
margin-top: 1em;
font-weight: normal;
content: "BA DA BA BA BA I'M LOVIN' IT"
}

text-desc:after {

display: block;
margin-top: 1em;
font-weight: BOLD;
font-size: 22pt;
content: "BA DA BA BA BA I'M LOVIN' IT"
}

/* Banner appears when you hover over the submit button */ .sidebox.submit:hover:before { position: fixed; display: block; top: 0; text-align: center; background-color: red; color: white; z-index: 1000; padding: 24px 0; width: 100%; left: 0; font-size: 22px; font-weight: normal; content: "BA DA BA BA BA I'M LOVIN' IT"
}

/*******************/ / Fancy tables stolen from roger_ by joeyisapest /*******************/ / Take custom headers from bold text */ .titlebox tr strong, .titlebox th { color: white; background-color: #be0000; margin-top:-2px; margin-right:-3px; margin-left:-3px; margin-bottom:-2px; text-align:right; border-color: #be0000; border-style: solid; border-width: 2px; font-size: 10px; }

/* Exception for rows */ .titlebox tr strong { display:block }

/* Exception for headings */ .titlebox th { border-width: 0px; border-top-width: 0px; border-bottom-width: 2px; }

/* Cell specific stuff */ .titlebox td { border-style: none; padding: 3px; font-size: 80%; width: 50%; }

.titlebox td em { color:#be0000; font-weight:bold; font-style:normal; }

/* Table border */ .titlebox table { border-radius: 1px; border-color: #be0000; border-style: solid; border-width: 1px; margin: auto; width:100%; margin-bottom:10px; }

span.flair.flair-netflix { color: white; background-color: #b9090b; }

/* Rules Box */ .side ul { border-color: #FF4A4A; border-style: solid; border-width: 1px; padding: 10px 20px 5px 35px;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;

font-size: 8pt; list-style-type: decimal; margin: 0; } .side .titlebox li { margin-bottom: 10px; }

/==== DISPLAY MODES =====/ /* Talk Only / html[lang="to"] .thing.link { display: none } html[lang="to"] .thing.self { display: block } / Links Only */ html[lang="lo"] .thing.self { display: none

}

/* .thumbnail.self { background-image: url(%%self-thumb%%); height: 50px; background-position: -0px 0px; background-repeat: no-repeat } .thumbnail.default { background-image: url(%%default-thumb%%); height: 50px; background-position: -0px 0px; background-repeat: no-repeat } */

/* Buttons / submit buttons

.morelink { border: none; background: transparent; letter-spacing: normal; height: auto; } .morelink a { color: #fff!important; width: 280px; margin-top: 10px; float: left; display: table; text-align: center; }

button, .morelink a { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; display: inline-block; position: relative; vertical-align: baseline; font-size: inherit; font-weight: bold; padding: 3px 10px; cursor: pointer; font-family: inherit; background: #a84035; overflow: visible; height: 28px; text-shadow: 0 1px 0 #be0000; border: 1px solid #be0000; color: #FFF; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; box-shadow: 0 1px 0 #ddd; text-transform: capitalize; background: url(%%header-bg%%) repeat-x; }

.morelink a:hover:before { background: #000; position: fixed!important; left: 0; top: 0; width: 100%; height:76px; line-height: 3em; letter-spacing: 1px; font-weight: normal; font-size: 24px; content: 'Please read the rules before you post or your submission will be subject to removal.'; text-transform: none; z-index: 10000!important; } .morelink a { width: 280px; }

button:hover, .morelink a:hover { background: #b43e31; }

.morelink:hover { background: transparent; }

button:active, button:focus, .morelink a:active, .morelink a:focus { background: #b43e31; box-shadow: none; text-shadow: 0 -1px 0 #c64461; }

*/

/r/Axolootl Thread