Pastery

Sasha Stack Overflow theme +

  1@-moz-document url-prefix("http://stackoverflow.com"), url-prefix("http://ru.stackoverflow.com"){  2#question-mini-list .question-summary .summary .tags .post-tag[href$='sublime-text'],  3#question-mini-list .question-summary .summary .tags .post-tag[href$='sublime-text-3'],  4#question-mini-list .question-summary .summary .tags .post-tag[href$='github-pages'],  5#question-mini-list .question-summary .summary .tags .post-tag[href$='pelican'],  6#question-mini-list .question-summary .summary .tags .post-tag[href$='jinja2'],  7#question-mini-list .question-summary .summary .tags .post-tag[href$='pcre'] {  8	font-weight: bold;  9} 10.container a:not(.badge):not(a[id^="nav-"]), 11.mod-flair, 12.topbar-dialog a, 13.topbar-dialog .related-links a, 14.topbar-dialog .related-links a:visited, 15.user-show-new .user-panel #leagueRank a { color: #C06 !important } 16.container a:not(.badge):not(a[id^="nav-"]):visited, 17.topbar-dialog a:visited, 18.topbar-dialog a:hover, 19.started-link, 20.started-link:visited { color: #824A66 !important } 21.bounty-indicator, 22.bounty-indicator-tab, 23.bounty-award { 24    background-color: #C06 !important; 25} 26.post-tag, 27.post-text .post-tag { 28    color: #8E3E66 !important; 29} 30.post-text a, 31.post-text a code, 32.comment-copy a, 33.comment-copy a code { 34    border: 0; 35    color: #C06; 36    text-decoration: none !important; 37    position: relative; 38    border: 1px solid transparent; 39    transition: border-bottom-color .2s linear; 40} 41.topbar .topbar-icon, 42.topbar .date-group-toggle, 43.topbar .icon-help>.triangle { 44background-image: url('https://cdn.sstatic.net/img/share-sprite-new.png?v=e1b8bd67bc12'); 45    background-image: url('https://rawgit.com/Kristinita/SashaMiscellaneous/master/svg/1.2/share-sprite-new.svg'), none 46} 47 48.topbar .topbar-links .search-container input[type=text] { 49    margin: 3px 0 0 20px; 50    width: 194px; 51    height: 21px; 52    padding-left: inherit; 53    padding-top: 2px !important; 54    padding-bottom: 2px !important; 55    padding-right: 5px; 56    font-size: 13px; 57    line-height: 1.5; 58    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; 59    color: #6a737c; 60    background-image: url('https://cdn.sstatic.net/img/share-sprite-new.png?v=e1b8bd67bc12'); 61    background-image: url('https://rawgit.com/Kristinita/SashaMiscellaneous/master/svg/1.2/share-sprite-new.svg'), none; 62    background-repeat: no-repeat; 63    background-color: #FFF; 64    background-position: -267px -90px !important; 65    padding-left: 24px !important; 66    border: 1px solid #0C0D0E; 67    background-color: #eff0f1; 68    box-shadow: inset 0 1px 2px #eff0f1, 0 0 0 #FFF; 69    transition: all .15s ease-in-out 70} 71.post-text a:visited, 72.comment-copy a:visited, 73.question-hyperlink:visited { 74    color: #A05 !important; 75} 76.post-text a:hover, 77.post-text a:hover code, 78.comment-copy a:hover, 79.comment-copy a:hover code { 80    border-bottom-color: #C06 !important; 81} 82.post-text a:visited:hover, 83.comment-copy a:visited:hover { 84    border-bottom-color: #A05 !important; 85} 86.topbar-dialog.siteSwitcher-dialog .current-site-container { 87    background-color: #FFF6FB !important; 88    border-left: 3px solid #E8308C !important; 89} 90.nav li { 91    background: rgba(0,0,0,.3) !important; 92} 93.nav li:hover a, 94.nav li.youarehere a { 95    background-color: rgba(204,0,102,.75) !important; 96} 97.nav li a, 98.nav li a[id] { 99    color: #fff !important;100101    -webkit-transition: background-color .3s linear !important;102    -moz-transition: background-color .3s linear !important;103    -ms-transition: background-color .3s linear !important;104    -o-transition: background-color .3s linear !important;105    transition: background-color .3s linear !important;106}107.post-tag,108.post-text .post-tag,109.wmd-preview a.post-tag {110    background-color: #F1E0E9 !important;111    border-top: 0 !important;112    border-left: 0 !important;113    border-bottom: 1px solid #E1B4CB !important;114    border-right: 1px solid #E1B4CB !important;115}116a.post-tag:hover,117.post-text a.post-tag:hover,118.wmd-preview a.post-tag:hover {119    background-color: #F1C5DB;120    border-bottom: 1px solid #E9C5D7;121    border-right: 1px solid #E9C5D7;122}123.status.answered .mini-counts span {124	color: gold;125}126.status.answered-accepted .mini-counts span {127	color: gold;128}129#question-mini-list .question-summary .status.answered {130    background: #845F72 !important;131    color: gold;132}133#question-mini-list .question-summary .status.answered-accepted,134#question-mini-list .question-summary .status.answered-accepted * {135    color: gold;136}137#question-mini-list .question-summary .status.unanswered,138#question-mini-list .question-summary .status.unanswered * {139    color: #CC4589 !important;140}141#question-mini-list .question-summary .summary .bounty-indicator + h3 {142  	float: left;143  	width: calc(100% - 50px);144}145#question-mini-list .question-summary .summary h3 {146  	height: 1em;147	line-height: 1em;148}149#question-mini-list .question-summary .summary h3 a {150	text-decoration: none;151	display: inline-block;152	line-height: 1em;153	height: 1.3em;154	white-space: nowrap;155	overflow: hidden;156	text-overflow: ellipsis;157	max-width: 100%;158	color: #C06 !important;159	border-bottom: 1px solid transparent;160  	transition: border-bottom-color .2s linear;161	font-weight: bold;162	margin-bottom: 0!important;163}164#question-mini-list .question-summary .summary h3 a:after {165    content: '';166    display: block;167    border-bottom: 1px solid #C06;168    width: 0;169    opacity: 0;170    transition-property: width, opacity, left;171    transition-duration: 0.5s;172    transition-timing-function: ease;173    position: relative;174    left: 50%;175}176#question-mini-list .question-summary .summary h3 a:visited {177    color: #A05 !important;178}179#question-mini-list .question-summary .summary h3 a:visited:after {180    border-bottom-color: #A05 !important;181}182#question-mini-list .question-summary .summary h3 a:hover:after {183    width: 100%;184    left: 0;185    opacity: 1;186}187#question-mini-list .question-summary .summary .tags,188.post-taglist {189    font-size: 0px;190}191#question-mini-list .question-summary .summary .tags:before,192.post-taglist:before {193    content: "[";194    font-size: 12px;195}196#question-mini-list .question-summary .summary .tags .post-tag,197.post-taglist .post-tag {198    font-size: 12px;199    padding: 2px 3px;200    background-color: transparent !important;201    border: 0 !important;202    margin: 0px;203}204.post-taglist .post-tag:first-child {205    margin-left: 2px;206}207#question-mini-list .question-summary .summary .tags .post-tag:not(:last-child):after,208.post-taglist .post-tag:not(:last-child):after {209    content: ",";210    color: #000;211    font-weight: normal;212}213#question-mini-list .question-summary .summary .tags:after,214.post-taglist:after {215    content: "]";216    font-size: 12px;217}218.tagged-interesting {219    background-color: rgba(255,0,132,.1) !important;220}221.module.community-bulletin {222    background-color: rgba(255,0,132,.1) !important;223    border-color: rgba(224,0,183,.15) !important;224    box-shadow: none !important;225}226.module.community-bulletin hr {227    background-color: rgba(224,0,183,.15) !important;228}229.question-summary,230.subheader {231    border-bottom-color: rgba(224,0,183,.15) !important;232}233#tabs a {234    border-bottom: 0 !important;235    margin: 1px 8px 0 0 !important;236    border-top-width: 1px !important;237}238#tabs a:not(:hover):not(.youarehere) {239    background-color: transparent !important;240}241#tabs a.youarehere,242.views {243    color: #A05 !important;244}245#tabs a.youarehere,246#tabs a:hover {247    background: rgba(255,0,132,.1) !important;248    border: 1px solid rgba(224,0,183,.15) !important;249}250#hlogo a, .envelope-on, .envelope-off, .vote-up-off, .vote-up-on, .vote-down-off, .vote-down-on, .star-on, .star-off, .comment-up-off, .comment-up-on, .comment-flag, .edited-yes, .feed-icon, .statsarrow, .vote-accepted-off, .vote-accepted-on, .vote-accepted-bounty, .badge-earned-check, .delete-tag, .grippie, .expander-arrow-hide, .expander-arrow-show, .expander-arrow-small-hide, .expander-arrow-small-show, .anonymous-gravatar, .badge1, .badge2, .badge3, .add-interesting-tag-on, .add-interesting-tag-off, .fb-share, .twitter-share, .gp-share {251    background-repeat: no-repeat !important;252    overflow: hidden !important;253}254#hlogo a {255    width: 250px !important;256    height: 62px !important;257}258.cool  { color: #A05 !important }259.warm  { color: #9B5176 !important }260.hot   { color: #CF2379 !important }261.hotbg {262    color: #fff !important;263    background-color: #CF2379 !important;264}265.supernova { color: #FE15D4 !important }266.supernovabg {267    color: #fff !important;268    background-color: #FE158A !important;269}270.topbar-dialog.inbox-dialog:after,271.topbar-dialog.achievements-dialog:after {272    background-repeat: no-repeat;273    display: block;274    content: " ";275    position: absolute;276    top: 16px;277    left: 100%;278    right: auto;279    pointer-events: none;280}281.topbar-dialog.inbox-dialog:after {282    width: 144px;283    height: 310px;284}285.topbar-dialog.achievements-dialog:after {286    width: 133px;287    height: 300px;288}289.topbar {290    background: -webkit-linear-gradient(top,#a24e72,#973b62) !important;291    background: -moz-linear-gradient(top,#a24e72,#973b62) !important;292    background: -o-linear-gradient(top,#a24e72,#973b62) !important;293    background: linear-gradient(to bottom,#a24e72,#973b62) !important;294    -moz-background-size: auto !important;295    background-size: auto !important;296}297.topbar .topbar-links .profile-me:hover,298.topbar .topbar-links .topbar-menu-links a:hover,299.topbar .yes-hover:hover,300.topbar .topbar-icon-on,301.topbar .topbar-icon-on:hover {302    background-color: #973b62 !important;303    box-shadow: 0px 0px 5px rgba(255,255,255,.5);304}305.topbar-dialog .header {306    background-color: #973b62 !important;307}308.topbar .icon-help.topbar-icon-on,309.topbar .topbar-links .topbar-flair .reputation,310.topbar .topbar-links .topbar-flair .badgecount,311.topbar .topbar-links .topbar-menu-links a,312.topbar .topbar-links .topbar-menu-links a:visited,313.topbar-dialog .header *,314 .topbar-dialog .header h3 a {315    color: #fff !important;316}317.topbar .topbar-icon:not(.icon-flag),318.topbar .date-group-toggle,319320.topbar .topbar-links .search-container input[type=text] {321    color: #fff !important;322    border: 1px solid rgba(255,255,255,.4);323    border-radius: 5px;324    background-color: #CA5588 !important;325326    -webkit-transition: background-color .2s linear !important;327    -moz-transition: background-color .2s linear !important;328    -ms-transition: background-color .2s linear !important;329    -o-transition: background-color .2s linear !important;330    transition: background-color .2s linear !important;331}332.topbar .topbar-links .search-container input[type=text]:focus {333    outline: 0;334    background-color: #EC69A2 !important;335}336.topbar .topbar-links .search-container input[type=text]::-webkit-input-placeholder { color: #fff }337.topbar .topbar-links .search-container input[type=text]:-moz-placeholder { color: #fff }338.topbar .topbar-links .search-container input[type=text]::-moz-placeholder { color: #fff }339.topbar .topbar-links .search-container input[type=text]:-ms-input-placeholder { color: #fff }340html {341    background-attachment: fixed;342    background-position: center calc(50% + 22.5px);343    background-repeat: no-repeat;344    background-image: url('http://i.imgur.com/uINZQyY.jpg');345}346body {347    background: rgba(255,255,255,.7) !important;348}349#content {350    background-color: transparent !important;351}.question-summary {352    width: 100%;353}354.subheader {355    margin-bottom: 0px !important;356}357.user-about-me {358    background-color: rgba(255,0,132,.1);359    border-top: 1px solid rgba(224,0,183,.15);360    border-bottom: 1px solid rgba(224,0,183,.15);361}362#header { height: 80px !important }363pre.prettyprint { background-color: rgba(0,0,0,.075) !important }364pre.prettyprint * { background-color: transparent !important }365.user-show-new #user-info-container { margin-top: 10px }366table.full-diff td { border: 4px solid transparent !important }367}
New paste