Subreddit作ろうと思ってる人へ

ここからCSS

.side .md h1 {
margin: 9px 0 7px 0;
padding: 3px 0 0 7px;
background-color: #DA6272;
color: #FFF;
font-size: 1.2em;
font-weight: normal;
border-radius: 10px 0 0 10px;
}

.side .md h2 {
margin: 9px 0 7px 0;
padding: 3px 0 0 7px;
background-color: #EDAD0B;
color: #FFF;
font-size: 1.2em;
font-weight: normal;
border-radius: 10px 0 0 10px;
}

.side .md h3 {
margin: 9px 0 7px 0;
padding: 3px 0 0 7px;
background-color: #97CE68;
color: #FFF;
font-size: 1.2em;
font-weight: normal;
border-radius: 10px 0 0 10px;
}

.side .md h4 {
margin: 9px 0 7px 0;
padding: 3px 0 0 7px;
background-color: #68ADCE;
color: #FFF;
font-size: 1.2em;
font-weight: normal;
border-radius: 10px 0 0 10px;
}

.side .md h5 {
margin: 9px 0 7px 0;
padding: 3px 0 0 7px;
background-color: #B492CC;
color: #FFF;
font-size: 1.2em;
font-weight: normal;
border-radius: 10px 0 0 10px;
}

.side .md h6 {
margin: 9px 0 7px 0;
padding: 3px 0 0 7px;
background-color: #DF81A2;
color: #FFF;
font-size: 1.2em;
font-weight: normal;
text-decoration: none;
border-radius: 10px 0 0 10px;
}

.side .md p {
margin: 0 0 0 4px;
padding: 7px 10px 0px 15px;
background-color: #FAFAFA;
color: #000;
font-size: 1.0em;
line-height: 1.5;
}

.side .md ul {
margin: 0 0 0 4px;
padding: 7px 0 10px 40px;
background-color: #FAFAFA;
color: #000;
font-size: 1.0em;
}

.side .md ol {
margin: 0 0 0 4px;
padding: 7px 0 10px 40px;
background-color: #FAFAFA;
color: #000;
font-size: 1.0em;
}

#header {
height: 64px;
background-color: #C7E6E8;
background-repeat: no-repeat;
background-attachment: absolute;
background-position: 50% 50%;
border-bottom-color: #B2CDCF;
border-bottom-width: 1pt;
}

#sr-header-area {
border-bottom-color : #000000;
}

#header-bottom-left {
position: absolute;
bottom: 0px;
}

/* Rounded tabs */
#header .tabmenu li a{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#header .tabmenu li a:before {
    border-bottom-right-radius: 6px;
}
#header .tabmenu li a:after {
    border-bottom-left-radius: 6px;
}

.linkflair-tag .linkflairlabel {
  background-color: #3498db;
  padding: 0 9px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  border: 0px solid #000;
  border-radius: 0px;
}

.linkflair-sougou .linkflairlabel {
  background-color: #3498db;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 0px solid #000;
  border-radius: 0px;
  text-shadow: 1px -1px 0 rgba(0,0,0,.5);
}

.linkflair-sokuhou .linkflairlabel {
  background-color: #E73C68;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 0px solid #000;
  border-radius: 0px;
  text-shadow: 1px -1px 0 rgba(0,0,0,.5);
}

.linkflair-free .linkflairlabel {
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  border-color: #000000;
  border-width: thin;
  border-radius: 1px;
}

.linkflair-seikei .linkflairlabel {
  background-color: #e74c3c;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 0px solid #000;
  border-radius: 0px;
  text-shadow: 1px -1px 0 rgba(0,0,0,.5);
}

.linkflair-science .linkflairlabel {
  background-color: #1abc9c;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 0px solid #000;
  border-radius: 0px;
  text-shadow: 1px -1px 0 rgba(0,0,0,.5);
}

.linkflair-jishin .linkflairlabel {
  background-color: #d35400;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 0px solid #000;
  border-radius: 0px;
  text-shadow: 1px -1px 0 rgba(0,0,0,.5);
}

.linkflair-default .linkflairlabel {
  background-color: #34495e;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 0px solid #000;
  border-radius: 0px;
  text-shadow: 1px -1px 0 rgba(0,0,0,1);
}

.tagline .author {
  font-size: 0px;
  cursor: text;
}

.tagline .author>.age {
  font-size: 10px;
}

.tagline .author::before {
  font-size: 10px;
  content: "";
}

.tagline .author::after {
  font-size: 10px;
  color: gray;
  cursor: text;
  content: "名無しさん";
}

body {
  background-color: #f4f6f6;
}

.side {
  padding: 10px;
  margin: 7px 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, .15) 0 0 5px;
}

.thing.link {
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, .15) 0 0 3px;
}

.res-nightmode .thing.link {
  background-color: rgb(22,22,22);
  margin-bottom: 8px;
  padding: 10px !important;
}

.comment .flat-list.buttons li a {
  color: #c0c0c0;
}

.comment .flat-list.buttons li a:hover {
  color: #888888;
}

a.comments.may-blank {
  font-size: 12px;
  color: #338CC2 !important;
}

.entry .buttons a[onclick*="reply"] {
  font-size: 12px;
  color: #47A3DB !important;
}

.entry .buttons a[onclick*="reply"]:hover {
  color: #338CC2 !important;
}

.md pre>code {
  font-family: "MS Pゴシック","MS PGothic","MS Pゴシック","MS Pゴシック",MSPゴシック,MSPゴシック,IPAMonaPGothic,"IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",Mona,Monapo,sans-serif;
  line-height: 1.2em;
}

.res-nightmode .md pre {
  background-color: #373737;
}

.res-commentBoxes .comment {
  background-color: rgb(247,247,248);
}

.res-commentBoxes .comment .comment {
  background-color: rgb(255,255,255) !important;
}

.res-commentBoxes .comment .comment .comment {
  background-color: rgb(255,255,255) !important;
}

.comment .tagline .author::before {
  color: gray;
  font-size: x-small;
  content: "名前:";
}

.comment .tagline .author::after {
  color: gray;
  font-size: x-small;
  content: "名無しさん";
}

.res-nightmode .comment .tagline .author::before {
  color: gray;
  font-size: x-small;
  content: "名前:";
}

.res-nightmode .comment .tagline .author::after {
  color: gray;
  font-size: x-small;
  content: "名無しさん";
}

.comment .midcol {
  float: left;
}

.thing {
  margin: 6px;
  padding: 8px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, .15) 0 0 3px;
}

.commentarea .child .thing {
  margin: 0px;
  padding: 0px 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0px;
  border: none !important;
}

.commentarea .md {
  padding-left: 4px;
}

.fancy-toggle-button .active {
  border: none;
  font-size: 12px;
  border-radius: 0px;
}

.new-comment .usertext-body {
  background-color: #fff;
  border: solid 0px #fff;
  margin: 0px 0;
  padding: 0 0px;
  background: linear-gradient(transparent 0%, rgba(255, 255, 102, 0.5) 0%);
}

.rounded {
  border-radius: 0px;
}

.gold-accent {
  background-color: #f4f6f6;
  border: solid 0px #fff;
}

.link .usertext-body .md {
  background-color: #fff;
  border: 0px solid #fff;
  border-radius: 0px;
}

.morelink a {
  position: relative;
  background-color: #47A3DB;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #338CC2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.morelink {
  border: none;
}

.morelink .nub {
  height: 0px;
}

.sidecontentbox .content {
    border: none;
}

.sidecontentbox .thing {
    box-shadow: rgba(0,0,0,0) 0 0 0px;
    padding: 0px;
}

.linkinfo, .sidecontentbox .content {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.linkinfo .shortlink input, #search input[type=text] {
    border: 1px solid rgba(0,0,0,.2);
}

.linkinfo .shortlink input {
    margin-bottom: 6px;
}

.infobar, .linkinfo {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.panestack-title {
    border-bottom: none;
}

button.save {
width: 70px;
height: 24px;
margin: 0px 5px;
color: #fff;
background: #3498DB;
border: 1px solid #468EC8;
}

button.cancel {
width: 70px;
height: 24px;
color: #fff;
background-color: #E73C68;
border: 1px solid #D81D4D;
}

.comments-page .commentarea>.usertext {
background-color: #fff;
box-shadow: rgba(0, 0, 0, .15) 0 0 3px;
padding: 16px;
margin-left: 6px;
}
/r/newsokur Thread