Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*LINKS TABLE BY PAINTHEMES.TUMBLR.COM*/
- #below{width:300px;}
- .title1, .title2, .title3{
- display:inline-block;
- height:10px;
- line-height:10px;
- font-size:18px;
- font-family:montserrat;
- width:280px;
- padding:10px;
- margin-top:10px;
- color:{color:link};
- border-bottom:1px solid #ddd;
- letter-spacing:4px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- cursor:help;
- font-weight:700;
- }
- .table1, .table2, .table3{
- height:auto;
- display:none;
- opacity:1;
- background:#fff;
- font-family:open sans;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- width:280px;
- padding:10px;
- line-height:20px;
- }
- .table1 a, .table2 a, .table3 a{
- padding:5px;
- margin:3px;
- -o-transition-transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- .table1 a:hover, .table2 a:hover, .table3 a:hover{
- background:{color:link};
- color:#fff;
- -o-transition-transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- /*fonts*/
- @import url(https://fonts.googleapis.com/css?family=Open+Sans|Montserrat);
- /*LINKS TABLE BY PAINTHEMES.TUMBLR.COM*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement