Advertisement
Guest User

sierra!!

a guest
Aug 29th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. /* STUFF */
  2.  
  3. .stuff {
  4. display:inline-block;
  5. width:900px;
  6. height:auto;
  7. margin-top:40px;
  8. margin-bottom:40px;
  9. margin-left:240px;}
  10.  
  11. .column {
  12. margin-top:0px;
  13. margin-left:30px;
  14. width:270px;
  15. height:auto;
  16. float: left;}
  17.  
  18. .columntitle {
  19. margin-top:0px;
  20. margin-bottom:5px;
  21. padding:2px;
  22. width:256px;
  23. text-transform:uppercase;
  24. font-family:gbold;
  25. font-weight:bold;
  26. font-size:18px;
  27. letter-spacing:2px;
  28. text-align:center;
  29. color:#f5f5f5;
  30. background-color:#4e9e85;}
  31.  
  32. .subcolumn2 {
  33. display:inline-block;
  34. vertical-align:top;
  35. margin-top:0px;
  36. margin-left:7px;
  37. width:120px;
  38. height:auto;}
  39.  
  40. .subtitle2 {
  41. margin-top:3px;
  42. width:115px;
  43. padding:2px;
  44. font-family:calibri;
  45. font-style:bold;
  46. font-size:15px;
  47. text-align:center;
  48. border-bottom:1px solid #4e9e85;
  49. color:#076d4d;
  50. background-color:#97e7ce;}
  51.  
  52. #tags2 {
  53. margin-top:0px;
  54. margin-left:0px;
  55. text-align:center;
  56. width:118px;}
  57.  
  58. #tags2 a {
  59. display:block;
  60. font-size:12px;
  61. padding:1px;
  62. margin:3px;
  63. text-transform:none;
  64. border-left:4px solid #4e9e85;
  65. color: #076d4d;
  66. background-color: #f5f5f5;
  67. -webkit-transition: all 0.4s ease-in-out;
  68. -moz-transition: all 0.4s ease-in-out;
  69. -o-transition: all 0.4s ease-in-out;
  70. transition: all 0.4s ease-in-out;}
  71.  
  72. #tags2 a:hover {
  73. color:#97e7ce;
  74. border-left:10px solid #4e9e85;
  75. -webkit-transition: all 0.4s ease-in-out;
  76. -moz-transition: all 0.4s ease-in-out;
  77. -o-transition: all 0.4s ease-in-out;
  78. transition: all 0.4s ease-in-out;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement