The first steps or whatever
balls
@@ -0,0 +1,536 @@
|
||||
#sidebar-profile-body .nick-name, .news-list .nick-name, .list-content-with-icon-and-text .nick-name a, .user-name a {
|
||||
color: #fff;
|
||||
}
|
||||
.post-permalink-button:hover, .favorite-community-link.symbol, .trigger:active, #wrapper, #reply-content button.more-button:hover, .spoiler-button:hover, #sidebar-profile-status, #guide-menu:hover, .community-eyecatch-info:hover, #community-favorite:hover, #reply-content .list > li.my:hover, .big-button:hover, .sidebar-setting a:hover, .multi-timeline-post-list .post.hidden .screenshot-container, .multi-timeline-post-list .post .screenshot-container, .trigger:hover, .textarea-container .community-container, .post-form-album-content, .admin-messages .post.my, #identified-user-banner:hover, .sidebar-setting a.selected, .sidebar-container h4 a:hover, #empathy-content, .sidebar-profile .profile-comment, .post-list .recent-reply-content, .community-name .owner, .post-list-heading-button, .topic-title-input, .textarea, .yeah-button, .hidden-content-button, .community-description {
|
||||
background-color: var(--theme-darker, #161626) !important;
|
||||
}
|
||||
body, .favorite-community-link.symbol:hover, .post.hidden:hover, .filtering-label, .post-list .recent-reply-content .recent-reply:hover, .post-list .recent-reply-content .recent-reply-read-more-container:hover, .arrow-button:hover, #post-diary-window, .spoiler-button, .textarea-line, .dialog .window-body, .digest .post .icon-container, .icon-container .icon, #sidebar-profile-body .icon, .sidebar-container, .post .community-container, #global-menu #global-my-menu, .guest#post-permlink .guest-message p, form.search input[type="text"], form.search input[type="submit"], .warning-content, .community-card-list > li, .post-permalink-button {
|
||||
background-color: var(--theme-dark, #202030) !important;
|
||||
}
|
||||
body, .community-title, #footer-selector li button, #footer-inner p a, .post-list.empty, .album-list.empty, .list > .no-content, .no-content, .community-game-title, .arrow-button, .post .hidden-content button, .post .deleted-message button, .post .hidden_as_violation button, .post .hidden-content a, .post .deleted-message a, .post .hidden_as_violation a, .post .community-container-heading a, .list-content-with-icon-and-text .text, .list-content-with-icon-and-text .id-name, #sidebar-profile-body .id-name, #post-diary-window p, .sidebar-container h4 a, .post-list .empathized-user-name, .post-list .acted-user-name, .post-list .recommend-user-title, .headline h2, #post-content .post-content-text, #global-menu li a, #global-menu li button, #sidebar-profile-status .number, .community-name, .community-name a, .community-list .title, .sidebar-setting .sidebar-menu-relation:before, #reply-content button.more-button, .sidebar-profile .profile-comment, .guest#post-permlink .guest-message p, form.search input[type="text"], .community-name .owner, .post-list-heading-button, .topic-title-input, .textarea, .yeah-button, .post-permalink-button, .hidden-content-button, .community-description {
|
||||
color: #ccc !important;
|
||||
}
|
||||
input[type=text], input[type=password], input[type=email], input:not([type]), select {
|
||||
background-color: var(--theme-darker, #161626);
|
||||
color: #fff;
|
||||
border: 1px solid #000;
|
||||
box-shadow: inset 0 2px 6px rgb(0 0 0 / 12%), 0 1px 0 var(--theme-dark, #211e1e);
|
||||
}
|
||||
.guest .guest-message p {
|
||||
color: #ccc;
|
||||
background: #1b1b1b;
|
||||
}
|
||||
.guest-message .arrow-button {
|
||||
border-top: 1px solid #000 !important;
|
||||
}
|
||||
.delete {
|
||||
color: #ccc;
|
||||
}
|
||||
.delete:hover {
|
||||
color: var(--theme-dark, #202030) !important;
|
||||
}
|
||||
.sidebar-container .button {
|
||||
margin: 5px auto 20px;
|
||||
width: 80%;
|
||||
box-shadow: -1px 1px 2px #00000036;
|
||||
}
|
||||
.spoiler-button, .textarea-line {
|
||||
border: 1px solid #000;
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.file-button-container, .file-button {
|
||||
background-color: var(--theme-darker, #151313) !important;
|
||||
color: #fff;
|
||||
}
|
||||
.post-form-album-content {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.post-form-album-content:before {
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
#sidebar-cover {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
.post-list-heading-button {
|
||||
border: 1px solid #000;
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
#global-menu li.selected a {
|
||||
color: var(--theme, #5ac800) !important;
|
||||
}
|
||||
.follow-done-button:after {
|
||||
content: 'ing';
|
||||
}
|
||||
button.unfollow-button.button.symbol:after {
|
||||
content: 'ing';
|
||||
}
|
||||
.filtering-label .button {
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
.mask {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.post-list-heading-button:hover {
|
||||
background: rgb(35, 35, 35);
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.topic-title-input, .textarea {
|
||||
border: 1px solid #000;
|
||||
box-shadow: inset 0 2px 6px rgba(0,0,0,0.12), 0 1px 0 var(--theme-dark, #211e1e);
|
||||
}
|
||||
input[type="number"] {
|
||||
background: var(--theme-dark, #202030);
|
||||
border: 1px solid #000;
|
||||
color: #fff;
|
||||
}
|
||||
.hidden-content-button {
|
||||
border: 1px solid #000;
|
||||
border-bottom-color: #000;
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.hidden-content-button:hover {
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0), 0 2px 4px rgba(0,0,0,0.1);
|
||||
}
|
||||
.yeah-button {
|
||||
border: 1px solid #000;
|
||||
border-bottom-color: #000;
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.yeah-button:hover {
|
||||
background: rgb(35, 35, 35);
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.yeah-button:disabled:hover {
|
||||
background: var(--theme-darker, #161626);
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.setting-form li {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
form.search input[type="submit"] {
|
||||
color: #646464;
|
||||
}
|
||||
.sidebar-setting .sidebar-menu-relation:before {
|
||||
color: #000;
|
||||
}
|
||||
.community-list-cover {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
.simple-wrapper.simple-wrapper-content #wrapper {
|
||||
margin: 0px auto 0;
|
||||
}
|
||||
.simple-wrapper.simple-wrapper-content #main-body {
|
||||
border: 1px solid rgba(21, 20, 20, 0) !important;
|
||||
}
|
||||
.warning-content {
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
.community-eyecatch-balloon {
|
||||
color: #CCCCCC;
|
||||
background: rgb(32, 32, 32);
|
||||
}
|
||||
.community-eyecatch-balloon:after {
|
||||
border-color: transparent rgb(32, 32, 32) rgba(0, 0, 0, 0) transparent;
|
||||
}
|
||||
.post-body .multi-timeline-post-list .post-subtype-artwork .hidden-content {
|
||||
background-color: var(--theme-darker, #161626);
|
||||
border-top: 1px dashed #000;
|
||||
}
|
||||
.community-list .siblings {
|
||||
color: #969696;
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
.post-list > .post-list-outline {
|
||||
border-top: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
#main-body > .no-content {
|
||||
background: var(--theme-dark, #202030) none repeat scroll 0% 0%;
|
||||
border: 1px solid #000;
|
||||
box-shadow: 0px 1px 0px #000;
|
||||
}
|
||||
.notify {
|
||||
background: #424242 !important;
|
||||
}
|
||||
.tab2 a, .tab3 a {
|
||||
background-color: var(--theme-dark, #202030);
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-dark, #202030)), to(var(--theme-dark, #202030)), color-stop(0.5, var(--theme-dark, #202030)));
|
||||
background: -webkit-linear-gradient(top, var(--theme-dark, #202030) 0%, var(--theme-dark, #202030) 50%, var(--theme-dark, #202030) 100%);
|
||||
background: -moz-linear-gradient(top, var(--theme-dark, #202030) 0%, var(--theme-dark, #202030) 50%, var(--theme-dark, #202030) 100%);
|
||||
background: -ms-linear-gradient(top, var(--theme-dark, #202030) 0%, var(--theme-dark, #202030) 50%, var(--theme-dark, #202030) 100%);
|
||||
background: -o-linear-gradient(top, var(--theme-dark, #202030) 0%, var(--theme-dark, #202030) 50%, var(--theme-dark, #202030) 100%);
|
||||
background: linear-gradient(top, var(--theme-dark, #202030) 0%, var(--theme-dark, #202030) 50%, var(--theme-dark, #202030) 100%);
|
||||
color: #CCCCCC;
|
||||
border: 1px solid #000;
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
.album-dialog .album-close-button {
|
||||
background: -webkit-linear-gradient(bottom, var(--theme-dark, #202030), var(--theme-dark, #202030));
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
.tab2 a:hover, .tab3 a:hover {
|
||||
background: var(--theme-darker, #161626);
|
||||
-webkit-box-shadow: inset 0 1px 0 var(--theme-darker, #161626), 0 2px 4px rgba(22, 22, 22, 0);
|
||||
-moz-box-shadow: inset 0 1px 0 var(--theme-darker, #161626), 0 2px 4px rgba(22, 22, 22, 0);
|
||||
-ms-box-shadow: inset 0 1px 0 var(--theme-darker, #161626), 0 2px 4px rgba(22, 22, 22, 0);
|
||||
-o-box-shadow: inset 0 1px 0 var(--theme-darker, #161626), 0 2px 4px rgba(22, 22, 22, 0);
|
||||
box-shadow: inset 0 1px 0 var(--theme-darker, #161626), 0 2px 4px rgba(22, 22, 22, 0);
|
||||
}
|
||||
.tab2 > a:first-child, .tab3 > a:first-child {
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
.community-eyecatch-infoicon {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.open-topic-post-existing-warning {
|
||||
background-color: rgb(32, 32, 32);
|
||||
}
|
||||
.open-topic-post-existing-warning .content {
|
||||
border: 2px solid #E8316E;
|
||||
}
|
||||
.list .toggle-button .button:before {
|
||||
color: #CCC;
|
||||
width: 30px;
|
||||
height: 34px;
|
||||
border: 1px solid #000;
|
||||
border-bottom-color: #000;
|
||||
box-shadow: inset 0 0.5px 0 rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
||||
.topic-categories-container {
|
||||
background: var(--theme-dark, #202030);
|
||||
-webkit-box-shadow: 0 1px 0 var(--theme-dark, #202030);
|
||||
-moz-box-shadow: 0 1px 0 var(--theme-dark, #202030);
|
||||
-ms-box-shadow: 0 1px 0 var(--theme-dark, #202030);
|
||||
-o-box-shadow: 0 1px 0 var(--theme-dark, #202030);
|
||||
box-shadow: 0 1px 0 var(--theme-dark, #202030);
|
||||
}
|
||||
.button {
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
border-bottom-color: #000;
|
||||
background: var(--theme-dark, #202030);
|
||||
color: #ccc;
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.button:hover {
|
||||
background: var(--theme-darker, #161626);
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.post-list a.another-posts {
|
||||
background-color: rgba(0, 0, 0, 0.04);
|
||||
border-top: 1px solid #000;
|
||||
color: #ccc;
|
||||
}
|
||||
.sidebar-setting li {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.community-list .icon-container .icon {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
#sidebar-profile-status li a > span {
|
||||
display: block;
|
||||
border-right: 1px solid var(--theme-dark, #202030);
|
||||
}
|
||||
#global-menu li#global-menu-mymenu .icon-container img {
|
||||
border: 1px solid #000;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
#global-menu #global-my-menu {
|
||||
border: 2px solid #000;
|
||||
}
|
||||
#global-menu #global-my-menu:before {
|
||||
border-color: transparent;
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
#global-menu #global-my-menu:after {
|
||||
border-color: transparent;
|
||||
border-bottom-color: var(--theme-dark, #202030);
|
||||
}
|
||||
.list-content-with-icon-and-text li {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.filter-button {
|
||||
color: #ccc;
|
||||
background-color: rgb(32, 32, 32);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
.filter-button:hover {
|
||||
background-color: rgba(22,22,22,1);
|
||||
color: #696666;
|
||||
}
|
||||
#community-eyecatch-main > div {
|
||||
background: var(--theme-dark, #202030);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
#guide-menu {
|
||||
background: var(--theme-dark, #202030);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
#guide-menu .arrow-button {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
#community-favorite {
|
||||
background: var(--theme-dark, #202030);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
#identified-user-banner {
|
||||
background: var(--theme-dark, #202030);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
.digest .post .body {
|
||||
background: var(--theme-dark, #202030);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
.digest .post .body:after {
|
||||
border-color: transparent var(--theme-dark, #202030) transparent transparent;
|
||||
}
|
||||
.digest .post .body:before {
|
||||
border-color: transparent #000 transparent transparent;
|
||||
}
|
||||
.digest .post .community-container {
|
||||
border: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.accepting > span {
|
||||
background-color: rgba(255, 247, 179, 0);
|
||||
color: #e33ea2;
|
||||
}
|
||||
.accepting > span:before {
|
||||
color: #f90047;
|
||||
}
|
||||
.not-accepting > span {
|
||||
background-color: rgba(255, 247, 179, 0);
|
||||
color: #969696;
|
||||
}
|
||||
.not-accepting > span:before {
|
||||
color: #FF0000;
|
||||
}
|
||||
span.owner-label {
|
||||
color: var(--theme, #5ac800);
|
||||
}
|
||||
.guest#post-permlink .guest-message .arrow-button {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.community-card-list > li {
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-color: #000;
|
||||
}
|
||||
#sub-body {
|
||||
background: var(--theme-dark, #202030);
|
||||
border-bottom: 2px solid #000;
|
||||
box-shadow: 0 0 15px #000;
|
||||
}
|
||||
.content-loading-window.activity-feed img {
|
||||
visibility: hidden;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
.post-form-album-content:after {
|
||||
border-bottom-color: #1a1a1a;
|
||||
}
|
||||
.pager-button {
|
||||
background: #1A1A1A;
|
||||
}
|
||||
.pager-button .back-button {
|
||||
border-right: 1px solid #000;
|
||||
}
|
||||
|
||||
.pager-button .next-button {
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
.pager-button .button {
|
||||
color: #969696;
|
||||
background-color: #313131;
|
||||
}
|
||||
.guest #about {
|
||||
background: var(--theme-dark, #202030);
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
.guest .guest-terms-link:hover {
|
||||
background-color: #E64E25;
|
||||
}
|
||||
.tutorial-window {
|
||||
background-color: rgb(32, 32, 32);
|
||||
}
|
||||
.post-list .recent-reply-content {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.post-list .recent-reply-content .recent-reply-read-more-container {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
h2.label-diary_post, h2.label-diary {
|
||||
border-bottom: 3px solid #04c9db;
|
||||
color: #00b7d8;
|
||||
}
|
||||
h2.label-artwork_post, h2.label-artwork {
|
||||
border-bottom: 3px solid #fcc735;
|
||||
color: #ffae00;
|
||||
}
|
||||
h2.label-topic_post, h2.label-topic {
|
||||
border-bottom: 3px solid #e8316e;
|
||||
color: #e8316e;
|
||||
}
|
||||
.post-list-outline {
|
||||
background: var(--theme-dark, #202030);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-ms-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-o-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.post .community-container {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
.list > li, .list > div, .list > a, .list > span {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.list > li span {
|
||||
padding: 5px!important;
|
||||
}
|
||||
#sidebar-community .sidebar-setting a {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.sidebar-container {
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-ms-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-o-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.big-button {
|
||||
background: #fff;
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-ms-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-o-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
background-color: var(--theme-dark, #202030);
|
||||
color: #ccc;
|
||||
}
|
||||
form.search {
|
||||
background: #fff;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
.sidebar-setting a {
|
||||
color: #ccc;
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.user-data .note {
|
||||
border-bottom: 2px dashed var(--theme-darker, #161626);
|
||||
color: #ccc;
|
||||
}
|
||||
.user-data td, th {
|
||||
background: var(--theme-darker, #161626);
|
||||
color: #ccc;
|
||||
border: 1px var(--theme, #535374) solid;
|
||||
font-size: 11px;
|
||||
border-spacing: 5px;
|
||||
}
|
||||
#footer {
|
||||
background-color: #1d1d2d;
|
||||
}
|
||||
#sidebar-profile-body .icon {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.icon-container .icon {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.digest .post .icon-container {
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
#empathy-content .post-permalink-feeling-icon img {
|
||||
border: 1px solid #000;
|
||||
background: transparent;
|
||||
}
|
||||
#empathy-content.none + .buttons-content {
|
||||
border-top: 1px solid #222;
|
||||
}
|
||||
#empathy-content {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
#reply-content button.more-button {
|
||||
border: #000;
|
||||
}
|
||||
.messages .post.my,
|
||||
#reply-content .list .my {
|
||||
background-color: var(--theme-darker, #191828);
|
||||
}
|
||||
#reply-content .info-reply-list + button.more-button, #reply-content .more-button + .more-button {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.dialog .window-body {
|
||||
border: 1px solid #050207;
|
||||
}
|
||||
#post-form + #community-post-list .list > div:first-child {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.user-community .icon-container .user-icon {
|
||||
background: rgba(255, 255, 255, 0);
|
||||
border: 1px solid rgba(221, 221, 221, 0);
|
||||
}
|
||||
#wrapper, #image-header-content {
|
||||
background: var(--theme, #2f2f58) var(--background, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAEpElEQVR4nO2dW3LiQBAEE8kmOPae2w7j/ZjFa0CAHi1N16jqABMZlf2pKB1Op9MfgnI8Hun7Puq5q5zPZz4+Pvj+/g55z6yFs4t6zIWWqLBeOEMOwIWWqLD+5lx8AC60RIX1lnPRAbjQEhXWIc7ZB+BCS1RYH3HOOgAXWqLC+oxz8gG40BIV1leckw7AhZaosI7hHH0ALrREhXUs56gDcKElKqxTOF8egAstUWGdyvn0AFxoiQrrHM6HB+BCS1RY53IOHoALLVFhXcJ5dwAutESFdSnn1QG40BIV1gjOnwNwoSUqrFGcHbjQS1RYIzk7F1qiwhrN2e29UNBhXYPzLeSlm3x9ffH5+Zm+UNi3/L7v4z4KvcTydeTDwk/CbmP5WvIh8AAsX08+BB2A5WvKh4ADOJ/Plh+cLTkXHYBKoaDDujXn7ANQKRR0WGtwzjoAlUJBh7UW5+QDUCkUdFhrck46AJVCQYe1NufoA6gNOiUqrBk4Rx1ABtCxUWHNwvnyALKAjokKaybOpweQCfRVVFizcT48gGygz6LCmpFz8AAygj6KCmtWzrsDyAo6FBXWzJxXB5AZ9DYqrNk5fw4gO+jvqLAqcHagAXqJCqsKZ6cCCjqlqnACdCqgKqWqcEL5kqtTAFUpVYUTinxPxQZGhRP+y4eAbwItX4cTruWDp2IXR4UT7uWDp2IXRYUThuWDp2JnR4UTHssHT8XOigonPJcPnoqdHBVOeC0fPBU7KSqcME4+eCp2dFQ4Ybx88FTsqKhwwjT54KnYl1HhhOnywVOxT6PCCfPkg6diH0aFE+bLB0/FDkaFE5bJB0/F3kWFE5bLB0/FXkWFE2Lkg6dif6LCCXHywVOxgA4nxMo/HA6eilXhhHj5x+MxfikUdEpV4YSV5Hdd/AGolKrCCevJh+CpWJVSVThhXfkQeAAqpapwwvryIegAVEpV4YRt5EPQVKxCqSqcsJ182MlUrAonbCsfdjAVq8IJ28uHxqdiVTihjnxoeCpWhRPqyYdGp2JVOKGufGhwKlaFE+rLh8amYlU4IYd8aGgqVoUT8siHRqZiVTghl3xoYCpWhRPyyQfxqVgVTsgpH4SnYlU4Ia98EJ2KVeGE3PJBcCpWhRPyywexqVgVTtCQD/Cm8t9fy1/l+106y4+NknyJqVjLX09++qlYy19XPiSeirX89eVD0qlYy99GPiScirX87eRDsqlYy99WPiSairX87eVDkqlYy68jHxJMxVp+PflQeSrW8uvKh4pTsZZfXz5Umoq1/BzyocJUrOXnkQ8bT8Vafi75sOFUrOXnkw8bTcVafk75sMFUrOXnlQ8rT8Vafm75sOJUrOXnl7/aVKzla8h/f3/f71IoWH7f97yFvPgvlq8hf5WpWMvXkw87WwoFyw+firV8Xfmwk6VQsPzwqVjL15cPjS+FguWHT8VafjvyodGlULD88KlYy29PPjS2FAr1C52SDKzNLIVCjkLHJgtrE0uhkKfQMcnEKr8UCrkKfZVsrNJLoZCv0GfJyCq7FAo5C32UrKySS6GQt9ChZGaVWwqF3IXeJjur1FIo5C/0dxRYO8vfr3yAv3rECG2I4F0DAAAAAElFTkSuQmCC')) !important;
|
||||
}
|
||||
#empathy-content:before {
|
||||
background: url(/s/img/rks.png) no-repeat 0 0 !important;
|
||||
}
|
||||
.community-switcher .community-switcher-tab {
|
||||
background-color: var(--theme-dark, #202030);
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-dark, #202030)), to(var(--theme-dark, #202030)), color-stop(0.5, var(--theme-dark, #202030)));
|
||||
background: -webkit-linear-gradient(top, var(--theme-dark, #202030) 0%, var(--theme-dark, #202030) 50%, var(--theme-dark, #202030) 100%);
|
||||
background: -moz-linear-gradient(top, var(--theme-dark, #202030) 0%, var(--theme-dark, #202030) 50%, var(--theme-dark, #202030) 100%);
|
||||
background: -ms-linear-gradient(top, var(--theme-dark, #202030) 0%, var(--theme-dark, #202030) 50%, var(--theme-dark, #202030) 100%);
|
||||
background: -o-linear-gradient(top, var(--theme-dark, #202030) 0%, var(--theme-dark, #202030) 50%, var(--theme-dark, #202030) 100%);
|
||||
background: linear-gradient(top, var(--theme-dark, #202030) 0%, var(--theme-dark, #202030) 50%, var(--theme-dark, #202030) 100%);
|
||||
border: 1px solid black;
|
||||
color: #fff;
|
||||
}
|
||||
.community-switcher .community-switcher-tab:first-of-type {
|
||||
border-left: 1px solid black;
|
||||
}
|
||||
code,
|
||||
pre {
|
||||
border: 1px solid #404050 !important;
|
||||
color: #CCC !important;
|
||||
background-color: var(--theme-darker, #191828) !important;
|
||||
}
|
||||
@media screen and (max-width: 980px) {
|
||||
#global-menu #global-menu-list > ul > li > a:hover {
|
||||
background-color: #333 !important;
|
||||
}
|
||||
#global-menu #global-menu-list > ul > li#global-menu-my-menu button:hover {
|
||||
background-color: #333 !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
.list .toggle-button .button:before {
|
||||
height: 28px !important;
|
||||
}
|
||||
}
|
||||
html::-webkit-scrollbar,
|
||||
textarea::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
html::-webkit-scrollbar-thumb,
|
||||
textarea::-webkit-scrollbar-thumb {
|
||||
background-color: #3c3c3c;
|
||||
}
|
||||
html::-webkit-scrollbar-track,
|
||||
textarea::-webkit-scrollbar-track {
|
||||
background: #000;
|
||||
}
|
||||
html::-webkit-scrollbar-corner,
|
||||
textarea::-webkit-scrollbar-corner {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/*
|
||||
CodyMKW completely made this dark theme, please show him love.
|
||||
Seriously, he made the entire thing at the beginning of the project and now it's here to stay.
|
||||
I modified this to make it actually suitable for this, and completing the elements and such.
|
||||
oh also PF2M did some Find+Replace work to recolor the background, and then CodyMKW made the background again
|
||||
*/
|
||||
@@ -0,0 +1,501 @@
|
||||
#sidebar-profile-body .nick-name, .news-list .nick-name, .list-content-with-icon-and-text .nick-name a, .user-name a {
|
||||
color: #fff !important;
|
||||
}
|
||||
.post-permalink-button:hover, .favorite-community-link.symbol, .trigger:active, #wrapper, #reply-content button.more-button:hover, .spoiler-button:hover, #sidebar-profile-status, #guide-menu:hover, .community-eyecatch-info:hover, #community-favorite:hover, #reply-content .list > li.my:hover, .big-button:hover, .sidebar-setting a:hover, .multi-timeline-post-list .post.hidden .screenshot-container, .multi-timeline-post-list .post .screenshot-container, .trigger:hover, .textarea-container .community-container, .post-form-album-content, .admin-messages .post.my, #identified-user-banner:hover, .sidebar-setting a.selected, .sidebar-container h4 a:hover, #empathy-content, .sidebar-profile .profile-comment, .post-list .recent-reply-content, .community-name .owner, .post-list-heading-button, .topic-title-input, .textarea, .yeah-button, .hidden-content-button, .community-description {
|
||||
background-color: #161616 !important;
|
||||
}
|
||||
body, .favorite-community-link.symbol:hover, .post.hidden:hover, .filtering-label, .post-list .recent-reply-content .recent-reply:hover, .post-list .recent-reply-content .recent-reply-read-more-container:hover, .arrow-button:hover, #post-diary-window, .spoiler-button, .textarea-line, .dialog .window-body, .digest .post .icon-container, .icon-container .icon, #sidebar-profile-body .icon, .sidebar-container, .post .community-container, #global-menu #global-my-menu, .guest#post-permlink .guest-message p, form.search input[type="text"], form.search input[type="submit"], .warning-content, .community-card-list > li, .post-permalink-button {
|
||||
background-color: #202020 !important;
|
||||
}
|
||||
body, .community-title, #footer-selector li button, #footer-inner p a, .post-list.empty, .album-list.empty, .list > .no-content, .no-content, .community-game-title, .arrow-button, .post .hidden-content button, .post .deleted-message button, .post .hidden_as_violation button, .post .hidden-content a, .post .deleted-message a, .post .hidden_as_violation a, .post .community-container-heading a, .list-content-with-icon-and-text .text, .list-content-with-icon-and-text .id-name, #sidebar-profile-body .id-name, #post-diary-window p, .sidebar-container h4 a, .post-list .empathized-user-name, .post-list .acted-user-name, .post-list .recommend-user-title, .headline h2, #post-content .post-content-text, #global-menu li a, #global-menu li button, #sidebar-profile-status .number, .community-name, .community-name a, .community-list .title, .sidebar-setting .sidebar-menu-relation:before, #reply-content button.more-button, .sidebar-profile .profile-comment, .guest#post-permlink .guest-message p, form.search input[type="text"], .community-name .owner, .post-list-heading-button, .topic-title-input, .textarea, .yeah-button, .post-permalink-button, .hidden-content-button, .community-description {
|
||||
color: #ccc !important;
|
||||
}
|
||||
input[type=text], input[type=password], input[type=email], input:not([type]), select {
|
||||
background-color: #202020;
|
||||
color: #fff;
|
||||
border: 1px solid #000;
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.guest .guest-message p {
|
||||
color: #ccc;
|
||||
background: #464646;
|
||||
}
|
||||
.guest-message .arrow-button {
|
||||
border-top: 1px solid #000 !important;
|
||||
}
|
||||
.delete {
|
||||
color: #ccc;
|
||||
}
|
||||
.delete:hover {
|
||||
color: #202030 !important;
|
||||
}
|
||||
.spoiler-button, .textarea-line {
|
||||
border: 1px solid #000;
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.file-button-container, .file-button {
|
||||
background-color: #151313 !important;
|
||||
color: #fff;
|
||||
}
|
||||
.post-form-album-content {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.post-form-album-content:before {
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
#sidebar-cover {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
.post-list-heading-button {
|
||||
border: 1px solid #000;
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
#global-menu li.selected a {
|
||||
color: #0080ff !important;
|
||||
}
|
||||
.follow-done-button:after {
|
||||
content: 'ing';
|
||||
}
|
||||
button.unfollow-button.button.symbol:after {
|
||||
content: 'ing';
|
||||
}
|
||||
.filtering-label .button {
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
.mask {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.post-list-heading-button:hover {
|
||||
background: rgb(35, 35, 35);
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.topic-title-input, .textarea {
|
||||
border: 1px solid #000;
|
||||
box-shadow: inset 0 2px 6px rgba(0,0,0,0.12), 0 1px 0 #211e1e;
|
||||
}
|
||||
.hidden-content-button {
|
||||
border: 1px solid #000;
|
||||
border-bottom-color: #000;
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.hidden-content-button:hover {
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0), 0 2px 4px rgba(0,0,0,0.1);
|
||||
}
|
||||
.yeah-button {
|
||||
border: 1px solid #000;
|
||||
border-bottom-color: #000;
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.yeah-button:hover {
|
||||
background: rgb(35, 35, 35);
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.yeah-button:disabled:hover {
|
||||
background: #161616;
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.setting-form li {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
form.search input[type="submit"] {
|
||||
color: #646464;
|
||||
}
|
||||
.sidebar-setting .sidebar-menu-relation:before {
|
||||
color: #000;
|
||||
}
|
||||
.community-list-cover {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
.simple-wrapper.simple-wrapper-content #wrapper {
|
||||
margin: 0px auto 0;
|
||||
}
|
||||
.simple-wrapper.simple-wrapper-content #main-body {
|
||||
border: 1px solid rgba(21, 20, 20, 0) !important;
|
||||
}
|
||||
.warning-content {
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
.community-eyecatch-balloon {
|
||||
color: #CCCCCC;
|
||||
background: rgb(32, 32, 32);
|
||||
}
|
||||
.community-eyecatch-balloon:after {
|
||||
border-color: transparent rgb(32, 32, 32) rgba(0, 0, 0, 0) transparent;
|
||||
}
|
||||
.post-body .multi-timeline-post-list .post-subtype-artwork .hidden-content {
|
||||
background-color: #161616;
|
||||
border-top: 1px dashed #000;
|
||||
}
|
||||
.community-list .siblings {
|
||||
color: #969696;
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
.post-list > .post-list-outline {
|
||||
border-top: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
#main-body > .no-content {
|
||||
background: #202020 none repeat scroll 0% 0%;
|
||||
border: 1px solid #000;
|
||||
box-shadow: 0px 1px 0px #000;
|
||||
}
|
||||
.notify {
|
||||
background: #424242 !important;
|
||||
}
|
||||
.tab2 a, .tab3 a {
|
||||
background-color: #202020;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#202020), color-stop(0.5, #202020));
|
||||
background: -webkit-linear-gradient(top, #202020 0%, #202020 50%, #202020 100%);
|
||||
background: -moz-linear-gradient(top, #202020 0%, #202020 50%, #202020 100%);
|
||||
background: -ms-linear-gradient(top, #202020 0%, #202020 50%, #202020 100%);
|
||||
background: -o-linear-gradient(top, #202020 0%, #202020 50%, #202020 100%);
|
||||
background: linear-gradient(top, #202020 0%, #202020 50%, #202020 100%);
|
||||
color: #CCCCCC;
|
||||
border: 1px solid #000;
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
.album-dialog .album-close-button {
|
||||
background: -webkit-linear-gradient(bottom, #202020, #202020);
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
.tab2 a:hover, .tab3 a:hover {
|
||||
background: #161616;
|
||||
-webkit-box-shadow: inset 0 1px 0 #161616, 0 2px 4px rgba(22, 22, 22, 0);
|
||||
-moz-box-shadow: inset 0 1px 0 #161616, 0 2px 4px rgba(22, 22, 22, 0);
|
||||
-ms-box-shadow: inset 0 1px 0 #161616, 0 2px 4px rgba(22, 22, 22, 0);
|
||||
-o-box-shadow: inset 0 1px 0 #161616, 0 2px 4px rgba(22, 22, 22, 0);
|
||||
box-shadow: inset 0 1px 0 #161616, 0 2px 4px rgba(22, 22, 22, 0);
|
||||
}
|
||||
.tab2 > a:first-child, .tab3 > a:first-child {
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
.community-eyecatch-infoicon {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.open-topic-post-existing-warning {
|
||||
background-color: rgb(32, 32, 32);
|
||||
}
|
||||
.open-topic-post-existing-warning .content {
|
||||
border: 2px solid #E8316E;
|
||||
}
|
||||
.list .toggle-button .button:before {
|
||||
color: #CCC;
|
||||
width: 30px;
|
||||
height: 34px;
|
||||
border: 1px solid #000;
|
||||
border-bottom-color: #000;
|
||||
box-shadow: inset 0 0.5px 0 rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
.topic-categories-container {
|
||||
background: #202020;
|
||||
-webkit-box-shadow: 0 1px 0 #202020;
|
||||
-moz-box-shadow: 0 1px 0 #202020;
|
||||
-ms-box-shadow: 0 1px 0 #202020;
|
||||
-o-box-shadow: 0 1px 0 #202020;
|
||||
box-shadow: 0 1px 0 #202020;
|
||||
}
|
||||
.button {
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
border-bottom-color: #000;
|
||||
background: #202020;
|
||||
color: #ccc;
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.button:hover {
|
||||
background: #161616;
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
.post-list a.another-posts {
|
||||
background-color: rgba(0, 0, 0, 0.04);
|
||||
border-top: 1px solid #000;
|
||||
color: #ccc;
|
||||
}
|
||||
.sidebar-setting li {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.community-list .icon-container .icon {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
#sidebar-profile-status li a > span {
|
||||
display: block;
|
||||
border-right: 1px solid #202020;
|
||||
}
|
||||
#global-menu li#global-menu-mymenu .icon-container img {
|
||||
border: 1px solid #000;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
#global-menu #global-my-menu {
|
||||
border: 2px solid #000;
|
||||
}
|
||||
#global-menu #global-my-menu:before {
|
||||
border-color: transparent;
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
#global-menu #global-my-menu:after {
|
||||
border-color: transparent;
|
||||
border-bottom-color: #202020;
|
||||
}
|
||||
.list-content-with-icon-and-text li {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.filter-button {
|
||||
color: #ccc;
|
||||
background-color: rgb(32, 32, 32);
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
.filter-button:hover {
|
||||
background-color: rgba(22,22,22,1);
|
||||
color: #696666;
|
||||
}
|
||||
#community-eyecatch-main > div {
|
||||
background: #202020;
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
#guide-menu {
|
||||
background: #202020;
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
#guide-menu .arrow-button {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
#community-favorite {
|
||||
background: #202020;
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
#identified-user-banner {
|
||||
background: #202020;
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
.digest .post .body {
|
||||
background: #202020;
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
.digest .post .body:after {
|
||||
border-color: transparent #202020 transparent transparent;
|
||||
}
|
||||
.digest .post .body:before {
|
||||
border-color: transparent #000 transparent transparent;
|
||||
}
|
||||
.digest .post .community-container {
|
||||
border: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.accepting > span {
|
||||
background-color: rgba(255, 247, 179, 0);
|
||||
color: #e33ea2;
|
||||
}
|
||||
.accepting > span:before {
|
||||
color: #f90047;
|
||||
}
|
||||
.not-accepting > span {
|
||||
background-color: rgba(255, 247, 179, 0);
|
||||
color: #969696;
|
||||
}
|
||||
.not-accepting > span:before {
|
||||
color: #FF0000;
|
||||
}
|
||||
.guest#post-permlink .guest-message .arrow-button {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.community-card-list > li {
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-color: #000;
|
||||
}
|
||||
#sub-body {
|
||||
background: #202020;
|
||||
border-bottom: 2px solid #000;
|
||||
box-shadow: 0 0 15px #000;
|
||||
}
|
||||
.content-loading-window.activity-feed img {
|
||||
visibility: hidden;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
.post-form-album-content:after {
|
||||
border-bottom-color: #1a1a1a;
|
||||
}
|
||||
.pager-button {
|
||||
background: #1A1A1A;
|
||||
}
|
||||
.pager-button .back-button {
|
||||
border-right: 1px solid #000;
|
||||
}
|
||||
|
||||
.pager-button .next-button {
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
.pager-button .button {
|
||||
color: #969696;
|
||||
background-color: #313131;
|
||||
}
|
||||
.guest #about {
|
||||
background: #202020;
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
.guest .guest-terms-link:hover {
|
||||
background-color: #E64E25;
|
||||
}
|
||||
.tutorial-window {
|
||||
background-color: rgb(32, 32, 32);
|
||||
}
|
||||
.post-list .recent-reply-content {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.post-list .recent-reply-content .recent-reply-read-more-container {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
h2.label-diary_post, h2.label-diary {
|
||||
border-bottom: 3px solid #04c9db;
|
||||
color: #00b7d8;
|
||||
}
|
||||
h2.label-artwork_post, h2.label-artwork {
|
||||
border-bottom: 3px solid #fcc735;
|
||||
color: #ffae00;
|
||||
}
|
||||
h2.label-topic_post, h2.label-topic {
|
||||
border-bottom: 3px solid #e8316e;
|
||||
color: #e8316e;
|
||||
}
|
||||
.post-list-outline {
|
||||
background: #202020;
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-ms-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-o-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.post .community-container {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
.list > li, .list > div, .list > a, .list > span {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.list > li span {
|
||||
padding: 5px!important;
|
||||
}
|
||||
#sidebar-community .sidebar-setting a {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.sidebar-container {
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-ms-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-o-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.big-button {
|
||||
background: #fff;
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-ms-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
-o-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
|
||||
background-color: #202020;
|
||||
color: #ccc;
|
||||
}
|
||||
form.search {
|
||||
background: #fff;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
.sidebar-setting a {
|
||||
color: #ccc;
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.user-data .note {
|
||||
border-bottom: 2px dashed #161616;
|
||||
color: #ccc;
|
||||
}
|
||||
#footer {
|
||||
background-color: #1d1d1d;
|
||||
}
|
||||
#sidebar-profile-body .icon {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.icon-container .icon {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.digest .post .icon-container {
|
||||
border: 1px solid rgb(0, 0, 0);
|
||||
}
|
||||
#empathy-content .post-permalink-feeling-icon img {
|
||||
border: 1px solid #000;
|
||||
background: transparent;
|
||||
}
|
||||
#empathy-content.none + .buttons-content {
|
||||
border-top: 1px solid #222;
|
||||
}
|
||||
#empathy-content {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
#reply-content button.more-button {
|
||||
border: #000;
|
||||
}
|
||||
.messages .post.my,
|
||||
#reply-content .list .my {
|
||||
background-color: #191818;
|
||||
}
|
||||
#reply-content .info-reply-list + button.more-button, #reply-content .more-button + .more-button {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.dialog .window-body {
|
||||
border: 1px solid #050207;
|
||||
}
|
||||
#post-form + #community-post-list .list > div:first-child {
|
||||
border-top: 1px solid #000;
|
||||
}
|
||||
.user-community .icon-container .user-icon {
|
||||
background: rgba(255, 255, 255, 0);
|
||||
border: 1px solid rgba(221, 221, 221, 0);
|
||||
}
|
||||
#wrapper, #image-header-content {
|
||||
background-image: url(/s/img/op.png) !important;
|
||||
}
|
||||
#empathy-content:before {
|
||||
background: url(/s/img/rks.png) no-repeat 0 0 !important;
|
||||
}
|
||||
.community-switcher .community-switcher-tab {
|
||||
background-color: #202030;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#202030), to(#202030), color-stop(0.5, #202030));
|
||||
background: -webkit-linear-gradient(top, #202030 0%, #202030 50%, #202030 100%);
|
||||
background: -moz-linear-gradient(top, #202030 0%, #202030 50%, #202030 100%);
|
||||
background: -ms-linear-gradient(top, #202030 0%, #202030 50%, #202030 100%);
|
||||
background: -o-linear-gradient(top, #202030 0%, #202030 50%, #202030 100%);
|
||||
background: linear-gradient(top, #202030 0%, #202030 50%, #202030 100%);
|
||||
border: 1px solid black;
|
||||
color: #fff;
|
||||
}
|
||||
.community-switcher .community-switcher-tab:first-of-type {
|
||||
border-left: 1px solid black;
|
||||
}
|
||||
code,
|
||||
pre {
|
||||
border: 1px solid #404040 !important;
|
||||
color: #CCC !important;
|
||||
background-color: #191818 !important;
|
||||
}
|
||||
@media screen and (max-width: 980px) {
|
||||
#global-menu #global-menu-list > ul > li > a:hover {
|
||||
background-color: #333 !important;
|
||||
}
|
||||
#global-menu #global-menu-list > ul > li#global-menu-my-menu button:hover {
|
||||
background-color: #333 !important;
|
||||
}
|
||||
}
|
||||
html::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
html::-webkit-scrollbar-thumb {
|
||||
background-color: #3c3c3c;
|
||||
}
|
||||
html::-webkit-scrollbar-track {
|
||||
background: #000;
|
||||
}
|
||||
html::-webkit-scrollbar-corner {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/*--------Mostly all of the dark theme was made by CodyMKW, please make sure he's noticed--------*/
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 523 B |
|
After Width: | Height: | Size: 601 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 359 B |
|
After Width: | Height: | Size: 130 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 413 B |
|
After Width: | Height: | Size: 76 B |
|
After Width: | Height: | Size: 239 B |
|
After Width: | Height: | Size: 576 B |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 329 B |
|
After Width: | Height: | Size: 669 B |
|
After Width: | Height: | Size: 596 B |
|
After Width: | Height: | Size: 339 B |
|
After Width: | Height: | Size: 538 B |
|
After Width: | Height: | Size: 760 B |
|
After Width: | Height: | Size: 409 B |
|
After Width: | Height: | Size: 91 B |
|
After Width: | Height: | Size: 275 B |
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45" style="enable-background:new 0 0 45 45;" xml:space="preserve" version="1.1" id="svg2"><metadata id="metadata8"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><defs id="defs6"><clipPath id="clipPath16" clipPathUnits="userSpaceOnUse"><path id="path18" d="M 0,36 36,36 36,0 0,0 0,36 Z"/></clipPath></defs><g transform="matrix(1.25,0,0,-1.25,0,45)" id="g10"><g id="g12"><g clip-path="url(#clipPath16)" id="g14"><g transform="translate(24.9971,7.5)" id="g20"><path id="path22" style="fill:#e0aa94;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c -1.185,0 -2.237,0.846 -2.457,2.053 l -4,22 c -0.247,1.358 0.654,2.66 2.013,2.906 1.358,0.252 2.66,-0.653 2.907,-2.012 l 4,-22 C 2.71,1.589 1.809,0.287 0.45,0.04 0.299,0.013 0.148,0 0,0"/></g><g transform="translate(28.375,11.2354)" id="g24"><path id="path26" style="fill:#f7dece;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c 0.239,0.745 0.13,1.591 -0.375,2.265 -0.059,0.078 -0.439,0.585 -1.017,1.339 0.005,0.052 0.017,0.113 0.017,0.161 0,0.458 -1.913,2.623 -3.74,4.586 -1.587,1.964 -3.261,3.95 -4.492,5.181 L -10.881,14.807 -12.493,14 c -5.718,-2.858 -8.647,-3.855 -8.673,-3.864 -1.31,-0.436 -2.017,-1.852 -1.581,-3.162 0.437,-1.31 1.852,-2.015 3.163,-1.581 0.117,0.039 2.666,0.899 7.649,3.31 1.095,-1.23 2.378,-2.795 3.575,-4.296 L -7.656,3.233 C -7.487,2.951 -7.511,2.595 -7.717,2.338 l -3.513,-4.392 c -0.095,-0.119 -0.222,-0.207 -0.365,-0.255 l -2.531,-0.843 c -0.162,-0.054 -0.336,-0.054 -0.498,0 l -4.729,1.576 c -0.676,2.082 -0.533,4.102 -0.531,4.124 0.119,1.376 -0.899,2.588 -2.275,2.707 -1.372,0.128 -2.587,-0.898 -2.707,-2.274 -0.022,-0.26 -0.51,-6.423 3.313,-10.593 2.208,-2.409 5.296,-3.63 9.178,-3.63 0.66,0 1.283,-0.009 1.871,-0.018 0.529,-0.008 1.042,-0.015 1.537,-0.015 2.764,0 5.004,0.231 6.738,1.941 1.65,1.626 2.354,4.195 2.354,8.592 C 0.125,-0.481 0.074,-0.236 0,0"/></g><g transform="translate(27.001,15)" id="g28"><path id="path30" style="fill:#e0aa94;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 c -0.384,0 -0.749,0.221 -0.915,0.594 l -4,9 c -0.224,0.505 0.003,1.095 0.508,1.32 0.506,0.226 1.095,-0.003 1.32,-0.508 l 4,-9 C 1.137,0.901 0.91,0.311 0.405,0.086 0.273,0.027 0.136,0 0,0"/></g><g transform="translate(24.7656,1.6201)" id="g32"><path id="path34" style="fill:#f7dece;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 0,0 -1.531,4.76 c 0,0 -0.067,-0.011 -0.175,-0.067 0.018,0.009 1.821,0.995 2.461,6.003 0.775,6.075 -0.775,9.6 -0.79,9.635 l -0.093,0.23 -3.5,10.105 c -0.452,1.304 0.239,2.728 1.544,3.18 1.303,0.451 2.729,-0.24 3.181,-1.544 L 4.566,22.29 C 4.942,21.403 6.601,17.004 5.714,10.063 4.672,1.9 0.771,0.248 0,0"/></g></g></g></g></svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 367 B |
|
After Width: | Height: | Size: 581 B |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 198 B |
|
After Width: | Height: | Size: 196 B |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 524 B |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 100 B |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 527 B |
|
After Width: | Height: | Size: 600 B |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 389 B |
|
After Width: | Height: | Size: 109 B |
|
After Width: | Height: | Size: 605 B |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 319 B |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 566 B |
|
After Width: | Height: | Size: 851 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 519 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 164 B |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 387 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 603 B |
|
After Width: | Height: | Size: 631 B |
|
After Width: | Height: | Size: 599 B |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 455 B |
|
After Width: | Height: | Size: 600 B |
@@ -0,0 +1,75 @@
|
||||
@charset "utf-8";
|
||||
|
||||
body { position: relative; font-size: 28px; font-family: sans-serif; line-height: 1.5; margin: 0px; padding: 0px; color: rgb(50, 50, 50); background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwBAMAAADMe/ShAAAAHlBMVEX29vb09PTy8vL19fXz8/Px8fHw8PDv7+/u7u739/dHdNvrAAACSElEQVR4AezYNX7DMBiGcafcKTRlC0hdy7T1Z7iAcS5YOkEl38DeQlNOW24YX63fsxr+Ztm2RmvjMiu2bWbOXPmjtW2A7S8YKlfMCK4lKPzeMoJvYhROHYIJno9gggkmmGCCCSaYYIIJJphgggkmGP/PZQZf4XDHCK5JFFYtE7hXkwWYap0awEMPh8NHA7jPNQprv2EAH5zh8MsTDo9vY/xGxuCeLXFYsVMY7nNZwCm/AcM3scZhnTooPBwfafBYP4JwiZvBfgWDh7Xxkc71DmXjY916hOAbLrMxK7ZuTOfKdxC4ZMf6z1Ui2iEh/2Sdssru8L4dy+zXFVGbuVtntyPxK+cqZRc7wr1Ll0v95/qser1DVZv/yVr5bv10Bczq+ML4Rl/als/ww4WfJptbwuACMbgwhaUVfkvgt6LU1icpdkAAAADAEEz/1EKshHOBgMAnwZ7gNgG9DEwybTKpyZiLRCT6ItqUCJuIYqKoosaJlEsMJBki+ZOElwRfkpqSuElcS9Qnd4LcGN3enRUACMRQDFSDJRzg3wIKuNnNzygYA83rGbx9g1cwGAwGg8FgMBgMBoPBYDAYDAaDwWAwGAwGg8FgMBgMBoPB/bFgfx7ZH4TWJ7DB0W9w5hwcdgen7MHxfp8r9IFGkKQEEU6WHWWhVZaWZTFdlg9mwWSdiAZRbJABB+FzkHoHcXuQ82cDBtlkQzVSkc1yZEMk2fRKNjZTzetkg0LlhJK1KjAYDAaDwWAwGAwGg8FgcAD3L/H6J4DLS/j67eEOl9GYoKbAV2YAAAAASUVORK5CYII=") rgb(238, 238, 238); }
|
||||
|
||||
h1, h2, h3, h4, h5, h6, p, ul, ol, menu, li, table, tr, th, td { font-size: 100%; font-weight: normal; margin: 0px; padding: 0px; }
|
||||
|
||||
ul, ol, menu, li { list-style: none; }
|
||||
|
||||
a { color: rgb(0, 110, 255); text-decoration: none; }
|
||||
|
||||
img { border: 0px; color: rgb(221, 221, 221); }
|
||||
|
||||
body { font-size: 14px; text-align: center; text-size-adjust: 100%; overflow-wrap: break-word; background: rgb(226, 226, 226); }
|
||||
|
||||
html, body { height: 100%; }
|
||||
|
||||
#wrapper { min-height: 100%; position: relative; width: 100%; min-width: 320px; margin: auto 0px; text-align: left; background-color: rgb(244, 244, 244); background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAArUlEQVQoFYWQuwrCQBBFd42FlaYQRMRCO3vBNpA/8HNtBbt04gcItnaKoLKegRnYTRYzcLjzuLNh4kMILooh+SeqO6kYJOawhzE0cIBsDLRboRPwsIUFZMMWTM1UWNJWMx4ZPHV4Rq9to9U+OlpeHcHDhjmNF3LzHc01yBdPEOwvkXdiQ6fW7gp9QWM3aD+RWVI5N5X638KF+VuXvqjUru+GEs8SbnCH3gXxJPEDtBsiPW8IwCQAAAAASUVORK5CYII="); background-attachment: fixed; height: auto !important; }
|
||||
|
||||
#main-body { padding: 71px 0px 170px; max-width: 960px; margin: 0px auto; }
|
||||
|
||||
#main-body::after { content: ""; display: block; clear: both; }
|
||||
|
||||
#footer { background: rgb(226, 226, 226); position: absolute; bottom: 0px; left: 0px; width: 100%; }
|
||||
|
||||
.simple-wrapper { background-color: rgb(244, 244, 244); background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAArUlEQVQoFYWQuwrCQBBFd42FlaYQRMRCO3vBNpA/8HNtBbt04gcItnaKoLKegRnYTRYzcLjzuLNh4kMILooh+SeqO6kYJOawhzE0cIBsDLRboRPwsIUFZMMWTM1UWNJWMx4ZPHV4Rq9to9U+OlpeHcHDhjmNF3LzHc01yBdPEOwvkXdiQ6fW7gp9QWM3aD+RWVI5N5X638KF+VuXvqjUru+GEs8SbnCH3gXxJPEDtBsiPW8IwCQAAAAASUVORK5CYII="); background-attachment: fixed; border: 0px; }
|
||||
|
||||
.simple-wrapper #wrapper { margin-top: 0px; }
|
||||
|
||||
.simple-wrapper #main-body { border: 0px; background: transparent; }
|
||||
|
||||
.simple-wrapper.simple-wrapper-content #wrapper { margin: 50px auto 0px; }
|
||||
|
||||
.simple-wrapper.simple-wrapper-content #main-body { padding: 0px; }
|
||||
|
||||
.simple-wrapper.simple-wrapper-content #footer { background-color: transparent; position: static; text-align: center; width: auto; display: block; }
|
||||
|
||||
html:lang(ja) body { font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif; }
|
||||
|
||||
html body { font-family: Helvetica, Arial, sans-serif; }
|
||||
|
||||
.closed-container { background: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.1); overflow: hidden; box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px; border-radius: 5px; min-height: 300px; max-width: 625px; margin: 20px auto; display: table; padding: 0px; color: rgb(100, 100, 100); font-size: 16px; text-align: center; }
|
||||
|
||||
.closed-container .closed-content { display: table-cell; vertical-align: middle; width: 900px; padding: 30px; }
|
||||
|
||||
.closed-container .closed-content p { padding: 20px 0px; text-align: left; }
|
||||
|
||||
.closed-container .closed-content .mosaic { margin: 0px auto; width: 80%; }
|
||||
|
||||
.closed-container .closed-content .mosaic img { width: 100%; }
|
||||
|
||||
.closed-container .closed-content .mosaic p { font-size: 14px; }
|
||||
|
||||
.closed-container .closed-content .logo { max-width: 200px; padding: 10px 0px; }
|
||||
|
||||
.closed-container .closed-content .notice { text-align: left; font-size: 14px; }
|
||||
|
||||
.closed-container .closed-content .notice h2 { text-align: center; clear: both; padding: 5px 10px 3px; margin-top: 1em; background: rgb(90, 200, 0); color: rgb(255, 255, 255); border-radius: 5px; }
|
||||
|
||||
.closed-container .closed-content .notice ul { list-style: none; margin: 10px 30px; }
|
||||
|
||||
.closed-container .closed-content .notice ul li::before { content: "●"; margin: 0px 0.2em 0px -0.9em; }
|
||||
|
||||
@media screen and (max-width: 980px) {
|
||||
body { border-top-width: 4px; }
|
||||
#wrapper { width: 100%; }
|
||||
#main-body { margin: 0px auto; max-width: 625px; padding-right: 5px; padding-left: 5px; }
|
||||
}
|
||||
|
||||
@media screen and (max-width: 660px) {
|
||||
#wrapper { min-width: 320px; }
|
||||
#main-body { max-width: 480px; }
|
||||
.simple-wrapper #wrapper { width: auto; margin-top: 0px; }
|
||||
.simple-wrapper.simple-wrapper-content #wrapper { margin: 20px 10px 0px; }
|
||||
.simple-wrapper.simple-wrapper-content #main-body { border: none; }
|
||||
}
|
||||
|
After Width: | Height: | Size: 1002 B |