лол
солянкина хуйня
Сообщений 1 страница 6 из 6
Поделиться42018-02-13 21:17:59
[html]<link href="https://fonts.googleapis.com/css?family=Josefin+Slab|Raleway" rel="stylesheet">
<style>
.strawbg {
width: 400px;
height: 400px;
background-color: #F9EDDB;
border: 5px solid #F2E7BF;
overflow: hidden;
position: relative;
}
.strawbg .image {
width: 400px;
height: 400px;
transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
position: absolute;
left: 0px;
}
.strawbg:hover .image {
left: -400px;
overflow: hidden;
}
.strawcont {
width: 370px;
height: 370px;
color: #645D53;
text-align: justify;
line-height: 100%;
padding: 20px;
margin-top: 5px;
text-align: justify;
font-family: Raleway;
font-size: 14px;
overflow: auto;
}
.strawcont::-webkit-scrollbar { width: 7px; background: #645D53; }
.strawcont::-webkit-scrollbar-thumb { background: #BDB7AE; }
.strawcont::-webkit-scrollbar-corner { background: #BDB7AE; }
.strawtitle {
color: #E097BE;
text-shadow: 1px 1px #645D53;
font-family: 'Josefin Slab', serif;;
font-size: 40px;
text-align: justify;
}
.strawsubs {
color: #F2E7BF;
text-shadow: 1px 1px #645D53;
font-family: 'Josefin Slab', serif;;
font-size: 20px;
margin-top: 5px;
padding: 10px;
background-color: #BDB7AE;
text-align: center;
width: 350px;
}
.creds{
font-family: Raleway;
font-size:10px;
color: #645D53;
}
</style>
<CENTER>
<div class="strawbg">
<div class="image"> <img src="http://placehold.it/400" /></div>
<div class="strawcont">
<div class="strawtitle"> strawberry banana</div>
<div class="strawsubs"> age | occupation | status </div>
<br><br><br>
<div class="strawsubs"> about character </div>
type a small biography about your character here. be sure to go into detail because then people will want to plot with your character!
<br><br><br>
<div class="strawsubs"> friendships </div>
list your friendships here that you have with other people.
<br><br><br>
<div class="strawsubs"> enemies </div>
no ones perfect, you have to have enemies, so put them here.
<br><br><br>
<div class="strawsubs"> relationships </div>
list any past or present relationships here (or future ones)
</div>
</div>
<div class="creds">thank you <a href="http://shine.jcink.net/index.php?showuser=11185">alyssa@shine</a></div>
</center>[/html]
Поделиться62018-03-26 03:17:18
[html]<!--НОВЫЙ HTML В ПОСТАХ-->
<script type="text/javascript">
function Transform_Code_Box_in_HTML(aX){
var TemLnk=aX.replace(/^(.*viewtopic\.php\?id=\d*).*$/ig,"$1");
var PstId=aX.replace(/^.*viewtopic\.php\?id=.*(#p\d+)$/ig,"$1");
var L=document.URL.replace(TemLnk,'');
if(L!=document.URL&&(L.slice(0,1)).search(/\d/ig)==-1 ){
L=$("div.topic "+PstId);
if(L.length==1){
var Lhtm=L.find(".post-content .code-box:first .scrollbox pre").text();
L.find(".post-content .code-box:first").replaceWith(Lhtm)
}}}
function Demo_HTML(Ts){var Ll=Ts.parents(".htmldemo").find(".code-box .scrollbox pre").text();
Ts.parents(".htmldemo").after('<div class="demHtml">'+Ll+'</div>');Ts.replaceWith(DemoButt0);
}
$(document).ready(function() {
$("#pun-viewtopic .post .code-box").each(function(){
if($(this).text().indexOf('<!--HTML-->')!=-1){
$(this).wrap('<div class="htmldemo"></div>')
$(this).replaceWith($('.htmldemo').text().split('<!--HTML-->')[1]);
}
});
});
</script>[/html]