diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..30f8081 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,4 @@ +Aeolus Changelog +============ +**v0.0.1.0** 23 Dec 2014 +* Initial release \ No newline at end of file diff --git a/README.md b/README.md index 7341560..1d4713e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ Aeolus -====== +============ -Aeolus CSS for reddit.com +Aeolus for reddit. http://www.reddit.com/r/Aeolus/ +For installation and customisation instructions, changelog, license and more refer to [Aeolus Wiki on reddit](http://www.reddit.com/r/Aeolus/wiki/). \ No newline at end of file diff --git a/css/stylesheet.css b/css/stylesheet.css new file mode 100644 index 0000000..a68413f --- /dev/null +++ b/css/stylesheet.css @@ -0,0 +1,2868 @@ +/* + Aeolus v0.0.1.0 (http://www.reddit.com/r/Aeolus) + Copyright (c) 2014 Timur Kuzhagaliyev (TimboKZ) +*/ +html body { + background-color: #c1c1c1; + max-width: 1280px; + padding: 0px 20px; + margin: 0px auto; +} +html body #header { + background-color: transparent; + height: 140px; + border: none; +} +html body #header #sr-header-area { + background-color: transparent; + margin: 0px 0px 80px 0px; + height: 20px; + border: none; +} +html body #header #sr-header-area .width-clip { + background-color: transparent; +} +html body #header #header-bottom-left { + background-color: #343844; + margin: 0px 320px 0px 0px; + padding: 0px; + height: 40px; +} +html body #header #header-bottom-left #header-img { + display: none; +} +html body #header #header-bottom-left .pagename { + text-transform: lowercase; + padding: 0px 0px 0px 40px; + margin: 0px 0px 0px -4px; + vertical-align: middle; + display: inline-block; + color: #f2f2f2; + font-variant: normal; + font-weight: normal; + white-space: nowrap; + font-family: Verdana, Arial, Sans-Serif; + position: relative; + line-height: 40px; + height: 40px; + width: 0px; +} +html body #header #header-bottom-left .pagename a { + background-color: #30333e; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + text-indent: -9999px; + position: absolute; + background-image: url(%%aeolus-sprite%%) !important; + background-repeat: no-repeat !important; + background-size: 160px 120px !important; + background-position: 0px 0px !important; + display: block; + height: 40px; + padding: 0px; + margin: 0px; + width: 40px; + left: 0px; + top: 0px; +} +html body #header #header-bottom-left .pagename a:hover { + background-color: #292c36; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body #header #header-bottom-left .tabmenu { + background-color: transparent; + vertical-align: middle; + display: inline-block; + padding: 0px; + height: 40px; + margin: 0px; + width: auto; +} +html body #header #header-bottom-left .tabmenu li { + background-color: transparent; + vertical-align: middle; + display: inline-block; + padding: 0px; + height: 40px; + margin: 0px; + width: auto; +} +html body #header #header-bottom-left .tabmenu li.selected a { + color: #ffffff; + font-weight: normal; + font-style: italic; + border: none; +} +html body #header #header-bottom-left .tabmenu li a { + background-color: transparent; + color: #f2f2f2; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + font-weight: normal; + font-family: Verdana, Arial, Sans-Serif; + line-height: 40px; + padding: 0px 15px; + display: block; + height: 40px; +} +html body #header #header-bottom-left .tabmenu li a[href*="/rising"] { + display: none !important; +} +html body #header #header-bottom-left .tabmenu li a[href*="/controversial"] { + display: none !important; +} +html body #header #header-bottom-left .tabmenu li a[href*="/gilded"] { + display: none !important; +} +html body #header #header-bottom-left .tabmenu li a[href*="/ads"] { + display: none !important; +} +html body #header #header-bottom-left .tabmenu li a:hover { + background-color: #2d313b; + color: #ffffff; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body #header #header-bottom-right { + background-color: transparent; + line-height: normal; + border-radius: 0px; + position: absolute; + text-align: right; + width: 320px; + padding: 0px; + height: 40px; + bottom: 0px; + margin: 0px; + right: 0px; +} +html body #header #header-bottom-right span.separator { + display: none; +} +html body #header #header-bottom-right #userbarToggle { + display: none; +} +html body #header #header-bottom-right .user { + vertical-align: middle; + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + color: #3e3e3e; + line-height: normal; + white-space: nowrap; + font-family: Verdana, Arial, Sans-Serif; + position: absolute; + text-align: left; + font-size: 0px; + padding: 0px; + height: 40px; + bottom: 100%; + margin: 0px; + right: 0px; +} +html body #header #header-bottom-right .user > a { + margin: 0px 0px 0px 0px !important; + vertical-align: middle; + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + color: #3e3e3e; + line-height: 40px; + padding: 0px 10px; + font-size: 12px; + height: 40px; + width: auto; +} +html body #header #header-bottom-right .user > a:hover { + background-color: #f2f1ec; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body #header #header-bottom-right .user #RESAccountSwitcherIcon { + vertical-align: middle; + width: 40px !important; + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + background-image: url(%%aeolus-sprite%%) !important; + background-repeat: no-repeat !important; + background-size: 160px 120px !important; + background-position: 0px -80px !important; + line-height: normal; + font-size: 0px; + padding: 0px; + height: 40px; + margin: 0px; + top: 0px; +} +html body #header #header-bottom-right .user #RESAccountSwitcherIcon:hover { + background-color: #f2f1ec; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body #header #header-bottom-right .user .userkarma { + background-color: transparent; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + color: #3e3e3e; + white-space: nowrap; + font-weight: normal; + position: absolute; + line-height: 30px; + padding: 5px 10px; + text-align: left; + font-size: 12px; + display: block; + border: none; + height: 30px; + margin: 0px; + right: 100%; + top: 0px; +} +html body #header #header-bottom-right .user .userkarma a { + color: #3e3e3e; +} +html body #header #header-bottom-right #mail { + vertical-align: middle; + width: 40px !important; + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + background-image: url(%%aeolus-sprite%%) !important; + background-repeat: no-repeat !important; + background-size: 160px 120px !important; + background-position: 0px -40px !important; + line-height: normal; + font-size: 0px; + padding: 0px; + height: 40px; + margin: 0px; + top: 0px; +} +html body #header #header-bottom-right #mail.havemail { + background-image: url(%%aeolus-sprite%%) !important; + background-repeat: no-repeat !important; + background-size: 160px 120px !important; + background-position: -40px -40px !important; +} +html body #header #header-bottom-right #mail:hover { + background-color: #f2f1ec; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body #header #header-bottom-right #modmail { + vertical-align: middle; + background-image: url(%%aeolus-sprite%%) !important; + background-repeat: no-repeat !important; + background-size: 160px 120px !important; + background-position: -80px -40px !important; + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + line-height: normal; + font-size: 0px; + padding: 0px; + height: 40px; + margin: 0px; + width: 40px; + top: 0px; +} +html body #header #header-bottom-right #modmail.havemail { + background-image: url(%%aeolus-sprite%%) !important; + background-repeat: no-repeat !important; + background-size: 160px 120px !important; + background-position: -120px -40px !important; +} +html body #header #header-bottom-right #modmail:hover { + background-color: #f2f1ec; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body #header #header-bottom-right ul.flat-list { + vertical-align: middle; + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + line-height: normal; + padding: 0px; + height: 40px; + margin: 0px; +} +html body #header #header-bottom-right ul.flat-list li { + vertical-align: middle; + display: inline-block; + line-height: normal; + padding: 0px; + height: 40px; + margin: 0px; +} +html body #header #header-bottom-right ul.flat-list li a.pref-lang { + background-image: url(%%aeolus-sprite%%) !important; + background-repeat: no-repeat !important; + background-size: 160px 120px !important; + background-position: -120px 0px !important; + font-size: 0px; + display: block; + height: 40px; + width: 40px; +} +html body #header #header-bottom-right ul.flat-list li a.pref-lang:hover { + background-color: #f2f1ec; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body #header #header-bottom-right #openRESPrefs { + vertical-align: middle !important; + display: inline-block !important; + -webkit-transition: all 0.3s linear !important; + -khtml-transition: all 0.3s linear !important; + -moz-transition: all 0.3s linear !important; + -o-transition: all 0.3s linear !important; + transition: all 0.3s linear !important; + line-height: normal !important; + font-size: 0px !important; + height: 40px !important; + width: 40px !important; + background-image: url(%%aeolus-sprite%%) !important; + background-repeat: no-repeat !important; + background-size: 160px 120px !important; + background-position: -80px 0px !important; +} +html body #header #header-bottom-right #openRESPrefs .gearIcon { + display: none !important; +} +html body #header #header-bottom-right #openRESPrefs:hover { + background-color: #f2f1ec !important; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body #header #header-bottom-right form.logout { + vertical-align: middle; + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + line-height: normal; + padding: 0px; + height: 40px; + margin: 0px; +} +html body #header #header-bottom-right form.logout a { + background-image: url(%%aeolus-sprite%%) !important; + background-repeat: no-repeat !important; + background-size: 160px 120px !important; + background-position: -40px 0px !important; + font-size: 0px; + display: block; + height: 40px; + width: 40px; +} +html body #header #header-bottom-right form.logout a:hover { + background-color: #f2f1ec; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body .side { + background-color: transparent; + padding: 0px 0px 0px 20px; + width: 300px; + margin: 0px; +} +html body .side .spacer { + padding: 0px 0px 10px 0px; + margin: 0px 0px 0px 0px; +} +html body .side .spacer:nth-child(1) { + padding: 0px; +} +html body .side .spacer:nth-child(2) { + padding: 0px; +} +html body .side .spacer:nth-child(3) { + padding: 8px 0px 10px 0px; +} +html body .side .spacer #search input[type^="text"] { + -webkit-box-shadow: inset #f2f1ec 0px 0px 0px 0px; + -moz-box-shadow: inset #f2f1ec 0px 0px 0px 0px; + box-shadow: inset #f2f1ec 0px 0px 0px 0px; + -webkit-transition: all 0.3s ease-in-out; + -khtml-transition: all 0.3s ease-in-out; + -moz-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + border: solid 2px #f2f1ec; + color: #3e3e3e; + border-radius: 0px; + text-align: center; + background: none; + font-size: 14px; + padding: 0px; + height: 34px; + margin: 0px; +} +html body .side .spacer #search input[type^="text"]:focus { + -webkit-box-shadow: inset #f2f1ec 0px -30px 0px 0px; + -moz-box-shadow: inset #f2f1ec 0px -30px 0px 0px; + box-shadow: inset #f2f1ec 0px -30px 0px 0px; + outline: none; +} +html body .side .spacer #search #searchexpando { + background-color: #f2f1ec; + border-radius: 0px; + padding: 10px; + border: none; + margin: 0px; +} +html body .side .spacer .login-form-side { + border: solid 2px #f2f1ec; + border-top: none; +} +html body .side .spacer .linkinfo { + border: solid 2px #f2f1ec; + background-color: transparent; + margin: 10px 0px -8px 0px; + border-radius: 0px; + font-family: Verdana, Arial, Sans-Serif; +} +html body .side .spacer .sponsorshipbox { + padding: 0px 0px 0px 0px; +} +html body .side .spacer .sidebox.submit-link .morelink a:before { + background-image: url(%%aeolus-post-sprite%%) !important; + background-size: 60px 60px !important; + background-repeat: no-repeat !important; + background-position: 0px -30px !important; + position: absolute; + height: 30px; + content: ''; + width: 30px; + left: 0px; + top: 0px; +} +html body .side .spacer .sidebox.submit-text .morelink a:before { + background-image: url(%%aeolus-post-sprite%%) !important; + background-size: 60px 60px !important; + background-repeat: no-repeat !important; + background-position: -30px 0px !important; + position: absolute; + height: 30px; + content: ''; + width: 30px; + left: 0px; + top: 0px; +} +html body .side .spacer .sidebox .morelink { + background-color: transparent; + background-image: none; + border: none; + height: 34px; +} +html body .side .spacer .sidebox .morelink a { + -webkit-box-shadow: inset #f2f1ec 0px 0px 0px 0px; + -moz-box-shadow: inset #f2f1ec 0px 0px 0px 0px; + box-shadow: inset #f2f1ec 0px 0px 0px 0px; + -webkit-transition: all 0.3s ease-in-out; + -khtml-transition: all 0.3s ease-in-out; + -moz-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + background-color: transparent; + border: solid 2px #f2f1ec; + padding: 0px 0px 0px 30px; + background-image: none; + color: #3e3e3e; + font-weight: normal; + font-family: Verdana, Arial, Sans-Serif; + position: relative; + line-height: 30px; + overflow: default; + text-align: left; + font-size: 14px; + height: 30px; + width: 266px; +} +html body .side .spacer .sidebox .morelink a:hover { + -webkit-box-shadow: inset #f2f1ec 0px -30px 0px 0px; + -moz-box-shadow: inset #f2f1ec 0px -30px 0px 0px; + box-shadow: inset #f2f1ec 0px -30px 0px 0px; +} +html body .side .spacer .sidebox .morelink .nub { + display: none; +} +html body .side .spacer .sidebox.create .spacer { + background-color: #f2f1ec; + padding: 5px 5px 5px 50px; +} +html body .side .spacer .sidebox.create .spacer a { + left: 5px; + top: 5px; +} +html body .side .spacer .sidebox.create .spacer .subtitle { + font-size: 0px !important; +} +html body .side .spacer .sidebox.create .spacer .subtitle:before { + content: '...for Timbo_KZ.'; + font-size: 12px !important; +} +html body .side .spacer .sidebox.create .spacer .subtitle:nth-child(odd):before { + content: '...for Aeolus.'; +} +html body .side .spacer .titlebox .redditname { + padding: 0px 0px 10px 43px; + font-weight: normal; + text-align: left; + display: block; + margin: 0px; +} +html body .side .spacer .titlebox .redditname .hover { + -webkit-transition: all 0.3s ease; + -khtml-transition: all 0.3s ease; + -moz-transition: all 0.3s ease; + -o-transition: all 0.3s ease; + transition: all 0.3s ease; + background-color: #f2f1ec; + word-break: break-all; + display: inline-block; + color: #3e3e3e; + border-radius: 20px; + font-weight: normal; + position: relative; + padding: 5px 20px; + font-size: 20px; + margin: 0px; +} +html body .side .spacer .titlebox .redditname .hover:hover { + background-color: #7b9af4; + text-decoration: none; + color: #f2f1ec; +} +html body .side .spacer .titlebox .subscribe-button { + background-color: transparent; + margin: -43px 0px 0px 0px; + font-weight: normal; + position: absolute; + display: block; + padding: 0px; + height: 33px; + width: 33px; +} +html body .side .spacer .titlebox .subscribe-button .option { + -webkit-transition: all 0.3s ease; + -khtml-transition: all 0.3s ease; + -moz-transition: all 0.3s ease; + -o-transition: all 0.3s ease; + transition: all 0.3s ease; + background-color: #f2f1ec; + background-image: none; + color: #3e3e3e; + border-radius: 20px; + font-weight: normal; + position: relative; + font-size: 0px; + padding: 0px; + border: none; + height: 33px; + width: 33px; +} +html body .side .spacer .titlebox .subscribe-button .option:hover:before { + background-color: #7b9af4; + color: #f2f1ec; +} +html body .side .spacer .titlebox .subscribe-button .option.remove:hover:before { + background-color: #f2f1ec; + color: #3e3e3e; +} +html body .side .spacer .titlebox .subscribe-button .option.remove:before { + background-color: #7b9af4; + color: #f2f1ec; + content: '-'; +} +html body .side .spacer .titlebox .subscribe-button .option:before { + background-color: #f2f1ec; + border-radius: 33px; + text-align: center; + position: absolute; + line-height: 30px; + font-size: 20px; + content: '+'; + height: 33px; + width: 33px; + top: -12px; + left: 0px; +} +html body .side .spacer .titlebox .subButtons { + padding: 0px 0px 10px 0px; + display: block; + margin: 0px; +} +html body .side .spacer .titlebox .subButtons .RESshortcut, +html body .side .spacer .titlebox .subButtons .REStoggle { + background-color: #f2f1ec; + margin: 0px 10px 0px 0px; + background-image: none; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + color: #3e3e3e; + font-weight: normal; + border-radius: 0px; + font-family: Verdana, Arial, Sans-Serif; + padding: 4px 6px; + border: none; + width: auto; +} +html body .side .spacer .titlebox .subButtons .RESshortcut:hover, +html body .side .spacer .titlebox .subButtons .REStoggle:hover { + background-color: #7b9af4 !important; + background-image: none; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; + color: #f2f1ec; +} +html body .side .spacer .titlebox .subButtons .RESshortcut.remove, +html body .side .spacer .titlebox .subButtons .REStoggle.remove { + background-color: #7b9af4 !important; + color: #f2f1ec; +} +html body .side .spacer .titlebox .subButtons .RESshortcut.remove:hover, +html body .side .spacer .titlebox .subButtons .REStoggle.remove:hover { + background-color: #f2f1ec; + color: #3e3e3e; +} +html body .side .spacer .titlebox .subscribers { + display: inline-block; + color: #3e3e3e; + font-family: Verdana, Arial, Sans-Serif; + height: 20px; +} +html body .side .spacer .titlebox .users-online { + padding: 0px 0px 0px 20px; + display: inline-block; + color: #3e3e3e; + font-family: Verdana, Arial, Sans-Serif; + height: 20px; +} +html body .side .spacer .titlebox .leavemoderator { + background-color: #f2f1ec; + padding: 5px 5px 10px 5px; + margin: 0px 0px 10px 0px; +} +html body .side .spacer .titlebox .flairtoggle { + background-color: #f2f1ec; + padding: 5px 5px 10px 5px; +} +html body .side .spacer .titlebox .tagline { + background-color: #f2f1ec; + padding: 5px 10px 10px 10px; + margin: 0px 0px 10px 0px; +} +html body .side .spacer .titlebox .usertext { + padding: 0px; +} +html body .side .spacer .titlebox .usertext .md { + padding: 0px 10px 10px 10px; + background-color: #ffffff; + border-radius: 0px; + position: relative; + border: none; +} +html body .side .spacer .titlebox .usertext .md h1 { + border-bottom: solid 2px #e6e5df !important; + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 5px 0px !important; + font-size: 30px !important; +} +html body .side .spacer .titlebox .usertext .md h2 { + border-bottom: solid 1px #e6e5df !important; + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 24px !important; +} +html body .side .spacer .titlebox .usertext .md h3 { + border-bottom: solid 1px #e6e5df !important; + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 18px !important; +} +html body .side .spacer .titlebox .usertext .md h4 { + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 18px !important; +} +html body .side .spacer .titlebox .usertext .md h5 { + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: bold !important; + padding: 3px 0px !important; + font-size: 14px !important; +} +html body .side .spacer .titlebox .usertext .md h6 { + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 14px !important; +} +html body .side .spacer .titlebox .usertext .md img { + border: solid 1px #e6e5df !important; + max-width: 100%; +} +html body .side .spacer .titlebox .usertext .md p { + margin: 10px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; +} +html body .side .spacer .titlebox .usertext .md a { + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + position: relative; + color: #7b9af4; + padding: 2px 2px; + z-index: 1; +} +html body .side .spacer .titlebox .usertext .md a:visited { + color: #7b9af4; +} +html body .side .spacer .titlebox .usertext .md a:visited:hover { + color: #ffffff; +} +html body .side .spacer .titlebox .usertext .md a:visited:hover:before { + background-color: #c4c2b4; +} +html body .side .spacer .titlebox .usertext .md a:visited:before { + background-color: #dbd9d1; +} +html body .side .spacer .titlebox .usertext .md a:hover { + color: #ffffff; +} +html body .side .spacer .titlebox .usertext .md a:hover code { + background-color: transparent !important; +} +html body .side .spacer .titlebox .usertext .md a:hover:before { + background-color: #7b9af4; + height: 100%; +} +html body .side .spacer .titlebox .usertext .md a:before { + background-color: #7b9af4; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + position: absolute; + content: ''; + z-index: -1; + height: 2px; + bottom: 0px; + width: 100%; + left: 0px; +} +html body .side .spacer .titlebox .usertext .md ul { + margin: 15px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; + list-style: none; + display: block; +} +html body .side .spacer .titlebox .usertext .md ul li { + background-color: #f8f8f5; + margin: 5px 0px 0px 0px; + padding: 5px; +} +html body .side .spacer .titlebox .usertext .md ul li ul, +html body .side .spacer .titlebox .usertext .md ul li ol { + margin: 0px 0px 0px 0px !important; +} +html body .side .spacer .titlebox .usertext .md ul li > ul li, +html body .side .spacer .titlebox .usertext .md ul li > ol li { + background-color: #ffffff; +} +html body .side .spacer .titlebox .usertext .md ul li > ul li:before, +html body .side .spacer .titlebox .usertext .md ul li > ol li:before { + background-color: #ffffff; +} +html body .side .spacer .titlebox .usertext .md ul li > ul li > ul li, +html body .side .spacer .titlebox .usertext .md ul li > ol li > ul li, +html body .side .spacer .titlebox .usertext .md ul li > ul li > ol li, +html body .side .spacer .titlebox .usertext .md ul li > ol li > ol li { + background-color: #f8f8f5; +} +html body .side .spacer .titlebox .usertext .md ul li > ul li > ul li:before, +html body .side .spacer .titlebox .usertext .md ul li > ol li > ul li:before, +html body .side .spacer .titlebox .usertext .md ul li > ul li > ol li:before, +html body .side .spacer .titlebox .usertext .md ul li > ol li > ol li:before { + background-color: #f8f8f5; +} +html body .side .spacer .titlebox .usertext .md ol { + list-style-position: inside !important; + margin: 15px 0px 0px 0px !important; + list-style-type: decimal !important; + line-height: 20px !important; + font-size: 14px !important; + display: block; +} +html body .side .spacer .titlebox .usertext .md ol li { + background-color: #f8f8f5; + margin: 5px 0px 0px 0px; + padding: 5px; +} +html body .side .spacer .titlebox .usertext .md ol li ul, +html body .side .spacer .titlebox .usertext .md ol li ol { + margin: 0px 0px 0px 0px !important; +} +html body .side .spacer .titlebox .usertext .md ol li > ul li, +html body .side .spacer .titlebox .usertext .md ol li > ol li { + background-color: #ffffff; +} +html body .side .spacer .titlebox .usertext .md ol li > ul li:before, +html body .side .spacer .titlebox .usertext .md ol li > ol li:before { + background-color: #ffffff; +} +html body .side .spacer .titlebox .usertext .md ol li > ul li > ul li, +html body .side .spacer .titlebox .usertext .md ol li > ol li > ul li, +html body .side .spacer .titlebox .usertext .md ol li > ul li > ol li, +html body .side .spacer .titlebox .usertext .md ol li > ol li > ol li { + background-color: #f8f8f5; +} +html body .side .spacer .titlebox .usertext .md ol li > ul li > ul li:before, +html body .side .spacer .titlebox .usertext .md ol li > ol li > ul li:before, +html body .side .spacer .titlebox .usertext .md ol li > ul li > ol li:before, +html body .side .spacer .titlebox .usertext .md ol li > ol li > ol li:before { + background-color: #f8f8f5; +} +html body .side .spacer .titlebox .usertext .md code { + background-color: #f2f1ec !important; + display: inline-block !important; + padding: 2px 4px !important; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; +} +html body .side .spacer .titlebox .usertext .md blockquote { + border-left: solid 5px #e6e5df !important; + background-color: #f2f1ec !important; + padding: 5px 10px 5px 10px !important; + margin: 10px 0px 0px 0px !important; +} +html body .side .spacer .titlebox .usertext .md blockquote p { + margin: 5px 0px 5px 0px !important; +} +html body .side .spacer .titlebox .usertext .md blockquote blockquote { + margin: 5px 0px 5px 0px !important; +} +html body .side .spacer .titlebox .usertext .md pre { + background-image: url(%%aeolus-md-pre%%); + background-color: #f2f1ec; + padding: 18px 10px 18px 52px; + margin: 10px 0px 0px 0px; + position: relative; + line-height: 18px; + font-size: 12px; + display: block; + width: auto; +} +html body .side .spacer .titlebox .usertext .md pre:before { + content: '# 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 '; + border-right: solid 2px #c1c1c1; + background-color: #f2f1ec; + padding: 0px 10px 0px 5px; + white-space: pre-wrap; + position: absolute; + line-height: 18px; + text-align: right; + overflow: hidden; + font-size: 12px; + height: 100%; + width: 25px; + left: 0px; + top: 0px; +} +html body .side .spacer .titlebox .usertext .md pre:after { + background-color: #f2f1ec; + position: absolute; + height: 18px; + content: ''; + bottom: 0px; + width: 40px; + z-index: 1; + left: 0px; +} +html body .side .spacer .titlebox .usertext .md pre code { + background-color: transparent !important; + display: block !important; + padding: 0px !important; +} +html body .side .spacer .titlebox .usertext .md table { + border-color: #f2f1ec !important; + margin: 15px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; +} +html body .side .spacer .titlebox .usertext .md table thead { + background-color: #f2f1ec !important; +} +html body .side .spacer .titlebox .usertext .md table thead th { + font-weight: normal; + padding: 2px 4px; +} +html body .side .spacer .titlebox .usertext .md h1 { + font-size: 18px !important; +} +html body .side .spacer .titlebox .usertext .md h2 { + font-weight: bold !important; + font-size: 16px !important; +} +html body .side .spacer .titlebox .usertext .md h3 { + font-size: 16px !important; +} +html body .side .spacer .titlebox .usertext .md h4 { + font-size: 16px !important; +} +html body .side .spacer .titlebox .bottom { + color: #3e3e3e; + border: none; +} +html body .side .spacer .sidecontentbox { + position: relative; + padding: 0px; + border: none; + margin: 0px; +} +html body .side .spacer .sidecontentbox.collapsible .title { + -webkit-box-shadow: inset #f2f1ec 0px 0px 0px 0px; + -moz-box-shadow: inset #f2f1ec 0px 0px 0px 0px; + box-shadow: inset #f2f1ec 0px 0px 0px 0px; + -webkit-transition: all 0.3s ease-in-out; + -khtml-transition: all 0.3s ease-in-out; + -moz-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + padding: 0px 0px 0px 30px; + width: 266px; +} +html body .side .spacer .sidecontentbox.collapsible .title:hover { + -webkit-box-shadow: inset #f2f1ec 0px -30px 0px 0px; + -moz-box-shadow: inset #f2f1ec 0px -30px 0px 0px; + box-shadow: inset #f2f1ec 0px -30px 0px 0px; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content { + border-bottom: solid 2px #f2f1ec; + background-color: #f2f1ec; + padding: 5px 0px; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li { + padding: 5px 10px; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li > a[href*="[object Object]"] { + display: none; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing { + background-color: #f8f8f5; + padding: 5px 5px 0px 5px; + margin: 0px 0px 10px 0px; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol { + padding: 10px 0px; + margin: 0px; + width: 40px; + padding: 3px 0px 0px 0px; + width: 25px; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol .score { + color: #dddcd4; + font-weight: normal; + font-family: Verdana, Arial, Sans-Serif; + text-align: center; + line-height: 20px; + height: 20px; + width: 40px; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol .score.likes { + color: #7b9af4; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol .score.dislikes { + color: #d9d7ce; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol .arrow { + border: solid 2px #dddcd4; + background-image: none !important; + background-color: transparent; + -webkit-transition: all 0.3s ease; + -khtml-transition: all 0.3s ease; + -moz-transition: all 0.3s ease; + -o-transition: all 0.3s ease; + transition: all 0.3s ease; + border-radius: 20px; + margin: 0px auto; + display: block; + height: 14px; + width: 14px; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol .arrow.up { + -webkit-box-shadow: inset #7b9af4 0px 0px 0px 0px; + -moz-box-shadow: inset #7b9af4 0px 0px 0px 0px; + box-shadow: inset #7b9af4 0px 0px 0px 0px; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol .arrow.upmod { + -webkit-box-shadow: inset #7b9af4 0px -14px 0px 0px; + -moz-box-shadow: inset #7b9af4 0px -14px 0px 0px; + box-shadow: inset #7b9af4 0px -14px 0px 0px; + background-color: #7b9af4; + border: solid 2px #7b9af4; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol .arrow.down { + -webkit-box-shadow: inset #d9d7ce 0px 0px 0px 0px; + -moz-box-shadow: inset #d9d7ce 0px 0px 0px 0px; + box-shadow: inset #d9d7ce 0px 0px 0px 0px; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol .arrow.downmod { + -webkit-box-shadow: inset #d9d7ce 0px 14px 0px 0px; + -moz-box-shadow: inset #d9d7ce 0px 14px 0px 0px; + box-shadow: inset #d9d7ce 0px 14px 0px 0px; + background-color: #d9d7ce; + border: solid 2px #d9d7ce; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol .arrow { + margin: 0px 0px 0px 0px; +} +html body .side .spacer .sidecontentbox:not(.collapsible) .content li .gadget .thing .midcol .arrow:first-child { + margin: 0px 0px 5px 0px; +} +html body .side .spacer .sidecontentbox .helplink { + margin: 0px 0px 0px 0px; + position: absolute; + line-height: 20px; + height: 20px; + float: none; + right: 10px; + z-index: 1; + top: 5px; +} +html body .side .spacer .sidecontentbox .title { + background-color: transparent; + border: solid 2px #f2f1ec; + text-transform: lowercase; + padding: 0px 0px 0px 10px; + background-image: none; + font-variant: normal; + color: #3e3e3e; + font-weight: normal; + font-family: Verdana, Arial, Sans-Serif; + position: relative; + line-height: 30px; + overflow: default; + text-align: left; + height: 30px; + width: 286px; +} +html body .side .spacer .sidecontentbox .title h1 { + text-transform: capitalize; + font-size: 12px !important; + font-variant: normal; + color: #3e3e3e; + font-family: Verdana, Arial, Sans-Serif; +} +html body .side .spacer .sidecontentbox .title .collapse-button { + background-color: transparent; + font-size: 14px !important; + text-align: center; + position: absolute; + line-height: 28px; + padding: 0px; + border: none; + height: 30px; + content: ''; + margin: 0px; + width: 30px; + left: 0px; + top: 0px; +} +html body .side .spacer .sidecontentbox .content { + padding: 0px; + border: none; + margin: 0px; +} +html body .side .spacer .sidecontentbox .content li ul.icon-menu { + display: block; +} +html body .side .spacer .sidecontentbox .content li ul.icon-menu li { + background-color: transparent; + display: block; + padding: 0px; + border: none; + height: auto; + margin: 0px; +} +html body .side .spacer .sidecontentbox .content li ul.icon-menu li:last-child { + border-bottom: solid 2px #f2f1ec; +} +html body .side .spacer .sidecontentbox .content li ul.icon-menu li a { + background-color: transparent; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + color: #3e3e3e; + font-family: Verdana, Arial, Sans-Serif; + display: block; + padding: 5px; +} +html body .side .spacer .sidecontentbox .content li ul.icon-menu li a:hover { + background-color: #f2f1ec; + text-decoration: none; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body > .content { + background-color: #f2f1ec; + padding: 20px 20px 20px 20px; + margin: 0px 320px 0px 0px; + position: relative; +} +html body > .content:after { + content: 'Aeolus CSS v0.0.1.0 (/r/Aeolus)'; + background-color: #c1c1c1; + color: #e6e5df; + position: absolute; + line-height: 20px; + text-align: left; + height: 20px; + bottom: 0px; + width: 100%; + clear: both; + left: 0px; +} +html body > .content > span:first-child { + border: solid 2px #e6e5df; + margin: 0px 0px 20px 0px; + color: #2f2f2f; + display: block; + padding: 10px; +} +html body > .content > span:first-child .wikititle strong { + text-transform: capitalize; + font-weight: normal; + font-family: Verdana, Arial, Sans-Serif; +} +html body > .content .wiki-page-content { + margin: 0px 0px 20px 0px; +} +html body > .content .wiki-page-content > hr { + display: none; +} +html body > .content .wiki-page-content .md { + padding: 0px 20px 20px 20px; + background-color: #ffffff; + border-radius: 0px; + position: relative; + border: none; +} +html body > .content .wiki-page-content .md .toc { + position: relative; + z-index: 99; +} +html body > .content .wiki-page-content .md .toc a:hover, +html body > .content .wiki-page-content .md .toc a:visited:hover { + color: #7b9af4; +} +html body > .content .wiki-page-content .md .toc a:hover:before, +html body > .content .wiki-page-content .md .toc a:visited:hover:before { + background-color: #7b9af4; + height: 2px; +} +html body > .content .wiki-page-content .md .toc a:before, +html body > .content .wiki-page-content .md .toc a:visited:before { + background-color: transparent; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + position: absolute; + content: ''; + z-index: -1; + height: 2px; + bottom: 0px; + width: 100%; + left: 0px; +} +html body > .content .wiki-page-content .md .toc > ul { + -webkit-box-shadow: #ffffff 0px 0px 0px 10px; + -moz-box-shadow: #ffffff 0px 0px 0px 10px; + box-shadow: #ffffff 0px 0px 0px 10px; + background-color: #ffffff !important; + border: solid 2px #e6e5df; + margin: 20px 0px 20px 20px !important; + padding: 5px !important; +} +html body > .content .wiki-page-content .md .toc > ul ul { + padding: 0px 0px 0px 10px !important; +} +html body > .content .wiki-page-content .md .toc > ul li { + background-color: transparent !important; + padding: 5px; +} +html body > .content .wiki-page-content .md .toc > ul li:before { + display: none !important; +} +html body > .content .wiki-page-content .md h1 { + border-bottom: solid 2px #e6e5df !important; + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 5px 0px !important; + font-size: 30px !important; +} +html body > .content .wiki-page-content .md h2 { + border-bottom: solid 1px #e6e5df !important; + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 24px !important; +} +html body > .content .wiki-page-content .md h3 { + border-bottom: solid 1px #e6e5df !important; + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 18px !important; +} +html body > .content .wiki-page-content .md h4 { + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 18px !important; +} +html body > .content .wiki-page-content .md h5 { + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: bold !important; + padding: 3px 0px !important; + font-size: 14px !important; +} +html body > .content .wiki-page-content .md h6 { + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 14px !important; +} +html body > .content .wiki-page-content .md img { + border: solid 1px #e6e5df !important; + max-width: 100%; +} +html body > .content .wiki-page-content .md p { + margin: 20px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; +} +html body > .content .wiki-page-content .md a { + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + position: relative; + color: #7b9af4; + padding: 2px 2px; + z-index: 1; +} +html body > .content .wiki-page-content .md a:visited { + color: #7b9af4; +} +html body > .content .wiki-page-content .md a:visited:hover { + color: #ffffff; +} +html body > .content .wiki-page-content .md a:visited:hover:before { + background-color: #c4c2b4; +} +html body > .content .wiki-page-content .md a:visited:before { + background-color: #dbd9d1; +} +html body > .content .wiki-page-content .md a:hover { + color: #ffffff; +} +html body > .content .wiki-page-content .md a:hover code { + background-color: transparent !important; +} +html body > .content .wiki-page-content .md a:hover:before { + background-color: #7b9af4; + height: 100%; +} +html body > .content .wiki-page-content .md a:before { + background-color: #7b9af4; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + position: absolute; + content: ''; + z-index: -1; + height: 2px; + bottom: 0px; + width: 100%; + left: 0px; +} +html body > .content .wiki-page-content .md ul { + margin: 15px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; + list-style: none; + display: block; +} +html body > .content .wiki-page-content .md ul li { + background-color: #f8f8f5; + margin: 5px 0px 0px 0px; + padding: 5px; +} +html body > .content .wiki-page-content .md ul li ul, +html body > .content .wiki-page-content .md ul li ol { + margin: 0px 0px 0px 0px !important; +} +html body > .content .wiki-page-content .md ul li > ul li, +html body > .content .wiki-page-content .md ul li > ol li { + background-color: #ffffff; +} +html body > .content .wiki-page-content .md ul li > ul li:before, +html body > .content .wiki-page-content .md ul li > ol li:before { + background-color: #ffffff; +} +html body > .content .wiki-page-content .md ul li > ul li > ul li, +html body > .content .wiki-page-content .md ul li > ol li > ul li, +html body > .content .wiki-page-content .md ul li > ul li > ol li, +html body > .content .wiki-page-content .md ul li > ol li > ol li { + background-color: #f8f8f5; +} +html body > .content .wiki-page-content .md ul li > ul li > ul li:before, +html body > .content .wiki-page-content .md ul li > ol li > ul li:before, +html body > .content .wiki-page-content .md ul li > ul li > ol li:before, +html body > .content .wiki-page-content .md ul li > ol li > ol li:before { + background-color: #f8f8f5; +} +html body > .content .wiki-page-content .md ol { + list-style-position: inside !important; + margin: 15px 0px 0px 0px !important; + list-style-type: decimal !important; + line-height: 20px !important; + font-size: 14px !important; + display: block; +} +html body > .content .wiki-page-content .md ol li { + background-color: #f8f8f5; + margin: 5px 0px 0px 0px; + padding: 5px; +} +html body > .content .wiki-page-content .md ol li ul, +html body > .content .wiki-page-content .md ol li ol { + margin: 0px 0px 0px 0px !important; +} +html body > .content .wiki-page-content .md ol li > ul li, +html body > .content .wiki-page-content .md ol li > ol li { + background-color: #ffffff; +} +html body > .content .wiki-page-content .md ol li > ul li:before, +html body > .content .wiki-page-content .md ol li > ol li:before { + background-color: #ffffff; +} +html body > .content .wiki-page-content .md ol li > ul li > ul li, +html body > .content .wiki-page-content .md ol li > ol li > ul li, +html body > .content .wiki-page-content .md ol li > ul li > ol li, +html body > .content .wiki-page-content .md ol li > ol li > ol li { + background-color: #f8f8f5; +} +html body > .content .wiki-page-content .md ol li > ul li > ul li:before, +html body > .content .wiki-page-content .md ol li > ol li > ul li:before, +html body > .content .wiki-page-content .md ol li > ul li > ol li:before, +html body > .content .wiki-page-content .md ol li > ol li > ol li:before { + background-color: #f8f8f5; +} +html body > .content .wiki-page-content .md code { + background-color: #f2f1ec !important; + display: inline-block !important; + padding: 2px 4px !important; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; +} +html body > .content .wiki-page-content .md blockquote { + border-left: solid 5px #e6e5df !important; + background-color: #f2f1ec !important; + padding: 5px 10px 5px 10px !important; + margin: 20px 0px 0px 0px !important; +} +html body > .content .wiki-page-content .md blockquote p { + margin: 5px 0px 5px 0px !important; +} +html body > .content .wiki-page-content .md blockquote blockquote { + margin: 5px 0px 5px 0px !important; +} +html body > .content .wiki-page-content .md pre { + background-image: url(%%aeolus-md-pre%%); + background-color: #f2f1ec; + padding: 18px 10px 18px 52px; + margin: 20px 0px 0px 0px; + position: relative; + line-height: 18px; + font-size: 12px; + display: block; + width: auto; +} +html body > .content .wiki-page-content .md pre:before { + content: '# 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 '; + border-right: solid 2px #c1c1c1; + background-color: #f2f1ec; + padding: 0px 10px 0px 5px; + white-space: pre-wrap; + position: absolute; + line-height: 18px; + text-align: right; + overflow: hidden; + font-size: 12px; + height: 100%; + width: 25px; + left: 0px; + top: 0px; +} +html body > .content .wiki-page-content .md pre:after { + background-color: #f2f1ec; + position: absolute; + height: 18px; + content: ''; + bottom: 0px; + width: 40px; + z-index: 1; + left: 0px; +} +html body > .content .wiki-page-content .md pre code { + background-color: transparent !important; + display: block !important; + padding: 0px !important; +} +html body > .content .wiki-page-content .md table { + border-color: #f2f1ec !important; + margin: 15px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; +} +html body > .content .wiki-page-content .md table thead { + background-color: #f2f1ec !important; +} +html body > .content .wiki-page-content .md table thead th { + font-weight: normal; + padding: 2px 4px; +} +html body > .content > h1 { + background-color: #e0e4ed; + margin: 0px 0px 20px 0px; + padding: 10px; +} +html body > .content .submit.content { + padding: 0px 0px 20px 0px; + margin: 0px; +} +html body > .content .submit.content .tabmenu.formtab { + height: 32px; + padding: 0px; + margin: 0px; +} +html body > .content .submit.content .tabmenu.formtab li { + background-color: transparent; + vertical-align: center; + display: inline-block; + font-size: 14px; + padding: 0px; + height: 30px; + border: none; + margin: 0px; +} +html body > .content .submit.content .tabmenu.formtab li:first-child a { + border-right: none; +} +html body > .content .submit.content .tabmenu.formtab li.selected a { + -webkit-box-shadow: inset #ede6bb 0px 32px 0px 0px; + -moz-box-shadow: inset #ede6bb 0px 32px 0px 0px; + box-shadow: inset #ede6bb 0px 32px 0px 0px; + color: #ffffff; +} +html body > .content .submit.content .tabmenu.formtab li.selected a:hover { + -webkit-box-shadow: inset #ede6bb 0px 0px 0px 0px; + -moz-box-shadow: inset #ede6bb 0px 0px 0px 0px; + box-shadow: inset #ede6bb 0px 0px 0px 0px; +} +html body > .content .submit.content .tabmenu.formtab li a { + -webkit-box-shadow: inset #ede6bb 0px 0px 0px 0px; + -moz-box-shadow: inset #ede6bb 0px 0px 0px 0px; + box-shadow: inset #ede6bb 0px 0px 0px 0px; + border-right: solid 2px #ede6bb; + border-left: solid 2px #ede6bb; + border-top: solid 2px #ede6bb; + background-color: transparent; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + color: #2f2f2f; + border-bottom: none; + line-height: 20px; + padding: 5px 15px; + font-size: 14px; + display: block; + height: 20px; + top: 0px; +} +html body > .content .submit.content .tabmenu.formtab li a:hover { + -webkit-box-shadow: inset #ede6bb 0px -32px 0px 0px; + -moz-box-shadow: inset #ede6bb 0px -32px 0px 0px; + box-shadow: inset #ede6bb 0px -32px 0px 0px; +} +html body > .content .submit.content .formtabs-content { + padding: 0px; + border: none; + margin: 0px; + width: auto; +} +html body > .content .submit.content .formtabs-content .spacer { + padding: 0px; + margin: 0px; +} +html body > .content .submit.content .formtabs-content .spacer #link-desc, +html body > .content .submit.content .formtabs-content .spacer #text-desc { + margin: 0px 0px 20px 0px; + padding: 10px; +} +html body > .content .submit.content .formtabs-content .spacer .roundfield { + background-color: #f8f8f5 !important; + text-align: left !important; + border-radius: 0px; + width: auto; +} +html body > .content .submit.content .info-notice { + background-color: #e0e4ed; + margin: 20px 0px 0px 0px; + border-radius: 0px; + padding: 10px; + border: none; + width: auto; +} +html body > .content .submit.content .spacer { + padding: 20px 0px 0px 0px; + margin: 0px; +} +html body > .content .stylesheet-customize-container { + margin: 0px 0px 20px 0px; +} +html body > .content .stylesheet-customize-container #subreddit_stylesheet { + background-color: #f8f8f5 !important; + text-align: left !important; + border-radius: 0px; + padding: 10px; + width: auto; +} +html body > .content .stylesheet-customize-container #subreddit_stylesheet h2 { + text-transform: capitalize; + color: #2f2f2f; + line-height: 20px; + padding: 0px; + height: 20px; + margin: 0px; +} +html body > .content .stylesheet-customize-container #subreddit_stylesheet .sheets { + padding: 20px 0px 0px 0px; + margin: 0px; +} +html body > .content .stylesheet-customize-container #subreddit_stylesheet .sheets .col > div { + padding: 0px; + margin: 0px; +} +html body > .content .stylesheet-customize-container #images { + background-color: #f8f8f5 !important; + text-align: left !important; + margin: 20px 0px 0px 0px; + border-radius: 0px; + padding: 10px; + width: auto; +} +html body > .content .stylesheet-customize-container #images h2 { + text-transform: capitalize; + color: #2f2f2f; + line-height: 20px; + padding: 0px; + height: 20px; + margin: 0px; +} +html body > .content .stylesheet-customize-container #images h2 a { + color: #2f2f2f; +} +html body > .content .stylesheet-customize-container #images h2 a:hover { + text-decoration: none; + color: #2f2f2f; +} +html body > .content .stylesheet-customize-container #images #image-preview-list li { + display: inline-block; + float: none; +} +html body > .content .stylesheet-customize-container #images #image-preview-list li .description { + white-space: pre-wrap; +} +html body > .content .stylesheet-customize-container #images #image-preview-list li .description pre { + white-space: pre-wrap; +} +html body > .content .stylesheet-customize-container #images #image-upload { + padding: 20px 0px 0px 0px; + margin: 0px; +} +html body > .content .stylesheet-customize-container #images .error { + background-color: #f4d6d1; + margin: 20px 0px 0px 0px; + padding: 10px; +} +html body > .content > .menuarea { + border: solid 2px #e6e5df; + margin: 0px 0px 20px 0px; + color: #2f2f2f; +} +html body > .content > .menuarea .spacer .drop-choices.lightdrop { + -webkit-transition: opacity 0.3s ease, top 0.3s ease; + -khtml-transition: opacity 0.3s ease, top 0.3s ease; + -moz-transition: opacity 0.3s ease, top 0.3s ease; + -o-transition: opacity 0.3s ease, top 0.3s ease; + transition: opacity 0.3s ease, top 0.3s ease; + background-color: transparent; + padding: 14px 0px 0px 0px; + margin: 0px 0px 0px -5px; + display: block; + border: none; + height: 0px; + opacity: 0; +} +html body > .content > .menuarea .spacer .drop-choices.lightdrop:before { + -webkit-transition: background-color 0.3s ease; + -khtml-transition: background-color 0.3s ease; + -moz-transition: background-color 0.3s ease; + -o-transition: background-color 0.3s ease; + transition: background-color 0.3s ease; + background-color: transparent; + -webkit-transform-style: preserve-3d; + -ms-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-perspective: 300px; + -ms-perspective: 300px; + perspective: 300px; + margin: 0px 0px 0px 0px; + position: absolute; + content: ''; + height: 0px; + z-index: -1; + width: 0px; + left: 4px; + top: 4px; +} +html body > .content > .menuarea .spacer .drop-choices.lightdrop.inuse { + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; + display: block; + height: auto; + opacity: 1; +} +html body > .content > .menuarea .spacer .drop-choices.lightdrop.inuse:before { + -webkit-transition: background-color 0.1s ease; + -khtml-transition: background-color 0.1s ease; + -moz-transition: background-color 0.1s ease; + -o-transition: background-color 0.1s ease; + transition: background-color 0.1s ease; + background-color: #fcfcfb; + height: 20px; + width: 20px; +} +html body > .content > .menuarea .spacer .drop-choices.lightdrop.inuse form a { + padding: 4px 15px; + height: auto; +} +html body > .content > .menuarea .spacer .drop-choices.lightdrop form { + padding: 0px; +} +html body > .content > .menuarea .spacer .drop-choices.lightdrop form a { + background-color: #fcfcfb; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + color: #2f2f2f; + text-align: center; + padding: 0px 15px; + overflow: hidden; + height: 0px; +} +html body > .content > .menuarea .spacer .drop-choices.lightdrop form a:hover { + background-color: #f2f1ec; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body > .content .infobar { + background-color: #ede6bb; + margin: 0px 0px 20px 0px; + border: none !important; +} +html body > .content #siteTable #noresults { + background-color: #f4d6d1; + margin: 0px 0px 20px 0px; + padding: 10px; +} +html body > .content #siteTable .nav-buttons, +html body > .content #siteTable .NERPageMarker { + background-color: #ede6bb; + margin: 0px 0px 20px 0px; + border: none !important; + padding: 10px; +} +html body > .content #siteTable .thing { + background-color: #f8f8f5; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; + position: relative; +} +html body > .content #siteTable .thing.link.last-clicked { + overflow: visible !important; + border: none; +} +html body > .content #siteTable .thing.link.last-clicked .entry { + overflow: visible !important; +} +html body > .content #siteTable .thing.self .thumbnail { + background-image: url(%%aeolus-post-sprite%%) !important; + background-size: 140px 140px !important; + background-repeat: no-repeat !important; + background-position: -70px 0px !important; +} +html body > .content #siteTable .thing.stickied { + background-color: #e0e4ed; +} +html body > .content #siteTable .thing.stickied .thumbnail { + background-image: url(%%aeolus-post-sprite%%) !important; + background-size: 140px 140px !important; + background-repeat: no-repeat !important; + background-position: 0px 0px !important; +} +html body > .content #siteTable .thing.stickied .entry > .title .title { + color: #2f2f2f; + font-weight: normal; +} +html body > .content #siteTable .thing.over18 .thumbnail { + background-image: url(%%aeolus-post-sprite%%) !important; + background-size: 140px 140px !important; + background-repeat: no-repeat !important; + background-position: -70px -70px !important; +} +html body > .content #siteTable .thing .rank { + background-color: #f2f1ec; + margin: -15px 5px 0px 0px; + border-radius: 20px; + text-align: center; + position: absolute; + line-height: 30px; + overflow: default; + padding: 0px 10px; + min-width: 10px; + display: block; + height: 30px; + right: 100%; + width: auto; + top: 40px; +} +html body > .content #siteTable .thing .midcol { + padding: 10px 0px; + margin: 0px; + width: 40px; +} +html body > .content #siteTable .thing .midcol .score { + color: #dddcd4; + font-weight: normal; + font-family: Verdana, Arial, Sans-Serif; + text-align: center; + line-height: 20px; + height: 20px; + width: 40px; +} +html body > .content #siteTable .thing .midcol .score.likes { + color: #7b9af4; +} +html body > .content #siteTable .thing .midcol .score.dislikes { + color: #d9d7ce; +} +html body > .content #siteTable .thing .midcol .arrow { + border: solid 2px #dddcd4; + background-image: none !important; + background-color: transparent; + -webkit-transition: all 0.3s ease; + -khtml-transition: all 0.3s ease; + -moz-transition: all 0.3s ease; + -o-transition: all 0.3s ease; + transition: all 0.3s ease; + border-radius: 20px; + margin: 0px auto; + display: block; + height: 14px; + width: 14px; +} +html body > .content #siteTable .thing .midcol .arrow.up { + -webkit-box-shadow: inset #7b9af4 0px 0px 0px 0px; + -moz-box-shadow: inset #7b9af4 0px 0px 0px 0px; + box-shadow: inset #7b9af4 0px 0px 0px 0px; +} +html body > .content #siteTable .thing .midcol .arrow.upmod { + -webkit-box-shadow: inset #7b9af4 0px -14px 0px 0px; + -moz-box-shadow: inset #7b9af4 0px -14px 0px 0px; + box-shadow: inset #7b9af4 0px -14px 0px 0px; + background-color: #7b9af4; + border: solid 2px #7b9af4; +} +html body > .content #siteTable .thing .midcol .arrow.down { + -webkit-box-shadow: inset #d9d7ce 0px 0px 0px 0px; + -moz-box-shadow: inset #d9d7ce 0px 0px 0px 0px; + box-shadow: inset #d9d7ce 0px 0px 0px 0px; +} +html body > .content #siteTable .thing .midcol .arrow.downmod { + -webkit-box-shadow: inset #d9d7ce 0px 14px 0px 0px; + -moz-box-shadow: inset #d9d7ce 0px 14px 0px 0px; + box-shadow: inset #d9d7ce 0px 14px 0px 0px; + background-color: #d9d7ce; + border: solid 2px #d9d7ce; +} +html body > .content #siteTable .thing .thumbnail { + background-image: url(%%aeolus-post-sprite%%) !important; + background-size: 140px 140px !important; + background-repeat: no-repeat !important; + background-position: 0px -70px !important; + margin: 5px 0px; + height: 70px; + width: 70px; +} +html body > .content #siteTable .thing .entry { + padding: 10px; +} +html body > .content #siteTable .thing .entry > .title .linkflairlabel { + border: solid 1px #2f2f2f; + background-color: transparent; + vertical-align: bottom; + display: inline-block; + color: #2f2f2f; + border-radius: 0px; + padding: 1px 2px; + opacity: 0.5; +} +html body > .content #siteTable .thing .entry .tagline { + margin: 5px 0px; + font-size: 0px; +} +html body > .content #siteTable .thing .entry .tagline time { + font-size: 12px; +} +html body > .content #siteTable .thing .entry .tagline span, +html body > .content #siteTable .thing .entry .tagline div, +html body > .content #siteTable .thing .entry .tagline a, +html body > .content #siteTable .thing .entry .tagline p { + margin: 0px 0px 0px 10px; + font-size: 12px; +} +html body > .content #siteTable .thing .entry .buttons { + font-weight: normal; + font-family: Verdana, Arial, Sans-Serif; +} +html body > .content #siteTable .thing .entry .buttons li { + font-weight: normal; + font-family: Verdana, Arial, Sans-Serif; +} +html body > .content #siteTable .thing .entry .buttons li a { + font-weight: normal; + font-family: Verdana, Arial, Sans-Serif; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body { + padding: 0px 10px 0px 0px; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md { + padding: 0px 20px 20px 20px; + background-color: #ffffff; + border-radius: 0px; + position: relative; + border: none; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md h1 { + border-bottom: solid 2px #e6e5df !important; + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 5px 0px !important; + font-size: 30px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md h2 { + border-bottom: solid 1px #e6e5df !important; + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 24px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md h3 { + border-bottom: solid 1px #e6e5df !important; + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 18px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md h4 { + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 18px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md h5 { + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: bold !important; + padding: 3px 0px !important; + font-size: 14px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md h6 { + margin: 20px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 14px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md img { + border: solid 1px #e6e5df !important; + max-width: 100%; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md p { + margin: 20px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md a { + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + position: relative; + color: #7b9af4; + padding: 2px 2px; + z-index: 1; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md a:visited { + color: #7b9af4; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md a:visited:hover { + color: #ffffff; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md a:visited:hover:before { + background-color: #c4c2b4; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md a:visited:before { + background-color: #dbd9d1; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md a:hover { + color: #ffffff; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md a:hover code { + background-color: transparent !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md a:hover:before { + background-color: #7b9af4; + height: 100%; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md a:before { + background-color: #7b9af4; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + position: absolute; + content: ''; + z-index: -1; + height: 2px; + bottom: 0px; + width: 100%; + left: 0px; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul { + margin: 15px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; + list-style: none; + display: block; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li { + background-color: #f8f8f5; + margin: 5px 0px 0px 0px; + padding: 5px; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li ul, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li ol { + margin: 0px 0px 0px 0px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ul li, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ol li { + background-color: #ffffff; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ul li:before, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ol li:before { + background-color: #ffffff; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ul li > ul li, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ol li > ul li, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ul li > ol li, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ol li > ol li { + background-color: #f8f8f5; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ul li > ul li:before, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ol li > ul li:before, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ul li > ol li:before, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ul li > ol li > ol li:before { + background-color: #f8f8f5; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol { + list-style-position: inside !important; + margin: 15px 0px 0px 0px !important; + list-style-type: decimal !important; + line-height: 20px !important; + font-size: 14px !important; + display: block; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li { + background-color: #f8f8f5; + margin: 5px 0px 0px 0px; + padding: 5px; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li ul, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li ol { + margin: 0px 0px 0px 0px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ul li, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ol li { + background-color: #ffffff; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ul li:before, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ol li:before { + background-color: #ffffff; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ul li > ul li, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ol li > ul li, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ul li > ol li, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ol li > ol li { + background-color: #f8f8f5; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ul li > ul li:before, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ol li > ul li:before, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ul li > ol li:before, +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md ol li > ol li > ol li:before { + background-color: #f8f8f5; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md code { + background-color: #f2f1ec !important; + display: inline-block !important; + padding: 2px 4px !important; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md blockquote { + border-left: solid 5px #e6e5df !important; + background-color: #f2f1ec !important; + padding: 5px 10px 5px 10px !important; + margin: 20px 0px 0px 0px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md blockquote p { + margin: 5px 0px 5px 0px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md blockquote blockquote { + margin: 5px 0px 5px 0px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md pre { + background-image: url(%%aeolus-md-pre%%); + background-color: #f2f1ec; + padding: 18px 10px 18px 52px; + margin: 20px 0px 0px 0px; + position: relative; + line-height: 18px; + font-size: 12px; + display: block; + width: auto; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md pre:before { + content: '# 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 '; + border-right: solid 2px #c1c1c1; + background-color: #f2f1ec; + padding: 0px 10px 0px 5px; + white-space: pre-wrap; + position: absolute; + line-height: 18px; + text-align: right; + overflow: hidden; + font-size: 12px; + height: 100%; + width: 25px; + left: 0px; + top: 0px; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md pre:after { + background-color: #f2f1ec; + position: absolute; + height: 18px; + content: ''; + bottom: 0px; + width: 40px; + z-index: 1; + left: 0px; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md pre code { + background-color: transparent !important; + display: block !important; + padding: 0px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md table { + border-color: #f2f1ec !important; + margin: 15px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md table thead { + background-color: #f2f1ec !important; +} +html body > .content #siteTable .thing .entry .expando .usertext .usertext-body .md table thead th { + font-weight: normal; + padding: 2px 4px; +} +html body > .content #siteTable > .clearleft { + height: 20px; +} +html body > .content .commentarea .panestack-title { + border-bottom: solid 1px #f2f1ec; + background-color: #ede6bb; + text-transform: capitalize; + font-size: 14px !important; + margin: 0px 0px 20px 0px; + color: #2f2f2f; + padding: 10px; +} +html body > .content .commentarea .menuarea { + background-color: #ede6bb; + color: #3c3c3c; + margin: -20px 0px 20px 0px; + padding: 10px; +} +html body > .content .commentarea .menuarea .spacer { + font-size: 12px !important; + font-family: Verdana, Arial, Sans-Serif; +} +html body > .content .commentarea .menuarea .spacer .drop-choices { + -webkit-transition: opacity 0.3s ease, top 0.3s ease; + -khtml-transition: opacity 0.3s ease, top 0.3s ease; + -moz-transition: opacity 0.3s ease, top 0.3s ease; + -o-transition: opacity 0.3s ease, top 0.3s ease; + transition: opacity 0.3s ease, top 0.3s ease; + background-color: transparent; + padding: 14px 0px 0px 0px; + margin: 0px 0px 0px -5px; + display: block; + border: none; + height: 0px; + opacity: 0; +} +html body > .content .commentarea .menuarea .spacer .drop-choices:before { + -webkit-transition: background-color 0.3s ease; + -khtml-transition: background-color 0.3s ease; + -moz-transition: background-color 0.3s ease; + -o-transition: background-color 0.3s ease; + transition: background-color 0.3s ease; + background-color: transparent; + -webkit-transform-style: preserve-3d; + -ms-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-perspective: 300px; + -ms-perspective: 300px; + perspective: 300px; + margin: 0px 0px 0px 0px; + position: absolute; + content: ''; + height: 0px; + z-index: -1; + width: 0px; + left: 4px; + top: 4px; +} +html body > .content .commentarea .menuarea .spacer .drop-choices.inuse { + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; + display: block; + height: auto; + opacity: 1; +} +html body > .content .commentarea .menuarea .spacer .drop-choices.inuse:before { + -webkit-transition: background-color 0.1s ease; + -khtml-transition: background-color 0.1s ease; + -moz-transition: background-color 0.1s ease; + -o-transition: background-color 0.1s ease; + transition: background-color 0.1s ease; + background-color: #fcfcfb; + height: 20px; + width: 20px; +} +html body > .content .commentarea .menuarea .spacer .drop-choices.inuse form a { + padding: 4px 15px; + height: auto; +} +html body > .content .commentarea .menuarea .spacer .drop-choices form { + padding: 0px; +} +html body > .content .commentarea .menuarea .spacer .drop-choices form a { + background-color: #fcfcfb; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + color: #2f2f2f; + text-align: center; + padding: 0px 15px; + overflow: hidden; + height: 0px; +} +html body > .content .commentarea .menuarea .spacer .drop-choices form a:hover { + background-color: #f2f1ec; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body > .content .commentarea .comment-visits-box { + border-bottom: solid 1px #f2f1ec; + background-color: #ede6bb; + font-size: 14px !important; + display: block !important; + margin: 0px 0px 20px 0px; + color: #2f2f2f; + border-radius: 0px; + border-right: none; + border-left: none; + border-top: none; + padding: 10px; + width: auto; +} +html body > .content .commentarea .comment-visits-box .title { + font-weight: normal; +} +html body > .content .commentarea #noresults { + background-color: #f4d6d1; + margin: 0px 0px 20px 0px; + padding: 10px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing { + background-color: #f8f8f5; + margin: 0px 0px 20px 0px; + padding: 10px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol { + padding: 10px 0px; + margin: 0px; + width: 40px; + padding: 0px 0px 0px 0px; + width: 25px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol .score { + color: #dddcd4; + font-weight: normal; + font-family: Verdana, Arial, Sans-Serif; + text-align: center; + line-height: 20px; + height: 20px; + width: 40px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol .score.likes { + color: #7b9af4; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol .score.dislikes { + color: #d9d7ce; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol .arrow { + border: solid 2px #dddcd4; + background-image: none !important; + background-color: transparent; + -webkit-transition: all 0.3s ease; + -khtml-transition: all 0.3s ease; + -moz-transition: all 0.3s ease; + -o-transition: all 0.3s ease; + transition: all 0.3s ease; + border-radius: 20px; + margin: 0px auto; + display: block; + height: 14px; + width: 14px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol .arrow.up { + -webkit-box-shadow: inset #7b9af4 0px 0px 0px 0px; + -moz-box-shadow: inset #7b9af4 0px 0px 0px 0px; + box-shadow: inset #7b9af4 0px 0px 0px 0px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol .arrow.upmod { + -webkit-box-shadow: inset #7b9af4 0px -14px 0px 0px; + -moz-box-shadow: inset #7b9af4 0px -14px 0px 0px; + box-shadow: inset #7b9af4 0px -14px 0px 0px; + background-color: #7b9af4; + border: solid 2px #7b9af4; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol .arrow.down { + -webkit-box-shadow: inset #d9d7ce 0px 0px 0px 0px; + -moz-box-shadow: inset #d9d7ce 0px 0px 0px 0px; + box-shadow: inset #d9d7ce 0px 0px 0px 0px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol .arrow.downmod { + -webkit-box-shadow: inset #d9d7ce 0px 14px 0px 0px; + -moz-box-shadow: inset #d9d7ce 0px 14px 0px 0px; + box-shadow: inset #d9d7ce 0px 14px 0px 0px; + background-color: #d9d7ce; + border: solid 2px #d9d7ce; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol .arrow { + margin: 0px 0px 0px 0px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .midcol .arrow:first-child { + margin: 0px 0px 5px 0px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container { + margin: 10px 0px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md { + padding: 0px 10px 10px 10px; + background-color: #ffffff; + border-radius: 0px; + position: relative; + border: none; + max-width: 100%; + width: auto; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md h1 { + border-bottom: solid 2px #e6e5df !important; + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 5px 0px !important; + font-size: 30px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md h2 { + border-bottom: solid 1px #e6e5df !important; + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 24px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md h3 { + border-bottom: solid 1px #e6e5df !important; + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 18px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md h4 { + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 18px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md h5 { + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: bold !important; + padding: 3px 0px !important; + font-size: 14px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md h6 { + margin: 10px 0px 0px 0px !important; + color: #2f2f2f !important; + font-weight: normal !important; + padding: 3px 0px !important; + font-size: 14px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md img { + border: solid 1px #e6e5df !important; + max-width: 100%; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md p { + margin: 10px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md a { + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + position: relative; + color: #7b9af4; + padding: 2px 2px; + z-index: 1; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md a:visited { + color: #7b9af4; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md a:visited:hover { + color: #ffffff; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md a:visited:hover:before { + background-color: #c4c2b4; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md a:visited:before { + background-color: #dbd9d1; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md a:hover { + color: #ffffff; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md a:hover code { + background-color: transparent !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md a:hover:before { + background-color: #7b9af4; + height: 100%; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md a:before { + background-color: #7b9af4; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + position: absolute; + content: ''; + z-index: -1; + height: 2px; + bottom: 0px; + width: 100%; + left: 0px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul { + margin: 15px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; + list-style: none; + display: block; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li { + background-color: #f8f8f5; + margin: 5px 0px 0px 0px; + padding: 5px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li ul, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li ol { + margin: 0px 0px 0px 0px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ul li, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ol li { + background-color: #ffffff; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ul li:before, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ol li:before { + background-color: #ffffff; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ul li > ul li, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ol li > ul li, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ul li > ol li, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ol li > ol li { + background-color: #f8f8f5; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ul li > ul li:before, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ol li > ul li:before, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ul li > ol li:before, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ul li > ol li > ol li:before { + background-color: #f8f8f5; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol { + list-style-position: inside !important; + margin: 15px 0px 0px 0px !important; + list-style-type: decimal !important; + line-height: 20px !important; + font-size: 14px !important; + display: block; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li { + background-color: #f8f8f5; + margin: 5px 0px 0px 0px; + padding: 5px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li ul, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li ol { + margin: 0px 0px 0px 0px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ul li, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ol li { + background-color: #ffffff; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ul li:before, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ol li:before { + background-color: #ffffff; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ul li > ul li, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ol li > ul li, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ul li > ol li, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ol li > ol li { + background-color: #f8f8f5; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ul li > ul li:before, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ol li > ul li:before, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ul li > ol li:before, +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md ol li > ol li > ol li:before { + background-color: #f8f8f5; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md code { + background-color: #f2f1ec !important; + display: inline-block !important; + padding: 2px 4px !important; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md blockquote { + border-left: solid 5px #e6e5df !important; + background-color: #f2f1ec !important; + padding: 5px 10px 5px 10px !important; + margin: 10px 0px 0px 0px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md blockquote p { + margin: 5px 0px 5px 0px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md blockquote blockquote { + margin: 5px 0px 5px 0px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md pre { + background-image: url(%%aeolus-md-pre%%); + background-color: #f2f1ec; + padding: 18px 10px 18px 52px; + margin: 10px 0px 0px 0px; + position: relative; + line-height: 18px; + font-size: 12px; + display: block; + width: auto; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md pre:before { + content: '# 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 '; + border-right: solid 2px #c1c1c1; + background-color: #f2f1ec; + padding: 0px 10px 0px 5px; + white-space: pre-wrap; + position: absolute; + line-height: 18px; + text-align: right; + overflow: hidden; + font-size: 12px; + height: 100%; + width: 25px; + left: 0px; + top: 0px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md pre:after { + background-color: #f2f1ec; + position: absolute; + height: 18px; + content: ''; + bottom: 0px; + width: 40px; + z-index: 1; + left: 0px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md pre code { + background-color: transparent !important; + display: block !important; + padding: 0px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md table { + border-color: #f2f1ec !important; + margin: 15px 0px 0px 0px !important; + line-height: 20px !important; + font-size: 14px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md table thead { + background-color: #f2f1ec !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md table thead th { + font-weight: normal; + padding: 2px 4px; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md h1 { + font-size: 18px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md h2 { + font-weight: bold !important; + font-size: 16px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md h3 { + font-size: 16px !important; +} +html body > .content .commentarea .sitetable.nestedlisting .thing .entry .md-container .md h4 { + font-size: 16px !important; +} +html body .footer-parent { + padding: 5px 0px 0px 0px; + margin: 0px 320px 0px 0px; + display: block; + clear: none; + width: auto; +} +html body .footer-parent .footer { + background-color: transparent; + border-radius: 0px; + position: relative; + display: block; + padding: 0px; + border: none; + height: auto; + margin: 0px; + width: auto; +} +html body .footer-parent .footer .col { + border: none !important; + float: none !important; + display: block; + padding: 0px; + height: auto; + margin: 0px; + width: auto; +} +html body .footer-parent .footer .col ul { + padding: 0px; +} +html body .footer-parent .footer .col ul:hover li { + color: #f8f8f5; +} +html body .footer-parent .footer .col ul:hover li a { + background-color: #e2e0d9; + color: #2f2f2f; +} +html body .footer-parent .footer .col ul li { + text-transform: capitalize; + font-size: 12px !important; + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + font-family: Verdana, Arial, Sans-Serif; + line-height: 30px; + color: #e2e0d9; + padding: 0px; + height: 30px; + width: auto; +} +html body .footer-parent .footer .col ul li.title { + border: solid 2px #e2e0d9; + text-align: right; + padding: 0px 10px; + width: 50px; +} +html body .footer-parent .footer .col ul li a { + display: inline-block; + -webkit-transition: all 0.3s linear; + -khtml-transition: all 0.3s linear; + -moz-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + line-height: 34px; + padding: 0px 10px; + color: #e2e0d9; + height: 34px; +} +html body .footer-parent .footer .col ul li a:hover { + background-color: #f8f8f5; + text-decoration: none; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; + color: #2f2f2f; +} +html body .footer-parent .bottommenu { + padding: 5px 0px; + display: block; + color: #e2e0d9; + margin: 0px; + clear: none; + width: auto; +} +html body #RESMainGearOverlay { + background-color: #f2f1ec !important; + margin: -1px 0px 0px 7px !important; + vertical-align: middle !important; + -webkit-transition: all 0.3s linear !important; + -khtml-transition: all 0.3s linear !important; + -moz-transition: all 0.3s linear !important; + -o-transition: all 0.3s linear !important; + transition: all 0.3s linear !important; + line-height: normal !important; + border-radius: 0px !important; + font-size: 0px !important; + height: 40px !important; + border: none !important; + width: 40px !important; + background-image: url(%%aeolus-sprite%%) !important; + background-repeat: no-repeat !important; + background-size: 160px 120px !important; + background-position: -80px 0px !important; +} +html body #RESMainGearOverlay .gearIcon { + display: none !important; +} +html body #RESMainGearOverlay:hover { + background-color: #f2f1ec !important; + -webkit-transition: all 0.1s linear; + -khtml-transition: all 0.1s linear; + -moz-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; +} +html body #RESPrefsDropdown { + margin: -1px 341px 0px 0px; +} +@media all and (max-width: 1852px) { + html body #RESPrefsDropdown { + margin: -1px 200px 0px 0px !important; + } +} +@media all and (max-width: 1802px) { + html body #RESPrefsDropdown { + margin: -1px 150px 0px 0px !important; + } +} +@media all and (max-width: 1702px) { + html body #RESPrefsDropdown { + margin: -1px 100px 0px 0px !important; + } +} +@media all and (max-width: 1652px) { + html body #RESPrefsDropdown { + margin: -1px 50px 0px 0px !important; + } +} +@media all and (max-width: 1602px) { + html body #RESPrefsDropdown { + margin: -1px 0px 0px 0px !important; + } +} diff --git a/images/aeolus-md-pre.png b/images/aeolus-md-pre.png new file mode 100644 index 0000000..242c1b3 Binary files /dev/null and b/images/aeolus-md-pre.png differ diff --git a/images/aeolus-post-sprite.png b/images/aeolus-post-sprite.png new file mode 100644 index 0000000..e6f0d33 Binary files /dev/null and b/images/aeolus-post-sprite.png differ diff --git a/images/aeolus-sprite.png b/images/aeolus-sprite.png new file mode 100644 index 0000000..17d1a61 Binary files /dev/null and b/images/aeolus-sprite.png differ diff --git a/less/stylesheet.less b/less/stylesheet.less new file mode 100644 index 0000000..5dd5878 --- /dev/null +++ b/less/stylesheet.less @@ -0,0 +1,1882 @@ +/* + Aeolus v0.0.1.0 (http://www.reddit.com/r/Aeolus) + Copyright (c) 2014 Timur Kuzhagaliyev (TimboKZ) +*/ + +// [!------------- Config Start -------------!] + +// Hide specific menu items +@mainmenu-hide-hot: false; +@mainmenu-hide-new: false; +@mainmenu-hide-rising: true; +@mainmenu-hide-controversial: true; +@mainmenu-hide-top: false; +@mainmenu-hide-gilded: true; +@mainmenu-hide-wiki: false; +@mainmenu-hide-promoted: true; + +// Hide "create subreddit" menu and customise the phrases +@createsubreddit-display: true; +@createsubreddit-use-custom-phrases: true; +@createsubreddit-phrase-1: '...for Timbo_KZ.'; +@createsubreddit-phrase-2: '...for Aeolus.'; + +// Moderators you want to hide from the list in the sidebar +// e.g.: +// @moderators-to-hide:'Timbo_KZ', 'TheBassMonster'; will remove Timbo_KZ and TheBassMonster +// @moderators-to-hide:''; will leave the list as is +@moderators-to-hide:''; + +// [!------------- Config End -------------!] + + +// [!------------- Variables Start -------------!] +@aeolus: #7b9af4; +@version: '0.0.1.0'; +@font: Verdana, Arial, Sans-Serif; + +@background: #c1c1c1; +@foreground: #f2f1ec; +@foreground-secondary: #e6e5df; + +@mainmenu: #343844; +@mainmenu-hover: darken(#343844, 3%); +@mainmenu-logo: darken(#343844, 2%); +@mainmenu-logo-hover: darken(#343844, 5%); +@mainmenu-font: #f2f2f2; +@mainmenu-font-hover: #fff; + +@userbar: transparent; +@userbar-hover: @foreground; +@userbar-font: #3e3e3e; + +@sidebar: transparent; +@sidebar-hover: lighten(@background, 5%); +@sidebar-font: #3e3e3e; + +@content: @foreground; +@content-md: #fff; +@content-secondary: @foreground-secondary; +@content-font: #2f2f2f; +@content-font-secondary: #999; +@content-popup: lighten(@foreground, 5%); +@content-thing: lighten(@foreground, 3%); +@content-thing-sticky: #e0e4ed; +@content-thing-error: #f4d6d1; +@content-thing-info: #ede6bb; + +@link: @aeolus; +@link-hover: @aeolus; +@link-visited: darken(@foreground-secondary, 5%); +@link-visited-hover: darken(@foreground-secondary, 15%); +@link-font: @aeolus; +@link-font-hover: #fff; +@link-font-visited: @aeolus; +@link-font-visited-hover: #fff; + +@arrow-default: darken(@content-secondary, 4%); +@arrow-up: @aeolus; +@arrow-down: darken(@content-secondary, 6%); + +@submit-title: @content-thing-sticky; +@submit-tabs: @content-thing-info; +@submit-tabs-font: #fff; +@submit-field: @content-thing; +@submit-info: @content-thing-sticky; + +@comments-bar: @content-thing-info; +@comments-font: @content-font; +@comments-font-secondary: lighten(@comments-font, 5%); + +@footer: darken(@foreground-secondary, 2%); +@footer-secondary: @content-thing; +@footer-font: @content-font; +// [!------------- Variables End -------------!] + + +// [!------------- Mixins Start -------------!] +//noinspection CssUnknownTarget +.sprite(@x, @y, @width: 160px, @height: 120px) { + background-image:url(%%aeolus-sprite%%) !important; + background-repeat:no-repeat !important; + background-size:@width @height !important; + background-position:@x @y !important; +} +//noinspection CssUnknownTarget +.post-sprite(@x, @y, @width: 140px, @height: 140px) { + background-image:url(%%aeolus-post-sprite%%) !important; + background-size:@width @height !important; + background-repeat:no-repeat !important; + background-position:@x @y !important; +} +.smooth-transition(@target: all, @damping: linear) { + -webkit-transition+: @target 0.3s @damping; + -khtml-transition+: @target 0.3s @damping; + -moz-transition+: @target 0.3s @damping; + -o-transition+: @target 0.3s @damping; + transition+: @target 0.3s @damping; +} +.quick-transition(@target: all, @damping: linear) { + -webkit-transition+: @target 0.1s @damping; + -khtml-transition+: @target 0.1s @damping; + -moz-transition+: @target 0.1s @damping; + -o-transition+: @target 0.1s @damping; + transition+: @target 0.1s @damping; +} +.inset-box-shadow(@color, @left, @top, @blur, @spread) { + -webkit-box-shadow:inset @color @left @top @blur @spread; + -moz-box-shadow: inset @color @left @top @blur @spread; + box-shadow: inset @color @left @top @blur @spread; +} +.box-shadow(@color, @left, @top, @blur, @spread) { + -webkit-box-shadow:@color @left @top @blur @spread; + -moz-box-shadow: @color @left @top @blur @spread; + box-shadow: @color @left @top @blur @spread; +} +.transform(@transformation) { + -webkit-transform-style: preserve-3d; + -ms-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-transform: @transformation; + -ms-transform: @transformation; + transform: @transformation; + -webkit-perspective: 300px; + -ms-perspective: 300px; + perspective: 300px; +} +//noinspection LessUnresolvedMixin +.for(@i, @n) {.-each(@i)} +.for(@n) when (isnumber(@n)) {.for(1, @n)} +.for(@i, @n) when not (@i = @n) { + .for((@i + (@n - @i) / abs(@n - @i)), @n); +} +.for(@array) when (default()) {.for-impl_(length(@array))} +.for-impl_(@i) when (@i > 1) {.for-impl_((@i - 1))} +//noinspection ALL +.for-impl_(@i) when (@i > 0) {.-each(extract(@array, @i))} +// [!------------- Mixins Start -------------!] + +// [!------------- Precomposed Rules Start -------------!] +.dropdown() { + .smooth-transition(opacity, ease); + .smooth-transition(top, ease); + background-color:transparent; + padding:14px 0px 0px 0px; + margin:0px 0px 0px -5px; + display:block; + border:none; + height:0px; + opacity:0; + &:before { + .smooth-transition(background-color, ease); + background-color:transparent; + .transform(rotate(45deg)); + margin:0px 0px 0px 0px; + position:absolute; + content:''; + height:0px; + z-index:-1; + width:0px; + left:4px; + top:4px; + } + &.inuse { + .quick-transition(); + display:block; + height:auto; + opacity:1; + &:before { + .quick-transition(background-color, ease); + background-color:@content-popup; + height:20px; + width:20px; + } + form { + a { + padding:4px 15px; + height:auto; + } + } + } + form { + padding:0px; + a { + background-color:@content-popup; + .smooth-transition(); + color:@content-font; + text-align:center; + padding:0px 15px; + overflow:hidden; + height:0px; + &:hover { + background-color:@content; + .quick-transition(); + } + } + } +} +.midcol() { + padding:10px 0px; + margin:0px; + width:40px; + .score { + color:@arrow-default; + font-weight:normal; + font-family:@font; + text-align:center; + line-height:20px; + height:20px; + width:40px; + &.likes { + color:@arrow-up; + } + &.dislikes { + color:@arrow-down; + } + } + .arrow { + border:solid 2px @arrow-default; + background-image:none !important; + background-color:transparent; + .smooth-transition(all, ease); + border-radius:20px; + margin:0px auto; + display:block; + height:14px; + width:14px; + &.up { + .inset-box-shadow(@arrow-up, 0px, 0px, 0px, 0px); + } + &.upmod { + .inset-box-shadow(@arrow-up, 0px, -14px, 0px, 0px); + background-color:@arrow-up; + border:solid 2px @arrow-up; + } + &.down { + .inset-box-shadow(@arrow-down, 0px, 0px, 0px, 0px); + } + &.downmod { + .inset-box-shadow(@arrow-down, 0px, 14px, 0px, 0px); + background-color:@arrow-down; + border:solid 2px @arrow-down; + } + // &.up { + // .sprite(-10px, -90px); + // } + // &.upmod { + // .sprite(-50px, -90px); + // } + // &.down { + // .sprite(-90px, -90px); + // } + // &.downmod { + // .sprite(-130px, -90px); + // } + } +} +.md(@adjustment: 20px;) { + padding:0px @adjustment @adjustment @adjustment; + background-color:@content-md; + border-radius:0px; + position:relative; + border:none; + h1 { + border-bottom:solid 2px @foreground-secondary !important; + margin:@adjustment 0px 0px 0px !important; + color:@content-font !important; + font-weight:normal !important; + padding:5px 0px !important; + font-size:30px !important; + } + h2 { + border-bottom:solid 1px @foreground-secondary !important; + margin:@adjustment 0px 0px 0px !important; + color:@content-font !important; + font-weight:normal !important; + padding:3px 0px !important; + font-size:24px !important; + } + h3 { + border-bottom:solid 1px @foreground-secondary !important; + margin:@adjustment 0px 0px 0px !important; + color:@content-font !important; + font-weight:normal !important; + padding:3px 0px !important; + font-size:18px !important; + } + h4 { + margin:@adjustment 0px 0px 0px !important; + color:@content-font !important; + font-weight:normal !important; + padding:3px 0px !important; + font-size:18px !important; + } + h5 { + margin:@adjustment 0px 0px 0px !important; + color:@content-font !important; + font-weight:bold !important; + padding:3px 0px !important; + font-size:14px !important; + } + h6 { + margin:@adjustment 0px 0px 0px !important; + color:@content-font !important; + font-weight:normal !important; + padding:3px 0px !important; + font-size:14px !important; + } + img { + border:solid 1px @foreground-secondary !important; + max-width:100%; + } + p { + margin:@adjustment 0px 0px 0px !important; + line-height:20px !important; + font-size:14px !important; + } + a { + display:inline-block; + .smooth-transition(); + position:relative; + color:@link-font; + padding:2px 2px; + z-index:1; + &:visited { + color:@link-font-visited; + &:hover { + color:@link-font-visited-hover; + &:before { + background-color:@link-visited-hover; + } + } + &:before { + background-color:@link-visited; + } + } + &:hover { + color:@link-font-hover; + code { + background-color:transparent !important; + } + &:before { + background-color:@link-hover; + height:100%; + } + } + &:before { + background-color:@link; + .smooth-transition(); + position:absolute; + content:''; + z-index:-1; + height:2px; + bottom:0px; + width:100%; + left:0px; + } + } + ul { + margin:15px 0px 0px 0px !important; + line-height:20px !important; + font-size:14px !important; + list-style:none; + display:block; + li { + background-color:@content-thing; + margin:5px 0px 0px 0px; + padding:5px; + ul, ol { + margin:0px 0px 0px 0px !important; + } + & > ul, & > ol { + li { + background-color:@content-md; + &:before { + background-color:@content-md; + } + & > ul, & > ol { + li { + background-color:@content-thing; + &:before { + background-color:@content-thing; + } + } + } + } + } + } + } + ol { + list-style-position:inside !important; + margin:15px 0px 0px 0px !important; + list-style-type:decimal !important; + line-height:20px !important; + font-size:14px !important; + display:block; + li { + background-color:@content-thing; + margin:5px 0px 0px 0px; + padding:5px; + ul, ol { + margin:0px 0px 0px 0px !important; + } + & > ul, & > ol { + li { + background-color:@content-md; + &:before { + background-color:@content-md; + } + & > ul, & > ol { + li { + background-color:@content-thing; + &:before { + background-color:@content-thing; + } + } + } + } + } + } + } + code { + background-color:@foreground !important; + display:inline-block !important; + padding:2px 4px !important; + .smooth-transition(); + } + blockquote { + border-left:solid 5px @foreground-secondary !important; + background-color:@foreground !important; + padding:5px 10px 5px 10px !important; + margin:@adjustment 0px 0px 0px !important; + p { + margin:5px 0px 5px 0px !important; + } + blockquote { + margin:5px 0px 5px 0px !important; + } + } + pre { + //noinspection CssUnknownTarget + background-image:url(%%aeolus-md-pre%%); + background-color:@foreground; + padding:18px 10px 18px 52px; + margin:@adjustment 0px 0px 0px; + position:relative; + line-height:18px; + font-size:12px; + display:block; + width:auto; + &:before { + content:'# 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 '; + border-right:solid 2px @background; + background-color:@content; + padding:0px 10px 0px 5px; + white-space:pre-wrap; + position:absolute; + line-height:18px; + text-align:right; + overflow:hidden; + font-size:12px; + height:100%; + width:25px; + left:0px; + top:0px; + } + &:after { + background-color:@content; + position:absolute; + height:18px; + content:''; + bottom:0px; + width:40px; + z-index:1; + left:0px; + } + code { + background-color:transparent !important; + display:block !important; + padding:0px !important; + } + } + table { + border-color:@foreground !important; + margin:15px 0px 0px 0px !important; + line-height:20px !important; + font-size:14px !important; + thead { + background-color:@foreground !important; + th { + font-weight:normal; + padding:2px 4px; + } + } + } +} +// [!------------- Precomposed Rules End -------------!] + + +// CSS +html { + body { + background-color:@background; + max-width:1280px; + padding:0px 20px; + margin:0px auto; + #header { + background-color:transparent; + height:140px; + border:none; + #sr-header-area { + background-color:transparent; + margin:0px 0px 80px 0px; + height:20px; + border:none; + .width-clip { + background-color:transparent; + } + } + #header-bottom-left { + background-color:@mainmenu; + margin:0px 320px 0px 0px; + padding:0px; + height:40px; + #header-img { + display:none; + } + .pagename { + text-transform:lowercase; + padding:0px 0px 0px 40px; + margin:0px 0px 0px -4px; + vertical-align:middle; + display:inline-block; + color:@mainmenu-font; + font-variant:normal; + font-weight:normal; + white-space:nowrap; + font-family:@font; + position:relative; + line-height:40px; + height:40px; + width:0px; + a { + background-color:@mainmenu-logo; + .smooth-transition(); + text-indent:-9999px; + position:absolute; + .sprite(0px, 0px); + display:block; + height:40px; + padding:0px; + margin:0px; + width:40px; + left:0px; + top:0px; + &:hover { + background-color:@mainmenu-logo-hover; + .quick-transition(); + } + } + } + .tabmenu { + background-color:transparent; + vertical-align:middle; + display:inline-block; + padding:0px; + height:40px; + margin:0px; + width:auto; + li { + background-color:transparent; + vertical-align:middle; + display:inline-block; + padding:0px; + height:40px; + margin:0px; + width:auto; + &:first-child when (@mainmenu-hide-hot = true) { + display:none !important; + } + &.selected { + a { + color:@mainmenu-font-hover; + font-weight:normal; + font-style:italic; + border:none; + } + } + a { + background-color:transparent; + color:@mainmenu-font; + .smooth-transition(); + font-weight:normal; + font-family:@font; + line-height:40px; + padding:0px 15px; + display:block; + height:40px; + &[href*="/new"] when (@mainmenu-hide-new = true) { + display:none !important; + } + &[href*="/rising"] when (@mainmenu-hide-rising = true) { + display:none !important; + } + &[href*="/controversial"] when (@mainmenu-hide-controversial = true) { + display:none !important; + } + &[href*="/top"] when (@mainmenu-hide-top = true) { + display:none !important; + } + &[href*="/gilded"] when (@mainmenu-hide-gilded = true) { + display:none !important; + } + &[href*="/wiki"] when (@mainmenu-hide-wiki = true) { + display:none !important; + } + &[href*="/ads"] when (@mainmenu-hide-promoted = true) { + display:none !important; + } + &:hover { + background-color:@mainmenu-hover; + color:@mainmenu-font-hover; + .quick-transition(); + } + } + } + } + } + #header-bottom-right { + background-color:@userbar; + line-height:normal; + border-radius:0px; + position:absolute; + text-align:right; + width:320px; + padding:0px; + height:40px; + bottom:0px; + margin:0px; + right:0px; + span.separator { + display:none; + } + #userbarToggle { + display:none; + } + .user { + vertical-align:middle; + display:inline-block; + .smooth-transition(); + color:@userbar-font; + line-height:normal; + white-space:nowrap; + font-family:@font; + position:absolute; + text-align:left; + font-size:0px; + padding:0px; + height:40px; + bottom:100%; + margin:0px; + right:0px; + & > a { + margin:0px 0px 0px 0px !important; + vertical-align:middle; + display:inline-block; + .smooth-transition(); + color:@userbar-font; + line-height:40px; + padding:0px 10px; + font-size:12px; + height:40px; + width:auto; + &:hover { + background-color:@foreground; + .quick-transition(); + } + } + #RESAccountSwitcherIcon { + vertical-align:middle; + width:40px !important; + display:inline-block; + .smooth-transition(); + .sprite(0px, -80px); + line-height:normal; + font-size:0px; + padding:0px; + height:40px; + margin:0px; + top:0px; + &:hover { + background-color:@userbar-hover; + .quick-transition(); + } + } + .userkarma { + background-color:transparent; + .smooth-transition(); + color:@userbar-font; + white-space:nowrap; + font-weight:normal; + position:absolute; + line-height:30px; + padding:5px 10px; + text-align:left; + font-size:12px; + display:block; + border:none; + height:30px; + margin:0px; + right:100%; + top:0px; + a { + color:@userbar-font; + } + } + } + #mail { + vertical-align:middle; + width:40px !important; + display:inline-block; + .smooth-transition(); + .sprite(0px, -40px); + line-height:normal; + font-size:0px; + padding:0px; + height:40px; + margin:0px; + top:0px; + &.havemail { + .sprite(-40px, -40px); + } + &:hover { + background-color:@userbar-hover; + .quick-transition(); + } + } + #modmail { + vertical-align:middle; + .sprite(-80px, -40px); + display:inline-block; + .smooth-transition(); + line-height:normal; + font-size:0px; + padding:0px; + height:40px; + margin:0px; + width:40px; + top:0px; + &.havemail { + .sprite(-120px, -40px); + } + &:hover { + background-color:@userbar-hover; + .quick-transition(); + } + } + ul.flat-list { + vertical-align:middle; + display:inline-block; + .smooth-transition(); + line-height:normal; + padding:0px; + height:40px; + margin:0px; + li { + vertical-align:middle; + display:inline-block; + line-height:normal; + padding:0px; + height:40px; + margin:0px; + a.pref-lang { + .sprite(-120px, 0px); + font-size:0px; + display:block; + height:40px; + width:40px; + &:hover { + background-color:@userbar-hover; + .quick-transition(); + } + } + } + } + #openRESPrefs { + vertical-align:middle !important; + display:inline-block !important; + .smooth-transition() !important; + line-height:normal !important; + font-size:0px !important; + height:40px !important; + width:40px !important; + .sprite(-80px, 0px); + .gearIcon { + display:none !important; + } + &:hover { + background-color:@userbar-hover !important; + .quick-transition(); + } + } + form.logout { + vertical-align:middle; + display:inline-block; + .smooth-transition(); + line-height:normal; + padding:0px; + height:40px; + margin:0px; + a { + .sprite(-40px, 0px); + font-size:0px; + display:block; + height:40px; + width:40px; + &:hover { + background-color:@userbar-hover; + .quick-transition(); + } + } + } + } + } + .side { + background-color:@sidebar; + padding:0px 0px 0px 20px; + width:300px; + margin:0px; + .spacer { + padding:0px 0px 10px 0px; + margin:0px 0px 0px 0px; + &:nth-child(1) { + padding:0px; + } + &:nth-child(2) { + padding:0px; + } + &:nth-child(3) { + padding:8px 0px 10px 0px; + } + #search { + input[type^="text"] { + .inset-box-shadow(@foreground, 0px, 0px, 0px, 0px); + .smooth-transition(all, ease-in-out); + border:solid 2px @foreground; + color:@sidebar-font; + border-radius:0px; + text-align:center; + background:none; + font-size:14px; + padding:0px; + height:34px; + margin:0px; + &:focus { + .inset-box-shadow(@foreground, 0px, -30px, 0px, 0px); + outline:none; + } + } + #searchexpando { + background-color:@foreground; + border-radius:0px; + padding:10px; + border:none; + margin:0px; + } + } + .login-form-side { + border:solid 2px @foreground; + border-top:none; + } + .linkinfo { + border:solid 2px @foreground; + background-color:transparent; + margin:10px 0px -8px 0px; + border-radius:0px; + font-family:@font; + } + .sponsorshipbox { + padding:0px 0px 0px 0px; + } + .sidebox { + &.submit-link { + .morelink { + a { + &:before { + .post-sprite(0px, -30px, 60px, 60px); + position:absolute; + height:30px; + content:''; + width:30px; + left:0px; + top:0px; + } + } + } + } + &.submit-text { + .morelink { + a { + &:before { + .post-sprite(-30px, 0px, 60px, 60px); + position:absolute; + height:30px; + content:''; + width:30px; + left:0px; + top:0px; + } + } + } + } + .morelink { + background-color:transparent; + background-image:none; + border:none; + height:34px; + a { + .inset-box-shadow(@foreground, 0px, 0px, 0px, 0px); + .smooth-transition(all, ease-in-out); + background-color:transparent; + border:solid 2px @foreground; + padding:0px 0px 0px 30px; + background-image:none; + color:@sidebar-font; + font-weight:normal; + font-family:@font; + position:relative; + line-height:30px; + overflow:default; + text-align:left; + font-size:14px; + height:30px; + width:266px; + &:hover { + .inset-box-shadow(@foreground, 0px, -30px, 0px, 0px); + } + } + .nub { + display:none; + } + } + &.create { + & when (@createsubreddit-display = false) { + margin:-10px 0px 0px 0px; + overflow:hidden; + height:0px; + } + .spacer { + background-color:@foreground; + padding:5px 5px 5px 50px; + a { + left:5px; + top:5px; + } + & when (@createsubreddit-use-custom-phrases = true) { + .subtitle { + font-size:0px !important; + &:before { + content:@createsubreddit-phrase-1; + font-size:12px !important; + } + &:nth-child(odd):before { + content:@createsubreddit-phrase-2; + } + } + } + } + } + } + .titlebox { + .redditname { + padding:0px 0px 10px 43px; + font-weight:normal; + text-align:left; + display:block; + margin:0px; + .hover { + .smooth-transition(all, ease); + background-color:@foreground; + word-break:break-all; + display:inline-block; + color:@sidebar-font; + border-radius:20px; + font-weight:normal; + position:relative; + padding:5px 20px; + font-size:20px; + margin:0px; + &:hover { + background-color:@aeolus; + text-decoration:none; + color:@foreground; + } + } + } + .subscribe-button { + background-color:transparent; + margin:-43px 0px 0px 0px; + font-weight:normal; + position:absolute; + display:block; + padding:0px; + height:33px; + width:33px; + .option { + .smooth-transition(all, ease); + background-color:@foreground; + background-image:none; + color:@sidebar-font; + border-radius:20px; + font-weight:normal; + position:relative; + font-size:0px; + padding:0px; + border:none; + height:33px; + width:33px; + &:hover { + &:before { + background-color:@aeolus; + color:@foreground; + } + } + &.remove { + &:hover { + &:before { + background-color:@foreground; + color:@sidebar-font; + } + } + &:before { + background-color:@aeolus; + color:@foreground; + content:'-'; + } + } + &:before { + background-color:@foreground; + border-radius:33px; + text-align:center; + position:absolute; + line-height:30px; + font-size:20px; + content:'+'; + height:33px; + width:33px; + top:-12px; + left:0px; + } + } + } + .subButtons { + padding:0px 0px 10px 0px; + display:block; + margin:0px; + .RESshortcut, .REStoggle { + background-color:@foreground; + margin:0px 10px 0px 0px; + background-image:none; + .smooth-transition(); + color:@sidebar-font; + font-weight:normal; + border-radius:0px; + font-family:@font; + padding:4px 6px; + border:none; + width:auto; + &:hover { + background-color:@aeolus !important; + background-image:none; + .quick-transition(); + color:@foreground; + } + &.remove { + background-color:@aeolus !important; + color:@foreground; + &:hover { + background-color:@foreground; + color:@sidebar-font; + } + } + } + } + .subscribers { + display:inline-block; + color:@sidebar-font; + font-family:@font; + height:20px; + } + .users-online { + padding:0px 0px 0px 20px; + display:inline-block; + color:@sidebar-font; + font-family:@font; + height:20px; + } + .leavemoderator { + background-color:@foreground; + padding:5px 5px 10px 5px; + margin:0px 0px 10px 0px; + } + .flairtoggle { + background-color:@foreground; + padding:5px 5px 10px 5px; + } + .tagline { + background-color:@foreground; + padding:5px 10px 10px 10px; + margin:0px 0px 10px 0px; + } + .usertext { + padding:0px; + .md { + .md(10px); + h1 { + font-size:18px !important; + } + h2 { + font-weight:bold !important; + font-size:16px !important; + } + h3 { + font-size:16px !important; + } + h4 { + font-size:16px !important; + } + } + } + .bottom { + color:@sidebar-font; + border:none; + } + } + .sidecontentbox { + position:relative; + padding:0px; + border:none; + margin:0px; + &.collapsible { + .title { + .inset-box-shadow(@foreground, 0px, 0px, 0px, 0px); + .smooth-transition(all, ease-in-out); + padding:0px 0px 0px 30px; + width:266px; + &:hover { + .inset-box-shadow(@foreground, 0px, -30px, 0px, 0px); + } + } + } + &:not(.collapsible) { + .content { + border-bottom:solid 2px @foreground; + background-color:@foreground; + padding:5px 0px; + li { + padding:5px 10px; + & > a { + .for(@moderators-to-hide); .-each(@moderator-to-hide) { + @moderator-to-hide-name: e(@moderator-to-hide); + &[href*="@{moderator-to-hide-name}"] { + display:none; + } + } + } + .gadget { + .thing { + background-color:@content-thing; + padding:5px 5px 0px 5px; + margin:0px 0px 10px 0px; + .midcol { + .midcol(); + padding:3px 0px 0px 0px; + width:25px; + .arrow { + margin:0px 0px 0px 0px; + &:first-child { + margin:0px 0px 5px 0px; + } + } + } + } + } + } + } + } + .helplink { + margin:0px 0px 0px 0px; + position:absolute; + line-height:20px; + height:20px; + float:none; + right:10px; + z-index:1; + top:5px; + } + .title { + background-color:transparent; + border:solid 2px @foreground; + text-transform:lowercase; + padding:0px 0px 0px 10px; + background-image:none; + font-variant:normal; + color:@sidebar-font; + font-weight:normal; + font-family:@font; + position:relative; + line-height:30px; + overflow:default; + text-align:left; + height:30px; + width:286px; + h1 { + text-transform:capitalize; + font-size:12px !important; + font-variant:normal; + color:@sidebar-font; + font-family:@font; + } + .collapse-button { + background-color:transparent; + font-size:14px !important; + text-align:center; + position:absolute; + line-height:28px; + padding:0px; + border:none; + height:30px; + content:''; + margin:0px; + width:30px; + left:0px; + top:0px; + } + } + .content { + padding:0px; + border:none; + margin:0px; + li ul.icon-menu { + display:block; + li { + background-color:transparent; + display:block; + padding:0px; + border:none; + height:auto; + margin:0px; + &:last-child { + border-bottom:solid 2px @foreground; + } + a { + background-color:transparent; + .smooth-transition(); + color:@sidebar-font; + font-family:@font; + display:block; + padding:5px; + &:hover { + background-color:@foreground; + text-decoration:none; + .quick-transition(); + } + } + } + } + } + } + } + } + & > .content { + background-color:@content; + padding:20px 20px 20px 20px; + margin:0px 320px 0px 0px; + position:relative; + &:after { + content:'Aeolus CSS v@{version} (/r/Aeolus)'; + background-color:@background; + color:@content-secondary; + position:absolute; + line-height:20px; + text-align:left; + height:20px; + bottom:0px; + width:100%; + clear:both; + left:0px; + } + & > span:first-child { + border:solid 2px @content-secondary; + margin:0px 0px 20px 0px; + color:@content-font; + display:block; + padding:10px; + .wikititle { + strong { + text-transform:capitalize; + font-weight:normal; + font-family:@font; + } + } + } + .wiki-page-content { + margin:0px 0px 20px 0px; + & > hr { + display:none; + } + .md { + position:relative; + .toc { + position:relative; + z-index:99; + a, a:visited { + &:hover { + color:@link-font; + &:before { + background-color:@link; + height:2px; + } + } + &:before { + background-color:transparent; + .smooth-transition(); + position:absolute; + content:''; + z-index:-1; + height:2px; + bottom:0px; + width:100%; + left:0px; + } + } + & > ul { + .box-shadow(@content-md, 0px, 0px, 0px, 10px); + background-color:@content-md !important; + border:solid 2px @foreground-secondary; + margin:20px 0px 20px 20px !important; + padding:5px !important; + ul { + padding:0px 0px 0px 10px !important; + } + li { + background-color:transparent !important; + padding:5px; + &:before { + display:none !important; + } + } + } + } + .md(); + } + } + > h1 { + background-color:@submit-title; + margin:0px 0px 20px 0px; + padding:10px; + } + .submit.content { + padding:0px 0px 20px 0px; + margin:0px; + .tabmenu.formtab { + height:32px; + padding:0px; + margin:0px; + li {; + background-color:transparent; + vertical-align:center; + display:inline-block; + font-size:14px; + padding:0px; + height:30px; + border:none; + margin:0px; + &:first-child { + a { + border-right:none; + } + } + &.selected { + a { + .inset-box-shadow(@submit-tabs, 0px, 32px, 0px, 0px); + color:@submit-tabs-font; + &:hover { + .inset-box-shadow(@submit-tabs, 0px, 0px, 0px, 0px); + } + } + } + a { + .inset-box-shadow(@submit-tabs, 0px, 0px, 0px, 0px); + border-right:solid 2px @submit-tabs; + border-left:solid 2px @submit-tabs; + border-top:solid 2px @submit-tabs; + background-color:transparent; + .smooth-transition(); + color:@content-font; + border-bottom:none; + line-height:20px; + padding:5px 15px; + font-size:14px; + display:block; + height:20px; + top:0px; + &:hover { + .inset-box-shadow(@submit-tabs, 0px, -32px, 0px, 0px); + } + } + } + } + .formtabs-content { + padding:0px; + border:none; + margin:0px; + width:auto; + .spacer { + padding:0px; + margin:0px; + #link-desc, #text-desc { + margin:0px 0px 20px 0px; + padding:10px; + } + .roundfield { + background-color:@submit-field !important; + text-align:left !important; + border-radius:0px; + width:auto; + } + } + } + .info-notice { + background-color:@submit-info; + margin:20px 0px 0px 0px; + border-radius:0px; + padding:10px; + border:none; + width:auto; + } + .spacer { + padding:20px 0px 0px 0px; + margin:0px; + } + } + .stylesheet-customize-container { + margin:0px 0px 20px 0px; + #subreddit_stylesheet { + background-color:@submit-field !important; + text-align:left !important; + border-radius:0px; + padding:10px; + width:auto; + h2 { + text-transform:capitalize; + color:@content-font; + line-height:20px; + padding:0px; + height:20px; + margin:0px; + } + .sheets { + padding:20px 0px 0px 0px; + margin:0px; + .col { + & > div { + padding:0px; + margin:0px; + } + } + } + } + #images { + background-color:@submit-field !important; + text-align:left !important; + margin:20px 0px 0px 0px; + border-radius:0px; + padding:10px; + width:auto; + h2 { + text-transform:capitalize; + color:@content-font; + line-height:20px; + padding:0px; + height:20px; + margin:0px; + a { + color:@content-font; + &:hover { + text-decoration:none; + color:@content-font; + } + } + } + #image-preview-list { + li { + display:inline-block; + float:none; + .description { + white-space:pre-wrap; + pre { + white-space:pre-wrap; + } + } + } + } + #image-upload { + padding:20px 0px 0px 0px; + margin:0px; + } + .error { + background-color:@content-thing-error; + margin:20px 0px 0px 0px; + padding:10px; + } + } + } + > .menuarea { + border:solid 2px @content-secondary; + margin:0px 0px 20px 0px; + color:@content-font; + .spacer { + .drop-choices.lightdrop { + .dropdown(); + } + } + } + .infobar { + background-color:@content-thing-info; + margin:0px 0px 20px 0px; + border:none !important; + } + #siteTable { + #noresults { + background-color:@content-thing-error; + margin:0px 0px 20px 0px; + padding:10px; + } + .nav-buttons, .NERPageMarker { + background-color:@content-thing-info; + margin:0px 0px 20px 0px; + border:none !important; + padding:10px; + } + + .thing { + background-color:@content-thing; + padding:0px 0px 0px 0px; + margin:0px 0px 0px 0px; + position:relative; + &.link.last-clicked { + overflow:visible !important; + border:none; + .entry { + overflow:visible !important; + } + } + &.self .thumbnail { + .post-sprite(-70px, 0px); + } + &.stickied { + background-color:@content-thing-sticky; + .thumbnail { + .post-sprite(0px, 0px); + } + .entry { + & > .title { + .title { + color:@content-font; + font-weight:normal; + } + } + } + } + &.over18 .thumbnail { + .post-sprite(-70px, -70px); + } + .rank { + background-color:@foreground; + margin:-15px 5px 0px 0px; + border-radius:20px; + text-align:center; + position:absolute; + line-height:30px; + overflow:default; + padding:0px 10px; + min-width:10px; + display:block; + height:30px; + right:100%; + width:auto; + top:40px; + } + .midcol { + .midcol(); + } + .thumbnail { + .post-sprite(0px, -70px); + margin:5px 0px; + height:70px; + width:70px; + } + .entry { + padding:10px; + & > .title { + .title { + + } + .linkflairlabel { + border:solid 1px @content-font; + background-color:transparent; + vertical-align:bottom; + display:inline-block; + color:@content-font; + border-radius:0px; + padding:1px 2px; + opacity:0.5; + } + } + .tagline { + margin:5px 0px; + font-size:0px; + time { + font-size:12px; + } + span, div, a, p { + margin:0px 0px 0px 10px; + font-size:12px; + } + } + .buttons { + font-weight:normal; + font-family:@font; + li { + font-weight:normal; + font-family:@font; + a { + font-weight:normal; + font-family:@font; + } + } + } + .expando { + .usertext { + .usertext-body { + padding:0px 10px 0px 0px; + .md { + .md(); + } + } + } + } + } + } + & > .clearleft { + height:20px; + } + } + .commentarea { + .panestack-title { + border-bottom:solid 1px @foreground; + background-color:@comments-bar; + text-transform:capitalize; + font-size:14px !important; + margin:0px 0px 20px 0px; + color:@comments-font; + padding:10px; + } + .menuarea { + background-color:@comments-bar; + color:@comments-font-secondary; + margin:-20px 0px 20px 0px; + padding:10px; + .spacer { + font-size:12px !important; + font-family:@font; + .drop-choices { + .dropdown(); + } + } + } + .comment-visits-box { + border-bottom:solid 1px @foreground; + background-color:@comments-bar; + font-size:14px !important; + display:block !important; + margin:0px 0px 20px 0px; + color:@comments-font; + border-radius:0px; + border-right:none; + border-left:none; + border-top:none; + padding:10px; + width:auto; + .title { + font-weight:normal; + } + } + #noresults { + background-color:@content-thing-error; + margin:0px 0px 20px 0px; + padding:10px; + } + .sitetable.nestedlisting { + .thing { + background-color:@content-thing; + margin:0px 0px 20px 0px; + padding:10px; + .midcol { + .midcol(); + padding:0px 0px 0px 0px; + width:25px; + .arrow { + margin:0px 0px 0px 0px; + &:first-child { + margin:0px 0px 5px 0px; + } + } + } + .entry { + .md-container { + margin:10px 0px; + .md { + .md(10px); + max-width:100%; + width:auto; + h1 { + font-size:18px !important; + } + h2 { + font-weight:bold !important; + font-size:16px !important; + } + h3 { + font-size:16px !important; + } + h4 { + font-size:16px !important; + } + } + } + } + } + } + } + } + .footer-parent { + padding:5px 0px 0px 0px; + margin:0px 320px 0px 0px; + display:block; + clear:none; + width:auto; + .footer { + background-color:transparent; + border-radius:0px; + position:relative; + display:block; + padding:0px; + border:none; + height:auto; + margin:0px; + width:auto; + .col { + border:none !important; + float:none !important; + display:block; + padding:0px; + height:auto; + margin:0px; + width:auto; + ul { + padding:0px; + &:hover { + li { + color:@footer-secondary; + a { + background-color:@footer; + color:@footer-font; + } + } + } + li { + &.title { + border:solid 2px @footer; + text-align:right; + padding:0px 10px; + width:50px; + } + text-transform:capitalize; + font-size:12px !important; + display:inline-block; + .smooth-transition(); + font-family:@font; + line-height:30px; + color:@footer; + padding:0px; + height:30px; + width:auto; + a { + display:inline-block; + .smooth-transition(); + line-height:34px; + padding:0px 10px; + color:@footer; + height:34px; + &:hover { + background-color:@footer-secondary; + text-decoration:none; + .quick-transition(); + color:@footer-font; + } + } + } + } + } + } + .bottommenu { + padding:5px 0px; + display:block; + color:@footer; + margin:0px; + clear:none; + width:auto; + } + } + #RESMainGearOverlay { + background-color:@foreground !important; + margin:-1px 0px 0px 7px !important; + vertical-align:middle !important; + .smooth-transition() !important; + line-height:normal !important; + border-radius:0px !important; + font-size:0px !important; + height:40px !important; + border:none !important; + width:40px !important; + .sprite(-80px, 0px); + .gearIcon { + display:none !important; + } + &:hover { + background-color:@userbar-hover !important; + .quick-transition(); + } + } + #RESPrefsDropdown { + margin:-1px 341px 0px 0px; + @media all and (max-width: 1852px) { + margin:-1px 200px 0px 0px !important; + } + @media all and (max-width: 1802px) { + margin:-1px 150px 0px 0px !important; + } + @media all and (max-width: 1702px) { + margin:-1px 100px 0px 0px !important; + } + @media all and (max-width: 1652px) { + margin:-1px 50px 0px 0px !important; + } + @media all and (max-width: 1602px) { + margin:-1px 0px 0px 0px !important; + } + } + } +} \ No newline at end of file