Advertisement
Finessed

MyTabs - Sexy

Feb 19th, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.85 KB | None | 0 0
  1. Default Tab Style:
  2.  
  3. <a href="{$link}" style="margin-right: 4px;">  
  4.     <div style="display: inline-block; border-radius: 4px; padding: 6px; border: 2px solid #1A1A1A; color: White; background-color: #292929;"> 
  5.        
  6.         {$name}
  7.    
  8.     </div>
  9. </a>
  10.  
  11. ------------------------------------------------------------------------------------------------------------------------------------------
  12.  
  13. Default Selected Tab Style:
  14.  
  15. <a href="{$link}" style="margin-right: 4px;">  
  16.     <div style="display: inline-block; border-radius: 4px; padding: 6px; border: 2px solid #1A1A1A; color: white; background-color: #31A6E0;"> 
  17.        
  18.         {$name}
  19.    
  20.     </div>
  21. </a>
  22.  
  23. ------------------------------------------------------------------------------------------------------------------------------------------
  24.  
  25. Tab List Style:
  26.  
  27. <div style="margin: -4px 2px 7px 7px;"> {$tablist}</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement