код для районов
Код:[dohtml] <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'> <style type="text/css"> #shippingme { position:relative; width:500px; height:500px; margin:0 auto 10px; border:0px #aaa solid; padding:10px; } #shippingme .center { width:500px; position:absolute; bottom:20px; } #shipme { width:400px; height:400px; background-image: url(http://4.bp.blogspot.com/-oWSdRkKbL2U/UJKYeUkvuUI/AAAAAAAAEi8/gfYhFt6TxHs/s400/tumblr_mb3edjbAek1rx67wto1_400_large.jpg); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; position:absolute; top:50px; left:60px; -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out; box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); -ms- box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); -o- box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); } #dd1, #dd2, #dd3, #dd4 { width:180px; height:180px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; position:absolute; top:200px; left:250px; background-color:#888888; background-image: url(http://i59.tinypic.com/2uyk8r7.png); -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out; /* Ensures that the element is being transformed in the 3d context so that hw acceleration kicks in where appropriate. */ -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity:0; box-shadow: inset 0 0 0 8px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 0 8px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 0 8px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); -ms- box-shadow: inset 0 0 0 8px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); -o- box-shadow: inset 0 0 0 8px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1); } #dd1 { -webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; transition-delay: 0.1s; } #dd2 { -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s; } #dd3 { -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; -ms-transition-delay: 0.3s; transition-delay: 0.3s; } #dd4 { -webkit-transition-delay: 0.4s; -moz-transition-delay: 0.4s; -o-transition-delay: 0.4s; -ms-transition-delay: 0.4s; transition-delay: 0.4s; } #shippingme:hover #shipme { opacity:.8; -ms-transform: scale(.5); /* IE 9 */ -webkit-transform: scale(.5); /* Chrome, Safari, Opera */ transform: scale(.5); /* Standard syntax */ } #shippingme:hover #dd1, #shippingme.hover_effect #dd1 { -webkit-transform: translate(-250px,-178px); -moz-transform: translate(-250px,-178px); -o-transform: translate(-250px,-178px); -ms-transform: translate(-250px,-178px); transform: translate(-250px,-178px); opacity: 1; } #shippingme:hover #dd2, #shippingme.hover_effect #dd2 { -webkit-transform: translate(90px,-178px); -moz-transform: translate(90px,-178px); -o-transform: translate(90px,-178px); -ms-transform: translate(90px,-178px); transform: translate(90px,-178px); opacity: 1; } #shippingme:hover #dd3, #shippingme.hover_effect #dd3 { -webkit-transform: translate(-250px,90px); -moz-transform: translate(-250px,90px); -o-transform: translate(-250px,90px); -ms-transform: translate(-250px,90px); transform: translate(-250px,90px); opacity: 1; } #shippingme:hover #dd4, #shippingme.hover_effect #dd4 { -webkit-transform: translate(95px, 90px); -moz-transform: translate(95px, 90px); -o-transform: translate(95px, 90px); -ms-transform: translate(95px, 90px); transform: translate(95px, 90px); opacity: 1; } .yourstuffback { width:142px; height:142px; background-color:rgba(255,255,255,.8); padding:10px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;-o-border-radius: 50%;-ms-border-radius: 50%;position:relative; top:9px; left:0px } .yourstuff { width:102px; padding-right:10px; height:105px; text-align:justify; overflow:auto; color: #222; font-family: arial; font-size:10px; line-height:95%;position:relative; top:18px; left:5px; } </style> <center> <div id="shippingme"> <div id="shipme"><div style="font-family: sacramento; font-size: 48px; text-transform: lowercase; color: #fff; text-shadow: -1px -1px 0 rgba(44,44,44,.8), 1px -1px 0 rgba(44,44,44,.8),-1px 1px 0 rgba(44,44,44,.8),1px 1px 0 rgba(44,44,44,.8); position:relative; top:200px;">character name</div> <div style="width:200px; height:15px; font-family: open sans condensed; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; background-color: rgba(44,44,44,.7); line-height:15px; color: rgba(255,255,255,.8);position: relative; top:210px;">group - age - playby</div></div> <div id="dd1"><div class="yourstuffback"> <div class="yourstuff">Your character is a boss and this is where you get to talk all about their amazingness. Have fun. Your character is a boss and this is where you get to talk all about their amazingness. Have fun. Your character is a boss and this is where you get to talk all about their amazingness. Have fun. </div> </div> </div> <div id="dd2"><div class="yourstuffback"> <div class="yourstuff">Characters need friends of all shapes and sizes. Talk about those bad boys here. Characters need friends of all shapes and sizes. Talk about those bad boys here.</div> </div></div> <div id="dd3"><div class="yourstuffback"> <div class="yourstuff">Everyone has haters Everyone has people they can't stand. Talk about all that fun stuff here. Everyone has haters Everyone has people they can't stand. Talk about all that fun stuff here. Everyone has haters Everyone has people they can't stand. Talk about all that fun stuff here. </div> </div></div> <div id="dd4"><div class="yourstuffback"> <div class="yourstuff">All you need is love[s]rs[/s]. All of that stuff goes here. </div> </div></div> </div> </center> [/dohtml]
коды
Сообщений 1 страница 30 из 99
Поделиться12014-11-05 19:29:33
Поделиться22014-11-05 19:30:41
код для гостевой
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'> <style> .mainbg { background: #F5E0C3; border-right: 20px solid #FAB03C; border-left: 20px solid #FAB03C; margin: 0 auto; width: 500px; padding: 15px; } .mainbg > h2, .mainbg > h3, .mainbg > h4 { clear: right; margin: 0; padding: 0; } .mainbg > h2 { color: #505050; font: 12px arial; text-transform: uppercase; letter-spacing: 1px; } .mainbg > h2 > span { font: 38px indie flower; color: #2E210B; text-transform: capitalize; } .mainbg > h3 { margin: -18px 10px 0px 100px; font: 9px verdana; text-transform: uppercase; color: #A48030; } .mainbg > img { float: right; border: double #EB7636; margin: -80px 0px 1px 8px; } .mainbg > h4 { font: 11px courier new; text-transform: uppercase; } .mainbg > p { margin: 0; padding: 0; font: 11px arial; text-align: justify; line-height: 11px; color: #505050; margin: 9px 0px 9px 0px; } .mainbg > p:last-child { margin-bottom: 0px; } </style> <div class="mainbg"><h2>Why you gotta be so <span>rude?</span></h2> <h3>Don't you know I'm human too?</h3> <div style="margin: 20px 0px 20px 0px; border-bottom: 1px dashed #FAB03C;"> </div> <h4><u>Tags:</u> here | <u>Notes:</u> here | <u>Words:</u> here</h4> <img src="http://placehold.it/190x300"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pretium fermentum fermentum. Nulla at elementum nisi. Praesent efficitur turpis id lorem vulputate viverra. Donec a varius lacus, vitae semper lacus. Nunc lacinia in risus quis sagittis. Aenean euismod diam a nunc tincidunt malesuada. Donec fringilla feugiat mauris vitae suscipit. Nunc a massa a diam tempor egestas a non enim. Praesent faucibus est suscipit, semper leo sed, dapibus massa. Cras mauris purus, dignissim non rutrum in, luctus eu nulla. Donec hendrerit interdum quam sit amet gravida. Pellentesque malesuada urna eget urna auctor convallis.</p> <p>Vivamus scelerisque felis arcu, et placerat nibh gravida vel. Vestibulum ac scelerisque mi. Integer volutpat nisi non tellus sodales facilisis. Vivamus augue nibh, convallis eget augue vel, blandit ultricies purus. Donec fermentum a ante sit amet maximus. Praesent aliquam justo a felis suscipit cursus. Donec velit est, cursus sit amet urna ut, condimentum rutrum tortor. Nunc efficitur sem libero, sed imperdiet quam tincidunt vel. Integer ut eros gravida, pulvinar diam ultrices, volutpat mauris. Maecenas congue iaculis interdum. Etiam sit amet rhoncus dui. Nam at ipsum accumsan, ullamcorper ligula eget, interdum turpis. Maecenas fringilla ultrices ipsum, et posuere erat suscipit ac. Donec erat quam, tincidunt sed ultrices sed, tincidunt ut neque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</p> <p>Donec pretium magna lacus, eget interdum mauris porttitor a. Cras id purus id dui ultricies mattis. Integer id odio urna. Etiam mauris diam, mollis non dapibus nec, efficitur sed ex. Mauris vitae tellus velit. Ut nec felis tristique, lobortis sem quis, bibendum dolor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla at dolor vehicula turpis elementum ullamcorper. Nunc hendrerit felis et ligula ultricies imperdiet. In vulputate mauris sit amet sodales pellentesque. Sed venenatis quis ex vel interdum. Nunc non luctus orci, vitae dapibus mauris. In sagittis porttitor neque vitae ultrices. Nam vitae nisl accumsan felis ultrices ultricies. Cras nec luctus risus. Aliquam facilisis, mi vitae lobortis auctor, augue quam maximus lorem, et rhoncus dolor nunc id enim.</p> <p>Suspendisse rhoncus, diam vestibulum dictum consectetur, velit quam efficitur justo, at cursus nisl ligula ut ante. Suspendisse varius purus et sem fringilla sagittis. Fusce in condimentum mauris. Proin tortor augue, cursus sed leo sed, consectetur venenatis massa. Vivamus elementum nisl neque, ac feugiat tellus faucibus vel. Integer eu sollicitudin neque. Ut iaculis arcu cursus, iaculis nibh et, rutrum mi. Proin laoreet diam non venenatis porta.</p> <p>Integer dignissim nec sem at ultricies. Quisque id ex ullamcorper magna vulputate facilisis at a libero. Mauris lacinia, quam sit amet lobortis suscipit, sem lacus auctor mi, sagittis consectetur velit dolor id sem. Quisque accumsan, leo nec eleifend imperdiet, nulla nunc rutrum eros, vestibulum eleifend ante nibh a elit. Quisque volutpat dui at quam tristique elementum at nec felis. Duis nulla enim, varius eu sem non, interdum pulvinar velit. Ut laoreet risus finibus sem varius, vel suscipit lectus lobortis. Sed luctus tristique nisl molestie sagittis. Etiam quis eros finibus, bibendum ex fermentum, tincidunt augue. Suspendisse interdum vehicula risus eleifend dignissim. </p></div><center><span style="font: 8pt courier new; text-transform: uppercase">Made by RITZ! of <a href="http://candylandcouture.jcink.net/index.php?">Candyland Couture</a></span></center>
Поделиться32014-11-05 19:31:13
код письмо, какое-нибудь забавное обращение пусть будет
<!--HTML--> <link href='http://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'> <style type="text/css"> #dickens { width: 478px; height: 310px; overflow: hidden; position: relative; } #dickens .char { width: 478px; z-index: 4; height: 155px; position: absolute; right: 0px; top: 0px; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; -o-transition: 0.8s all ease-in-out; } #dickens:hover .char { top: -155px; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; -o-transition: 0.8s all ease-in-out; } #dickens .char p { transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; -o-transition: 0.8s all ease-in-out; font-family: nothing you could do; font-size: 32px; text-transform: uppercase; } #dickens:hover .char p { opacity: 1; } #dickens .les { width: 478px; height: 155px; position: absolute; z-index: 3; left: 0px; bottom: 0px; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; -o-transition: 0.8s all ease-in-out; } #dickens:hover .les { bottom: -155px; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; -o-transition: 0.8s all ease-in-out; } #dickens .david { width: 478px; height:310px; font-family: marvel; font-size: 18px; letter-spacing: 2px; line-height: 100%; color: #000; background-image: url(http://fc03.deviantart.net/fs70/i/2012/062/b/2/pleated_paper_texture_01_by_dongogo-d4rlp79.png); background-size: contain; opacity: 1; text-transform: uppercase; } .tws { font-family: nothing you could do; font-size: 14px; padding: 10px; width: 458px; line-height: 130%; text-align: justify; letter-spacing: 1px; } </style> <center> <div id="dickens"> <div class="char"> <img src="http://i61.tinypic.com/2vju4x3.jpg"><p style="position:relative; top:-58px;">TO YOU</p> </div> <div class="les"> <img src="http://i59.tinypic.com/2mo86xg.png"> </div> <div class="david"><div class="tws"><div style="font-size: 22px;">hey you,</div> <div style="width: 438px; padding: 10px; overflow: auto; height: 200px;"> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div> <div style="font-size: 22px; text-align:right;">- Your Mom</div> </div> </div></center>
Поделиться42014-11-05 19:31:49
тоже можно на объяву
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Lato:400,100' rel='stylesheet' type='text/css'> <style> .mainbg { margin: 0 auto; padding: 15px; background: #FFFFEF; width: 500px; border: 10px solid #F0E2C5; } .mainbg h2 { margin: 0; padding; 0; text-align: left; font: 400 13pt lato; text-transform: lowercase; letter-spacing: -1px; color: #6F5C4E; } .mainbg h3 { margin: 0; padding; 0; text-align: left; font: 50px josefin sans; text-transform: uppercase; color: #B4776C; letter-spacing: 2px; margin-left: 40px; margin-top: -10px; } .mainbg h4 { margin: 0; padding: 0; font: 12pt lato; text-transform: lowercase; letter-spacing:-1px; text-align: right; color: #505050; margin-top: -10px; margin-right: 7px; } .mainbg img { border: 4px solid #F1B47D; } .mainbg p { margin: 0; float: left; height: 400px; overflow: auto; font: 11px arial; text-align: justify; line-height: 11px; color: #505050; padding: 0px 5px 0px 0px; } .mainbg span { display: block; width: inherit; margin: 0px 0px 5px 5px; font: 8pt courier new; text-transform: uppercase; text-align: center; background: #F0E2C5; padding: 4px; } </style> <div class="mainbg"><table><tr><td valign="top" width="350px"><h2>I wish that I could be like the</h2> <h3>Cool Kids</h3> <h4>'Cause all the cool kids, they seem to fit in</h4></td> <td width="150px"><img src="http://placehold.it/150x100"></td></tr></table> <div style="border-bottom: 1px dashed #B4776C; margin: 7px 0px 7px 0px;"></div> <table><tr><td width="380px" valign="top"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur tincidunt nulla ac sem varius, sed porttitor sem aliquam. Nunc quis diam euismod, elementum nunc in, placerat dui. Donec vitae varius nisi. Quisque sodales fringilla pretium. Phasellus nec libero bibendum, luctus orci a, dapibus leo. Integer tristique enim nec turpis consequat, in congue massa dapibus. Donec eleifend, velit sed volutpat dignissim, magna risus mollis lacus, ut mollis massa enim quis eros. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent ut quam nisi. <br><br> Etiam aliquam imperdiet volutpat. Donec lacinia vitae est sit amet euismod. Mauris et venenatis ante. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nam non porta metus, ac tristique turpis. Vestibulum eleifend odio eu nibh gravida, eget porta nisl vestibulum. Nunc ac varius magna. <br><br> Maecenas quis viverra leo. Sed luctus ut augue eget tempus. Pellentesque blandit aliquam lectus vitae suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nullam sit amet nisl sed nibh adipiscing imperdiet nec eu odio. Cras pharetra ac leo sed fermentum. Vestibulum est felis, malesuada vel venenatis ut, feugiat vitae arcu. In hac habitasse platea dictumst. Integer posuere ullamcorper dui eget commodo. Duis ipsum nibh, consequat at rhoncus non, tincidunt nec elit. <br><br> Suspendisse molestie vel augue egestas pharetra. Sed aliquam ultricies viverra. Nulla a erat ut arcu feugiat suscipit ac ac risus. Sed ac magna orci. Nunc et mi velit. Proin interdum pulvinar viverra. Curabitur tempus purus sit amet eleifend mattis. Morbi dictum magna eget tellus condimentum vulputate. Nulla iaculis feugiat ante quis pulvinar. Vivamus non enim lorem. Curabitur eget magna elementum, tempus mi tempus, consequat risus. <br><br> Sed ultrices accumsan ante, nec feugiat orci faucibus ut. Donec tortor nunc, iaculis eget fermentum in, condimentum sed arcu. Integer aliquet eu orci vitae sodales. Maecenas facilisis, orci at faucibus aliquam, arcu lectus eleifend ipsum, eget scelerisque erat arcu at arcu. Nunc risus elit, posuere non bibendum quis, tristique eu magna. Donec pretium, mauris in luctus porta, lacus arcu aliquam eros, eget dictum orci lacus id enim. Curabitur a augue sem. Integer non metus at urna elementum faucibus a eu metus. Vivamus commodo mauris tellus, ac aliquet nisi tempor non. Sed eleifend nisi mollis est pharetra pretium. Donec interdum, augue ac porta viverra, arcu lectus tincidunt dui, vitae rutrum arcu erat a libero. Morbi ut ultrices nisl. Curabitur semper nisl lacus, ac commodo ante feugiat et. Maecenas urna eros, ullamcorper eu pulvinar nec, gravida eget purus.</p></td> <td width="120px" valign="top"><span>Tags: here</span> <span>Notes: here</span> <span>Words: here</span></td></tr></table></div><center><span style="font: 8pt courier new; text-transform: uppercase;">Made by RITZ! of <a href="http://candylandcouture.jcink.net/">Candyland Couture</a></span></center>
Поделиться52014-11-05 19:32:43
какие-нибудь события, скорее всего, будет использовано для телешоу
<!--HTML--> <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300' rel='stylesheet' type='text/css'><link href="http://fonts.googleapis.com/css?family=Oleo+Script" rel="stylesheet" type="text/css"> <style type='text/css'> #kaitx { width:500px; height:500px; background-image: url(http://i1101.photobucket.com/albums/g431/Karisiaa/kait_zps76699a87.png); position: relative; overflow: hidden;} #kaitx .page { -WEBKIT-TRANSITION: 2S ALL EASE-IN-OUT; -MOZ-TRANSITION: 0.8S ALL EASE-IN-OUT; O-TRANSITION: 0.8S ALL EASE-IN-OUT; position: absolute; left: -500px; bottom: 0px; width: 500px; height: 500px;} #kaitx:hover .page {-WEBKIT-TRANSITION: 0.8S ALL EASE-IN-OUT; -MOZ-TRANSITION: 0.8S ALL EASE-IN-OUT; O-TRANSITION: 0.8S ALL EASE-IN-OUT; left: -0px;} </style> <center> <div style="width:500px; background-color: #F6F6F6; line-height:100%; padding: 50px 20px 20px 20px;"> <div style="width:500px; height: 5px; background-color: #B90504; line-height:100%;"> </div> <div id="kaitx"><div class="page"> <div style="width:500px; margin: 25px; line-height:100%;"> <table><td> <div style="width:150px; height: 5px; background-color: #B90504; margin-right: 15px; "> </div> <div style="width:150px; height: 203px; background-image:url(http://i1101.photobucket.com/albums/g431/Karisiaa/kait1_zpsf0418d82.png); margin-right: 15px; "> </div><div style="width:150px; height: 5px; background-color: #333333; margin-right: 15px; margin-bottom: 15px; "> </div> <center><div style=" width:150px; height: 160px; padding-top: 50px; line-height:90%; font-family: Alegreya Sans SC; font-size:35px; background: #990100; color: #ffffff; text-transform: margin-bottom: 10px; text-transform: uppercase; margin-right: 15px;"> Kaitlen Atriz Grayson</div> </center> </td> <td><div style="width:220px; height: 400px; background: #E8E8E8; overflow:auto; margin-right: 10px; line-height:100%; padding:20px; color: #000; text-align: justify;"> Post goes here </div> </td></table> </div> </div></div> <div style="width:500px; height: 5px; background-color: #333333; line-height:100%;"></div> </div> <div style="width:530px; margin: 0px; padding: 5px; background: #c93a3a; color: #000; font: 400 100px/1.3 'Oleo Script', Helvetica, sans-serif; color: #000; font-size: 14px; line-height:100%;"> ksenia from candyland couture </div> </center>
Поделиться62014-11-05 19:34:52
Ещё один вариант гостевой или путеводитель
<!--HTML--> <div style="width: 420px; padding: 5px; background: #CBBEBC; border: 1px solid #7A7DA1"> <div style="width: 400px; background: #eee; padding:10px"> <div style="width: 360px; padding: 10px; background: #90A7BD; color: #fff; font-family: lobster two; text-transform: lowercase; line-height: 100%; text-align:center; font-size: 45px; letter-spacing: -2px">face claim </div> <div style="font-family: tahoma; font-size: 10px; line-height: 100%; text-align:justify; padding: 20px; width: 340px; color: #7A7DA1; padding-bottom: 4px; border-bottom: 1px solid #7A7DA1"><blockquote> Quando l'amicizia che attraversa il cuore, lascia un'emozione, che non se ne va Non so dirti come, ma succede solo quando due persone fanno insieme un volo Che ci porta in alto, oltre l'altra gente, come fare un salto nell'immensitа E non c'и distanza, non c'и mai non ce n'и abbastanza, se se tu sei giа dentro di me, per sempre In qualunque posto sarai, in qualunque posto sarт, tra le cose che vivi io per sempre vivrт in qualunque posto sarai, ci ritroveremo vicino, stretti l'uno nell'altro, oltre il destino Su qualunque strada, in qualunque cielo, e comunque vada noi non ci perderemo</blockquote></div><br> <table cellpadding="1" cellspacing="1"> <td><div style="width: 70px; padding: 10px; background: #de249a; color: #fff; text-align:center; line-height: 100%"> females</div></td> <td><div style="width: 70px; padding: 10px; background: #24bdde; color: #fff; text-align:center; line-height: 100%"> males</div></td> <td><div style="width: 70px; padding: 10px; background: #352A4B; color: #fff; text-align:center; line-height: 100%"> requested</div></td> <td><div style="width: 70px; padding: 10px; background: #de5d24; color: #fff; text-align:center; line-height: 100%"> reserved</div></td></table> <br><center><div style="font-family: lobster two; font-size: 19px; line-height: 100%; color: #666"> [color=24bdde]cam gigandet[/color] looks like [color=24bdde]ryan colbert[/color]<br> [color=352A4B]ian somerhalder[/color] requested for [color=de249a]peyton meyer[/color]<br> [color=#de249a]nina dobrev[/color] looks like [color=de249a]peyton meyer[/color]<br> [color=de5d24]rachel mcadams[/color] reserved until [color=de5d24]22/1/13[/color]<br> </div> </center></div></div> <div style="font-size: 14px"><a href="http://candylandcouture.b1.jcink.com/index.php?showuser=45">(>‿◠)✌</a></div> </center>
Поделиться72014-11-05 19:36:01
пусть будет, вдруг пригодится
<!--HTML-->]<style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Cinzel:400,700); /*START OF TEMPLATE CSS*/ /*REPLACE BACKGROUND URL WITH YOUR OWN 500PX X 700PX IMAGE*/ #vastskiesbound{ background:#fff url('IMAGE HERE'); position:relative; top:0px; left:0px; width:500px; height:700px; -webkit-perspective:1000; -moz-perspective:1000; -ms-perspective:1000; -o-perspective:1000; perspective:1000; overflow:hidden} /*TEXT CSS*/ #vastskiestext{background:rgba(255,255,255,0.9); -webkit-box-shadow:-2px 0px 2px 0px rgba(13,2,15,0.1); -moz-box-shadow:-2px 0px 2px 0px rgba(13,2,15,0.1); box-shadow:-2px 0px 2px 0px rgba(13,2,15,0.1); position:absolute; top:20px; left:-375px; width:335px; height:280px; padding:20px; border-right:15px solid rgba(13,2,15,0.8); -webkit-transition:left 2.0s ease,border-right 1.5s ease; -moz-transition:left 2.0s ease,border-right 1.5s ease; -o-transition:left 2.0s ease,border-right 1.5s ease; transition:left 2.0s ease,border-right 1.5s ease; overflow-x:auto; column-count:1; column-gap:18px; color:#0d020f; font-family:Baskerville,sans-serif; font-size:11px; line-height:11pt; text-align:justify} #vastskiestext h1{font-family:'Cinzel',serif; font-size:30px; text-align:center; letter-spacing:-2pt; word-spacing:5pt; line-height:10px; font-weight:400; margin:15px} #vastskiestext blockquote{font-family:"Courier New",Courier,monospace; font-size:9px; text-align:justify; line-height:9pt; margin:30px 25px -20px 25px; text-transform:lowercase} #vastskiestext blockquote:after{content:'· · · · · · · '; text-align:center; display:block; margin:10px 0px 0px 0px; font-size:15px; line-height:9pt} #vastskiestext p{text-indent:2pt; margin:30px 0px -20px 0px} #vastskiestext p:first-letter{font-family:'Cinzel',serif; font-size:12px; font-weight:700; padding-right:1px} /*NOT ADVISABLE TO TOUCH CSS BELOW*/ #vastskiestextborder{background:rgba(255,255,255,0.9); -webkit-box-shadow:-2px 1px 2px 0px rgba(13,2,15,0.1); -moz-box-shadow:-2px 1px 2px 0px rgba(13,2,15,0.1); box-shadow:-2px 1px 2px 0px rgba(13,2,15,0.1); position:absolute; top:340px; left:-375px; width:375px; height:20px; border-right:15px solid rgba(13,2,15,0.8); -webkit-transition:left 2.0s ease,border-right 1.5s ease; -moz-transition:left 2.0s ease,border-right 1.5s ease; -o-transition:left 2.0s ease,border-right 1.5s ease; transition:left 2.0s ease,border-right 1.5s ease}#vastskiesbound:hover #vastskiestext{left:0px; width:350px; border-right:0px solid rgba(13,2,15,0.8); -webkit-transition:left 2.0s ease,border-right 1.5s linear; -moz-transition:left 2.0s ease,border-right 1.5s linear; -o-transition:left 2.0s ease,border-right 1.5s linear; transition:left 2.0s ease,border-right 1.5s linear}#vastskiesbound:hover #vastskiestextborder{left:0px; width:390px; border-right:0px solid rgba(13,2,15,0.8); -webkit-transition:left 2.0s ease,border-right 1.5s linear; -moz-transition:left 2.0s ease,border-right 1.5s linear; -o-transition:left 2.0s ease,border-right 1.5s linear; transition:left 2.0s ease,border-right 1.5s linear}#vastskiesbound:hover .vastskiesflip{-webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); transform:rotateY(180deg)}.vastskiesflip, .vastskiestab{background:rgba(13,2,15,0.8); width:100px; height:20px; color:#fff; -webkit-transition:all 2.0s ease; -moz-transition:all 2.0s ease; -o-transition:all 2.0s ease; transition:all 2.0s ease; -webkit-transform-style:preserve-3d; -moz-transform-style:preserve-3d; -ms-transform-style:preserve-3d; -o-transform-style:preserve-3d; transform-style:preserve-3d; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden; font-family:'Cinzel',serif; font-size:11px; text-align:center; letter-spacing:-1pt; line-height:20px}.vastskiestab{-webkit-box-shadow:-2px 0px 2px 0px rgba(13,2,15,0.1); -moz-box-shadow:-2px 0px 2px 0px rgba(13,2,15,0.1); box-shadow:-2px 0px 2px 0px rgba(13,2,15,0.1)}.vastskiesflip{-webkit-box-shadow:-2px 0px 2px 0px rgba(13,2,15,0.1); -moz-box-shadow:-2px 0px 2px 0px rgba(13,2,15,0.1); box-shadow:-2px 0px 2px 0px rgba(13,2,15,0.1)}.vastskiesface{-webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden; position:absolute; top:0px; left:0px; width:100px; height:20px}.vastskiesface.text{background:rgba(255,255,255,0.9); -webkit-box-shadow:-2px 1px 3px 0px rgba(13,2,15,0.1); -moz-box-shadow:-2px 1px 3px 0px rgba(13,2,15,0.1); box-shadow:-2px 1px 3px 0px rgba(13,2,15,0.1); position:absolute; top:0px; left:0px; width:100px; height:20px; -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); transform:rotateY(180deg); color:rgba(13,2,15,1)}#vastskiestext::-webkit-scrollbar{width:7px; background-color:transparent}#vastskiestext::-webkit-scrollbar-button:start:decrement{display:block; height:20px}#vastskiestext::-webkit-scrollbar-track{background-color:transparent}#vastskiestext::-webkit-scrollbar-thumb{background:rgba(13,2,15,0.8)}#vastskiescredit{position:absolute; bottom:5px; left:7px; color:#fff; text-decoration:none; font-size:15px; line-height:15px}.one{position:absolute; top:20px; right:0px}.two{position:absolute; top:40px; right:0px}.three{position:absolute; top:80px; right:0px}.four{position:absolute; top:100px; right:0px}.five{position:absolute; top:140px; right:0px}.six{position:absolute; top:160px; right:0px}.seven{position:absolute; top:200px; right:0px}.eight{position:absolute; top:220px; right:0px}.nine{position:absolute; top:260px; right:0px}.ten{position:absolute; top:280px; right:0px}.eleven{position:absolute; top:320px; right:0px}.twelve{position:absolute; top:340px; right:0px} /*END OF TEMPLATE CSS*/ </style> <center> <div id="vastskiesbound"> <div class="vastskiestab one">name</div><div class="vastskiesflip two"><div class="vastskiesface"></div> <div class="text vastskiesface"> NAME HERE </div></div> <div class="vastskiestab three">age</div><div class="vastskiesflip four"><div class="vastskiesface"></div> <div class="text vastskiesface"> AGE HERE </div></div> <div class="vastskiestab five">gender</div><div class="vastskiesflip six"><div class="vastskiesface"></div> <div class="text vastskiesface"> GENDER HERE </div></div> <div class="vastskiestab seven">group</div><div class="vastskiesflip eight"><div class="vastskiesface"></div> <div class="text vastskiesface"> MEMBERGROUP HERE </div></div> <div class="vastskiestab nine">player</div><div class="vastskiesflip ten"><div class="vastskiesface"></div> <div class="text vastskiesface"> PLAYER NAME HERE </div></div> <div class="vastskiestab eleven">playby</div><div class="vastskiesflip twelve"><div class="vastskiesface"></div> <div class="text vastskiesface"> PLAYBY NAME HERE </div></div> <div id="vastskiestext"> <h1>Chapter I.</h1> <blockquote>FEEL FREE TO DELETE THIS ENTIRE BLOCKQUOTE, OR USE IT FOR APPLICATION INSTRUCTIONS, OR USE IT FOR A QUOTE/LYRIC OF YOUR CHOICE.</blockquote> <P>APPLICATION TEXT BEGINS HERE <P>APPLICATION TEXT CONTINUES HERE </div><div id="vastskiestextborder"></div><a id="vastskiescredit" href="http://candylandcouture.b1.jcink.com/index.php?showuser=110" target="_blank">✢</a></div> </center>
Поделиться82014-11-05 19:36:54
простенькой код, можно пустить на анкету
<!--HTML--><center><style type="text/css"> @font-face { font-family: 'technically_but_not_actuallRg'; src: url('http://arabesque.b1.jcink.com/uploads/arabesque/technically_but_not_actually_webfont.eot'); src: url('http://arabesque.b1.jcink.com/uploads/arabesque/technically_but_not_actually_webfont.eot?#iefix') format('embedded-opentype'), url('http://arabesque.b1.jcink.com/uploads/arabesque/technically_but_not_actually_webfont.woff') format('woff'), url('http://arabesque.b1.jcink.com/uploads/arabesque/technically_but_not_actually_webfont.ttf') format('truetype'), url('http://arabesque.b1.jcink.com/uploads/arabesque/technically_but_not_actually_webfont.svg') format('svg'); font-weight: normal; font-style: normal; } .flopflip {-webkit-perspective: 1000; -moz-perspective: 1000; -o-perspective: 1000; width: 250px; height: 400px; } .fliptheswitch {-webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; -ms-transition: all 2s ease-in-out; transition: all 2s ease-in-out; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; width: 250px; height: 400px;} .flopflip:hover .fliptheswitch {-webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg);} .uno {overflow: hidden; -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; -ms-transition: all 2s ease-in-out; transition: all 2s ease-in-out; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -o-backface-visibility: hidden; position: absolute;} .dos {overflow: hidden; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); opacity: 0; -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; -ms-transition: all 2s ease-in-out; transition: all 2s ease-in-out; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; -o-backface-visibility: hidden; position: absolute; width: 250px; height: 390px; background-color: #D5E1D1; } .flopflip:hover .dos {-webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; -ms-transition: all 2s ease-in-out; transition: all 2s ease-in-out; opacity: 1;;} .cups { width:510px; height:440px; border-top: 30px solid #3F373E; border-right: 30px solid #3F373E; border-bottom: 5px solid #3F373E; border-left: 5px solid #3F373E;background-color:#D5E1D1;} .boxies { width: 200px; height:10px; background-color:#83B4BF; padding:10px;text-transform: uppercase; text-align:center; font-family:calibri; font-size: 10px; margin-left:10px; } .biggie { width: 240px; padding:10px; text-align:center; font-family: 'technically_but_not_actuallRg'; font-size: 15px; color:#000; text-transform:uppercase;} .moosic { width:190px; height:30px; background-color:#fff; border-bottom:10px solid #3F373E; overflow:auto; text-align: justify; text-transform:lowercase; font-family:calibri; font-size:12px; padding:30px; } .appything { width:215px; height: 280px; background-color: #fff; border-left: 15px solid #F0C0BA; overflow:auto;text-align:justify; font-family:calibri; font-size: 12px;padding:10px; } .namely { width: 400px; height:10px; padding:10px; text-align:center; font-family: 'technically_but_not_actuallRg'; font-size: 15px; color:#000; text-transform:uppercase; margin-left:10px;} </style><div class="cups"> <div class="namely">first middle last</div><center> <table><td> <div class="flopflip"><div class="fliptheswitch"><div class="uno"><div style="width:250px; background-image:url(http://placehold.it/250x400);height: 400px;"> </div></div> <div class="dos"> <div class="boxies">AGE</div><br> <div class="boxies">member group</div><br> <div class="boxies">face claim</div><br> <div class="boxies">ALIAS, AGE, TIMEZONE</div> <div style="width: 220px; height: 240px; margin-top:5px; margin-left:10px; border-bottom: 10px solid #F0C0BA;background-image: url(http://placehold.it/220x240);"></div> </div></div></td> <td> <div class="moosic"><i> lyric here lyric here lyric here</i></div></div></div> <div class="appything"> "At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat." </div></td></table></div> <p><p> [url=http://candylandcouture.b1.jcink.com/index.php?showuser=1202]+[/url] </center>
Поделиться92014-11-05 19:38:48
что-то вроде достижений форума)
<!--HTML--><style type="text/css">.lqt { -webkit-transition: 2s all ease-in-out; -moz-transition: 2s all ease-in-out; -o-transition: 2s all ease-in-out; transition: 2s all ease-in-out; width: 300px; height: 200px; position:relative; top: 200px; opacity: 0; } .lqt:hover { opacity: 1; position:relative; top: 100px; background: #F8EDCD; } </style> <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> <center> <div style="width: 500px; background: #E4E2C9; height: 450px;"><div style="width: 500px; height: 220px; background:url(http://i.imgur.com/G1elQPT.gif)"> <div class="lqt"></br></br><div style="width: 250px; height: 150px; font-family: calibri; font-size: 10px; font-style: italic; line-height: 95%; color: #BAC6B0; text-align:justify; overflow: auto;"> Donec libero sem, rhoncus vel bibendum non, aliquam id metus. Quisque venenatis euismod iaculis. Proin mattis ultricies velit, ac tempor nulla vestibulum quis. Sed turpis ante, mattis non lobortis non, posuere convallis erat. Curabitur tempor, sem at viverra pulvinar, urna tortor congue nisi, id varius felis ipsum nec enim. Mauris at odio lorem. Fusce non turpis eu risus cursus commodo molestie a diam. Donec mattis quam quam, ut mattis lectus. Donec tellus lorem, pellentesque ut egestas id, fermentum nec leo. Aliquam sagittis, justo molestie faucibus egestas, dolor quam adipiscing metus, sit amet tempus dolor risus eu lorem. Nunc ac odio risus, eget tincidunt magna. Vivamus scelerisque pretium nibh, a suscipit arcu feugiat at. Cras augue sem, porta sed egestas eu, luctus semper tellus. Proin ut felis purus. Pellentesque malesuada augue venenatis elit tincidunt ultricies. Donec libero sem, rhoncus vel bibendum non, aliquam id metus. Quisque venenatis euismod iaculis. Proin mattis ultricies velit, ac tempor nulla vestibulum quis. Sed turpis ante, mattis non lobortis non, posuere convallis erat. Curabitur tempor, sem at viverra pulvinar, urna tortor congue nisi, id varius felis ipsum nec enim. Mauris at odio lorem. Fusce non turpis eu risus cursus commodo molestie a diam. Donec mattis quam quam, ut mattis lectus. Donec tellus lorem, pellentesque ut egestas id, fermentum nec leo. Aliquam sagittis, justo molestie faucibus egestas, dolor quam adipiscing metus, sit amet tempus dolor risus eu lorem. Nunc ac odio risus, eget tincidunt magna. Vivamus scelerisque pretium nibh, a suscipit arcu feugiat at. Cras augue sem, porta sed egestas eu, luctus semper tellus. Proin ut felis purus. Pellentesque malesuada augue venenatis elit tincidunt ultricies. </div></div></div><div style="margin-top: 100px"> <table cellpadding="1" cellspacing="1"> <td> <div style="width: 100px; background: #7D6A66; color: #fff; padding: 3px; text-align:center; border: 1px dotted #fff; font-family: calibri; font-size: 9px; text-transform: uppercase"> trait </div> </td> <td> <div style="width: 100px; background: #7D6A66; color: #fff; padding: 3px; text-align:center; border: 1px dotted #fff; font-family: calibri; font-size: 9px; text-transform: uppercase"> trait </div> </td> <td> <div style="width: 100px; background: #7D6A66; color: #fff; padding: 3px; text-align:center; border: 1px dotted #fff; font-family: calibri; font-size: 9px; text-transform: uppercase"> trait </div> </td> </tAble> </div> <div style="line-height: 100%; font-family: oswald; font-size: 67px; letter-spacing: -4px; text-transform: uppercase; color: #F8EDCD; text-shadow: 1px 1px #5B3930"> first middle last </div> </div> <div style="width: 500px; text-align:right"><a href="http://candylandcouture.b1.jcink.com/index.php?showuser=45">©</a></div> </center>
Поделиться102014-11-05 19:41:14
Можно для журнала
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic,700italic,900italic,400,700,900' rel='stylesheet' type='text/css'> <style> .texturebg { margin: 0 auto; background: url(http://i.imgur.com/TpQbflM.jpg); width: 500px; } .mainbg { background: #F3E9F6; opacity: 0.80; width: 450px; padding: 10px; margin: 0px 15px 0px 15px; } .mainbg h2 { width: 180px; margin: 0; padding: 0; font: italic 40px playfair display; text-transform: lowercase; text-align: left; color: #BB9DCA; text-shadow: 1px 1px #fff, 2px 2px #ECDDF0; margin-top: -15px; } .mainbg h3 { margin: 0; padding: 0; font: 900 italic 50px playfair display; text-transform: lowercase; color: #81698C; text-shadow: 1px 1px #fff, 2px 2px #ECDDF0; text-align: left; margin-top: -35px; margin-left: 65px; } .mainbg h4 { width: 270px; float: right; font: 7.5pt courier new; text-transform: uppercase; text-align: justify; margin: 0; padding: 0; margin-top: 20px; } .mainbg span { font: 7.5pt courier new; text-transform: uppercase; display: block; width: 150px; color: #505050; } .mainbg img { float:right; border-radius: 100px; border: 5px solid #81698C; } .mainbg p { font: 11px arial; text-align: justify; line-height: 100%; color: #505050; } .mainbg p:first-letter { font: 900 italic 25px playfair display; text-transform: lowercase; color: #81698C; float: left; margin:0px 3px 1px 0px; } </style> <div class="texturebg"><div class="mainbg"><div><h4>The sound of my heart<br> The beat goes on and on and on and on and<br> Boom Clap<br> You make me feel good<br> Come on to me come on to me now</h4><h2>Boom</h2><h3>Clap</h3></div> <div style="border-bottom: 1px solid #D4C7D8; margin: 7px 0px 7px 0px;"></div> <div><img src="http://placehold.it/100x100"> <img src="http://placehold.it/100x100" width="80" height="80"> <img src="http://placehold.it/100x100" width="60" height="60"><span><font color="BB9DCA">Tags:</font> here</span> <span><font color="BB9DCA">Notes:</font> here</span> <span><font color="BB9DCA">Words:</font> here</span></div> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed est leo, auctor vel lacus vel, sodales auctor felis. Quisque condimentum metus sapien, a congue diam pellentesque ac. Donec euismod a nulla id dignissim. In hac habitasse platea dictumst. Nulla mi odio, placerat vel volutpat sed, ultricies quis eros. Nunc sed justo in lectus malesuada vestibulum. Cras feugiat, purus posuere feugiat vestibulum, tortor tellus posuere ante, et tincidunt nibh est et sapien. Nam id ante egestas, consequat tellus et, dictum felis. Cras malesuada suscipit ornare. Nam facilisis libero eu ante ultricies eleifend. Fusce porta eros turpis, tempor vestibulum nibh cursus at. Suspendisse sollicitudin non tellus at sodales. <br><br> Nam ultricies turpis augue, et porta nunc egestas a. Curabitur id orci aliquam, feugiat metus eget, sagittis nulla. Nulla facilisi. Maecenas auctor orci non magna sagittis, eu dapibus ligula varius. Duis id dignissim lectus. Integer id urna eros. In sit amet dolor lacus. Aliquam adipiscing dictum dolor at sagittis. Aliquam aliquam, justo sit amet suscipit convallis, odio enim gravida lorem, in congue nisi nisi id est. Aliquam luctus nibh at elit cursus, at faucibus lorem blandit. Donec nec ultricies nibh, sit amet commodo leo. Curabitur cursus faucibus metus at fringilla. Nam purus elit, aliquet et arcu sit amet, elementum volutpat enim. <br><br> Nam eu enim vel turpis venenatis dapibus. Etiam nisl augue, pellentesque nec interdum eu, auctor vitae libero. Ut imperdiet diam quis dolor hendrerit malesuada. Etiam nisl nisi, commodo in felis sagittis, varius tempor sapien. Proin cursus bibendum massa, nec bibendum erat faucibus sit amet. Nulla facilisis ante lacus. Nam dictum placerat pretium. Duis posuere ac libero sit amet sodales. Nullam at nulla ac ligula iaculis viverra. Pellentesque blandit sed erat eget porttitor. <br><br> Vestibulum ut neque dolor. Sed adipiscing varius velit in euismod. Suspendisse quis lacinia nisi. Ut elit neque, egestas ultricies libero sed, ullamcorper sollicitudin diam. Proin iaculis ipsum et lorem facilisis volutpat. Donec vel neque lectus. Ut vel facilisis eros. Nam eget adipiscing velit, quis ornare mi. Nunc gravida interdum eros. Vestibulum tellus enim, lobortis vitae viverra nec, semper eget enim. Fusce pellentesque leo at tortor dignissim luctus. Sed luctus arcu non ultricies ullamcorper. Cras consectetur ante augue, sed placerat dui iaculis in. Integer posuere lorem et orci scelerisque volutpat. <br><br> Mauris eu sodales velit. Donec mi est, auctor ac leo vestibulum, sollicitudin placerat mi. Aenean vitae mi tincidunt, pharetra nisi id, sagittis mauris. Maecenas feugiat dolor sed justo lobortis sollicitudin. Donec et scelerisque tortor, quis dignissim mauris. In interdum orci congue ultrices rhoncus. Cras eu enim vel elit pulvinar iaculis. Donec lobortis sit amet turpis nec iaculis. Fusce fringilla ligula eget suscipit fringilla. Quisque blandit luctus mauris. Mauris sed arcu ornare, egestas mauris sit amet, rhoncus lacus. Nam porttitor augue quis mi adipiscing laoreet. </p></div></div><center><span style="font: 8pt courier new; text-transform: uppercase;">Made by RITZ! of <a href="http://candylandcouture.jcink.net/">Candyland Couture</a></span></center>
Поделиться112014-11-05 19:44:19
для правил
<!--HTML--> <link href='http://fonts.googleapis.com/css?family=Sancreek' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'> <style type="text/css"> .contentyo { width: 410px; padding: 20px 20px 0px 20px; font-family: merriweather; font-size: 10.5px; line-height: 110%; text-align: justify; position: relative; top:-80px; } .contentyo b { background-color: #fcf336; color: #fff; text-shadow: 3px 1px 1px rgba(150, 150, 150, 1); font-size: 20px; position: relative; float: left; padding: 4px; margin-right: 3px; } .contentyo u { background-color: #fcf336; } .titlez { width: 300px; font-family: pacifico; border-bottom: 3px solid #e9e9e9; font-size: 22px; text-transform: lowercase; } </style> <center><div style="width:450px; background-color: #fff"> <div style="width:450px; background-color: #000; height:80px;"> </div> <div style="width: 100px; position: relative; top: -80px; height: 100px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; background-color: #000;"> </div> <div style="color: #fff; font-family: sancreek; font-size: 35px; position: relative; top: -150px;">SITE NAME HERE</div> <div class="contentyo"><center> <div class="titlez">subtitle</div> </center> <div style="padding-top: 10px; padding-bottom: 10px;"> <b>01.</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas blandit lorem mauris, a faucibus tortor tincidunt at. Praesent nec dui eget sapien molestie venenatis. Pellentesque euismod ipsum nec enim convallis scelerisque. Quisque commodo mollis lacus non <u>bibendum</u>. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. <p> <b>02.</b> Vestibulum dictum non orci at commodo. Nam ultrices, urna sed vulputate feugiat, eros sem hendrerit nisi, nec volutpat augue libero at dui. Cras tempus risus id pretium euismod. Duis fermentum bibendum augue sed pretium. Nunc adipiscing elit tortor, vitae congue ante mollis a. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean convallis in quam sit amet dapibus. </div> <center> <div class="titlez">subtitle</div> </center> <div style="padding-top: 10px; padding-bottom: 10px;"> <b>01.</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas blandit lorem mauris, a faucibus tortor tincidunt at. Praesent nec dui eget sapien molestie venenatis. Pellentesque euismod ipsum nec enim convallis scelerisque. Quisque commodo mollis lacus non bibendum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. <p> <b>02.</b> Vestibulum dictum non orci at commodo. Nam ultrices, urna sed vulputate feugiat, eros sem hendrerit nisi, nec volutpat augue libero at dui. Cras tempus risus id pretium euismod. Duis fermentum bibendum augue sed pretium. Nunc adipiscing elit tortor, vitae congue ante mollis a. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean convallis in quam sit amet dapibus. </div></div> </div> <a href="http://candylandcouture.b1.jcink.com/index.php?showuser=267"><div style="width: 450px; height: 80px; background-color: #000; margin-top: -40px;"></div></a> </center>
Поделиться122014-11-05 19:45:15
Интересный код, можно пустить на описание городка
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Oranienbaum|Wellfleet|Droid+Sans' rel='stylesheet' type='text/css'><style> .elleinfo { width: 400px; background: #8BA6AC; padding: 30px 0px; color: #fff; } .einame { font-family: wellfleet; font-size: 30px; line-height: 100%; } .eisub { font-family: oranienbaum; font-style: italic; letter-spacing: 3px; padding-top: 5px; } .ellehover { width: 300px; height: 125px; position: relative; position: relative; top: 40px; background: #F8F8EC; padding: 10px; } .ehtext { width: 300px; height: 125px; text-align: justify; overflow: auto; font-family: droid sans; font-size: 9px; line-height: 100%; padding-right: 2px; } .first { font-family: Oranienbaum; font-size: 24px; float: left; padding-top: 6px; padding-right: 3px; padding-bottom: 3px; color: #8BA6AC; font-style: italic; } </style><center> <div style="width: 400px; height: 25px; background: #D7D7B8;"></div> <div style="width: 400px; height: 225px; background: url(http://i.imgur.com/gscOem7.png);"> <div class="ellehover"><div class="ehtext"> <span class="first">Lorem</span> ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div></div></div> <div class="elleinfo"> <div class="einame"> the plot </div> <div class="eisub"> welcome to sempiternal </div> </div> <div style="text-align: right; width: 300px; font-size: 8px; font-family: times new roman; font-style: italic; letter-spacing: 1px;"><a href="http://shine.b1.jcink.com/index.php?showuser=2231">thanks ash!</a></div> </center>
Поделиться132014-11-05 19:46:56
можно под объяву амс
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'> <center><style> .syddie::-webkit-scrollbar-thumb:vertical { background-color: #C1DFE1; height: 50px; } .syddie::-webkit-scrollbar { background-color: #F5F7F7; height: 10px; width: 5px; } .hoverwoah { width: 200px; height: 299px; background: #F5F7F7; opacity:0; filter:alpha(opacity=0); -moz-opacity: 0; transition: all 1s ease; transition-duration: 1s; -moz-transition-duration: 1s; color: #212121; -webkit-transition-duration: 1s; -o-transition-duration: 1s; } .hoverwoah:hover { opacity:1; filter:alpha(opacity=100); -moz-opacity: 1; webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; -ms-transition: all 1.5s ease; } .uno { width: 200px; height: 300px; border-left: 10px solid #5E829C; border-top: 10px solid #5E829C; border-bottom: 10px solid #5E829C; background-image: url(http://placehold.it/200x300)} .dos { width: 400px; height: 300px; border-top: 10px solid #5E829C; border-right: 10px solid #5E829C; border-bottom: 10px solid #5E829C;font-family: calibri; font-size: 8px; text-transform: uppercase; background-color: #F5F7F7; margin-left: -2px;} .tres { font-family: Fjalla One; text-transform: lowercase; text-shadow: #000 1px 1px 0px; line-height: 90%; font-size: 48px; letter-spacing: -3px; word-spacing: -1px; padding: 20px 0px 0px 0px; text-align: center; color: #445569} .quatro { width: 350px; height: 200px; background-color: #fafafa; margin: 1px;font-family: calibri; font-size: 8px; text-transform: none; } .cinco { font-family: Fjalla One; text-transform: lowercase; text-shadow: #000 1px 1px 0px; line-height: 90%; font-size: 24px; letter-spacing: -3px; word-spacing: 2px; text-align: center; color: #445569; padding-top: 10px;} .quatro a:link, .quatro a:active, .quatro a:visited { color: #9FA1A0 } .traits { -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); margin-top: 40px; text-align: center; } .trait1 { height: 25px; width: 80px; background-color: #E2F6F7; transition: all 1s ease; transition-duration: 1s; -moz-transition-duration: 1s; color: #212121; -webkit-transition-duration: 1s; -o-transition-duration: 1s;} .trait2 { height: 25px; width: 105px; background-color: #5E829C;transition: all 1s ease; transition-duration: 1s; -moz-transition-duration: 1s; color: #212121; -webkit-transition-duration: 1s; -o-transition-duration: 1s; } .trait3 { height: 25px; width: 130px; background-color: #445569;transition: all 1s ease; transition-duration: 1s; -moz-transition-duration: 1s; color: #212121; -webkit-transition-duration: 1s; -o-transition-duration: 1s; } .trait4 { height: 25px; width: 105px; background-color: #91B7CA; transition: all 1s ease; transition-duration: 1s; -moz-transition-duration: 1s; color: #212121; -webkit-transition-duration: 1s; -o-transition-duration: 1s;} .trait5 { height: 25px; width: 80px; background-color: #C1DFE1;transition: all 1s ease; transition-duration: 1s; -moz-transition-duration: 1s; color: #212121; -webkit-transition-duration: 1s; -o-transition-duration: 1s; } .trait1:hover { width: 100px; background-color: #E2F6F7; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; } .trait2:hover { width: 125px; background-color: #5E829C; -webkit-transition: all .5s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; } .trait3:hover { width: 150px; background-color: #445569; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; } .trait4:hover { width: 125px; background-color: #91B7CA; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; } .trait5:hover { width: 100px; background-color: #C1DFE1; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; -ms-transition: all .2s ease; } .trait { padding-top: 8px; text-align: center; font-family: calibri; font-size: 8px; text-transform: uppercase; } </style> <table style="border-collapse: collapse;"><tr><td><div class="uno"><div class="hoverwoah"><center><div class="quatro" style="width: 175px; height: 275px; position: relative; top: 12px;"><div class="tres" style="line-height: 28px; padding-top: 5px;"><span style="margin-right: 100px;">the</span><br><span style="margin-right: 25px;">calling</span><br><span style="margin-left: 75px;">card.</span></div> <div align="left" class="traits"> <div class="trait1"><div class="trait">trait</div></div> <div class="trait2"><div class="trait">trait</div></div> <div class="trait3"><div class="trait">trait</div></div> <div class="trait4"><div class="trait">trait</div></div> <div class="trait5"><div class="trait">trait</div></div></div> </div></div></td><td><div class="dos"><div class="tres">first middle last. </div> <div align="center">portrayed by face claim AKA nickname Played by user alias</div> <br> <center><div class="quatro"><div class="cinco">all eyes on you</div><div class="syddie" style="margin: 15px; text-align: justify; line-height: 12px; overflow: auto; height: 140px; padding: 0px; 20px 5px 20px; font-size: 11px;;">lorem ipsum dolor sit amet, consectetur adipiscing elit. integer odio lacus, convallis vulputate dictum quis, adipiscing non nisl. ut non neque in leo placerat tristique sit amet et purus. fusce libero odio, dignissim ac rhoncus in, gravida at erat. ut adipiscing dictum sapien a malesuada. morbi lacinia sem id diam interdum ac vehicula tellus convallis. suspendisse at nibh libero. morbi congue gravida enim, sed aliquet metus consectetur quis. duis feugiat tincidunt imperdiet. morbi id nibh justo, ac cursus sapien. lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> <p> aliquam nulla dolor, iaculis et pellentesque id, porttitor at velit. donec bibendum tellus non nunc sodales ut tempor odio ornare. aenean consequat eleifend arcu, vel elementum felis hendrerit quis. in tincidunt ullamcorper sapien in tincidunt. class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. curabitur luctus cursus tempor. donec pellentesque varius enim sit amet hendrerit. sed neque massa, rutrum in feugiat at, imperdiet dictum felis. proin ut mauris sem, pellentesque semper felis. </p> <p> duis cursus mattis hendrerit. nulla vestibulum mauris et lacus ornare ullamcorper. praesent tortor nibh, pharetra vitae rhoncus ut, commodo ac mauris. sed eu libero dui, sed pulvinar felis. pellentesque consectetur auctor magna sit amet lobortis. vestibulum ac eros nunc. nulla facilisi. donec et lorem ante. ut condimentum libero eu erat eleifend pharetra. morbi id fringilla sem. vestibulum ultrices, odio eget bibendum faucibus, nulla ligula cursus sem, in tincidunt dolor orci nec odio. fusce convallis eros velit. aliquam erat volutpat. phasellus faucibus odio id erat fringilla id iaculis arcu condimentum. vestibulum at sem est, in tristique massa. </p> <p> morbi quis vulputate sapien. pellentesque non nulla in est rhoncus tempus. vestibulum lacus eros, tristique non dignissim vel, placerat sed lectus. nam semper, urna eget pellentesque egestas, nulla neque euismod felis, quis lacinia mi erat id mi. praesent sit amet dui diam, at pulvinar nisl. nulla sem libero, vehicula ac porta sed, rutrum eget sem. fusce scelerisque congue ligula vitae varius. nunc dictum nunc sem, vitae viverra dui. nam quis leo diam, sed elementum nulla. nam in nulla quis libero eleifend consectetur. maecenas lacinia, enim at convallis tristique, nulla mauris pharetra tellus, ut ullamcorper est purus sit amet urna. fusce eros magna, feugiat non volutpat nec, facilisis vitae diam. vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; aenean bibendum facilisis magna, ac aliquet metus mollis sed. maecenas id justo sed felis vulputate bibendum id sed orci. ut tristique egestas eros sed imperdiet. </p> <p> aenean hendrerit odio in ante rutrum a elementum ante vehicula. cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. donec sit amet ligula purus, dapibus ultricies risus. cras tempor, lorem eget porttitor pretium, mauris risus vehicula diam, sit amet adipiscing quam libero ac erat. sed at sapien sed dolor consectetur sagittis luctus sed orci. proin consequat adipiscing tellus, vitae faucibus neque cursus luctus. morbi tempor consequat felis in gravida. cras at tempus ipsum. maecenas a fringilla lectus. </p> </div></div></td></tr></table><div style="width: 600px; text-align: right; font-size: 6px;"><a href="http://candylandcouture.b1.jcink.com/index.php?showuser=67">▲</a></div></center>
Поделиться142014-11-05 19:48:52
забавный код, можно будет куда-нибудь пустить
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Warnes' rel='stylesheet' type='text/css'> <style> .syddie::-webkit-scrollbar-thumb:vertical { background-color: #8AAA2F; height: 50px; } .syddie::-webkit-scrollbar { background-color: #fafafa; height: 10px; width: 5px; } .wurdz { width: 450px; height: 450px; background-color: #fafafa; } .omgg { padding-top: 450px; transition: all 1s ease; transition-duration: 1s; -moz-transition-duration: 1s; color: #212121; -webkit-transition-duration: 1s; -o-transition-duration: 1s;} .omgg:hover { padding-top: 0px; -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; -ms-transition: all 1.5s ease;} .box { width: 150px; height: 20px; background-color: #8AAA2F;color: #fafafa; font-family: calibri; font-size: 8px; text-align: center; text-transform: uppercase; } .title { font-size: 12px; font-family: 'Warnes', cursive;text-transform: lowercase; text-align: left;} .boxes { width: 235px;height: 220px; background-color: #fafafa;color: #101315; font-family: calibri; font-size: 8px; text-align: right; text-transform: uppercase; border: 1px solid #fafafa; border-right: 5px solid #8AAA2F; line-height: 22px;} </style> <center><div style="overflow: hidden;"><div style="width: 490px; height: 20px; background-color: #4F4F4E; font-family: calibri; font-size: 8px; color: #fafafa; text-transform: uppercase; word-spacing: 70px;">alias character# age timezone</div><div style="width: 450px; height: 450px; background-image: url(http://placehold.it/450x450); border-bottom: 20px solid #4F4F4E; border-left: 20px solid #4F4F4E; border-right: 20px solid #4F4F4E; overflow: hidden;"><div class="omgg"><div class="wurdz"><br> <div style="padding-left: 17px;" align="left"><table><tr><td><div style="width: 150px; height: 200px; background-image: url(http://placehold.it/150x200); margin-right: 17px;"></div> <div class="box"><div style="padding-top: 5px;">FIRST MIDDLE LAST</div></div></td><td> <div class="boxes"><div style="text-align: right; padding-right: 5px;"> <div class="title">age written out:</div> here <div class="title">occupation:</div> here <div class="title">member group:</div> here <div class="title">face claim:</div> here <div class="title">other characters:</div> here</div></div></td></tr></table></div> <div class="boxes" style="width: 400px; height: 173px;text-align: justify; border-right: none; border-left: 5px solid #8AAA2F; position: relative; top: 10px; right: 3px;"><div class="title"><div align="center">so, tell us about yourself</div></div> <div style="width: 360px; height: 130px; padding: 0px 20px 10px 20px; font-family: calibri; font-size: 8px; color: #101315; text-transform: uppercase; overflow: auto; " class="syddie">lorem ipsum dolor sit amet, consectetur adipiscing elit. integer odio lacus, convallis vulputate dictum quis, adipiscing non nisl. ut non neque in leo placerat tristique sit amet et purus. fusce libero odio, dignissim ac rhoncus in, gravida at erat. ut adipiscing dictum sapien a malesuada. morbi lacinia sem id diam interdum ac vehicula tellus convallis. suspendisse at nibh libero. morbi congue gravida enim, sed aliquet metus consectetur quis. duis feugiat tincidunt imperdiet. morbi id nibh justo, ac cursus sapien. lorem ipsum dolor sit amet, consectetur adipiscing elit. aliquam nulla dolor, iaculis et pellentesque id, porttitor at velit. donec bibendum tellus non nunc sodales ut tempor odio ornare. aenean consequat eleifend arcu, vel elementum felis hendrerit quis. in tincidunt ullamcorper sapien in tincidunt. class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. curabitur luctus cursus tempor. donec pellentesque varius enim sit amet hendrerit. sed neque massa, rutrum in feugiat at, imperdiet dictum felis. proin ut mauris sem, pellentesque semper felis. <p> duis cursus mattis hendrerit. nulla vestibulum mauris et lacus ornare ullamcorper. praesent tortor nibh, pharetra vitae rhoncus ut, commodo ac mauris. sed eu libero dui, sed pulvinar felis. pellentesque consectetur auctor magna sit amet lobortis. vestibulum ac eros nunc. nulla facilisi. donec et lorem ante. ut condimentum libero eu erat eleifend pharetra. morbi id fringilla sem. vestibulum ultrices, odio eget bibendum faucibus, nulla ligula cursus sem, in tincidunt dolor orci nec odio. fusce convallis eros velit. aliquam erat volutpat. phasellus faucibus odio id erat fringilla id iaculis arcu condimentum. vestibulum at sem est, in tristique massa. <p> morbi quis vulputate sapien. pellentesque non nulla in est rhoncus tempus. vestibulum lacus eros, tristique non dignissim vel, placerat sed lectus. nam semper, urna eget pellentesque egestas, nulla neque euismod felis, quis lacinia mi erat id mi. praesent sit amet dui diam, at pulvinar nisl. nulla sem libero, vehicula ac porta sed, rutrum eget sem. fusce scelerisque congue ligula vitae varius. nunc dictum nunc sem, vitae viverra dui. nam quis leo diam, sed elementum nulla. nam in nulla quis libero eleifend consectetur. maecenas lacinia, enim at convallis tristique, nulla mauris pharetra tellus, ut ullamcorper est purus sit amet urna. fusce eros magna, feugiat non volutpat nec, facilisis vitae diam. vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; aenean bibendum facilisis magna, ac aliquet metus mollis sed. maecenas id justo sed felis vulputate bibendum id sed orci. ut tristique egestas eros sed imperdiet. <p> aenean hendrerit odio in ante rutrum a elementum ante vehicula. cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. donec sit amet ligula purus, dapibus ultricies risus. cras tempor, lorem eget porttitor pretium, mauris risus vehicula diam, sit amet adipiscing quam libero ac erat. sed at sapien sed dolor consectetur sagittis luctus sed orci. proin consequat adipiscing tellus, vitae faucibus neque cursus luctus. morbi tempor consequat felis in gravida. cras at tempus ipsum. maecenas a fringilla lectus.</div> </div> </div></div></div></div><div style="width: 490px; text-align: right; font-size: 6px;"><a href="http://candylandcouture.b1.jcink.com/index.php?showuser=67">▲</a></div></center>
Поделиться152014-11-05 19:52:10
как вариант для внешек
<!--HTML--><div id='bar' class='top'></div> <div class='frame1'><div class='frame2'><div class='fcontent'> <h1>The Face Claim</h1> <div class='female'><b>Lastname, Celebrity</b> plays <i>Character Name</i></div> <div class='male'><b>Lastname, Celebrity</b> plays <i>Character Name</i></div> <div class='female'><b>Lastname, Celebrity</b> plays <i>Character Name</i></div> <div class='male'><b>Lastname, Celebrity</b> plays <i>Character Name</i></div> </div></div></div> <div id='bar' class='bottom'></div>
Поделиться162014-11-05 19:56:54
Занятые внешности
<!--HTML--><center><link href='http://fonts.googleapis.com/css?family=seaweed+script' rel='stylesheet' type='text/css'> <div style=" width: 430px; background-color: #D4CC8E; padding-right: 10px; padding-left: 10px; padding-top: 20px; padding-bottom: 30px; border-right: 30px solid #9E3C33; border-left: 30px solid #9E3C33"> <div style="width: 400px; padding: 10px; font-family: seaweed script; font-size: 40px; text-transform: lowercase; color: #9E3C33; line-height: 90%; text-shadow: 1px 1px 0px #370B18;">the canons </div> <div style="width: 410px; background-color: #EAE6C7; padding-right: 10px; padding-left: 10px; padding-top: 20px; padding-bottom: 10px; font-family: tahoma; text-transform: uppercase; color: #370B18;overflow: auto; font-size: 10px; line-height: 90%; text-align: justify"> blah blah blah info about canon list <p> <center><div style="font-family: seaweed script; font-size: 20px; text-transform: lowercase; color: #9E3C33; line-height: 120%; ">the key </div></center><p> HARRY JAMES POTTER ✦ OPEN <br> <b>HARRY JAMES POTTER</b> ✦ TAKEN<br> <i>HARRY JAMES POTTER</i> ✦ RESERVED<br> <p> <center><div style="font-family: seaweed script; font-size: 20px; text-transform: lowercase; color: #9E3C33; line-height: 120%; ">reserved</div></center><p> put your reserved here make sure to use <br> <p> <table><td><div style="width: 190px; height: 200px; padding: 5px; font-family: tahoma; text-transform: uppercase; color: #370B18;overflow: auto; font-size: 10px; line-height: 120%; text-align: justify"> <center><div style="font-family: seaweed script; font-size: 20px; text-transform: lowercase; color: #C34954; line-height: 120%; ">witches</div></center><p> HANNAH -- ABBOTT ✦ 22<br> KATIE -- BELL ✦ 24 <br> LAVENDER -- BROWN ✦ 21 <br> SUSAN -- BONES ✦ 22<br> ELEANOR -- BRANSTONE ✦ 17 <br> MANDY -- BROCKLEHURST ✦ 21<br> -- -- BUCHANAN ✦ 20 <br> MILLICENT -- BULLSTRODE ✦ 22 <br> -- -- CADWALLADER ✦ 19<br> CHO CHANG ✦ 23<br> PENELOPE -- CLEARWATER ✦ 25<br> GABRIELLE -- DELACOUR ✦ 20 <br> MARIETTA -- EDGECOMBE ✦ 23<br> ANNABELLE -- ENTWHISTLE ✦ 20 <br> HERMIONE JEAN GRANGER ✦ 22<br> ASTORIA -- GREENGRASS ✦19<br> DAPHNE -- GREENGRASS ✦ 21<br> ANGELINA -- JOHNSON ✦ 24<br> -- -- JONES ✦ 25 <br> LUNA -- LOVEGOOD ✦ 20<br> LAURA -- MADLEY ✦ 17 <br> NATALIE -- MCDONALD ✦ 17 <br> -- -- OGDEN ✦ 18 <br> PANSY -- PARKINSON ✦ 21<br> PADMA -- PATIL ✦ 21<br> PARVATI-- PATIL ✦ 21<br> PENELOPE -- CLEARWATER ✦ 25<br> ORLA -- QUIRKE ✦ 18 <br> DEMELZA -- ROBINS ✦ 19 <br> <i>-- -- ROSIER ✦ 24</i> <br> ALICIA -- SPINNET ✦ 24<br> -- -- SUMMERBY ✦ 19<br> – – SUMMERS ✦ 24<br> LISA -- TURPIN ✦ 22<br> ROMILDA -- VANE ✦ 20<br> FLEUR-- WEASLEY [née DELACOUR] ✦ 24<br> GINEVRA MOLLY WEASLEY ✦ 20<br> ROSE -- ZELLER ✦ 17 <br> </div></td><td> <div style="width:190px; height:200px; padding: 5px; font-family: tahoma; text-transform: uppercase; color: #370B18;overflow: auto; font-size: 10px; line-height: 120%; text-align: justify"> <center><div style="font-family: seaweed script; font-size: 20px; text-transform: lowercase; color: #376A87; line-height: 120%; ">wizards</div></center><p> EUAN -- ABERCROMBIE ✦ 17<br> STEWART -- ACKERLY ✦ 17 <br> MALCOLM -- BADDOCK ✦ 17<br> MARCUS -- BELBY ✦ 22<br> MILES -- BLETCHLEY ✦ 24<br> -- -- BOLE ✦ 24<br> TERRY -- BOOT ✦ 22<br> EDDIE -- CARMICHAEL✦ 23 <br> OWEN -- CAULDWELL ✦ 17 <br> RICHIE -- COOTE ✦ 20 <br> MICHAEL -- CORNER ✦ 22 <br> VINCENT -- CRABBE ✦ 21 <br> DENNIS -- CREEVY ✦ 17 <br> ROGER -- DAVIES ✦ 24 <br> – – DERRICK ✦ 23 <br> DUDLEY -- DURSLEY ✦ 21 <br> KEVIN -- ENTWHISTLE ✦ 22 <br> JUSTIN -- FINCH-FLETCHELY ✦ 21 <br> SEAMUS -- FINNIGAN ✦ 22<br> MARCUS -- FLINT ✦ 27<br> ANTHONY -- GOLDSTEIN ✦ 21<br> GREGORY -- GOYLE ✦ 21 <br> -- -- HARPER ✦ 20 <br> TERENCE -- HIGGS ✦ 28<br> LEE -- JORDAN ✦ 24<br> ANDREW -- KIRKE ✦ 20<br> NEVILLE -- LONGBOTTOM ✦ 21<br> ERNIE -- MACMILLAN ✦ 21<br> DRACO LUCIUS MALFOY ✦ 21<br> CORMAC -- MCLAGGEN ✦ 22 <br> -- -- MONTAGUE ✦ 24<br> THEODORE -- NOTT ✦ 22 <br> JIMMY -- PEAKES ✦ 19 <br> HARRY JAMES POTTER ✦ 21 <br> GRAHAM -- PRITCHARD ✦ 17 <br> ADRIAN -- PUCEY ✦ 24 <br> -- -- ROSS ✦ 18<br> -- -- ROSIER ✦ 26 <br> ROLF -- SCAMANDER ✦ 20<br> JACK -- SLOPER ✦ 20<br> ZACHARIAS-- SMITH ✦ 21<br> DEAN -- THOMAS ✦ 22 <br> -- --- URQUHART ✦ 20 </b><br> -- -- VAISEY ✦ 22 <br> -- -- WARRINGTON ✦ 23 <br> WILLIAM ARTHUR WEASLEY ✦ 31<br> CHARLES -- WEASLEY ✦ 29 <br> GEORGE FABIAN WEASLEY ✦ 23 <br> PERCY IGNATIUS WEASLEY ✦ 26 <br> RONALD BILIUS WEASLEY ✦ 21<br> KEVIN -- WHITBY ✦ 17 <br> OLIVER -- WOOD ✦ 26 <br> BLAISE -- ZABINI ✦ 22<br> </div></td></table> </center>
Поделиться172014-11-05 20:01:49
интересный код
<!--HTML--><style> /* place 200x300 image of character in coding below - where it says "url here" (leave the apostrophes) */ .tb1o {background-image:url('url here');} .bro {opacity:1; width:330px; margin:0px auto;} .kro {background-color:#333311; letter-spacing:3px; font-size:6px; padding:10px 15px 5px 15px; text-transform:uppercase; color:#eee; text-align:justify; font-family: arial, helvetica, sans-serif;} .bgo {padding-top:25px; margin-top:0px; width: 330px; height:350px; background-position:bottom center; background-image:url('http://i40.tinypic.com/14iorrq.jpg')} .gro {font-family: 'Allan', cursive; font-size: 25px; text-align:center; padding-top:10px; padding-bottom:10px; letter-spacing:8px; color:#999977; background-color:rgba(0,0,0,0);} .tb1o {position:absolute; margin-left:38px; width:200px; height:300px; margin-top:0px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);} .dera, .dera a {text-decoration:none; margin-top:-10px; font-family:Verdana, Geneva, sans-serif; font-size:6px; text-transform:uppercase; letter-spacing:2px; color:#bbb; text-align:center; text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.7); font-weight:500; margin-left: auto; margin-right: auto;} .tbvbo {padding:15px; height:245px; overflow-y:scroll;} .tbvbo::-webkit-scrollbar {width: 3px; background-color:rgba(232,232,232,0); opacity:0.4;} .tbvbo::-webkit-scrollbar-thumb {background:rgba(0,0,0,0.8);} .tblao th, .tblbo th, .tbvbo b {color:#999977; font-weight:bold; font-size:8px; text-transform:uppercase;} .tblao td, .tblbo td {color:#eeeeee; text-transform:uppercase; font-family: arial, helvetica, sans-serif; font-size:9px;} .tblao th {text-align:right;} .tblbo th {text-align:left;} .tblao td, .tblbo td {text-align:center;} .tblao th, .tblao td, .tblbo th, .tblbo td {padding-bottom:5px;} .tblao, .tblbo {width:245px; color:#eeeeee; text-transform:uppercase; font-family: arial, helvetica, sans-serif; font-size:9px;} .tbvbo p b {padding-right:10px;} .tbvbo p {margin-top:0px; text-transform:none; line-height:140%; opacity:0.9;} hr {border-color:rgba(0,0,0,0.8);} .tabso {padding-top:25px; position:relative; width: 330px; height:350px; background-position:bottom center; background-image:url('http://i40.tinypic.com/14iorrq.jpg')} .tabo {float:left;} .tabo label {display: block; width: 20px; height:10px; text-align: center; color: #eee; margin-right:75px; font-family: 'Allan', cursive; text-transform: uppercase; background-color: #333311; padding: 5px; border: 0px solid #ccc; position:relative; left:45px; top:325px; letter-spacing:3px; font-size:6px; transition: all ease-in-out 0.3s; font-weight:400; font-family:arial; padding-top:10px;} .tabo [type=radio] {display: none; } .contento {border: 4px solid; border-color: #999977 #333311; width:275px; height:275px; position:absolute; top: 20px; left:25px; z-index:-1; opacity:0; transition: all ease-in-out 0.3s; background-color:rgba(0,0,0,0.8); color:#eeeeee; text-transform:uppercase; text-align:justify; font-family: arial, helvetica, sans-serif; font-size:9px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);} [type=radio]:checked ~ label {color: #333311; background-color: #999977; z-index: 2; transition: all ease-in-out 0.3s;} [type=radio]:checked ~ label ~ .contento {opacity:1; z-index: 1; transition: all ease-in-out 1.3s;}</style><link href='http://fonts.googleapis.com/css?family=Allan:700' rel='stylesheet' type='text/css'> <center><br><br><div class="bro"> <div class="kro"> I gotta get drunk, So get over here, pour me a cold one -- Babe you can see that I'm danger <div class="gro">character's name</div></div> </div> <div class="tabso"> <div class="tabo"><input type="radio" id="tab-1" name="tab-group-1" checked> <label for="tab-1">a</label><div class="contento" style="background-color:rgba(0,0,0,0); border:0px solid white; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);"><div class="tb1o"></div></div></div> <div class="tabo"><input type="radio" id="tab-2" name="tab-group-1"><label for="tab-2">b</label><div class="contento"><div class="tbvbo"><table class="tblao"> <tr><th>full name</th><td>character's name here</td></tr> <tr><th>nicknames</th><td>character's nicknames here</td></tr> <tr><th>date of birth</th><td>character's birthday here</td> </tr></table><br><br><table class="tblbo"> <tr><td>character's trait here</td><th>trait</th></tr> <tr><td>character's group here</td><th>group</th></tr> <tr><td>character's age here</td><th>age</th></tr> </table><br><hr><br><br><table class="tblao"> <tr><th>alias</th><td>alias here</td></tr> <tr><th>contact</th><td>contant method here</td></tr> <tr><th>playby</th><td>character's pb here</td> </tr></table></div></div></div><div class="tabo"><input type="radio" id="tab-3" name="tab-group-1"><label for="tab-3">c</label><div class="contento"><div class="tbvbo"> <p><b>personality</b>write about character's personality here.</p> <hr><br> <p><b>history</b> write about character's history here.</p> </div></div></div><div class="dera" style="margin-top:280px;">by <a href="http://candylandcouture.b1.jcink.com/index.php?showuser=1395">protea</a></div></div></center>
Поделиться182014-11-05 20:03:45
объява
<!--HTML--> <style type="text/css"> .takeit { width: 270px; height: 20px; opacity: 0.85; position: relative; left: 0px; top: 15px; line-height: 20px; background-color: #fff; text-align: center; font-family: times; font-size: 8px; color: #111 text-transform: uppercase; letter-spacing: 2px; overflow: auto; } .leaveit { opacity: 0; -webkit-transition: opacity .6s ease-in-out; -moz-transition: opacity .6s ease-in-out; -o-transition: opacity .6s ease-in-out;} .leaveit:hover { opacity: 1; -webkit-transition: opacity .6s ease-in-out; -moz-transition: opacity .6s ease-in-out; -o-transition: opacity .6s ease-in-out;} </style> <center><div style="width: 340px; padding: 20px 10px 20px 10px; background-image: url(http://i39.tinypic.com/14w403b.png);"> <div style="width: 300px; padding: 10px 10px 10px 10px; background-color: FFF;"> <div style="width: 300px; text-align: center; font-family: times; font-size: 16px; text-transform: lowercase; font-style: italic; color: #a12a27; letter-spacing: 3px; text-shadow: 1px 1px #eee; margin-bottom: 10px;">FIRST MIDDLE LAST</div> <div style="width: 300px; height: 200px; background-image: url(http://placehold.it/300x200);"><div class="leaveit"> <div class="takeit"><div style="width: 240px; margin: 0px 15px 0px 15px;">NICKNAME</div></div><div style="margin-bottom: 10px;"></div> <div class="takeit"><div style="width: 240px; margin: 0px 15px 0px 15px;">AGE, BIRTHDAY</div></div><div style="margin-bottom: 10px;"></div> <div class="takeit"><div style="width: 240px; margin: 0px 15px 0px 15px;">HOUSE, YEAR</div></div><div style="margin-bottom: 10px;"></div> <div class="takeit"><div style="width: 240px; margin: 0px 15px 0px 15px;">BLOOD STATUS</div></div><div style="margin-bottom: 10px;"></div> <div class="takeit"><div style="width: 240px; margin: 0px 15px 0px 15px;">MEMBER GROUP</div></div><div style="margin-bottom: 10px;"></div> <div class="takeit"><div style="width: 240px; margin: 0px 15px 0px 15px;">AFFILIATION</div></div><div style="margin-bottom: 10px;"></div> <div style="height: 20px;"></div> </div></div> <div style="text-align: right; font-family: times; font-size: 12px; color: #a12a27; font-style: italic; text-transform: lowercase; line-height: 30px; letter-spacing: 3px; text-shadow: 1px 1px #eee;">▸ history</div><div style="text-align: center; border-top: 1px dotted #778877; margin-bottom: 10px;"></div><div style="padding-right: 10px; padding-left: 10px; width: 280px; height: 300px; text-align: justify; font-family: times; font-size: 9px; overflow: auto;"> this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! this is where all of your application content goes! try to be as descriptive as you can and give us a good feel for your character, but also try to be creative with it and just have fun! </div> <div style="text-align: center; border-top: 1px dotted #778877; margin-top: 10px;"><div style="text-align: right; font-family: times; font-size: 12px; color: #a12a27; font-style: italic; text-transform: lowercase; line-height: 30px; letter-spacing: 3px; text-shadow: 1px 1px #eee;">▸ alias. age. timezone.</div> </div></div></center> </div></center>
Поделиться192014-11-05 20:04:33
цитаты недели
<!--HTML--><style type="text/css">.les1 { width: 150px; padding: 3px; background: #F6F6D8; border: 3px double #8D7DA3 } .rose { width: 162px; background: #8D7DA3;padding: 10px; } .calo { width: 182px; padding: 10px; background: #E0D2DA; border-top: 1px dashed #fff; border-bottom:1px dashed #fff } .rsd { padding: 5px; width: 150px; line-height: 100%; text-align: center; border-right: 42px solid #C7ADCC; color: #F6D8F3; font-family: Contrail One; text-transform: uppercase; font-size: 21px;letter-spacing: -1px; text-shadow: 1px 0px #fff, 2px 1px #C7ADCC; margin-bottom: 2px; background: #F6F6D8; } .talfx { padding: 5px; width: 130px; height: 130px; background: #F6F6D8; transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; opacity: 0; margin-top: -145; margin-left: 5px; overflow: auto; } .talfx:hover { opacity: 0.9 } .charinf { font-family: Contrail One; font-size: 12px; text-align: center; letter-spacing: 1px; text-transform: lowercase; color: #C7ADCC; } .shotx { font-family: Contrail One; font-size: 9px; text-align: justify; color: #8D7DA3; line-height:99%; word-spacing: 3px; } </style><link href='http://fonts.googleapis.com/css?family=Contrail+One' rel='stylesheet' type='text/css'><center> <table cellpadding="1" cellspacing="1"> <td> <div class="rsd"> first last </div> <div class="calo"> <div class="rose"> <div class="les1"> <img src="http://i.imgur.com/96LI7w1.gif" width="150" height="150"/><div class="talfx"> <div class="charinf"> membergroup </div></br><div class="shotx"> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> </div></div> <div style="height: 5px"></div> </div></div></div> </td> <td> <div class="rsd"> first last </div> <div class="calo"> <div class="rose"> <div class="les1"> <img src="http://i.imgur.com/c07QzKX.gif" width="150" height="150"/><div class="talfx"> <div class="charinf"> membergroup </div></br><div class="shotx"> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> </div></div> <div style="height: 5px"></div> </div></div></div> </td></tr><tr> <td> <div class="rsd"> first last </div> <div class="calo"> <div class="rose"> <div class="les1"> <img src="http://i.imgur.com/1TveGsv.gif" width="150" height="150"/><div class="talfx"> <div class="charinf"> membergroup </div></br><div class="shotx"> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> </div></div> <div style="height: 5px"></div> </div></div></div> </td> <td> <div class="rsd"> first last </div> <div class="calo"> <div class="rose"> <div class="les1"> <img src="http://i.imgur.com/wcuQthe.gif" width="150" height="150"/><div class="talfx"> <div class="charinf"> membergroup </div></br><div class="shotx"> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> ↬ fact or trait whtever. </br> </div></div> <div style="height: 5px"></div> </div></div></div> </td> </table><a href="http://candylandcouture.b1.jcink.com/index.php?showuser=45"> ty sophia @ candyland</a> </center>
Поделиться202014-11-05 20:05:14
<!--HTML--> <link href='http://fonts.googleapis.com/css?family=Rancho' rel='stylesheet' type='text/css'> <style type="text/css">.lrfemale a{ font-weight: bold; text-transform: lowercase; font-size: 12px; font-style: italic; font-family: trebuchet ms; color: #d0347a } .lrmale a { font-weight: bold; text-transform: lowercase; font-size: 12px; font-style: italic; font-family: trebuchet ms; color: #064160 } .lrreq a{ font-weight: bold; text-transform: lowercase; font-size: 12px; font-style: italic; font-family: trebuchet ms; color: #880606 } </style><center> <div style="width: 247px; background: #C2C809; border-right: 105px solid #161009; padding: 20px;"> <div style="width: 330px; padding: 10px; background: #fff; border: 1px solid #000"> <div style="width: 2px; height: 7px; border-right: 290px solid #36B4BA; border-left: 40px solid #C1C190"></div> <div style="font-family:rancho; text-transform: lowercase; font-size: 55px; letter-spacing: -3px; text-align:center; line-height: 100%; color: #161009; margin-top: -10px; text-shadow: 1px 0px #fff, 2px 0px #36B4BA">the face claim </div> <div style="padding: 20px; text-align:justify; line-height: 95%; color: #555; font-family: trebuchet ms; font-size: 11px; text-transform: lowercase; font-style: italic; margin-top: -10px;"> Aliquam magna egestas natoque nunc, ac auctor eu. Montes mus et ac! Arcu? Parturient in et, urna augue enim pulvinar et placerat, purus placerat eu ut cum ac. Egestas diam. Lundium, ac rhoncus augue dignissim? Mus elit elementum a, pulvinar, natoque scelerisque duis habitasse tincidunt, turpis egestas a placerat! Nec, ultrices massa hac quis turpis. </div> <table cellpadding="1" cellspacing="1"> <td> <div style="width: 135px; padding: 5px; background: #C2C809; text-align: center; line-height: 100%; color: #000; text-transform:lowercase; font-family: rancho; font-size: 20px; margin-bottom: 2px"> females</div> <div style="width: 135px; padding: 5px; height: 160px; background: #E2CF8E; color:#111; text-align:center; font-family: trebuchet ms; font-size: 11px; text-transform: lowercase; font-style: italic; overflow: auto;margin-bottom:2px;"> <div class="lrfemale"><a href="link">first last</a></br> </div></div> <div style="width: 135px; padding: 5px; background: #36B4BA; text-align: center; line-height: 100%; color: #000; text-transform:lowercase; font-family: rancho; font-size: 20px; margin-bottom: 2px;"> wanted</div> <div style="width: 135px; padding: 5px; height: 160px; background: #E2CF8E; color:#111; text-align:center; font-family: trebuchet ms; font-size: 11px; text-transform: lowercase; font-style: italic; overflow: auto;margin-bottom: 2px;"> <div class="lrreq"><a href="link">first last</a></br> <a href="link">first last</a></br> </div></div> </td><td> <div style="width: 135px; padding: 5px; background: #C2C809; text-align: center; line-height: 100%; color: #000; text-transform:lowercase; font-family: rancho; font-size: 20px; margin-bottom: 2px;"> males</div> <div style="width: 135px; padding: 5px; height: 160px; background: #E2CF8E; color:#111; text-align:center; font-family: trebuchet ms; font-size: 11px; text-transform: lowercase; font-style: italic; overflow: auto;margin-bottom: 2px;"><div class="lrmale"> <a href="link">first last</a></br> <a href="link">first last</a></br> </div></div> <div style="width: 135px; padding: 5px; background: #36B4BA; text-align: center; line-height: 100%; color: #000; text-transform:lowercase; font-family: rancho; font-size: 20px; margin-bottom: 2px;"> reserved</div> <div style="width: 135px; padding: 5px; height: 160px; background: #E2CF8E; color:#111; text-align:center; font-family: trebuchet ms; font-size: 11px; text-transform: lowercase; font-style: italic; overflow: auto;margin-bottom: 2px;"> first last ↮ august 19th </br> first last ↮ august 19th </br> </div> </td></table></br> <div style="width: 2px; height: 7px; border-left: 290px solid #36B4BA; border-right: 40px solid #C1C190"></div> </div></div><a href="http://candylandcouture.b1.jcink.com/index.php?showuser=45">ty sophia</a> </center>
Поделиться212014-11-05 20:05:37
выпуск газеты_журнала
<!--HTML--> <link href='http://fonts.googleapis.com/css?family=Pirata+One' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'> <style type="text/css"> .body { width: 400px; background-color: white; border: solid 30px black; -moz-border-radius: 20px; border-radius: 20px } </style> <style type="text/css"> .scrolling::-webkit-scrollbar { background: #fff; width: 10px; } .scrolling::-webkit-scrollbar-thumb { background: #000; width: 10px } .scrolling::-webkit-scrollbar-corner { background: #fff; } </style> <center> <div class="body"> <table> <tr><td><img src="150 X 420 IMAGE HERE" width="150px"></td> <td> <div style="width: 225px; padding: 2px; font-family: Pirata One; color: 000; font-size: 30px; font-weight: bold; text-align: center;">First M. Last</div> <div style="width: 225px; font-family: Cinzel; color: 0b0b0b; font-size: 15px; text-align: center;">age - job - group - playby</div> <div style="width: 235px; height: 365px; font-family: georgia; font-size: 11px; text-align: left; color: #2b2b2b; line-height: 10px; overflow: auto;" class="scrolling"> Text goes here. It will scroll so you can type as much or as little as you want. </div> </td></tr></table> <div style="width: 390px; height: 20px; background-color: black; margin: 5px; font-family: Cinzel; font-size: 13px; color: white; padding-top: 5px;">Name || Age || Timezone </div> </div> </center>
Поделиться222014-11-05 20:06:28
клевый код, может, сгодится
<!--HTML--> <style type="text/css"> .canons { opacity: 0;transition-duration: 0.5s;-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s; overflow: auto; width: 240px; height: 240px; padding: 5px; overflow: auto; color: #000000; background-color: #ffffff; } .canons:hover { opacity: 0.8; } </style> <Br><Br> <center> <link href='http://fonts.googleapis.com/css?family=Pirata+One' rel='stylesheet' type='text/css'><font style="width: 380px; padding: 10px; font-family: 'Pirata One', cursive; font-size: 70px;line-height: 0%; letter-spacing: -2px; color: #222222; text-shadow: 1px 0px 0px #000000; word-spacing: -2px; text-align: center"> Days waste in haze </font> <table border="0" cellpadding="4"> <tr> <td> <center><div style="width: 250px; border: 20px solid #f9c96b;"> <div style="width: 250px;height: 250px; border: 1px solid #5f5f5f; background:url(http://funkyimg.com/i/SkXX.png); font-size: 10px; font-family: georgia; letter-spacing: 0px; text-align:justify; color: #000000; line-height: 100%; font-style: "><div class="canons"> <font style="font-family: calibri; font-size: 9px; text-transform: uppercase; line-height: 100%; text-align: justify; color: #222222; "> <br> <center><img src="http://funkyimg.com/i/SkYb.gif" width="90%"></center> <br> <b>Title</b>: <a href="http://enerjam.rusff.me/viewtopic.php?id=1900">born to die</a><P> <b>Date</b>: 13th of May, 2011<p> <b>Play with:</b> <a href="http://enerjam.rusff.me/profile.php?id=308">Lynx J. Richy</a><p> <B>History</b>: Порой мы делаем вещи, которые кажутся другим иными. Когда мы пытаемся защитить близких, то не всегда это выглядит именно так. Теперь представьте. Абу-Даби. Шестерка конкурентов привозит связанную девушку, которая не просто работает на тебя, но и является частью твоей семьи, а ты называешь её шлюхой и идешь на поводу у гостя, заставляя себя идти по пути расправы, чтобы не вызвать подозрений. Разве таким являет себя спасение?<p> </font> </div></div> <div style="width: 250px; padding:0px; border-bottom: 1px solid #5f5f5f; border-left: 1px solid #5f5f5f; border-right: 1px solid #5f5f5f;background: #c7ba98; color: #559399; font-family: verdana; font-size: 10px;line-height: 100%; letter-spacing: 1px; color: #5f5f5f; background-color: #ffffff; text-align: center"> They say you’re getting better, but you don’t feel any better. </div> </div> </div></div> </td> <td> <center><div style="width: 250px; border: 20px solid #f9c96b;"> <div style="width: 250px;height: 250px; border: 1px solid #5f5f5f; background:url(http://funkyimg.com/i/SkXX.png); font-size: 10px; font-family: georgia; letter-spacing: 0px; text-align:justify; color: #000000; line-height: 100%; font-style: "><div class="canons"> <font style="font-family: calibri; font-size: 9px; text-transform: uppercase; line-height: 100%; text-align: justify; color: #222222; "> <br> <center><img src="http://funkyimg.com/i/SkYb.gif" width="90%"></center> <br> <b>Title</b>: <a href="http://enerjam.rusff.me/viewtopic.php?id=1900">born to die</a><P> <b>Date</b>: 13th of May, 2011<p> <b>Play with:</b> <a href="http://enerjam.rusff.me/profile.php?id=308">Lynx J. Richy</a><p> <B>History</b>: Порой мы делаем вещи, которые кажутся другим иными. Когда мы пытаемся защитить близких, то не всегда это выглядит именно так. Теперь представьте. Абу-Даби. Шестерка конкурентов привозит связанную девушку, которая не просто работает на тебя, но и является частью твоей семьи, а ты называешь её шлюхой и идешь на поводу у гостя, заставляя себя идти по пути расправы, чтобы не вызвать подозрений. Разве таким являет себя спасение?<p> </font> </div></div> <div style="width: 250px; padding:0px; border-bottom: 1px solid #5f5f5f; border-left: 1px solid #5f5f5f; border-right: 1px solid #5f5f5f;background: #c7ba98; color: #559399; font-family: verdana; font-size: 10px;line-height: 100%; letter-spacing: 1px; color: #5f5f5f; background-color: #ffffff; text-align: center"> They say you’re getting better, but you don’t feel any better. </div> </div> </div></div> </td> </tr> <tr> <td> <center><div style="width: 250px; border: 20px solid #f9c96b;"> <div style="width: 250px;height: 250px; border: 1px solid #5f5f5f; background:url(http://funkyimg.com/i/SkXX.png); font-size: 10px; font-family: georgia; letter-spacing: 0px; text-align:justify; color: #000000; line-height: 100%; font-style: "><div class="canons"> <font style="font-family: calibri; font-size: 9px; text-transform: uppercase; line-height: 100%; text-align: justify; color: #222222; "> <br> <center><img src="http://funkyimg.com/i/SkYb.gif" width="90%"></center> <br> <b>Title</b>: <a href="http://enerjam.rusff.me/viewtopic.php?id=1900">born to die</a><P> <b>Date</b>: 13th of May, 2011<p> <b>Play with:</b> <a href="http://enerjam.rusff.me/profile.php?id=308">Lynx J. Richy</a><p> <B>History</b>: Порой мы делаем вещи, которые кажутся другим иными. Когда мы пытаемся защитить близких, то не всегда это выглядит именно так. Теперь представьте. Абу-Даби. Шестерка конкурентов привозит связанную девушку, которая не просто работает на тебя, но и является частью твоей семьи, а ты называешь её шлюхой и идешь на поводу у гостя, заставляя себя идти по пути расправы, чтобы не вызвать подозрений. Разве таким являет себя спасение?<p> </font> </div></div> <div style="width: 250px; padding:0px; border-bottom: 1px solid #5f5f5f; border-left: 1px solid #5f5f5f; border-right: 1px solid #5f5f5f;background: #c7ba98; color: #559399; font-family: verdana; font-size: 10px;line-height: 100%; letter-spacing: 1px; color: #5f5f5f; background-color: #ffffff; text-align: center"> They say you’re getting better, but you don’t feel any better. </div> </div> </div></div> </td> <td> <center><div style="width: 250px; border: 20px solid #f9c96b;"> <div style="width: 250px;height: 250px; border: 1px solid #5f5f5f; background:url(http://funkyimg.com/i/SkXX.png); font-size: 10px; font-family: georgia; letter-spacing: 0px; text-align:justify; color: #000000; line-height: 100%; font-style: "><div class="canons"> <font style="font-family: calibri; font-size: 9px; text-transform: uppercase; line-height: 100%; text-align: justify; color: #222222; "> <br> <center><img src="http://funkyimg.com/i/SkYb.gif" width="90%"></center> <br> <b>Title</b>: <a href="http://enerjam.rusff.me/viewtopic.php?id=1900">born to die</a><P> <b>Date</b>: 13th of May, 2011<p> <b>Play with:</b> <a href="http://enerjam.rusff.me/profile.php?id=308">Lynx J. Richy</a><p> <B>History</b>: Порой мы делаем вещи, которые кажутся другим иными. Когда мы пытаемся защитить близких, то не всегда это выглядит именно так. Теперь представьте. Абу-Даби. Шестерка конкурентов привозит связанную девушку, которая не просто работает на тебя, но и является частью твоей семьи, а ты называешь её шлюхой и идешь на поводу у гостя, заставляя себя идти по пути расправы, чтобы не вызвать подозрений. Разве таким являет себя спасение?<p> </font> </div></div> <div style="width: 250px; padding:0px; border-bottom: 1px solid #5f5f5f; border-left: 1px solid #5f5f5f; border-right: 1px solid #5f5f5f;background: #c7ba98; color: #559399; font-family: verdana; font-size: 10px;line-height: 100%; letter-spacing: 1px; color: #5f5f5f; background-color: #ffffff; text-align: center"> They say you’re getting better, but you don’t feel any better. </div> </div> </div></div> </td> </tr> </table></div> </center>
Поделиться232014-11-05 20:13:06
для наград
<!--HTML--> <style type="text/css"> .chak b { font-weight: extra-bold; color: #E08E79; } .chakra { opacity: 0; width: 200px; height: 200px; position: relative; background-color: #fff; -webkit-transition:all 1s ease-in-out; transition:all 1.5s ease-in-out; -moz-transition:all 1s ease-in-out; -o-transition:all 1s ease-in-out; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -o-transform:scale(0); } .chakhov:hover { opacity: 1; -webkit-transition:all 1s ease-in-out; transition:all 1.5s ease-in-out; -moz-transition:all 1s ease-in-out; -o-transition:all 1s ease-in-out; } .chakhov:hover .chakra { opacity:1; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); } .chakras { width: 180px; height: 180px; position: relative; padding: 10px; text-align: justify; font-family: calibri; font-size: 10px; color: #111; text-transform: lowercase; letter-spacing: 1px; line height: 10px;overflow: auto; } </style> <center> <table cellspacing="2" cellpadding="2" ><tr> <td><div style="width: 200px; height: 200px; background-image: url(http://placehold.it/200x200);"> <div class="chakhov"><div class="chakra"><div class="chakras"> your request goes here, it'll scroll if it gets too long. </div></div></div> </div> <div style=" width: 190px; padding: 5px; font-family: calibri; font-size: 9px; color: #fff; text-transform: uppercase; text-align: center; letter-spacing: 1px; background: #E08E79;">FIRST LAST</div> </td> <td><div style="width: 200px; height: 200px; background-image: url(http://placehold.it/200x200);"> <div class="chakhov"><div class="chakra"><div class="chakras"> your request goes here, it'll scroll if it gets too long. </div></div></div> </div> <div style=" width: 190px; padding: 5px; font-family: calibri; font-size: 9px; color: #fff; text-transform: uppercase; text-align: center; letter-spacing: 1px; background: #E08E79;">FIRST LAST</div> </td> <td><div style="width: 200px; height: 200px; background-image: url(http://placehold.it/200x200);"> <div class="chakhov"><div class="chakra"><div class="chakras"> your request goes here, it'll scroll if it gets too long. </div></div></div> </div> <div style=" width: 190px; padding: 5px; font-family: calibri; font-size: 9px; color: #fff; text-transform: uppercase; text-align: center; letter-spacing: 1px; background: #E08E79;">FIRST LAST</div> </td></tr> </td> </table> </center>
Поделиться242014-11-05 20:14:37
как вариант объявы
<!--HTML--><center><style type="text/css"> #quailz { width: 300x; height: 300x; position: relative; overflow: hidden; background: #eee; } .pewpew { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; o-transition: 1s all ease-in-out; position: absolute; left: 0px; top: 0px; width: 300px; height: 300px; z-index: 2; } #quailz:hover .pewpew { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; o-transition: 1s all ease-in-out; position: absolute; top: -300px; transform:rotate(-360deg); -moz-transform:rotate(-360deg); -webkit-transform:rotate(-360deg); -o-transform:rotate(-360deg); } .rig { width: 300px; height: 36px; background-color: #555; position: absolute; top: 200px; z-index: 3; line-height: 94%; opacity: 0.96; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; o-transition: 1s all ease-in-out; padding-top: 14px; } #quailz:hover .rig { opacity: 0; top: 300px; } #quailz .unwritten { width: 220px; height: 220px; padding-right: 6px; background: #eee; font-family: georgia; font-size: 10px; text-align: justify; color: #000; position: relative; top: 0px; left: 0px; overflow: auto; border: 40px solid #eee; line-height: 118%; } .unwritten::-webkit-scrollbar { width: 4px; } .unwritten::-webkit-scrollbar-track { background-color: #eee; } .unwritten::-webkit-scrollbar-thumb { background-color: #bbb; } .bigup { font-family: lobster; font-size: 34px; text-align: center; color: #fff; padding-bottom: 8px; position: relative; z-index: 1; } .smup { font-family: calibri; font-size: 10px; text-align: center; color: #ccc; text-transform: uppercase; } </style> <div style="width: 300px; height: 300px; border: 18px solid #222;"><div id="quailz"><div class="pewpew"><img src="300 x 300 IMAGE GOES HERE"></div><div class="merr"><div class="unwritten"> write your stuff here </div></div><div class="rig"><div class="bigup">first last name</div><div class="smup">age - profession - trait - play by</div></div></div></div><div style="width: 336px; font-family: calibri; font-size: 8px; text-align: right; text-transform: uppercase;">[url=http://candylandcouture.b1.jcink.com/index.php?showuser=1278]thanks![/url]</div><link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'></center>
Поделиться252014-11-05 20:16:28
ещё один прикольный код
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200' rel='stylesheet' type='text/css'><style> span.credit { font: 8pt courier new; text-transform: uppercase; display: block; text-align: center; } span.credit a { font: 8pt courier new; } .plotbg { width: 540px; padding: 10px; margin: 0 auto; border: double #dddddd; background: #f9f9f9; } .plotbg td { vertical-align: top } .plotheader { position: relative; width: inherit; height: 60px; } .plotbg h1 { margin: 0; padding: 0; font: 7.5pt courier new; text-transform: uppercase; text-align: justify; color: #505050; width: 356px; } .plotbg h2 { margin: 0; padding: 0; font: lighter 58px yanone kaffeesatz; text-transform: uppercase; color: palevioletred; position: absolute; top: -15px; right:0px; text-shadow: 1px 1px #fff, 2px 2px #505050; } .plotbg h3 { margin: 0; padding: 0; margin-bottom: 5px; font: lighter 28px yanone kaffeesatz; text-transform: uppercase; border-bottom: 1px solid #dddddd; color: palevioletred; width: 540px; } .avbox { position: relative; overflow: hidden; width: 200px; height: 300px; border: 3px solid #dddddd; } .avcontent { width: inherit; height: inherit; overflow: hidden; position: absolute; top: -300px; background: #f9f9f9; transition: all 0.5s ease-in-out 0.2s; -webkit-transition: all 0.5s ease-in-out 0.2s; -moz-transition: all 0.5s ease-in-out 0.2s; -o-transition: all 0.5s ease-in-out 0.2s; -ms-transition: all 0.5s ease-in-out 0.2s; } .avcontent > span { background: #cccccc; padding: 2px 4px; text-align: center; font: 9px verdana; text-transform: uppercase; color: #505050; display: block; margin: 10px 10px 1px 10px; } .avcontent > p { font: 9px verdana; text-align: justify; line-height: 9px; margin: 10px; color: #505050 } .avbox:hover .avcontent { top: 0px; } .plot-relate { height: 115px; overflow: auto; width: 540px; } .plot-relate > p { font: 9px verdana; text-align: justify; line-height: 9px; margin-right: 5px; } .plot-relate > img { border: 3px solid palevioletred; float: left; margin: 0px 3px 1px 0px; } .plot-relate > span { font: 8pt courier new; text-transform: uppercase; background: palevioletred; text-align: left; padding: 4px; display: block; color: white; } .plot-tabs { position: relative; min-height: 200px; clear: both; width: inherit; } .plot-tab { float: left; width: 99px; color: #505050; background: palevioletred; padding: 2px 4px; margin: 0px 3px 0px 0px; text-align: center; } .plot-tab:last-child { margin: 0px; } .plot-tab label { text-transform: uppercase; font: 9px verdana; } .plot-tab [type=radio] { display: none; } .content { position: absolute; top: 28px; left: 0; background: #f9f9f9; right: 0; bottom: 0; overflow: auto; height: 280px; } .content p { width: 330px; font: 11px arial; text-align: justify; line-height: 11px; margin: 0px 5px 10px 0px; } .content p:last-child { margin-bottom: 0px; } [type=radio]:checked ~ label { background: none; color: white; z-index: 2; } [type=radio]:checked ~ label ~ .content { z-index: 1; background: #f9f9f9;} </style> <div class="plotbg"><div class="plotheader"><h1>you are the piece of me I wish I didn't need. Chasing relentlessly, still fight and I don't know why. If our love is tragedy, why are you my remedy? If our love's insanity, why are you my </h1> <h2>Clarity?</h2></div> <table><tr><td width="200px"><div class="avbox"> <div class="avcontent"><span>Name</span> <span>Age</span> <span>Occupation</span> <span>Group</span> <p>A brief synapsis of your character should go here. Something about their past perhaps? Or their personality? Really anything about them can go here.</p></div> <div class="avpic"><img src="http://placehold.it/200x300"></div></td> <td width="340px"><div class="plot-tabs"> <div class="plot-tab"> <input type="radio" id="tab-1" name="tab-group-1" checked> <label for="tab-1">Friends</label> <div class="content"> <p>Stuff here</p> </div> </div> <div class="plot-tab"> <input type="radio" id="tab-2" name="tab-group-1" checked> <label for="tab-2">Enemies</label> <div class="content"> <p>Stuff here</p> </div> </div> <div class="plot-tab"> <input type="radio" id="tab-3" name="tab-group-1" checked> <label for="tab-3">Romance</label> <div class="content"> <p>stuff here</p> </div> </div> </div></td></tr> <tr><td colspan="2"><h3>Current Relations</h3> <div class="plot-relate"><img src="http://placehold.it/100x100"> <span>Character Name</span><p>Stuff about the character here like where your character met this character, what their first impressions were, etc</p></div></td></tr></table></div>
Поделиться262014-11-05 20:18:17
пока нравится эта объява
<!--HTML--><style type="text/css"> .hrts b { font-weight: extra-bold; color: #B3C5BA; } .hrtscroll::-webkit-scrollbar { background: white; width: 5px; } .hrtscroll::-webkit-scrollbar-thumb { background: #D7C7BE; width: 5px } .hrtscroll::-webkit-scrollbar-corner { background: white; } #heart { width: 150px; height: 300px; overflow: hidden; position: relative; } #heart .hearts { width: 150px; height: 300px; position: absolute; left: 0px; bottom: -300px; -webkit-transition:all 1s ease-in-out 0.8s; -moz-transition:all 1s ease-in-out 0.8s; o-transition:all 1s ease-in-out 0.8s; } #heart:hover .hearts { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; o-transition: 1s all ease-in-out; bottom: -100px; } #heart .hearts1 { width: 150px; height: 300px; position: absolute; left: 0px; bottom: -300px; -webkit-transition:all 1s ease-in-out 0.4s; -moz-transition:all 1s ease-in-out 0.4s; o-transition:all 1s ease-in-out 0.4s; } #heart:hover .hearts1 { -webkit-transition:all 1s ease-in-out 0.4s; -moz-transition:all 1s ease-in-out 0.4s; o-transition:all 1s ease-in-out 0.4s; bottom: -140px; } #heart .hearts2 { width: 150px; height: 300px; position: absolute; left: 0px; bottom: -300px; -webkit-transition:all 1s ease-in-out; -moz-transition:all 1s ease-in-out; o-transition:all 1s ease-in-out; } #heart:hover .hearts2 { -webkit-transition:all 1s ease-in-out 0.8s; -moz-transition:all 1s ease-in-out 0.8s; o-transition:all 1s ease-in-out 0.8s; bottom: -180px; } .heartinfo { width: 100px; padding: 10px; background: #D7C7BE; text-align: center; font-family: times; font-size: 7px; color: #fff; text-transform: uppercase; letter-spacing: 2px; } </style><link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> <center><div style="width: 400px; height: 320px; padding: 20px; background: #fff; border-left: 20px solid #D0DCCB; border-top: 20px solid #D0DCCB;"><div class="hrts"> <table><td><div style="font-family: 'lovers quarrel'; font-size: 50px; color: #D0DCCB; text-shadow: 1px 1px #eee, 2px 2px #6D6168; text-align: center; text-transform: lowercase; letter-spacing: 2px; line-height: 15px;">DO I WANNA KNOW</div> <div style="font-family: 'oswald'; font-size: 10px; color: #88C3B5; text-shadow: 1px 1px #6D6168; text-align: center; text-transform: uppercase; letter-spacing: 3px;">IF THIS FEELING FLOWS BOTH WAYS</div> <div style="width: 215px; height: 270px; padding: 5px; overflow: auto; font-family: calibri; font-size: 10px; color: #111; text-align: justify; text-transform: lowercase, letter-spacing: 1px; line-height: 12px;" class="hrtscroll"> [b]this is what bold looks like[/b]this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes <p> this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes <p> this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes this is where your request goes <p> </div></td> <td><div style="width: 150px; height: 300px; background-image: url(http://i60.tinypic.com/33ni7eu.png);"> <div id="heart"> <center> <div class="hearts"><div class="heartinfo">FACE CLAIM</div></div> <div style="height: 10px;"></div> <div class="hearts1"><div class="heartinfo">AGE</div></div> <div style="height: 10px;"></div> <div class="hearts2"><div class="heartinfo">MEMBER GROUP</div></div> <div style="height: 10px;"></div> </center> </div> </div> <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="150" height="12" style="STYLES HERE"><param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" /><param name="bgcolor" value="#D7C7BE" /><param name="FlashVars" value="mp3=http://dl.farskids403.com/Aria/92/3/30/Arctic%20Monkeys%20-%20Do%20I%20Wanna%20Know.mp3&loadingcolor=ffffff&buttoncolor=ffffff&slidercolor=ffffff" /> </object> </table> </div></div> <div style="width: 460px; height: 80px; background-image: url(http://i.imgur.com/kNgQSmv.png);"></div></center> <center><a href="http://candylandcouture.b1.jcink.com/index.php?showuser=1086"><div style="width: 450px; text-align: right; font-family: times; font-size: 7px; text-transform: uppercase;">OLIVER QUEEN</div></a></center>
Поделиться272014-11-05 20:19:15
цитаты недели как вариант, можно как пост недели
<!--HTML--><center> <div style="background: #FEFEFE; border: 10px solid #EFEFEF; padding: 10px; width: 250px;"> <div style="font: 9px/95% arial;" id="skdjhfasdfbr"> <div class="sdjfkh24jkhrv"> <img src="GIF OR PICTURE, WILL RESIZE" width="250" /> </div> <div class="iurth54i3ufne"> <p> <pwnmu>»</pwnmu> blah blah. </p> <pwnmu>»</pwnmu> [b]friends.[/b] blah blah. <p> <pwnmu>»</pwnmu> [b]enemies.[/b] blah blah. </p> <pwnmu>»</pwnmu> [b]lovers.[/b] blah blah. </div> <div class="djkfhaksf2346"><hr /><b>first middle last » age » job / something</b></div> </div> </div><a href="http://candylandcouture.b1.jcink.com/index.php?showuser=31" style="display: block; font: 6px arial; letter-spacing: 1px; line-height: 90%; text-align: right; text-decoration: none; text-transform: uppercase; width: 290px;">( © hunter )</a></center> <style type="text/css"> pwnmu { color: #a42626; font-weight: bold; } #skdjhfasdfbr .djkfhaksf2346 { margin-top: 130px; } #skdjhfasdfbr { height: 147px; overflow: hidden; position: relative; } #skdjhfasdfbr .sdjfkh24jkhrv { left: 0px; position: absolute; top: 0px; -ms-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-duration: 1s; } #skdjhfasdfbr:hover .sdjfkh24jkhrv { left: -250px; -ms-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-duration: 1s; } #skdjhfasdfbr .iurth54i3ufne { border: 10px solid #FEFEFE; height: 105px; left: 250px; overflow: auto; padding-right: 3px; position: absolute; text-align: justify; top: 0px; width: 230px; -ms-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-duration: 1s; } #skdjhfasdfbr:hover .iurth54i3ufne { left: 0px; -ms-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-duration: 1s; } </style>
Поделиться282014-11-05 20:26:06
для всяких там опросов ответы участников
<!--HTML--> <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'> <style type="text/css"> .tabss { position: relative; width: 340px; height: 410px; padding: 10px; background-image: url(http://colourlovers.com.s3.amazonaws.com/images/patterns/4035/4035320.png); } .tabb {float: left;} .tabb label {display: block; width: 10px; text-align: center; Height: 10px; border-radius: 100%; font-family: oswald; color: #fff; margin-right: 5px; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; background: #006B4B; padding: 5px; border: 0px solid #ccc; position: relative; top: 10px; left: 100px;} .tabb [type=radio] { display: none; } .contentt { position: absolute; top: 55px; left: 20px; width: 300px; height: 330px; background: #0A5F45; padding: 10px; Color: #C0C0C0; Text-align; justified; } .names { Width: 274px; Padding: 3px; Background: #7AAA9C; font-family: 'Lato', sans-serif; color: #000; text-transform: uppercase; margin-bottom: 5px; } #kaittt { width:280px; height: 280px; margin: 10px; overflow: hidden; position: relative;} #kaittt .page { -WEBKIT-TRANSITION: 2S ALL EASE-IN-OUT; -MOZ-TRANSITION: 0.8S ALL EASE-IN-OUT; O-TRANSITION: 0.8S ALL EASE-IN-OUT; position: absolute; left: 0px; top: 0px; width: 280px; height: 280px; } #kaittt:hover .page {-WEBKIT-TRANSITION: 0.8S ALL EASE-IN-OUT; -MOZ-TRANSITION: 0.8S ALL EASE-IN-OUT; O-TRANSITION: 0.8S ALL EASE-IN-OUT; top: -290px;} [type=radio]:checked ~ label {color: #ffccdd; background-color: white; border-bottom: 0px solid white; z-index: 2;} [type=radio]:checked ~ label ~ .contentt {z-index: 1;} </style> <center><div class="tabss"> <div class="tabb"> <input type="radio" id="tabb-1" name="tabb-group-1" checked> <label for="tabb-1"></label> <div class="contentt"> <div id="kaittt"><div class="page"> <img src="http://placehold.it/280x280"> </div> <div style="width:250px; height: 250px; padding: 5px; overflow: auto; line-height:100%; color: #E5E5E5; text-align:justify; "> Character one info goes here </div> </div> <div class="names"> Character one </div> </div> </div> <div class="tabb"> <input type="radio" id="tabb-2" name="tabb-group-1"> <label for="tabb-2"></label> <div class="contentt"> <div id="kaittt"><div class="page"> <img src="http://placehold.it/280x280"> </div> <div style="width:250px; height: 250px; padding: 5px; overflow: auto; line-height:100%; color: #E5E5E5; text-align:justify; "> Character info </div> </div> <div class="names"> Character two </div> </div> </div> <div class="tabb"> <input type="radio" id="tabb-3" name="tabb-group-1"> <label for="tabb-3"></label> <div class="contentt"> <div id="kaittt"><div class="page"> <img src="http://placehold.it/280x280"> </div> <div style="width:250px; height: 250px; padding: 5px; overflow: auto; line-height:100%; color: #E5E5E5; text-align:justify; "> Character info </div> </div> <div class="names"> Character three </div> </div> </div> <div class="tabb"> <input type="radio" id="tabb-4" name="tabb-group-1"> <label for="tabb-4"></label> <div class="contentt"> <div id="kaittt"><div class="page"> <img src="http://placehold.it/280x280"> </div> <div style="width:250px; height: 250px; padding: 5px; overflow: auto; line-height:100%; color: #E5E5E5; text-align:justify; "> Character info </div> </div> <div class="names"> Character four </div> </div> </div> <div class="tabb"> <input type="radio" id="tabb-5" name="tabb-group-1"> <label for="tabb-5"></label> <div class="contentt"> <div id="kaittt"><div class="page"> <img src="http://placehold.it/280x280"> </div> <div style="width:250px; height: 250px; padding: 5px; overflow: auto; line-height:100%; color: #E5E5E5; text-align:justify; "> Character info </div> </div> <div class="names"> Character five </div> </div> </div> <div class="tabb"> <input type="radio" id="tabb-6" name="tabb-group-1"> <label for="tabb-6"></label> <div class="contentt"> <div id="kaittt"><div class="page"> <img src="http://placehold.it/280x280"> </div> <div style="width:250px; height: 250px; padding: 5px; overflow: auto; line-height:100%; color: #E5E5E5; text-align:justify; "> Character info </div> </div> <div class="names"> Character 6 </div> </div> </div> </div> <a href="http://candylandcouture.b1.jcink.com/index.php?showuser=3039 "> <i> ksenia from candyland couture </i></a> </center>
Поделиться292014-11-05 20:29:52
можно в описание фака
<!--HTML--><center><div style="width:500px; height:30px; background-color:#000; background-image:url(http://images2.layoutsparks.com/1/226709/gray-vintage-white-design.jpg);"></div><table width="500px" background="http://slodive.com/wp-content/uploads/2011/05/white-backgrounds/white-background.jpg"><tr><td width="300px" valign="top"><div style="border-top:30px solid #000; background-color: white; height: 300px; width: 340px; overflow: auto;"><div align="justify" style="font-family: tahoma; font-size: 10px; line-height: 10px; color: black; padding: 5px;"> shipper stuff will go here. don't worry, if you write enough stuff it'll scroll. </div></div></td><td height="300px" width="150px"><div style="background-image:url(http://placehold.it/150x300); border-bottom:30px solid #000; height: 300px; width: 150px;"></td></tr></table><div style="width:500px; height:30px; background-color:#000; background-image:url(http://images2.layoutsparks.com/1/226709/gray-vintage-white-design.jpg);"></div><div style="font-family: tahoma; text-align:center; letter-spacing: 2px; color:#000; font-size: 6.5px; text-transform: uppercase;">meg of <a href="http://candylandcouture.b1.jcink.com/index.php?showuser=660">candyland couture</a> + <a href="http://z10.invisionfree.com/CAUTIONTOTHEWIND/index.php?showuser=19202">caution</a> + <a href="http://shine.b1.jcink.com/index.php?showuser=214">atf</a> + <a href="http://shine.b1.jcink.com/index.php?showuser=214">shine</a></div></center>
Поделиться302014-11-05 20:34:31
код для праздников_заданий
<!--HTML--><center> <div class="outr"><table cellpadding="0" cellspacing="0" align="left"> <tr><td> <div class="sbar"><div class="sbart"><div style="font-size: 30px; position: font-weight: bold; position: relative; line-height: 100%; font-family: fantasy; text-shadow: 1px 1px 0px #000, 2px 2px 0px #d9c22b;"> F<span>I</span>RST <br> LA<span>S</span>T </div> <span>age | group | trait</span> </div> <a href="http://candylandcouture.b1.jcink.com/index.php?showuser=1471"> <img src="http://placehold.it/100x100px;" width="100" class="sbartimg"> </a></div></td></div><td><div class="sbarh"><div style="font-family: 'lato'; font-size: 15px; color: #D9C22B; padding: 10px 10px 5px 10px;">ABOUT</div> <div class="sbarhin"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div></div></div> <div class="sbarf"><div style="font-family: 'lato'; font-size: 15px; color: #D9C22B; padding: 10px 10px 5px 10px;">FRIENDS</div> <div class="sbarhin"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div></div></div></td><td> <div class="sbare"><div style="font-family: 'lato'; font-size: 15px; color: #D9C22B; padding: 10px 10px 5px 10px;">ENEMIES</div> <div class="sbarhin"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div></div></div><div class="sbarl"><div style="font-family: 'lato'; font-size: 15px; color: #D9C22B; padding: 10px 10px 5px 10px;">LOVERS</div> <div class="sbarhin"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div></div></div></td></tr></table></div> <style> .sbarhin::-webkit-scrollbar { background: #000; width: 2px; } .sbarhin::-webkit-scrollbar-thumb { background: #c9c22b; } .outr { width: 450px; height: 350px; background-color: #fff; border: 5px #000 solid; overflow: hidden; } .sbar { background-color: #3d3d3d; width: 450px; height: 350px; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; } .sbart { color: #fff; font-family: 'lato'; font-size: 10px; padding: 20px; text-align: center; position: relative; top: 70px; } .sbartimg { position: relative; top: 60px; left: 174px; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; } .sbart span { color: #D9C22B; } .outr:hover .sbar { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; position: relative; width: 150px; } .outr:hover .sbartimg { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; position: relative; top: 60px; left: 24px; } .sbarh { width: 140px; height: 160px; background-color: #3d3d3d; border-bottom: #D9C22B 5px solid; position: relative; color: #fff; margin: 5px; left: 450px; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; } .sbarf { width: 140px; height: 160px; background-color: #3d3d3d; border-bottom: #D9C22B 5px solid; position: relative; color: #fff; margin: 5px; left: 450px; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; } .sbare { width: 140px; height: 160px; background-color: #3d3d3d; border-bottom: #D9C22B 5px solid; position: relative; color: #fff; margin: 5px; left: 450px; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; } .sbarl { width: 140px; height: 160px; background-color: #3d3d3d; border-bottom: #D9C22B 5px solid; position: relative; color: #fff; margin: 5px; left: 450px; -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; } .sbarhin { font-family: 'lato'; font-size: 9px; height: 120px; overflow: auto; padding: 0px 10px; margin-right: 10px; text-align: justify; } .outr:hover .sbarh { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; transition-delay: .5s; position: relative; left: 0px; } .outr:hover .sbarf { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; transition-delay: 1s; position: relative; left: 0px; } .outr:hover .sbare { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; transition-delay: 1.5s; position: relative; left: 0px; } .outr:hover .sbarl { -webkit-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; -o-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; transition: 1s all ease-in-out; transition-delay: 2s; position: relative; left: 0px; } </style> <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'> </center>