Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*LAYOUT BY PAINTHEMES*/
- #faq{
- color:{color:text};
- padding:15px;
- border:1px solid #ddd; /*border of your faq*/
- background:white; /*background of your faq*/
- width:440px;
- overflow:auto;
- font-size:10px;
- line-height:15px;
- height:130px;
- }
- #faq h1{
- padding:5px;
- padding-left:10px;
- background:#ddd;
- color:#000; /*text color of the question box*/
- font-weight:normal;
- text-transform:uppercase;
- letter-spacing:2px;
- font-size:11px;
- margin-bottom:5px;
- }
- #faq:after {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 15px 15px 0px;
- border-color: #fff transparent; /*IMPORTANT!!! change the color of the triangle as the same color of you faq background, DON'T DELETE "TRANSPARENT"*/
- display: block;
- width: 0;
- opacity:1;
- z-index: 99999999999999;
- top:176px;
- left: 40px;
- }
- #faq:before {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 15px 15px 0px;
- border-color: #ddd transparent; /*chante the color of the border triangle as the same color of your border faq, DON'T DELETE TRANSPARENT*/
- display: block;
- width: 0;
- z-index: 3;
- top:177px;
- left: 40px;
- opacity:1;
- }
- #ask{
- margin-top:25px;
- width:470px;
- height:190px;
- }
- /*LAYOUT BY PAINTHEMES*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement