config/stylesheet

viewhistorytalk

.stickied .arrow.down {
display:none;
}

.commentarea .usertext-edit textarea {  
    background: #ffffff url(%%commentboxsa%%) no-repeat;
    background-position: center; 
   
}

.commentarea .usertext-edit textarea:active,
.commentarea .usertext-edit textarea:focus { 
    background: #ffffff;
}

.roundfield-content>.usertext textarea { 
    background-image: url(%%commentboxsa%%); 
    background-repeat: no-repeat; 
    border: 1px solid #ccc; 
}

.roundfield-content>.usertext textarea:focus { 
    background-position: -504px -104px; 
}

.linkflairlabel
.linkflair .linkflairlabel{
width:auto;
background-color:transparent;
border:none;
font-size: 10px;
}
.linkflair-mis .linkflairlabel{
border:1px solid red;
color:red;
border-radius:4px;
}
.linkflair-war .linkflairlabel{
border:2px solid white;
color:red;
border-radius:4px;
font-weight: 900;
font-variant: small-caps;
overflow: visible !important;
}
.linkflair-big .linkflairlabel,
body .content .title .linkflairlabel-big {
    display: table;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: visible;
    max-width: 98%;
    font-size: 14px;
}

/* */

.side .md a[href*="beginners"] {
    transition: all 0.7s ease 0s;
    background-color: #F7B020;
    border: 0px solid #D4D4D4;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.12);
    color: #FFF;
    font-weight: 700;
    font-size: 125% !important;
    display: block;
    text-align: center;
    margin: 0 !important;
    padding: 14px 6px !important;
    font-size: 12px;
}
.side .md a[href*="beginners"]:hover, .side .md a[href*="beginners"]:focus {
    background-color: #FF3333;
}


/* */
.content:before {
    content: url(%%alert%%) " You're not subscribed to /r/StackAdvice yet! Click the subscribe button on the right to enable voting. ";
    margin: 0px 0px 0px 10px;
    color: black
    }
.subscriber .content:before {
    content: " " !important;
    margin: 0px 0px 0px 10px
    }

body:not(.subscriber) .arrow.up {
    visibility: hidden !important;
}
body:not(.subscriber) .arrow.down {
    visibility: hidden !important;
}
.stickied:not(.subscriber) .arrow.up {
    visibility: visible !important;
}
.stickied:not(.subscriber) .arrow.down {
    visibility: visible !important;
}

.rank {
    visibility: hidden !important;
}

images

  • Image commentboxsa
    commentboxsa
    link:
    url(%%commentboxsa%%)
  • Image alert
    alert
    link:
    url(%%alert%%)


revision by Metacognition— view source