Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .ask {
- color:#eee;
- background: #e6d3c6;
- padding:15px;
- padding-top:84px;
- width:200px;
- margin-left:255px;
- margin-bottom:15px;
- background-image:url("");
- border: 1px none #eee;
- border-radius: 30px 0px 30px 0px;
- box-shadow: 2px 2px 5px #eee;
- line-height:160%;
- }
- .asker {
- font-family: 'Seaweed Script', cursive;
- font-size:18px;
- color: #eee;
- text-shadow:0px 0px 3px #eee;
- margin-top:-100px;
- margin-left:-173px;
- width:300px;
- line-height:10px;
- text-align:center;
- transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- }
- .answer {
- color: #eee;
- }
- {block:Answer}
- <div class="ask"><div class="asker">{Asker}:</div><p>{Question}</div><div class="answer">{Answer}</div>
- {/block:Answer}
Advertisement
Add Comment
Please, Sign In to add comment