Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*ASK LAYOUT BY PAINTHEMES.TUMBLR.COM*/
- #faq{
- padding:10px;
- width:400px;
- border:1px solid {color:link}; /*border of your faq box*/
- background:#fff; /*background of your faq box*/
- height:200px;
- overflow:auto;
- line-height:13px;
- font-family:helvetica; /*font of your faq*/
- font-size:10px; /*font size*/
- }
- .ftitle{
- padding-top:10px;
- padding-bottom:10px;
- background:#fff; /*background of the popup title*/
- border-bottom:1px solid {color:link}; /*border of the popup title*/
- font-family:Montserrat; /*title font*/
- color:{color:link}; /*color of the title*/
- font-size:23px;
- text-align:center;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- #askb{
- padding:10px;
- margin-top:10px;
- width:400px;
- z-index:99999999999;
- height:20px;
- overflow:hidden;
- font-size:15px;
- color:{color:link};
- line-height:20px;
- text-align:center;
- letter-spacing:2px;
- font-family:montserrat;
- text-transform:uppercase;
- border:1px solid {color:link}; /*border of your ask box*/
- background:#fff; /*background of your ask box*/
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- position:relative;
- }
- #askb:hover{
- height:250px;
- margin-top:-222px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- /*font of the title*/
- @import url(https://fonts.googleapis.com/css?family=Montserrat:700);
- /*ASK LAYOUT BY PAINTHEMES.TUMBLR.COM*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement