Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*CODES BY PAINTHEMES*/
- #linkstable{width:300px;}
- .ltitle{
- padding:10px;
- background:#ffffff; /*background of the popup title*/
- border:1px solid #000; /*border of the popup title*/
- font-family:Montserrat; /*title font*/
- color:#000; /*color of the title*/
- font-size:23px;
- text-align:center;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- #linkstable a{
- position:relative;
- width:126px;
- padding:10px;
- background:#fff; /*background of the links table*/
- border:1px solid #000; /*border of the links table*/
- color:#000; /*color of the links*/
- display:inline-block;
- margin-top:5px;
- font-family:Calibri; /*links font*/
- text-transform:uppercase;
- font-size:8px; /*links size*/
- letter-spacing:2px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #linkstable a:hover{
- color:#fff; /*color of the links hover*/
- border:1px solid #000;
- letter-spacing:5px; /*spacing between letters in hover*/
- box-shadow:inset 200px 0px 0px 0px #000; /*colof of the links backround hover*/
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- /*font of the title*/
- @import url(https://fonts.googleapis.com/css?family=Montserrat:700);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement