Skip to content

Instantly share code, notes, and snippets.

@Angles
Last active October 11, 2015 15:17
Show Gist options
  • Save Angles/3878173 to your computer and use it in GitHub Desktop.
Save Angles/3878173 to your computer and use it in GitHub Desktop.
Safari UserCSS - Stackoverflow Sunburst
/* Safari UserCSS - Stackoverflow Sunburst */
/* http://(STAR).stackoverflow.com/(STAR) */
/*
STRAIGHT UP user styles NO CHANGES NEEDED
Stackoverflow Sunburst
By unisexx
http://userstyles.org/styles/63220
*/
.post-tag, .comments-link
{
background-color: #444 !important;
color:#3E87E3 !important;
border-bottom:0px dotted #3E6D8E !important;
border-right:0px !important;
margin:2px 2px 2px 0 !important;
padding:3px 4px 3px 4px !important;
text-decoration:none !important;
font-size:80% !important;
line-height:2.2 !important;
white-space:nowrap !important
}
.post-tag:hover, .comments-link:hover
{
background-color:#3E6D8E !important;
color:#E0EAF1 !important;
border-bottom:0px solid #37607D !important;
border-right:0px solid #37607D !important;
text-decoration:none !important
}
.summary .post-tag
{
background-color: #232323 !important;
color:#BBB !important;
}
.summary .post-tag:hover , .commentslink
{
background-color:#3E6D8E !important;
color:#E0EAF1 !important;
}
.tagged-interesting
{
background-color: #222 !important;
background-image: url() !important;
}
.stats
{
float: right !important;
background: #141414 !important;
}
.nav .primarynav li a
{
color: #FFF !important;
display:block !important;
float:left !important
}
.nav .primarynav li a:hover
{
color:#fff !important;
background:#f90 !important;
}
.narrow .votes, .views
{
background: #232323 !important;
}
.welovestackoverflow, #header #topbar, .reputation-score, .revision-comment, .date-span
{
background: #444 !important;
color: #ddd !important;
}
.container
{
background:#000000 !important
}
input, textarea, #wmd-button-bar, #search input
{
background: #222 !important;
color: #ddd !important;
}
pre, code
{
background: #aaa !important;
color: #444 !important;
}
.answer, #system-message, .commentlist
{
background: #232323 !important;
color:#999 !important
}
.answered, .answer-votes
{
background: #232323 !important;
color:#75845C !important
}
.answered strong
{
color:#75845C !important
}
.answered-accepted
{
background:#75845C !important;
color:#FFF !important
}
.answered-accepted strong
{
color:#FFF !important
}
.accepted-answer
{
background: #224422 !important;
}
.accepted-answer .post-text, .accepted-answer .user-action-time, #question-header a
{
color: #ddd !important;
}
.owner-answer, .question-status, #input-area
{
background: #404040 !important;
}
.newuser
{
color:#555 !important;
background-color:#e1e9d3 !important
}
.newuser h4
{
color:#555 !important
}
.newuser a
{
color:#555 !important
}
.question-summary
{
margin-left: 10px !important
}
#question-header h2 a
{
color:#C1BEBA !important;
}
.comment, #top-menu a
{
color: #aaa !important;
}
tr.comment:hover, .reply-parent, .timestamp
{
color: #ddd !important;
background-color: #444 !important
}
body, blockquote, #post-preview, .stats, .nav .primarynav li a
{
color:#C1BEBA !important;
background-color:#000000 !important
}
.module, .authcomment
{
background-color:#000000 !important;
border: 2px solid #262626 !important;
color: #C1BEBA !important;
}
.module h4
{
color: #C1BEBA !important;
}
#tabs a, .ad502-room, .roomcard, .messages
{
background-color:#232323 !important;
color: #C1BEBA !important;
border: 1px solid #191919 !important;
}
#tabs a:hover
{
border: 1px solid #666666 !important;
border-bottom: 1px solid #191919 !important;
}
#tabs a.youarehere
{
border: 1px solid #666666 !important;
border-bottom: 1px solid #191919 !important;
background: #191919 !important;
}
.page-description
{
color: #C1BEBA !important;
}
#user-about-me, .mine .messages
{
background: #191919 !important;
border: 2px solid #262626 !important;
color: #C1BEBA !important;
}
.user-details td, .content-page
{
color: #c1beba !important;
}
.owner
{
background: #404040 !important;
}
#post-text-container div span
{
background: #c1beba !important
}
#openid_identifier
{
color: #c1beba !important
}
.form-item label
{
color: #c1beba !important
}
div.message .meta {
background-color: transparent !important;
}
#hlogo img, .everyonelovesstackoverflow, .hireme { display:none !important; }
#hlogo a { background-image: url() !important; }
/* hlogo BASE64 image removed */
a {color: #39972E;}
.question-summary a:visited{color:#3E87E3;}
#footer{background:#000000;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment