Synergizing Ricing Environments: The New Theme Editor
2 13/12/2011 21:06
/g/ ricers
You got it wrong.
Having your girlfriend as background isn't enough, you also need a DARK AS MY SOUL color theme.
3 14/12/2011 18:01
Is it possible to remove the pig disgusting shadow on highlighted threads?
It renders awfully in Chrome.
5 30/12/2011 21:42
I'll just leave it here:
body {
background: #EEF8F0;
color: #364041;
}
#ctrl, #footer {
border-bottom: 2px solid #6A836F;
}
hr {
border-top: 1px solid #6A836F;
}
#header .button {
-moz-transition: all 0.1s linear 0s;
-webkit-transition: all 0.1s linear 0s;
box-shadow: none;
background-color: #E6E6E6;
background-repeat: no-repeat;
color: #333333;
background-image: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF 25%, #E6E6E6);
background-image: -webkit-linear-gradient(top , #FFFFFF, #FFFFFF 25%, #E6E6E6);
background-image: -o-linear-gradient(top , #FFFFFF, #FFFFFF 25%, #E6E6E6);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
#header .button:hover {
color: #333333;
background-position: 0 -15px;
}
.button {
box-shadow: none;
color: #EEF8F0;
background-color: #6A836F;
background-image: -moz-linear-gradient(center top, #6A836F, #117743);
background-image: -webkit-linear-gradient(top, #6A836F, #117743);
background-image: -o-linear-gradient(top, #6A836F, #117743);
}
.button:hover {
color: #EEF8F0;
background-color: #FE57A1;
background-image: -moz-linear-gradient(center top, #FE57A1, #cc4582);
background-image: -webkit-linear-gradient(top, #FE57A1, #cc4582);
background-image: -o-linear-gradient(top, #FE57A1, #cc4582);
}
.active {
color: #EEF8F0 !important;
background-color: #FE57A1 !important;
background-image: -moz-linear-gradient(center top, #FE57A1, #cc4582) !important;
background-image: -webkit-linear-gradient(top, #FE57A1, #cc4582) !important;
background-image: -o-linear-gradient(top, #FE57A1, #cc4582) !important;
}
.thumb:hover { border-color: #FE57A1; }
#header {
background: #6A836F;
color: #F5F5F5;
border-bottom: 2px solid #000000;
padding-bottom: 20px;
}
.teaser::-moz-selection {
background: none repeat scroll 0 0 #FE57A1;
color: #FFFFFF;
text-shadow: none;
}
tl;dr: The old theme editor was SHIT and is now replaced by a simple text area for additional css rules.
Here are some examples:
The humble ricer:
The /g/ ricer:
The Enterprise ricer: